Papers
Topics
Authors
Recent
AI Research Assistant
AI Research Assistant
Well-researched responses based on relevant abstracts and paper content.
Custom Instructions Pro
Preferences or requirements that you'd like Emergent Mind to consider when generating responses.
Gemini 2.5 Flash
Gemini 2.5 Flash 79 tok/s
Gemini 2.5 Pro 30 tok/s Pro
GPT-5 Medium 29 tok/s Pro
GPT-5 High 25 tok/s Pro
GPT-4o 116 tok/s Pro
Kimi K2 191 tok/s Pro
GPT OSS 120B 468 tok/s Pro
Claude Sonnet 4 36 tok/s Pro
2000 character limit reached

Chronological Passage Assembling in RAG framework for Temporal Question Answering (2508.18748v1)

Published 26 Aug 2025 in cs.CL

Abstract: Long-context question answering over narrative tasks is challenging because correct answers often hinge on reconstructing a coherent timeline of events while preserving contextual flow in a limited context window. Retrieval-augmented generation (RAG) indexing methods aim to address this challenge by selectively retrieving only necessary document segments. However, narrative texts possess unique characteristics that limit the effectiveness of these existing approaches. Specifically, understanding narrative texts requires more than isolated segments, as the broader context and sequential relationships between segments are crucial for comprehension. To address these limitations, we propose ChronoRAG, a novel RAG framework specialized for narrative texts. This approach focuses on two essential aspects: refining dispersed document information into coherent and structured passages, and preserving narrative flow by explicitly capturing and maintaining the temporal order among retrieved passages. We empirically demonstrate the effectiveness of ChronoRAG through experiments on the NarrativeQA dataset, showing substantial improvements in tasks requiring both factual identification and comprehension of complex sequential relationships, underscoring that reasoning over temporal order is crucial in resolving narrative QA.

Summary

  • The paper introduces ChronoRAG, a novel RAG extension that employs a two-stage graph construction and hierarchical retrieval process to enhance narrative coherence.
  • It demonstrates superior performance on the NarrativeQA dataset, achieving 0.308 on the full set and 0.268 on time-specific queries.
  • ChronoRAG maintains narrative flow by integrating entity-relation extraction and precise passage indexing to preserve temporal order.

Chronological Passage Assembling in RAG Framework for Temporal Question Answering

Introduction

Temporal question answering over narrative texts is a complex task due to the necessity of reconstructing a coherent timeline of events while maintaining contextual flow. The paper introduces "ChronoRAG," a specialized Retrieval-Augmented Generation (RAG) framework, aimed at addressing these challenges by enhancing the handling of narrative tasks. This approach posits that understanding narratives requires acknowledgment of sequential relationships, rather than merely isolated segments. ChronoRAG refines document information into coherent passages while preserving narrative flow through capturing and maintaining temporal order.

Methodology

The core innovation of ChronoRAG lies in its approach to retaining narrative structure and temporal coherence. This methodology is implemented through a two-stage process involving initial graph construction followed by passage retrieval and answer generation.

  1. Graph Construction:
    • Document Chunking: The document is divided into fixed-length chunks, forming the basis of the hierarchical graph.
    • Chunk Summarization: Chunks are summarized to distill complex passages into concise representations.
    • Entity-Relation Extraction: Entity extraction is performed alongside relation generation to form Layer 1 of the hierarchical graph, focusing on precision and coherence.
    • Indexing: Intra-narrative indices are assigned to the relations and original chunks ensuring sequential and contextual coherence.
    • Neighborhood Assembling: Retrieved relational descriptions are augmented with their context to maintain the narrative flow.
  2. Passage Retrieval and Answer Generation:
    • Hierarchical Retrieving: The retrieval process starts with high-precision relational descriptions followed by related document chunks to provide a complete context.
    • Answer Generation: This combines the query with the context for coherent answer generation. Figure 1

      Figure 1: Overall Pipeline of ChronoRAG.

Experimental Results

The empirical evaluation is conducted on the NarrativeQA dataset, including a specially isolated subset of "Time Questions." ChronoRAG demonstrates superior performance, particularly in tasks requiring comprehension of temporal relationships. It outperforms baselines such as RAPTOR, LightRAG, and GraphRAG, affirming the advantages of maintaining chronological context.

Results indicated that increased passage retrieval accuracy results from better temporal ordering, yielding 0.308 on the full dataset and 0.268 on the Time Questions subset. It is noted that, though RAPTOR performs well, it suffers from omitting critical details due to summarization layers, while LightRAG and GraphRAG encounter deficiencies due to excessive nodes or omitted filtering stages. Figure 2

Figure 2: Retrieval comparison for a narrative query. (a) Fine-grained indexing returns standalone sentences. (b) Chronological assembly preserves narrative flow.

Discussion

ChronoRAG introduces a robust mechanism for addressing temporal questions by reformulating the classical RAG approach with additional structure to respect narrative contexts. The paper postulates that narrative comprehension is significantly improved by addressing sequential coherence rather than isolated fact retrieval. Moreover, ChronoRAG demonstrates computational efficiency with minimal LLM calls, underscoring its practicality in real-world applications. Figure 3

Figure 3: Retrieved context per method.

Conclusion

ChronoRAG presents a significant advancement in temporal question answering by integrating chronological context within the RAG framework. By enhancing narrative structuring through its unique methodology, ChronoRAG not only performs well empirically but also highlights a pathway for future research in temporal reasoning and narrative comprehension, suggesting continued exploration of temporal coherence and contextualization in NLP applications.

List To Do Tasks Checklist Streamline Icon: https://streamlinehq.com

Collections

Sign up for free to add this paper to one or more collections.

Don't miss out on important new AI/ML research

See which papers are being discussed right now on X, Reddit, and more:

“Emergent Mind helps me see which AI papers have caught fire online.”

Philip

Philip

Creator, AI Explained on YouTube