EverMemBench: Benchmarking Long-Term Interactive Memory in Large Language ModelsEverMemBench: Benchmarking Long-Term Interactive Memory in Large Language Models
Chuanrui Hu, Tong Li, Xingze Gao, Hongda Chen, Dannong Xu, Yi Bai, Tianwei Lin, Xinda Zhao, Xiaohong Li, Jiaqi An, Yunyun Han, Jian Pei, Yafeng Deng
TL;DR
EverMemBench tackles the challenge of long-term conversational memory in large language models by constructing a high-fidelity, multi-party benchmark with 1 million tokens across five projects and three memory-evaluation dimensions: fine-grained recall, memory awareness, and user profile understanding. It deploys a three-stage data pipeline—blueprint generation, dialogue synthesis with hierarchical summaries, and evidence-grounded QA—to stress attribution, temporal tracking, and dynamic knowledge updates in realistic social contexts. The results reveal that multi-hop reasoning collapses in multi-party interleaved settings, temporal reasoning requires version semantics beyond simple timestamps, and retrieval-based memory remains a critical bottleneck for strong models, despite near-perfect performance when full context is available. EverMemBench thereby provides a diagnostic platform that highlights the interaction between retrieval quality and reasoning, guiding the design of next-generation memory architectures for robust, socially aware long-horizon agents in real-world collaboration.
Abstract
Long-term conversational memory is essential for LLM-based assistants, yet existing benchmarks focus on dyadic, single-topic dialogues that fail to capture real-world complexity. We introduce EverMemBench, a benchmark featuring multi-party, multi-group conversations spanning over 1 million tokens with temporally evolving information, cross-topic interleaving, and role-specific personas. EverMemBench evaluates memory systems across three dimensions through 1,000+ QA pairs: fine-grained recall, memory awareness, and user profile understanding. Our evaluation reveals critical limitations: (1) multi-hop reasoning collapses in multi-party settings, with even oracle models achieving only 26%; (2) temporal reasoning remains unsolved, requiring version semantics beyond timestamp matching; (3) memory awareness is bottlenecked by retrieval, where current similarity-based methods fail to bridge the semantic gap between queries and implicitly relevant memories. EverMemBench provides a challenging testbed for developing next-generation memory architectures.
