paper-with-me

Papers

MEME: Multi-entity & Evolving Memory Evaluation

2026-05-12 · Seokwon Jung, Alexander Rubinstein, Arnas Uselis, Sangdoo Yun, Seong Joon Oh arxiv

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 (dependency reasoning) and Deletion (post-removal state). Evaluating six memory systems spanning three memory paradigms on 100 controlled episodes, we find that all systems collapse on dependency reasoning under the default configuration (Cascade: 3%, Absence: 1% in average accuracy) despite adequate static retrieval performance. Prompt optimization, deeper retrieval, reduced filler noise, and most stronger LLMs fail to close this gap. Only a file-based agent paired with Claude Opus 4.7 as its internal LLM partially closes the gap, but at ~70x the baseline cost, indicating closure currently depends on configurations that are not practical at scale. Code and data are available on the project page: https://seokwonjung-jay.github.io/meme-eval/.

📄 PDF Abstract BibTeX arXiv:2605.12477

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MemEvolve: Meta-Evolution of Agent Memory Systems

2025-12-21 · Guibin Zhang, Haotian Ren, Chong Zhan, Zhenhong Zhou 외 arxiv

Self-evolving memory systems are unprecedentedly reshaping the evolutionary paradigm of large language model (LLM)-based agents. Prior work has predominantly relied on manually engineered memory architectures to store tr…

All Changes May Have Invariant Principles: Improving Ever-Shifting Harmful Meme Detection via Design Concept Reproduction

2026-01-08 · Ziyou Jiang, Mingyang Li, Junjie Wang, Yuekai Huang 외 arxiv

Harmful memes are ever-shifting in the Internet communities, which are difficult to analyze due to their type-shifting and temporal-evolving nature. Although these memes are shifting, we find that different memes may sha…

Memento: Reconstruct to Remember for Consistent Long Video Generation

2026-06-12 · Xuan Wei, Longbin Ji, Guan Wang, Xiangrui Liu 외 arxiv

Long-form video generation requires recurring subjects to remain consistent across various shots, viewpoints, motions, and scene transitions. Existing temporal decomposition methods improve scalability by generating vide…

Video Generation

Hindsight is 20/20: Building Agent Memory that Retains, Recalls, and Reflects

2025-12-14 · Chris Latimer, Nicoló Boschi, Andrew Neeser, Chris Bartholomew 외 arxiv

Agent memory has been touted as a dimension of growth for LLM-based applications, enabling agents that can accumulate experience, adapt across sessions, and move beyond single-shot question answering. The current generat…

Question Answering

APEX-MEM: Agentic Semi-Structured Memory with Temporal Reasoning for Long-Term Conversational AI

2026-04-15 · Pratyay Banerjee, Masud Moshtaghi, Shivashankar Subramanian, Amita Misra 외 arxiv

Large language models still struggle with reliable long-term conversational memory: simply enlarging context windows or applying naive retrieval often introduces noise and destabilizes responses. We present APEX-MEM, a c…

Question Answering