paper-with-me

Papers

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, Elias Stengel-Eskin, Mohit Bansal 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. However, existing benchmarks focus on static, independent recall and fail to capture these dynamic interactions between evolving memories. In this paper, we study how current memory-augmented agents perform in realistic, interference-heavy, long-horizon settings across diverse domains and question types. We introduce MINTEval (Long-Horizon Memory under INTerference Evaluation), a benchmark featuring (1) long, highly interconnected contexts with frequently updated information that induces substantial interference, (2) diverse domains (state tracking, multi-turn dialogue, Wikipedia revisions, and GitHub commits), enabling evaluation of domain generalization, and (3) diverse question types that assess robustness to interference, including (i) single-target recall tasks requiring retrieval of a specific target from long contexts, and (ii) multi-target aggregation tasks requiring reasoning over multiple relevant pieces of information. Overall, MINTEval has 15.6k question-answering pairs over long-horizon contexts averaging 138.8k tokens and extending up to 1.8M tokens per instance. We evaluate 7 representative systems, including vanilla long-context LLMs, RAG, and memory-augmented agent frameworks. Across all systems, we observe consistently low performance (avg. 27.9% accuracy), especially on questions requiring aggregated reasoning over multiple pieces of evidence. Our analysis shows that performance is primarily limited by retrieval and memory construction. Furthermore, current memory systems struggle to recall and reason over earlier facts that are revised or interfered with by subsequent context, with accuracy degrading as the number of intervening updates increases.

📄 PDF Abstract BibTeX arXiv:2605.18565

Code (0)

등록된 구현이 없습니다.

Tasks

Domain Generalization

Similar Papers 제목 키워드 기반

Generalization of Reinforcement Learners with Working and Episodic Memory

2019-10-29 · NeurIPS 2019 12 · Meire Fortunato, Melissa Tan, Ryan Faulkner, Steven Hansen 외

Memory is an important aspect of intelligence and plays a role in many deep reinforcement learning models. However, little progress has been made in understanding when specific memory systems help more than others and ho…

Deep Reinforcement LearningHoldout SetReinforcement Learning

Evaluating Memory in LLM Agents via Incremental Multi-Turn Interactions

2025-07-07 · Yuanzhe Hu, Yu Wang, Julian McAuley

Recent benchmarks for Large Language Model (LLM) agents primarily focus on evaluating reasoning, planning, and execution capabilities, while another critical component-memory, encompassing how agents memorize, update, an…

Large Language ModelRAGRetrievalRetrieval-augmented Generation

When Personal Memory Has No Single Answer: Evaluating LLM Agents under Irreducible Conflict

2026-08-14 · Lu Yang, Shusheng Xu, Zhuoran Li, Tongkai Yang 외 arxiv

LLM agents increasingly maintain personal memory across sessions, but it can conflict. Preferences depend on context, behavior evolves, and sources can conflict. When a query lacks context, time, or source authority to i…

Reconstructing the Right Episode: Evaluating Interleaved Conversational Memory Beyond Long Context

2026-08-26 · Zhexi Feng, Ruiyi Zhang, Yongbo Yang, Pengtao Xie arxiv

Conversations with chat assistants increasingly span many topics in a single long-running thread, challenging memory systems. Existing long-context and memory benchmarks often expose session or topic boundaries, or probe…

Retentive or Forgetful? Diving into the Knowledge Memorizing Mechanism of Language Models

2023-05-16 · Boxi Cao, Qiaoyu Tang, Hongyu Lin, Shanshan Jiang 외

Memory is one of the most essential cognitive functions serving as a repository of world knowledge and episodes of activities. In recent years, large-scale pre-trained language models have shown remarkable memorizing abi…

World Knowledge