paper-with-me

Papers

TRACE: State-Aware Query Processing over Temporal Evidence Graphs for Conversational Data

2026-07-01 · Maolin Wang, Yu Wang, Zichun Liu, Baiyuan Qiu, Chenbin Zhang, Jiguang Shen, Haoran Yang, Hao Miao arxiv

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.

📄 PDF Abstract BibTeX arXiv:2607.00339

Code (0)

등록된 구현이 없습니다.

Tasks

Answer Generation

Similar Papers 제목 키워드 기반

TRACER: Efficient Object Re-Identification in Networked Cameras through Adaptive Query Processing

2025-07-13 · Pramod Chunduri, Yao Lu, Joy Arulraj arxiv

Efficiently re-identifying and tracking objects across a network of cameras is crucial for applications like traffic surveillance. Spatula is the state-of-the-art video database management system (VDBMS) for processing R…

CueTip: An Interactive and Explainable Physics-aware Pool Assistant

2025-01-30 · Sean Memery, Kevin Denamganai, Jiaxin Zhang, Zehai Tu 외

We present an interactive and explainable automated coaching assistant called CueTip for a variant of pool/billiards. CueTip's novelty lies in its combination of three features: a natural-language interface, an ability t…

Query processing for location services without compromising privacy

2009-12-05 · Chi-Yin Cho, Mohamed F. Mokbel, Walid G. Aref

In this article, we present a new privacy-aware query processing framework, Capser*, in which mobile and stationary users can obtain snapshot and/or continuous location-based services without revealing their private loca…

Trace Only What You Need: Structure-Aware On-Demand Hypergraph Memory for Long-Document Question Answering

2026-06-09 · Xiangjun Zai, Xingyu Tan, Chen Chen, Xiaoyang Wang 외 arxiv

Long-document question answering (QA) requires large language models (LLMs) to reason over evidence scattered across lengthy documents, where answers often depend on event order, section-level context, and cross-part evi…

Question Answering

Answering the Wrong Question: Reasoning Trace Inversion for Abstention in LLMs

2026-04-02 · Abinitha Gourabathina, Inkit Padhi, Manish Nagireddy, Subhajit Chaudhury 외 arxiv

For Large Language Models (LLMs) to be reliably deployed, models must effectively know when not to answer: abstain. Reasoning models, in particular, have gained attention for impressive performance on complex tasks. Howe…