RTQA : Recursive Thinking for Complex Temporal Knowledge Graph Question Answering with Large Language Models
By: Zhaoyan Gong , Juan Li , Zhiqiang Liu and more
Potential Business Impact:
Answers harder questions about time and events.
Current temporal knowledge graph question answering (TKGQA) methods primarily focus on implicit temporal constraints, lacking the capability of handling more complex temporal queries, and struggle with limited reasoning abilities and error propagation in decomposition frameworks. We propose RTQA, a novel framework to address these challenges by enhancing reasoning over TKGs without requiring training. Following recursive thinking, RTQA recursively decomposes questions into sub-problems, solves them bottom-up using LLMs and TKG knowledge, and employs multi-path answer aggregation to improve fault tolerance. RTQA consists of three core components: the Temporal Question Decomposer, the Recursive Solver, and the Answer Aggregator. Experiments on MultiTQ and TimelineKGQA benchmarks demonstrate significant Hits@1 improvements in "Multiple" and "Complex" categories, outperforming state-of-the-art methods. Our code and data are available at https://github.com/zjukg/RTQA.
Similar Papers
Plan of Knowledge: Retrieval-Augmented Large Language Models for Temporal Knowledge Graph Question Answering
Computation and Language
Helps computers answer time-based questions accurately.
KBQA-R1: Reinforcing Large Language Models for Knowledge Base Question Answering
Computation and Language
Helps computers answer questions by checking facts.
MemoTime: Memory-Augmented Temporal Knowledge Graph Enhanced Large Language Model Reasoning
Computation and Language
Helps computers understand time and events better.