paper-with-me

Papers

Beyond Static Summarization: Proactive Memory Extraction for LLM Agents

2026-01-08 · Chengyuan Yang, Zequn Sun, Wei Wei, Wei Hu arxiv

Memory management is vital for LLM agents to handle long-term interaction and personalization. Most research focuses on how to organize and use memory summary, but often overlooks the initial memory extraction stage. In this paper, we argue that existing summary-based methods have two major limitations based on the recurrent processing theory. First, summarization is "ahead-of-time", acting as a blind "feed-forward" process that misses important details because it doesn't know future tasks. Second, extraction is usually "one-off", lacking a feedback loop to verify facts, which leads to the accumulation of information loss. To address these issues, we propose proactive memory extraction (namely ProMem). Unlike static summarization, ProMem treats extraction as an iterative cognitive process. We introduce a recurrent feedback loop where the agent uses self-questioning to actively probe the dialogue history. This mechanism allows the agent to recover missing information and correct errors. Our ProMem significantly improves the completeness of the extracted memory and QA accuracy. It also achieves a superior trade-off between extraction quality and token cost.

📄 PDF Abstract BibTeX arXiv:2601.04463

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Interpersonal Memory Matters: A New Task for Proactive Dialogue Utilizing Conversational History

2025-03-07 · Bowen Wu, Wenqing Wang, Haoran Li, Ying Li 외

Proactive dialogue systems aim to empower chatbots with the capability of leading conversations towards specific targets, thereby enhancing user engagement and service autonomy. Existing systems typically target pre-defi…

RAGRetrievalRetrieval-augmented Generation

StratMem-Bench: Evaluating Strategic Memory Use in Virtual Character Conversation Beyond Factual Recall

2026-04-29 · Yerong Wu, Tianxing Wu, Minghao Zhu, Hangyu Sha 외 arxiv

Achieving realistic human-like conversation for virtual characters requires not only a simple memorization and recall of past events, but also the strategic utilization of memory to meet factual needs and social engageme…

RGMem: Renormalization Group-inspired Memory Evolution for Language Agents

2025-10-18 · Ao Tian, Yunfeng Lu, Xinxin Fan, Changhao Wang 외 arxiv

Personalized and continuous interactions are critical for LLM-based conversational agents, yet finite context windows and static parametric memory hinder the modeling of long-term, cross-session user states. Existing app…

SWE-MeM: Learning Adaptive Memory Management for Long-Horizon Coding Agents

2026-06-26 · Shuzheng Gao, Wenhao Zeng, Zhaojian Yu, Jianqiao Wangni 외 arxiv

Long-horizon software engineering agents often need to manage lengthy and noisy interaction histories under limited context budgets. Existing memory management methods typically rely on static compression workflows or im…

Rethinking How to Remember: Beyond Atomic Facts in Lifelong LLM Agent Memory

2026-05-19 · Jingwei Sun, Jianing Zhu, Jiangchao Yao, Tongliang Liu 외 arxiv

To enable reliable long-term interaction, LLM agents require a memory system that can faithfully store, efficiently retrieve, and deeply reason over accumulated dialogue history. Most existing methods adopt an extracted …