TimelyRAG: Semantic-Temporal Hybrid Retrieval for Time-Critical Question Answering in Overlapping-Evolving Documents

📅 2026-09-10
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
针对文档在重叠演变环境中更新导致的问题,提出TimelyRAG框架,通过结合时间距离进行排名以匹配适当版本的文档,提高问答准确性。
📝 Abstract
Although large language models (LLMs) and retrieval-augmented generation (RAG) have advanced open-domain question answering (QA), they remain unreliable when documents evolve through amendments. Existing time-sensitive retrieval methods address only the disjoint-evolving environment, where each update is an independent snapshot. However, laws, policies, and regulations often operate in overlapping-evolving environments, where amendments override earlier clauses while preserving most content, creating strong semantic overlap across versions. We propose TimelyRAG, a retriever-agnostic framework that incorporates temporal distance into ranking to align queries with version-appropriate documents. We also introduce TimelyQABench, the first benchmark for regulation-heavy domains with overlapping-evolving challenges. Experiments show consistent gains, up to +28.6% in nDCG@10, highlighting the importance of temporal reasoning for reliable QA over evolving documents. All resources are available at https://github.com/kaist-dmlab/TimelyRAG.
Problem

Research questions and friction points this paper is trying to address.

evolving documents
semantic overlap
temporal reasoning
Innovation

Methods, ideas, or system contributions that make the work stand out.

Temporal Distance
Overlapping-Evolving Documents
Regulation-Heavy Domains
Time-Critical Question Answering