Two-stage Generative Question Answering on Temporal Knowledge Graph Using Large Language Models
Yifu Gao, Linbo Qiao, Zhigang Kan, Zhihua Wen, Yongquan He, Dongsheng, Li

TL;DR
This paper introduces GenTKGQA, a two-phase generative framework that enhances large language models' ability to answer temporal knowledge graph questions by combining subgraph retrieval with answer generation.
Contribution
The paper presents a novel two-stage approach that guides LLMs to better understand temporal constraints and structural dependencies in TKGQA without additional training.
Findings
Outperforms existing models on standard datasets
Effectively captures temporal order and structural dependencies
Utilizes intrinsic LLM knowledge for subgraph mining
Abstract
Temporal knowledge graph question answering (TKGQA) poses a significant challenge task, due to the temporal constraints hidden in questions and the answers sought from dynamic structured knowledge. Although large language models (LLMs) have made considerable progress in their reasoning ability over structured data, their application to the TKGQA task is a relatively unexplored area. This paper first proposes a novel generative temporal knowledge graph question answering framework, GenTKGQA, which guides LLMs to answer temporal questions through two phases: Subgraph Retrieval and Answer Generation. First, we exploit LLM's intrinsic knowledge to mine temporal constraints and structural links in the questions without extra training, thus narrowing down the subgraph search space in both temporal and structural dimensions. Next, we design virtual knowledge indicators to fuse the graph neural…
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 Text Analysis Techniques
MethodsGraph Neural Network
