Self-Improvement Programming for Temporal Knowledge Graph Question Answering
Zhuo Chen, Zhao Zhang, Zixuan Li, Fei Wang, Yutao Zeng, Xiaolong Jin, and Yongjun Xu

TL;DR
This paper introduces Prog-TQA, a novel method that uses large language models with self-improvement strategies to explicitly model complex temporal constraints in question answering over temporal knowledge graphs, outperforming existing methods.
Contribution
It proposes a self-improvement programming approach leveraging LLMs for explicit modeling of temporal constraints in TKGQA, which is more comprehensive than prior implicit embedding methods.
Findings
Achieves superior performance on MultiTQ and CronQuestions datasets.
Demonstrates effectiveness of self-improvement strategy for LLMs in TKGQA.
Outperforms existing end-to-end methods in Hits@1 metric.
Abstract
Temporal Knowledge Graph Question Answering (TKGQA) aims to answer questions with temporal intent over Temporal Knowledge Graphs (TKGs). The core challenge of this task lies in understanding the complex semantic information regarding multiple types of time constraints (e.g., before, first) in questions. Existing end-to-end methods implicitly model the time constraints by learning time-aware embeddings of questions and candidate answers, which is far from understanding the question comprehensively. Motivated by semantic-parsing-based approaches that explicitly model constraints in questions by generating logical forms with symbolic operators, we design fundamental temporal operators for time constraints and introduce a novel self-improvement Programming method for TKGQA (Prog-TQA). Specifically, Prog-TQA leverages the in-context learning ability of Large Language Models (LLMs) to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSemantic Web and Ontologies · Topic Modeling · Advanced Graph Neural Networks
