Agents
Beyond Static Summarization: Proactive Memory Extraction for LLM Agents
arXiv:2601.04463v2 Announce Type: replace-cross Abstract: Memory management is vital for LLM agents in long-term and personalized interactions. Most previous work studies how to retrieve and use memor
arXiv:2601.04463v2 Announce Type: replace-cross Abstract: Memory management is vital for LLM agents in long-term and personalized interactions. Most previous work studies how to retrieve and use memory, but pays less attention to how memory is extracted. We find two main limitations in existing methods. First, extraction is "ahead-of-time": the agent saves information before it knows future tasks. A single summary prompt often mixes details, events, and relations, so useful information is lost. Second, extraction is usually one-off. Without verification, errors and hallucinations may stay in memory for a long time. To address these limitations, we propose ProMem, a proactive memory extraction framework. It separates details, events, and relations, and uses different extraction strategies for each type. It also checks completeness to recover missed events and verifies facts at the atomic level to reduce hallucinations. Experiments show that ProMem improves memory completeness and QA accuracy, while keeping a good balance between quality and token cost.
Related
- A Multi-Memory Segment System for Generating High-Quality Long-Term Memory Content in Agents
- RecMem: Recurrence-based Memory Consolidation for Efficient and Effective Long-Running LLM Agents
- Mandol: An Agglomerative Agent Memory System for Long-Term Conversations
- SERUM: State Extraction and Refinement for User Modeling
Source: arXiv cs.AI | 2026-09-02