MemTrapBench: Benchmarking Cognitive Traps in LLM Memory Use

Mengru Wang, Haozhe Luo, Zhenqian Xu, Zhixiang Cui, Haoming Xu, Qu Yang, Jizhan Fang, Junfeng Fang, Ningyu Zhang

arXiv:2608.20202 · 2026-08-24 공개 · arXiv · PDF

llm-evaluation inference-time memory-benchmarks llm-memory cognitive-traps reasoning-fixation belief-distortion memtrapbench

Abstract

Memory has become a key component of large language models, enabling them to retain information and learn from long-term interactions. However, existing memory benchmarks mainly evaluate whether information is correctly extracted, stored, and retrieved, while largely overlooking how retrieved memories reshape model reasoning and affect performance on the current task. We identify memory-induced cognitive traps: even faithfully recorded and semantically relevant memories can distort model reasoning or beliefs and degrade current task performance. To systematically evaluate these failure modes, we introduce MemTrapBench, which covers two forms of cognitive traps: Reasoning Fixation and Belief Distortion. Experiments across two model families and five representative memory frameworks show that MemTrapBench is challenging: all evaluated memory strategies underperform the no-memory setting, with even the strongest methods suffering drops of more than 10%. To mitigate these cognitive traps, we propose AdaptiveMem, a simple yet effective inference-time method that instructs LLMs to avoid memory traps. AdaptiveMem mitigates cognitive traps on MemTrapBench while preserving or improving performance on standard memory benchmarks across diverse memory frameworks.

한국어 요약

한 줄 요약

MemTrapBench는 LLM의 메모리 사용 시 발생하는 인지 함정을 평가하는 벤치마크로, AdaptiveMem이라는 간단한 추론 시 보완 전략을 제안한다.

핵심 기여도

핵심 아이디어

기존 메모리 벤치마크는 메모리의 추출, 저장, 검색 정확도에 집중하지만, **메모리가 현재 작업의 추론 과정과 믿음을 어떻게 왜곡하는지**는 거의 고려하지 않았다.
저자들은 이 현상을 **메모리 유도 인지 함정**(memory-induced cognitive traps)으로 정의하고, 두 가지 주요 유형을 제시한다:

기술적 접근법

주요 결과

의의 및 한계

MemTrapBench는 기존 메모리 관리 단계의 성능 평가를 넘어, **메모리가 추론 전략과 믿음을 어떻게 왜곡하는지**를 평가하는 첫 벤치마크로, LLM의 메모리 사용 신뢰도를 높이는 데 기여한다.
AdaptiveMem은 기존 메모리 프레임워크에 즉시 적용 가능한 간단한 프롬프트 기반 전략으로, 실제 추론 환경에서 유용할 수 있다.
하지만, AdaptiveMem은 **모델 아키텍처를 변경하지 않으며**, 모든 메모리 함정을 완전히 해결하지는 못한다는 한계가 있다. 또한, **MemTrapBench는 인공적으로 설계된 시나리오에 기반**하므로, 실제 대화 환경에서의 일반화 가능성은 추가 연구가 필요하다.

실용적 활용

MemTrapBench는 대화형 AI, 챗봇, 에이전트 등에서 메모리 사용 시 발생할 수 있는 인지 함정을 평가하는 데 활용 가능하다.
AdaptiveMem은 메모리 기반 추론 시스템에서 **추론 전략의 유연성과 안정성을 동시에 유지**하고자 하는 산업 및 연구 분야에서 즉시 적용할 수 있다.