paper-with-me

Papers

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

2026-05-10 · Luoxi Tang, Rupali Rajendra Vaje, Yuqiao Meng, Sakshi Sunil Narkar, Weicheng Ma, Zeyu Ding, Dazheng Zhang, Zhaohan Xi arxiv

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.

📄 PDF Abstract BibTeX arXiv:2605.09330

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Understanding and Mitigating Spurious Correlations in Text Classification with Neighborhood Analysis

2023-05-23 · Oscar Chew, Hsuan-Tien Lin, Kai-Wei Chang, Kuan-Hao Huang

Recent research has revealed that machine learning models have a tendency to leverage spurious correlations that exist in the training set but may not hold true in general circumstances. For instance, a sentiment classif…

Classificationtext-classificationText Classification

RaVL: Discovering and Mitigating Spurious Correlations in Fine-Tuned Vision-Language Models

2024-11-06 · Maya Varma, Jean-Benoit Delbrouck, Zhihong Chen, Akshay Chaudhari 외

Fine-tuned vision-language models (VLMs) often capture spurious correlations between image features and textual attributes, resulting in degraded zero-shot performance at test time. Existing approaches for addressing spu…

image-classificationImage Classificationzero-shot-classificationZero-Shot Learning

Towards Robust Trajectory Representations: Isolating Environmental Confounders with Causal Learning

2024-04-22 · Kang Luo, Yuanshao Zhu, Wei Chen, Kun Wang 외

Trajectory modeling refers to characterizing human movement behavior, serving as a pivotal step in understanding mobility patterns. Nevertheless, existing studies typically ignore the confounding effects of geospatial co…

Representation LearningTrajectory Modeling

Mitigating Spurious Correlations for Self-supervised Recommendation

2022-12-08 · Xinyu Lin, Yiyan Xu, Wenjie Wang, Yang Zhang 외

Recent years have witnessed the great success of self-supervised learning (SSL) in recommendation systems. However, SSL recommender models are likely to suffer from spurious correlations, leading to poor generalization. …

Feature EngineeringRecommendation SystemsSelf-Supervised Learning

Mitigating Spurious Correlations in Multi-modal Models during Fine-tuning

2023-04-08 · Yu Yang, Besmira Nushi, Hamid Palangi, Baharan Mirzasoleiman

Spurious correlations that degrade model generalization or lead the model to be right for the wrong reasons are one of the main robustness concerns for real-world deployments. However, mitigating these correlations durin…

Attribute