Ingest: Large Language Model Agents Are Not Always Faithful Self-Evolvers

Type: kb/sources/types/ingest-report.md

Classification

ArXiv preprint (cs.CL) with explicit methodology, controlled causal interventions, multiple frameworks/backbones/environments, and a falsifiable empirical claim about agent behavior. This ingest covers v3, which retains v2's structure and findings while expanding the backbone set from 10 to 13 models (adding GPT-5.2, Gemini-3-Pro, Claude-Sonnet-4.6) — strengthening the cross-scale, cross-vendor generality of the result. Author: Multi-author research team (Zhao, Wang, Zhang, Deng, Zhao, Che, Qin, Liu) working on self-evolving-agent benchmarks. Worth attending to because they evaluate four established frameworks (ExpeL, Dynamic Cheatsheet, ReasoningBank, G-Memory) under causal intervention rather than proposing a new memory design — a diagnosis paper, not a sales pitch.

Summary

The paper asks whether self-evolving LLM agents actually depend on the experience they store, or merely carry it around. It defines experience faithfulness as the causal dependence of behavior on provided experience, then tests it by perturbing two memory forms — raw trajectories (Empty / Shuffle / Irrelevant) and condensed summaries (Empty / Corrupt / Irrelevant / Filler) — and checking whether downstream behavior changes. Across four frameworks, 13 LLM backbones, and 9 environments, the central result is a strong asymmetry: agents reliably depend on raw experience (perturbing it sharply degrades performance) but largely ignore condensed experience (perturbing or corrupting it barely moves performance), even when condensed memory is the only guidance provided. The gap holds across offline/online paradigms, single- and multi-agent settings, and model scales. RQ2 traces three causes: (1) condensed summaries are often too semantically vague to steer behavior; (2) internal processing bias overweights the current trajectory over retrieved memory — shown via layer-wise Integrated Gradients attribution where condensed-experience segments get consistently low attribution; (3) some task regimes (knowledge-intensive QA) are solvable from pretrained priors, so external experience never becomes causally necessary.

