Search papers, labs, and topics across Lattice.
TRACE introduces a novel query processing framework that utilizes temporal evidence graphs to effectively manage the evolving nature of conversational data. By modeling conversations as hierarchical graphs enriched with various relational annotations, TRACE allows for state-aware reasoning that distinguishes between current and obsolete information. Experimental results demonstrate that TRACE significantly enhances temporal and multi-hop reasoning capabilities in long-conversation query-answering tasks, outperforming traditional methods that treat memories as independent objects.
TRACE revolutionizes conversational data querying by enabling state-aware reasoning that effectively distinguishes between current and outdated information.
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.