TRACE: State-Aware Query Processing over Temporal Evidence Graphs for Conversational Data
Quick Answer
TRACE is a novel query processing framework for conversational data that utilizes temporal evidence graphs to enhance state-aware reasoning.
Quick Take
TRACE is a novel query processing framework for conversational data that utilizes temporal evidence graphs to enhance state-aware reasoning. It improves long-conversation query-answering by effectively managing evolving user states, achieving better temporal and multi-hop reasoning in benchmarks. The framework maintains validity annotations to differentiate between current and obsolete facts.
Key Points
- TRACE models conversations as hierarchical graphs with temporal and causal relations.
- The framework separates lexical recall from evidence reconstruction for efficient querying.
- Experiments show improved performance in temporal and multi-hop reasoning tasks.
- Validity annotations allow access to historical facts while prioritizing current information.
- TRACE enhances long-conversation QA benchmarks with a hybrid context for answers.
Paper Resources
Article Content
From source RSS / original summaryarXiv:2607. 00339v1 Announce Type: new Abstract: Conversational data is increasingly used as a persistent source of user state for long-running assistants and AI agents. However, querying this data remains challenging because conversations naturally evolve: plans are revised, preferences change, and later messages frequently supersede or contradict earlier information. Existing long-memory pipelines largely treat memories as independent text or vector objects.
This approach often retrieves semantically similar but stale evidence, offering limited support for state-aware reasoning. To address this problem, we present TRACE, a query processing framework over temporal evidence graphs for evolving conversational data. TRACE models conversations as a hierarchical graph spanning events, sessions, and topics, enriched with typed temporal, causal, update, and contradiction relations.
Crucially, the framework maintains validity annotations so obsolete facts remain accessible for historical queries but are discounted for current-state answers. At query time, TRACE combines vector-based note retrieval with graph-guided evidence search, generating validity-aware support paths and a hybrid context for answer generation. This design separates lexical recall from evidence reconstruction, enabling bounded query-time reasoning over long conversational histories.
Experiments on long-conversation query-answering (QA) benchmarks show that TRACE improves temporal and multi-hop reasoning, with ablations highlighting the importance of hierarchy, update-aware seeding, and path-grounded evidence.
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from arXiv cs.CL
See more →Quantifying Prior Dominance in Systems
The study introduces the Normalized Context Utilization (NCU) metric to evaluate Retrieval-Augmented Generation (RAG) systems, revealing that Small Language Models (SLMs) outperform larger models in factual extraction. The findings indicate that traditional scaling laws yield diminishing returns, with a commercial API frequently failing against adversarial evidence due to systemic confidence collapse.