TL;DR
EvolveMem introduces a self-evolving memory architecture for LLM agents that autonomously optimizes its retrieval configuration through iterative research cycles, significantly improving performance across benchmarks.
Contribution
The paper presents EvolveMem, a novel auto-research system enabling autonomous co-evolution of stored knowledge and retrieval mechanisms in LLM memory architectures.
Findings
EvolveMem outperforms strong baselines by 25.7% on LoCoMo.
It achieves 78.0% relative improvement over minimal baseline.
Configurations transfer positively across different benchmarks.
Abstract
Long-term memory is essential for LLM agents that operate across multiple sessions, yet existing memory systems treat retrieval infrastructure as fixed: stored content evolves while scoring functions, fusion strategies, and answer-generation policies remain frozen at deployment. We argue that truly adaptive memory requires co-evolution at two levels: the stored knowledge and the retrieval mechanism that queries it. We present EvolveMem, a self-evolving memory architecture that exposes its full retrieval configuration as a structured action space optimized by an LLM-powered diagnosis module. In each evolution round, the module reads per-question failure logs, identifies root causes, and proposes targeted configuration adjustments; a guarded meta-analyzer applies them with automatic revert-on-regression and explore-on-stagnation safeguards. This closed-loop self-evolution realizes an…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
