English

Unable to Forget: Proactive Interference Reveals Working Memory Limits in LLMs Beyond Context Length

Computation and Language 2025-08-01 v3 Artificial Intelligence Neurons and Cognition

Abstract

Information retrieval in Large Language Models (LLMs) is increasingly recognized as intertwined with generation capabilities rather than mere lookup. While longer contexts are often assumed to improve retrieval, the effects of intra-context interference remain understudied. To address this, we adapt the proactive interference (PI) paradigm from cognitive science, where earlier information disrupts recall of newer updates. In humans, susceptibility to such interference is inversely linked to working memory capacity. We introduce PI-LLM, an evaluation that sequentially streams semantically related key-value updates and queries only the final values. Although these final values are clearly positioned just before the query, LLM retrieval accuracy declines log-linearly toward zero as interference accumulates; errors arise from retrieving previously overwritten values. Attempts to mitigate interference via prompt engineering (e.g., instructing models to ignore earlier input) yield limited success. These findings reveal a fundamental constraint on LLMs' ability to disentangle interference and flexibly manipulate information, suggesting a working memory bottleneck beyond mere context access. This calls for approaches that strengthen models' ability to suppress irrelevant content during retrieval.

Keywords

Cite

@article{arxiv.2506.08184,
  title  = {Unable to Forget: Proactive Interference Reveals Working Memory Limits in LLMs Beyond Context Length},
  author = {Chupei Wang and Jiaqiu Vince Sun},
  journal= {arXiv preprint arXiv:2506.08184},
  year   = {2025}
}

Comments

Accepted at ICML 2025 Workshop on Long Context Foundation Models (ICFM). Code: https://github.com/zhuangziGiantfish/Unable-to-Forget

R2 v1 2026-07-01T03:07:50.738Z