Large Language Model Agents Are Not Always Faithful Self-Evolvers
Weixiang Zhao, Yingshuo Wang, Yichen Zhang, Yang Deng, Yanyan Zhao, Wanxiang Che, Bing Qin, Ting Liu
TL;DR
The paper tackles whether self-evolving LLM agents meaningfully ground their decisions in accumulated experience, distinguishing raw trajectories from condensed summaries. Using controlled causal interventions across four agent frameworks, ten backbones, and nine environments, it shows a robust asymmetry: agents consistently leverage raw experience but largely ignore condensed content, even when condensed input is the sole guidance. The authors identify semantic limitations of condensed content, internal model biases toward local context, and task regimes where pretrained priors suffice as key causes for unfaithfulness, and demonstrate that scaling alone does not fix the gap. These findings challenge assumptions about experience-driven adaptation and motivate design improvements in content-rich condensed summaries and dynamically triggered, context-aware retrieval to achieve faithful, reliable self-evolution of agents.
Abstract
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 the first systematic investigation of experience faithfulness, the causal dependence of an agent's decisions on the experience it is given, in self-evolving LLM agents. Using controlled causal interventions on both raw and condensed forms of experience, we comprehensively evaluate four representative frameworks across 10 LLM backbones and 9 environments. Our analysis uncovers a striking asymmetry: while agents consistently depend on raw experience, they often disregard or misinterpret condensed experience, even when it is the only experience provided. This gap persists across single- and multi-agent configurations and across backbone scales. We trace its underlying causes to three factors: the semantic limitations of condensed content, internal processing biases that suppress experience, and task regimes where pretrained priors already suffice. These findings challenge prevailing assumptions about self-evolving methods and underscore the need for more faithful and reliable approaches to experience integration.
