Beyond Static Summarization: Proactive Memory Extraction for LLM Agents
Chengyuan Yang, Zequn Sun, Wei Wei, Wei Hu

TL;DR
This paper introduces ProMem, a proactive, iterative memory extraction method for LLM agents that uses self-questioning and feedback loops to improve memory completeness and accuracy over traditional static summarization.
Contribution
ProMem is a novel proactive memory extraction approach that incorporates feedback loops and self-questioning, addressing limitations of static summarization in LLM agents.
Findings
ProMem enhances memory completeness and QA accuracy.
ProMem achieves better trade-offs between extraction quality and token cost.
ProMem outperforms static summarization methods in experiments.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Speech and dialogue systems · Multi-Agent Systems and Negotiation
