Reading Between the Timelines: RAG for Answering Diachronic Questions
Kwun Hang Lau, Ruiyuan Zhang, Weijie Shi, Xiaofang Zhou, Xiaojun Cheng

TL;DR
This paper introduces a temporal-aware RAG framework that improves longitudinal question answering by incorporating temporal logic and relevance, validated on a new challenging benchmark with significant accuracy gains.
Contribution
It proposes a novel RAG pipeline redesign with temporal logic integration and introduces the ADQAB benchmark for evaluating diachronic question answering.
Findings
Achieves 13-27% improvement over standard RAG.
Introduces the ADQAB benchmark for diachronic QA.
Demonstrates effective temporal relevance calibration.
Abstract
While Retrieval-Augmented Generation (RAG) excels at injecting static, factual knowledge into Large Language Models (LLMs), it exhibits a critical deficit in handling longitudinal queries that require tracking entities and phenomena across time. This blind spot arises because conventional, semantically-driven retrieval methods are not equipped to gather evidence that is both topically relevant and temporally coherent for a specified duration. We address this challenge by proposing a new framework that fundamentally redesigns the RAG pipeline to infuse temporal logic. Our methodology begins by disentangling a user's query into its core subject and its temporal window. It then employs a specialized retriever that calibrates semantic matching against temporal relevance, ensuring the collection of a contiguous evidence set that spans the entire queried period. To enable rigorous evaluation…
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 · Speech and dialogue systems