Quotes

  • Source extract (verbatim): Using controlled causal interventions on both raw and condensed forms of experience, we comprehensively evaluate four representative frameworks across 13 LLM backbones and 9 environments.
  • Source location: Abstract.
  • Source extract (verbatim): 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.
  • Source location: Abstract.
  • Source extract (verbatim): We first show that agents are consistently more faithful to raw experiences than to condensed ones when both are present, exhibiting substantial behavioral changes under raw experience perturbations but not under condensed ones (§4.1).
  • Source location: Introduction, summary of RQ1 findings.
  • Source extract (verbatim): We further demonstrate that this lack of faithfulness to condensed inputs persists even when raw experience is entirely absent, indicating that the problem is not due to competition or overshadowing (§4.2).
  • Source location: Introduction, summary of RQ1 findings.

  • Source extract (verbatim): Empty: Remove all semantic content from retrieved raw experiences, while retaining their formatting cues (e.g., prompts like “Here are two examples of successful trajectories:”). This differs from a simple ablation (w/o raw), which omits the experience section entirely. Shuffle: Randomly shuffle the order of steps within each trajectory, preserving content tokens but disrupting temporal coherence and causal structure. Irrelevant: Replace retrieved trajectories with ones sampled from other unrelated tasks, preserving format and structure but removing topical and semantic relevance.

  • Source location: Section 3.2, "Raw Experience Interventions"
  • Source extract (verbatim): Empty: Remove all semantic content from the condensed experience while preserving the formatting cues (e.g., “Here is a distilled insight from past trajectories:” followed by an empty slot). This is distinct from a full ablation (w/o cond), which omits the condensed experience entirely. Corrupt: Randomly alter key components (e.g., distorting action references) to break internal coherence. Irrelevant: Replace the condensed summary with one that is entirely unrelated to the current task goal, using a generic and task-agnostic description. Filler: Replace the entire content of condensed experience with semantically empty placeholder tokens (e.g., special characters such as “%$#&”), preserving surface structure while removing all meaningful information.
  • Source location: Section 3.3, "Condensed Experience Interventions"
  • Source extract (verbatim): Faithfulness is determined by whether the agent’s behavior causally changes in response to the perturbed input.
  • Source location: Figure 1 caption

Connections Found

The KB already integrates this paper deeply — the companion connect report found a reverse-edge-only result (the snapshot authors no outbound edges; the signal is which notes should point at it). Three notes already cite the paper by bare arXiv URL and should upgrade to labelled local evidenced-by edges: distillation (uses it as the warning case that compressed experience can stay plausible yet lose behavioral influence), evaluate-memory-by-effects (direct support for "evaluate by effects, not existence" plus the WITH/WITHOUT method), and activate-behavior-changing-memory (its Behavioral Faithfulness section already names this paper). Three new evidenced-by candidates: knowledge-storage-does-not-imply-contextual-activation (the §5.2 IG result is a clean instance of "context-to-action failure" — knowledge visible in context but not integrated — and is the strongest new fit), continual-learning-open-problem-is-behaviour-not-knowledge (accumulation succeeds but behaviour-change does not), and a weaker evolving-understanding-needs-re-distillation-not-composition. Two cross-collection edges were deferred to a future agent-memory-systems-scoped run: the reviews of Dynamic Cheatsheet and Agent Workflow Memory, both systems this paper benchmarks and finds unfaithful to condensed experience. Net: this source is the KB's central empirical anchor for the distillation/activation/evaluate-by-effects cluster — v3 reconfirms it at larger backbone scale.

Extractable Value

  1. Faithfulness-by-intervention as a standard evaluation for distilled/memory artifacts -- perturb (corrupt, shuffle, replace, blank) a stored memory and measure whether downstream behavior changes; if it does not, the artifact is present but inert. High reach: tests causal operativeness, not mere presence. Already partly codified in evaluate-memory-by-effects; v3 widens the empirical base to 13 backbones. [experiment]
  2. Behavioral faithfulness as a missing quality criterion for distillation -- a summary is not good because it is concise or plausible; it must preserve enough structure to steer later behavior. This is the sharpest single takeaway for distillation: brevity-optimized condensation predictably strips behavioral utility. [quick-win]
  3. IG attribution as direct evidence for "storage does not imply activation" -- §5.2's layer-wise Integrated Gradients result (condensed experience consistently low attribution; current trajectory dominates later layers) is a mechanism-level instance of knowledge-storage-does-not-imply-contextual-activation. New relative to that seedling, which currently leans on behavioral evidence only. [deep-dive]
  4. Condensation is a systematic activation-killer (synthesis candidate) -- distillation, activation, and evaluate-by-effects notes independently lean on this paper; together they imply a higher-order claim the KB may not yet name explicitly: read-back is not activation, and compression-for-brevity reduces the very behavioral influence memory is stored to produce. The pieces exist; the named mechanism may not. [deep-dive]
  5. Keep raw traces and condensed summaries separate, choose by task -- the paper suggests condensed guidance is not a drop-in substitute for replayable raw detail; some tasks need traces, others tolerate distillation, and knowledge-intensive tasks need neither. Operational warning for any KB learning loop that condenses by default. [experiment]
  6. Design condensation for actionable specificity, not brevity -- the strongest mechanism claim is that vague heuristics lose to local context and pretrained priors; the v3 error table quantifies the dominant failure as "distraction from task goal" (up to ~79% on smaller models). Condensation methods should optimize for causal uptake. [experiment]
  7. Empirical citation upgrade -- standardise the three existing arXiv-URL citations onto the local snapshot path and refresh v2 -> v3, consolidating the version drift in one place. [just-a-reference]

Limitations (our opinion)

This is editorial judgment. The strongest result is the raw-vs-condensed asymmetry; the strongest narrative is the three-cause explanation, and those are not equally well supported. The paper does not test condensation strategies designed explicitly for behavioral actionability, so the honest reading is "current summary forms often fail," not "compression as such fails" — a distinction the distillation note should preserve rather than overclaim. The benchmark mix tilts toward research environments and knowledge-intensive QA, which matters because the task-dependence cause partly reduces to "the model already knows enough"; that may transfer unevenly to software engineering or KB curation, where pretrained priors are weaker and raw traces costlier to carry. The internal-bias evidence rests on Integrated Gradients attribution, which is suggestive rather than definitive (attribution methods are notoriously sensitive to baselines), and the IG analysis runs on a single open-weight family (Qwen3), so the v3 expansion to 13 backbones strengthens the behavioral asymmetry but not the mechanistic claim. Finally, the paper measures whether memory is used, not whether it is good: an unfaithful summary can still raise scores, and a faithful memory can still be wrong. In KB terms this is a necessary but not sufficient complement to the verification/oracle notes — faithfulness checks that a memory is operative, not that it is correct.

Upgrade the three existing bare-URL citations to labelled local evidenced-by edges pointing at this snapshot and refresh them from v2 to v3 — in distillation, evaluate-memory-by-effects, and activate-behavior-changing-memory — then add a new evidenced-by edge from knowledge-storage-does-not-imply-contextual-activation anchored on the §5.2 IG-attribution result. Defer the cross-collection edges (Dynamic Cheatsheet, Agent Workflow Memory reviews) to a connect run scoped to agent-memory-systems/COLLECTION.md. The "condensation is a systematic activation-killer" synthesis (Extractable Value 4) is the candidate worth a brainstorm, but it is a follow-on, not this step.


Relevant Notes: