LGAIMay 10

The Trap of Trajectory: Towards Understanding and Mitigating Spurious Correlations in Agentic Memory

arXiv:2605.0933091.1
AI Analysis

For developers of LLM-based agentic systems, this work addresses the underexplored vulnerability of spurious correlations in memory, offering a lightweight solution to improve reliability.

The paper identifies and benchmarks spurious correlations in agentic memory for LLMs, showing that memory amplifies reliance on spurious patterns. It proposes CAMEL, a calibration method that reduces this reliance across three spurious types while preserving performance on clean inputs.

Agentic memory enables LLMs to persist information beyond a single context window and reuse it in later decisions, but it also introduces a new vulnerability: spurious correlations, where retrieved memory carries miscorrelated evidence and propagates erroneous reasoning into downstream decisions. Despite the widespread use of agentic memory, this risk remains largely underexplored. We address it from two aspects. First, we benchmark several canonical types of spurious patterns identified through causal structure and record them across trajectory-level memory. Diagnosing agentic memory systems on this benchmark reveals that memory improves reasoning on clean inputs but amplifies reliance on spurious patterns when they are present. Second, we propose CAMEL, a plug-and-play calibration method that operates across diverse memory architectures at both write and retrieval time. CAMEL consistently reduces reliance on spurious patterns across all three types while preserving or improving performance on clean inputs and staying robust under adaptive attacks targeting the calibration. Overall, CAMEL offers a principled and lightweight solution toward more reliable agentic memory deployment.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes