paper-with-me

홈 › Papers

Rethinking Continual Experience Internalization for Self-Evolving LLM Agents

2026-06-03 · Jingwen Chen, Wenkai Yang, Shengda Fan, Wenbo Nie, Chenxing Sun, Shaodong Zheng, Yangen Hu, Lu Pan, Ke Zeng, Yankai Lin arxiv

Experience internalization converts contextual experience from past interactions into reusable parametric capability, offering a promising path toward continual learning in large language models (LLMs). While prior work has predominantly focused on single-iteration transfer, we discover that under multi-iteration experience learning, existing methods suffer from a progressive capability collapse rather than compounding improvement. We systematically examine this failure through three vital dimensions of experience internalization: (1) Experience Granularity: We find that principle-level experience is more durable than instance-level experience, as it effectively abstracts transferable strategies away from trajectory-specific details. (2) Experience Injection Pattern: Our analysis reveals that step-wise injection significantly outperforms global injection by aligning experience with intermediate decision states, a property that is critical for long-horizon tool use. (3) Internalization Regime: We demonstrate that off-policy context-distillation on high-quality teacher trajectories provides a substantially more stable training signal than on-policy context-distillation, which is inherently limited by local corrections on student-induced flawed states. Together, these insights yield a simple yet robust recipe for stable and sustainable experience internalization, providing concrete guidance for engineering self-evolving and continually learning LLMs.

📄 PDF Abstract BibTeX arXiv:2606.04703

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

PEAM: Parametric Embodied Agent Memory through Contrastive Internalization of Experience in Minecraft

2026-05-26 · Yuchen Guo, Junli Gong, Weicheng Wang, Hongmin Cai 외 arxiv

We present PEAM, a Parametric Embodied Agent Memory framework in Minecraft that transforms agent memory from inference-time retrieval into parameter-resident skills internalized through experience. PEAM pairs a slow deli…

Continual Learning

Building Self-Evolving Agents via Experience-Driven Lifelong Learning: A Framework and Benchmark

2025-08-26 · Yuxuan Cai, Yipeng Hao, Jie Zhou, Hang Yan 외 arxiv

As AI advances toward general intelligence, the focus is shifting from systems optimized for static tasks to creating open-ended agents that learn continuously. In this paper, we introduce Experience-driven Lifelong Lear…

Large Language Model Agents Are Not Always Faithful Self-Evolvers

2026-01-30 · Weixiang Zhao, Yingshuo Wang, Yichen Zhang, Yang Deng 외 arxiv

Self-evolving large language model (LLM) agents continually improve by accumulating and reusing past experience, yet it remains unclear whether they faithfully rely on that experience to guide their behavior. We present …

Rethinking Experience Utilization in Self-Evolving Language Model Agents

2026-05-08 · Weixiang Zhao, Yingshuo Wang, Yichen Zhang, Yanyan Zhao 외 arxiv

Self-evolving agents improve by accumulating and reusing experience from past interactions. Existing work has largely focused on how experience is constructed, represented, and updated, while paying less attention to how…

Reinforcement Learning

PsychAgent: An Experience-Driven Lifelong Learning Agent for Self-Evolving Psychological Counselor

2026-04-01 · Yutao Yang, Junsong Li, Qianjun Pan, Jie Zhou 외 arxiv

Existing methods for AI psychological counselors predominantly rely on supervised fine-tuning using static dialogue datasets. However, this contrasts with human experts, who continuously refine their proficiency through …