Self-evolving Agents with reflective and memory-augmented abilities
Xuechen Liang, Yangfan He, Yinghui Xia, Xinyuan Song, Jianhui Wang, Meiling Tao, Li Sun, Xinhang Yuan, Jiayi Su, Keqin Li, Jiaqi Chen, Jinsong Yang, Siyuan Chen, Tianyu Shi
TL;DR
The work tackles the difficulty of sustaining decision-making and long-term information retention in LLM-based agents. It introduces SAGE, a framework that combines iterative feedback, reflective self-assessment, and a MemorySyntax module that leverages the Ebbinghaus forgetting curve to manage a dual STM/LTM memory system. The authors formalize a three-agent interaction (User, Assistant, Checker) and prove convergence to stable strategies via a Nash-equilibrium perspective, while demonstrating significant empirical gains across AgentBench, long-context tasks, and RAG-based QA benchmarks, particularly for smaller models. The results imply practical enhancements in multi-task autonomy, memory efficiency, and error reduction, suggesting broad applicability to real-world agent systems.
Abstract
Large language models (LLMs) have made significant advances in the field of natural language processing, but they still face challenges such as continuous decision-making. In this research, we propose a novel framework by integrating iterative feedback, reflective mechanisms, and a memory optimization mechanism based on the Ebbinghaus forgetting curve, it significantly enhances the agents' capabilities in handling multi-tasking and long-span information.
