paper-with-me

홈 › Papers

CMT-RAG: Complementary Memory Traces for Multi-turn Multi-hop RAG

2026-07-29 · Lang Zhou, Yingjian Chen, Shuxuan Li, Kun-Yu Lin, Zhilin Zhao arxiv

Multi-turn information-seeking conversations require both multi-hop reasoning and long-range dependency tracking across turns. However, existing RAG systems typically represent conversational memory as raw dialogue history, rewritten queries, or unstructured summaries, making it difficult to recover the specific prior reasoning steps and evidence required for follow-up queries. Our key insight is to align conversational memory with retrieval by representing dialogue context as sub-question-level reasoning traces. Building on this insight, we introduce MuMu-QA, a benchmark for multi-turn multi-hop RAG with explicit cross-turn sub-question dependency annotations, and CMT-RAG, a complementary memory framework for this setting. At each turn, CMT-RAG employs a state-space trace generator, whose recurrent state serves as runtime memory, to incorporate recent conversational context and decompose the current query into structured trace drafts containing retrieval-oriented sub-questions and dependencies on earlier traces. It then grounds these drafts with retrieved evidence and stores them as persistent memory traces in a session-level DAG, enabling future turns to efficiently recover relevant prior reasoning and evidence. Experiments on MuMu-QA and corpus-level RAG benchmarks show that CMT-RAG consistently outperforms five categories of RAG baselines in answer accuracy.

📄 PDF Abstract BibTeX arXiv:2607.26470

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PACT: Privileged Trace Co-Training for Multi-Turn Tool-Use Agents

2026-06-15 · Zhenbang Du, Jun Luo, Zhiwei Zheng, Xiangchi Yuan 외 arxiv

Multi-turn tool-use agents must reason, call tools, and adapt to observations across several interaction turns. Post-training such agents is challenging, as reinforcement learning often suffers from sparse rewards and we…

Reinforcement Learning

Membox: Weaving Topic Continuity into Long-Range Memory for LLM Agents

2026-01-07 · Dehao Tao, Guoliang Ma, Yongfeng Huang, Minghu Jiang arxiv

Long-term human-agent dialogues are organized by topic continuity: adjacent turns often develop the same goal, plan, problem, or event, while related activities may recur across distant sessions. Yet many LLM agent memor…

Semantic Retrieval

Think-Before-Speak: From Internal Evaluation to Public Expression in Multi-Agent Social Simulation

2026-06-02 · Kaiqi Yang, Tai-Quan Peng, Sanguk Lee, Hui Liu arxiv

LLM-based multi-agent simulation offers a promising way to study social interaction, deliberation, and collective opinion dynamics. However, many existing dialogue simulation frameworks represent interaction mainly as ob…

Shared Selective Persistent Memory for Agentic LLM Systems

2026-07-10 · Sanjana Pedada, Aditya Dhavala, Neelraj Patil arxiv

Agentic LLM systems that generate code through multi-turn tool use face a fundamental context problem: each session starts from zero, discarding the domain constraints, data schemas, tool configurations, and output prefe…

HarnessX: A Composable, Adaptive, and Evolvable Agent Harness Foundry

2026-06-12 · Tingyang Chen, Shuo Lu, Kang Zhao, Weicheng Meng 외 arxiv

AI agent performance depends critically on the runtime harness, comprising the prompts, tools, memory, and control flow that mediate how a model observes, reasons, and acts. Yet today's harnesses remain largely hand-craf…

Reinforcement Learning