RealMem: Benchmarking LLMs in Real-World Memory-Driven Interaction
Haonan Bian, Zhiyuan Yao, Sen Hu, Zishan Xu, Shaolei Zhang, Yifu Guo, Ziliang Yang, Xueran Han, Huacan Wang, Ronghao Chen
TL;DR
RealMem addresses the gap in memory evaluation for long-term, project-oriented interactions by introducing a large-scale, realistic benchmark and a three-stage synthesis pipeline that evolves memory across interleaved sessions and multiple projects. The approach combines Project Foundation Construction, Multi-Agent Dialogue Generation, and Memory and Schedule Management to simulate dynamic memory states; it evaluates multiple memory architectures (e.g., Mem0, A-mem, MemoryOS, Graph Memory) using retrieval and semantic metrics plus LLM-based judgments. Experiments reveal substantial challenges for current memory systems in maintaining coherent project threads, with domain-dependent performance and a notable gap to Oracle upper bounds, underscoring the need for improved memory integration in real-world autonomous agents. RealMem provides a rigorous, scalable platform for diagnosing and guiding advances in long-term memory, memory scheduling, and proactive alignment in AI agents that must operate across evolving goals and tasks.
Abstract
As Large Language Models (LLMs) evolve from static dialogue interfaces to autonomous general agents, effective memory is paramount to ensuring long-term consistency. However, existing benchmarks primarily focus on casual conversation or task-oriented dialogue, failing to capture **"long-term project-oriented"** interactions where agents must track evolving goals. To bridge this gap, we introduce **RealMem**, the first benchmark grounded in realistic project scenarios. RealMem comprises over 2,000 cross-session dialogues across eleven scenarios, utilizing natural user queries for evaluation. We propose a synthesis pipeline that integrates Project Foundation Construction, Multi-Agent Dialogue Generation, and Memory and Schedule Management to simulate the dynamic evolution of memory. Experiments reveal that current memory systems face significant challenges in managing the long-term project states and dynamic context dependencies inherent in real-world projects. Our code and datasets are available at [https://github.com/AvatarMemory/RealMemBench](https://github.com/AvatarMemory/RealMemBench).
