Improving Time Sensitivity for Question Answering over Temporal Knowledge Graphs
Chao Shang, Guangtao Wang, Peng Qi, Jing Huang

TL;DR
This paper introduces TSQA, a framework that improves question answering over temporal knowledge graphs by estimating timestamps and encoding temporal order, significantly enhancing accuracy especially on complex, multi-step questions.
Contribution
The paper presents a novel time-sensitive question answering framework that estimates unwritten timestamps and encodes temporal order in KG embeddings, addressing key challenges in temporal QA.
Findings
Achieves a 32% error reduction on complex questions.
Outperforms previous state-of-the-art methods.
Effectively handles questions with ambiguous or missing timestamps.
Abstract
Question answering over temporal knowledge graphs (KGs) efficiently uses facts contained in a temporal KG, which records entity relations and when they occur in time, to answer natural language questions (e.g., "Who was the president of the US before Obama?"). These questions often involve three time-related challenges that previous work fail to adequately address: 1) questions often do not specify exact timestamps of interest (e.g., "Obama" instead of 2000); 2) subtle lexical differences in time relations (e.g., "before" vs "after"); 3) off-the-shelf temporal KG embeddings that previous work builds on ignore the temporal order of timestamps, which is crucial for answering temporal-order related questions. In this paper, we propose a time-sensitive question answering (TSQA) framework to tackle these problems. TSQA features a timestamp estimation module to infer the unwritten timestamp…
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
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Graph Neural Networks
