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
Temp-R1: A Unified Autonomous Agent for Complex Temporal KGQA via Reverse Curriculum Reinforcement Learning
Computation and Language
Lets computers answer questions about changing facts.
Reinforcement Learning Enhanced Multi-hop Reasoning for Temporal Knowledge Question Answering
Artificial Intelligence
Helps computers answer questions with time travel.
The benefits of query-based KGQA systems for complex and temporal questions in LLM era
Computation and Language
Helps computers answer tricky questions by finding facts.