Search papers, labs, and topics across Lattice.
The paper introduces AT2QA, an autonomous agent that leverages an off-the-shelf LLM to perform temporal knowledge graph question answering without training or rigid workflows. By allowing the LLM to dynamically interact with the temporal knowledge graph through iterative search, the agent effectively navigates multi-hop reasoning under temporal constraints. Experiments on MultiTQ demonstrate that AT2QA significantly outperforms prior state-of-the-art methods, achieving 88.7% Hits@1 (+10.7% overall and +20.1% on multi-target queries).
Autonomous exploration by an LLM agent dramatically outperforms both rigid retrieval workflows and supervised fine-tuning for temporal knowledge graph question answering, achieving state-of-the-art results in a zero-shot setting.
Temporal Knowledge Graph Question Answering (TKGQA) demands multi-hop reasoning under temporal constraints. Prior approaches based on large language models (LLMs) typically rely on rigid, hand-crafted retrieval workflows or costly supervised fine-tuning. We show that simply granting an off-the-shelf LLM autonomy, that is, letting it decide what to do next, already yields substantial gains even in a strict zero-shot setting. Building on this insight, we propose AT2QA, an autonomous, training-free agent for temporal question answering that iteratively interacts with the temporal knowledge graph via a general search tool for dynamic retrieval. Experiments on MultiTQ demonstrate large improvements: AT2QA achieves 88.7% Hits@1 (+10.7% over prior SOTA), including a +20.1% gain on challenging multi-target queries, showing that agentic autonomy can decisively outperform fine-tuning for temporal question answering. Code and the full set of sampled trajectories are available on https://github.com/AT2QA-Official-Code/AT2QA-Official-Code