HaluMem: Evaluating Hallucinations in Memory Systems of Agents
Ding Chen, Simin Niu, Kehang Li, Peng Liu, Xiangping Zheng, Bo Tang, Xinchi Li, Feiyu Xiong, Zhiyu Li
TL;DR
This work presents HaluMem, the first operation-level benchmark for evaluating hallucinations in memory systems of AI agents. It defines three memory operations—extraction, updating, and question answering—and constructs two large, user-centric datasets, HaluMem-Medium and HaluMem-Long, with roughly 15k memory points and 3.5k questions, plus ultra-long context scenarios exceeding 1M tokens. The framework enables stage-specific assessment of memory integrity, accuracy, and resistance to distractors, revealing that hallucinations primarily originate in extraction and updating and propagate to QA. Comprehensive experiments across several memory systems show persistent bottlenecks in coverage, update consistency, and QA reliability, motivating future work on interpretable and constrained memory-operation mechanisms to enhance long-term reliability in personalized AI interactions.
Abstract
Memory systems are key components that enable AI systems such as LLMs and AI agents to achieve long-term learning and sustained interaction. However, during memory storage and retrieval, these systems frequently exhibit memory hallucinations, including fabrication, errors, conflicts, and omissions. Existing evaluations of memory hallucinations are primarily end-to-end question answering, which makes it difficult to localize the operational stage within the memory system where hallucinations arise. To address this, we introduce the Hallucination in Memory Benchmark (HaluMem), the first operation level hallucination evaluation benchmark tailored to memory systems. HaluMem defines three evaluation tasks (memory extraction, memory updating, and memory question answering) to comprehensively reveal hallucination behaviors across different operational stages of interaction. To support evaluation, we construct user-centric, multi-turn human-AI interaction datasets, HaluMem-Medium and HaluMem-Long. Both include about 15k memory points and 3.5k multi-type questions. The average dialogue length per user reaches 1.5k and 2.6k turns, with context lengths exceeding 1M tokens, enabling evaluation of hallucinations across different context scales and task complexities. Empirical studies based on HaluMem show that existing memory systems tend to generate and accumulate hallucinations during the extraction and updating stages, which subsequently propagate errors to the question answering stage. Future research should focus on developing interpretable and constrained memory operation mechanisms that systematically suppress hallucinations and improve memory reliability.
