MemTrapBench finds LLM memory can hurt reasoning, not just help it

Researchers led by Mengru Wang introduce MemTrapBench, a benchmark built to test a blind spot in how AI memory systems are evaluated. Memory has become a standard component of large language models, letting them retain information and learn across long-term interactions. Existing memory benchmarks mostly check whether information was correctly extracted, stored and retrieved, but they largely ignore a separate question: whether a memory that was retrieved correctly still ends up distorting the model's reasoning on the task in front of it. The authors call this failure mode a memory-induced cognitive trap, and they argue it can happen even when the memory itself is faithfully recorded and semantically relevant to the current task; the memory does not need to be wrong or irrelevant to cause harm. MemTrapBench covers two forms of this trap: Reasoning Fixation and Belief Distortion. The text names both traps but does not spell out the mechanical difference between them beyond the names themselves. To test the idea, the authors ran experiments across two model families and five representative memory frameworks. The result: every one of the memory strategies evaluated performed worse than a no-memory baseline on MemTrapBench, and even the strongest methods among them dropped more than 10% compared to not using memory at all. To address the problem, the authors propose AdaptiveMem, an inference-time method that instructs the model to actively avoid falling into memory traps rather than changing how memory is stored or retrieved. According to the authors, AdaptiveMem reduces cognitive traps on MemTrapBench while preserving or improving performance on standard memory benchmarks across the different memory frameworks tested. The paper does not name the specific model families or memory frameworks used, give an institutional affiliation for the authors, state a publication venue or date, or report specific numeric results for AdaptiveMem's gains beyond the qualitative claim of preserving or improving performance.
Key facts
- MemTrapBench is a new benchmark that tests whether memory retrieved by an LLM distorts its reasoning on the current task, rather than just testing whether memory was stored and retrieved correctly.
- The benchmark covers two failure modes: Reasoning Fixation and Belief Distortion, both grouped under the term memory-induced cognitive traps.
- Even memories that are faithfully recorded and semantically relevant to the task can still degrade performance, according to the authors.
- Across two model families and five memory frameworks, every evaluated memory strategy underperformed a no-memory baseline, with the strongest methods dropping more than 10%.
- The authors propose AdaptiveMem, an inference-time method that instructs the model to avoid these traps while preserving or improving results on standard memory benchmarks.
Why it matters
Memory is increasingly treated as a straightforward upgrade for LLMs: give a model access to what it learned before, and it should perform better on related tasks later. MemTrapBench challenges that assumption directly. It shows that the standard way of grading memory systems, checking whether facts are extracted and retrieved correctly, misses a separate failure that can happen downstream: a correctly retrieved memory can still push the model's reasoning in the wrong direction on the task at hand. That distinction matters because it means a memory system can pass existing benchmarks while quietly making the model worse at its actual job.
Who it affects
The findings are most relevant to teams building or evaluating memory-augmented LLM systems, including long-term conversational agents, personal assistants and any application that carries context across sessions. Anyone benchmarking a memory framework using only retrieval-accuracy metrics is the direct audience: MemTrapBench argues that metric alone is not sufficient to catch this class of failure.
How to use it
The paper positions AdaptiveMem as a practical mitigation: an inference-time method, meaning it changes how the model is instructed to use memory at answer time rather than requiring a new storage or retrieval architecture. The authors state it preserves or improves performance on standard memory benchmarks across diverse memory frameworks while cutting down the cognitive traps measured by MemTrapBench, though the paper does not provide specific numeric results for these gains.
How solid is it
The claims rest on experiments across two model families and five representative memory frameworks, with the headline result, a drop of more than 10% for even the strongest tested methods, given as a relative comparison against the no-memory setting. The text does not identify which model families or which five frameworks were tested, nor does it state an institutional affiliation, publication venue, or release date, which limits independent verification of the specific setup.
Risks and caveats
The paper does not spell out the mechanical distinction between Reasoning Fixation and Belief Distortion beyond naming them, so readers cannot yet judge from the text alone how these two traps differ in practice. AdaptiveMem's benefits are described only qualitatively, as preserving or improving performance, without concrete figures, so the scale of its improvement over unmitigated memory use is not established here.