paper-with-me

홈 › Papers

Evaluating Long-Horizon Memory for Multi-Party Collaborative Dialogues

2026-02-01 · Chuanrui Hu, Tong Li, Xingze Gao, Hongda Chen, Yi Bai, Dannong Xu, Tianwei Lin, Xiaohong Li, Yunyun Han, Jian Pei, Yafeng Deng arxiv

Long-term conversational memory in practical LLM applications is inherently collaborative: information is produced by multiple participants, scattered across groups and channels, revised over time, and implicitly grounded in roles and social context. Yet there is currently no established benchmark that evaluates memory under interaction patterns resembling real-world deployment, as existing benchmarks largely focus on dyadic or single-topic dialogues. In this paper, we introduce EverMemBench, the first benchmark designed for long-horizon collaborative memory, built from multi-party, multi-group conversations spanning over one million tokens with dense cross-topic interleaving, temporally evolving decisions, and role-conditioned personas. EverMemBench evaluates memory systems using 2400 QA pairs across three dimensions essential for real applications: fine-grained recall, memory awareness, and user profile understanding. Our evaluation reveals fundamental limitations of current systems: multi-hop reasoning collapses under multi-party attribution even with oracle evidence (26% accuracy), temporal reasoning fails without explicit version semantics beyond timestamps, and memory awareness is bottlenecked by retrieval, as similarity-based methods miss implicitly relevant information. EverMemBench thus represents a concrete step toward realistic evaluation of LLM memory and a cornerstone benchmark for developing next-generation LLMs that reason over time, roles, and collaborative interaction structure. Our benchmark and code are publicly available at https://github.com/EverMind-AI/EverMemBench.

📄 PDF Abstract BibTeX arXiv:2602.01313

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AMA-Bench: Evaluating Long-Horizon Memory for Agentic Applications

2026-02-26 · Yujie Zhao, Boqin Yuan, Junbo Huang, Haocheng Yuan 외 arxiv

Large Language Models (LLMs) are increasingly used as autonomous agents in complex, long-horizon applications, where effective memory is critical for sustained performance. Yet existing memory benchmarks are largely dial…

GateMem: Benchmarking Memory Governance in Multi-Principal Shared-Memory Agents

2026-06-17 · Zhe Ren, Yibo Yang, Yimeng Chen, Zijun Zhao 외 arxiv

Memory benchmarks for LLM agents largely assume single-user settings, leaving shared assistants for hospitals, workplaces, campuses, and households understudied. In these deployments, multiple principals write to a commo…

MINTEval: Evaluating Memory under Multi-Target Interference in Long-Horizon Agent Systems

2026-05-18 · Hyunji Lee, Justin Chih-Yao Chen, Joykirat Singh, Zaid Khan 외 arxiv

Real-world agents operate over long and evolving horizons, where information is repeatedly updated and may interfere across memories, requiring accurate recall and aggregated reasoning over multiple pieces of information…

Domain Generalization

LMEB: Long-horizon Memory Embedding Benchmark

2026-03-13 · Xinping Zhao, Xinshuo Hu, Jiaxin Xu, Danyu Tang 외 arxiv

Memory embeddings are crucial for memory-augmented systems, such as OpenClaw, but their evaluation is underexplored in current text embedding benchmarks, which narrowly focus on traditional passage retrieval and fail to …

Passage Retrieval

Personalize-then-Store: Benchmarking and Learning Personalized Memory for Long-horizon Agents

2026-05-25 · Yeonjun In, Wonjoong Kim, Sangwu Park, Kanghoon Yoon 외 arxiv

Existing large language model (LLM) based memory systems apply universal, static policies that overlook a fundamental reality: the contexts that are worth storing in memory are different across users. This misalignment w…