paper-with-me

홈 › Papers

Self-Consolidation for Self-Evolving Agents

2026-02-02 · Hongzhuo Yu, Fei Zhu, Guo-Sen Xie, Ling Shao arxiv

While large language model (LLM) agents have demonstrated impressive problem-solving capabilities, they typically operate as static systems, lacking the ability to evolve through lifelong interaction. Existing attempts to bridge this gap primarily rely on retrieving successful past trajectories as demonstrations. However, this paradigm faces two critical limitations. First, by focusing solely on success, agents overlook the rich pedagogical value embedded in failed attempts, preventing them from identifying and avoiding recurrent pitfalls. Second, continually accumulating textual experiences not only increases the time consumption during retrieval but also inevitably introduces noise and exhausts the largest context window of current LLMs. To address these challenges, we propose a novel self-evolving framework for LLM agents that introduces a complementary evolution mechanism: First, a contrastive reflection strategy is introduced to explicitly summarize error-prone patterns and capture reusable insights. Second, we propose a self-consolidation mechanism that distills non-parametric textual experience into compact learnable parameters. This enables the agent to internalize extensive historical experience directly into its latent space. Extensive experiments demonstrate the advantages of our method in long-term agent evolution.

📄 PDF Abstract BibTeX arXiv:2602.01966

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SkillPyramid: A Hierarchical Skill Consolidation Framework for Self-Evolving Agents

2026-06-02 · Yuan Xiong, Ziqi Miao, Qian Chen, Lijun Li 외 arxiv

Recent AI agents can flexibly invoke skills to solve complex tasks, but their long-term improvement is fundamentally constrained by a lack of systematic skill construction, accumulation, and transfer. In particular, with…

OEP: Poisoning Self-Evolving LLM Agents via Locally Correct but Non-Transferable Experiences

2026-05-18 · Kaixiang Wang, Jiong Lou, Zhaojiacheng Zhou, Jie Li arxiv

Memory-augmented large language model (LLM) agents use iterative reflection and self-evolution to solve complex tasks, but these mechanisms introduce security risks. Existing agentic memory attacks require privileged acc…

AgentStream: How Well Do Self-Evolving LLM Agents Perform Under Streaming Tasks?

2026-07-31 · Dong Yan, Jian Liang, Dapeng Hu, Ran He 외 hf

Large language model (LLM) agents can self-evolve by continually improving from their own accumulated experience. However, existing studies predominantly adopt independent evaluation. Consequently, the behavior of self-e…

CASCADE: Cumulative Agentic Skill Creation through Autonomous Development and Evolution

2025-12-29 · Xu Huang, Junwu Chen, Yuxing Fei, Zhuohan Li 외 arxiv

Large language model (LLM) agents currently depend on predefined tools or early-stage tool generation, limiting their adaptability and scalability to complex scientific tasks. We introduce CASCADE, a self-evolving agenti…

Self-Evolving Coding Agents

2026-08-04 · Hao Zhou, Haichuan Hu, Ye Shang, Quanjun Zhang hf

Large language models are increasingly embedded in software engineering workflows as coding agents that can inspect repositories, invoke tools, execute tests, debug failures, and generate patches. Yet most existing agent…