English

Right Answer at the Right Time - Temporal Retrieval-Augmented Generation via Graph Summarization

Information Retrieval 2025-10-21 v1

Abstract

Question answering in temporal knowledge graphs requires retrieval that is both time-consistent and efficient. Existing RAG methods are largely semantic and typically neglect explicit temporal constraints, which leads to time-inconsistent answers and inflated token usage. We propose STAR-RAG, a temporal GraphRAG framework that relies on two key ideas: building a time-aligned rule graph and conducting propagation on this graph to narrow the search space and prioritize semantically relevant, time-consistent evidence. This design enforces temporal proximity during retrieval, reduces the candidate set of retrieval results, and lowers token consumption without sacrificing accuracy. Compared with existing temporal RAG approaches, STAR-RAG eliminates the need for heavy model training and fine-tuning, thereby reducing computational cost and significantly simplifying deployment.Extensive experiments on real-world temporal KG datasets show that our method achieves improved answer accuracy while consuming fewer tokens than strong GraphRAG baselines.

Keywords

Cite

@article{arxiv.2510.16715,
  title  = {Right Answer at the Right Time - Temporal Retrieval-Augmented Generation via Graph Summarization},
  author = {Zulun Zhu and Haoyu Liu and Mengke He and Siqiang Luo},
  journal= {arXiv preprint arXiv:2510.16715},
  year   = {2025}
}
R2 v1 2026-07-01T06:45:29.723Z