菜单

关于 🐙 GitHub
arXiv 提交日期: 2025-12-21
📄 Abstract - MemEvolve: Meta-Evolution of Agent Memory Systems

Self-evolving memory systems are unprecedentedly reshaping the evolutionary paradigm of large language model (LLM)-based agents. Prior work has predominantly relied on manually engineered memory architectures to store trajectories, distill experience, and synthesize reusable tools, enabling agents to evolve on the fly within environment interactions. However, this paradigm is fundamentally constrained by the staticity of the memory system itself: while memory facilitates agent-level evolving, the underlying memory architecture cannot be meta-adapted to diverse task contexts. To address this gap, we propose MemEvolve, a meta-evolutionary framework that jointly evolves agents' experiential knowledge and their memory architecture, allowing agent systems not only to accumulate experience but also to progressively refine how they learn from it. To ground MemEvolve in prior research and foster openness in future self-evolving systems, we introduce EvolveLab, a unified self-evolving memory codebase that distills twelve representative memory systems into a modular design space (encode, store, retrieve, manage), providing both a standardized implementation substrate and a fair experimental arena. Extensive evaluations on four challenging agentic benchmarks demonstrate that MemEvolve achieves (I) substantial performance gains, improving frameworks such as SmolAgent and Flash-Searcher by up to $17.06\%$; and (II) strong cross-task and cross-LLM generalization, designing memory architectures that transfer effectively across diverse benchmarks and backbone models.

顶级标签: llm agents systems
详细标签: memory systems meta-evolution agent evolution self-evolving agents modular design 或 搜索:

MemEvolve:智能体记忆系统的元进化 / MemEvolve: Meta-Evolution of Agent Memory Systems


1️⃣ 一句话总结

这篇论文提出了一个名为MemEvolve的创新框架,它不仅能让基于大语言模型的智能体在互动中积累经验,还能让智能体自身的记忆系统结构根据不同的任务需求进行动态优化和进化,从而显著提升其性能和适应能力。

源自 arXiv: 2512.18746