Paper Overview
Research Area: NLP Authors: Seokwon Jung, Alexander Rubinstein, Arnas Uselis, Sangdoo Yun, Seong Joon Oh Published: 2026-05-12 arXiv: 2605.12477
Abstract
LLM-based agents increasingly operate in persistent environments where they must store, update, and reason over information across many sessions. While prior benchmarks evaluate only single-entity updates, MEME defines six tasks spanning the full space defined by the multi-entity and evolving axes, including three not scored by prior work:
- Cascade and Absence — tasks requiring dependency reasoning
- Deletion — reasoning about the post-removal state
- All six evaluated memory systems fail at dependency reasoning tasks in their default configurations.
- Prompt optimization, deeper retrieval, and reduced filler noise do not close the performance gap.
- Most stronger LLMs also fail to improve results.
- Only a file-based agent paired with Claude Opus 4.7 as its internal LLM partially bridges the gap — but at roughly 70x the cost.
- Conclusion: bridging the gap currently depends on configurations that are impractical to scale.
Evaluating six memory systems spanning three memory paradigms on 100 controlled episodes, the authors find that all systems collapse on dependency reasoning under the default configuration (Cascade: 3%, Absence: 1% in average accuracy) despite adequate static retrieval performance.
Key Findings
*Auto-collected on 2026-05-14*