paper-with-me

Papers

EvoMemBench: Benchmarking Agent Memory from a Self-Evolving Perspective

2026-05-18 · Yuyao Wang, Zhongjian Zhang, Mo Chi, Kaichi Yu, Yuhan Li, Miao Peng, Bing Tong, Chen Zhang, Yan Zhou, Jia Li arxiv

Recent benchmarks for Large Language Model (LLM) agents mainly evaluate reasoning, planning, and execution. However, memory is also essential for agents, as it enables them to store, update, and retrieve information over time. This ability remains under-evaluated, largely because existing benchmarks do not provide a systematic way to assess memory mechanisms. In this paper, we study agent memory from a self-evolving perspective and introduce EvoMemBench, a unified benchmark organized along two axes: memory scope (in-episode vs. cross-episode) and memory content (knowledge-oriented vs. execution-oriented). We compare 15 representative memory methods with strong long-context baselines under a standardized protocol. Results show that current memory systems are still far from a general solution: long-context baselines remain highly competitive, memory helps most when the current context is insufficient or tasks are difficult, and no single memory form works consistently across all settings. Retrieval-based methods remain strong for knowledge-intensive settings, whereas procedural and long-term memory methods are more effective for execution-oriented tasks when their stored experience matches the task structure. We hope EvoMemBench facilitates future research on more effective memory systems for LLM-based agents. Our code is available at https://github.com/DSAIL-Memory/EvoMemBench.

📄 PDF Abstract BibTeX arXiv:2605.18421

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Evo-Memory: Benchmarking LLM Agent Test-time Learning with Self-Evolving Memory

2025-11-25 · Tianxin Wei, Noveen Sachdeva, Benjamin Coleman, Zhankui He 외 arxiv

Statefulness is essential for large language model (LLM) agents to perform long-term planning and problem-solving. This makes memory a critical component, yet its management and evolution remain largely underexplored. Ex…

OpenHospital: A Thing-in-itself Arena for Evolving and Benchmarking LLM-based Collective Intelligence

2026-03-16 · Peigen Liu, Rui Ding, Yuren Mao, Ziyan Jiang 외 arxiv

Large Language Model (LLM)-based Collective Intelligence (CI) presents a promising approach to overcoming the data wall and continuously boosting the capabilities of LLM agents. However, there is currently no dedicated a…

MemEvolve: Meta-Evolution of Agent Memory Systems

2025-12-21 · Guibin Zhang, Haotian Ren, Chong Zhan, Zhenhong Zhou 외 arxiv

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 tr…

SAGE: A Self-Evolving Agentic Graph-Memory Engine for Structure-Aware Associative Memory

2026-05-12 · Juntong Wang, Haoyue Zhao, guanghui Pan, Xiyuan Wang 외 arxiv

Long-term memory is becoming a central bottleneck for language agents. Exsting RAG and GraphRAG systems largely treat memory graphs as static retrieval middleware, which limits their ability to recover complete evidence …

EXG: Self-Evolving Agents with Experience Graphs

2026-05-18 · Yuxin Jin, Siyuan Zhang, Hanchen Wang, Lu Qin 외 arxiv

Large language model (LLM)-based agents have demonstrated strong capabilities in complex reasoning and problem solving through multi-step interactions, yet most deployed agents remain behaviorally static, with knowledge …

Code Generation