Preprint
Reinforcement Learning

Memoryarena: Benchmarking agent memory in interdependent multi-session agentic tasks

Zexue He, Yu Wang, Churan Zhi, Yuanzhe Hu, Tzu-Ping Chen, Lang Yin, Zeming Chen, Tong Wu, Siru Ouyang, Zihan Wang, Jiaxin Pei, Julian McAuley, Yejin Choi, A. Pentland
January 1, 2026

0

Citations

0

Influential Citations

Venue

2026

Year

Abstract

… We argue that agent memory should be evaluated by treating memorization and action as … gym for benchmarking the usefulness of agent memory using multi-session, interdependent …

Analysis

Why This Paper Matters

This paper addresses a critical gap in evaluating AI agents: the ability to retain and use information across multiple sessions. While many benchmarks test single-session performance or isolated memory recall, real-world applications often require agents to build upon past interactions. MemoryArena provides a structured environment to measure this, making it significant for practitioners developing conversational AI, robotics, or any system that must maintain context over time.

The emphasis on treating memorization and action jointly is a key insight. Many existing memory evaluations focus on recall accuracy alone, but an agent's memory is only useful if it informs subsequent decisions. By designing interdependent tasks, this benchmark forces agents to demonstrate that stored information directly influences behavior, which is more aligned with practical deployment needs.

Technical Contributions

  • Multi-Session Task Design: The benchmark structures tasks across multiple sessions, where each session's actions depend on information from previous ones, mimicking real-world sequential decision-making.
  • Joint Evaluation of Memory and Action: Instead of separate memory tests, the benchmark integrates memory usage into the action loop, measuring how well agents leverage past information to achieve goals.
  • Gym-Like Environment: Provides a standardized, reproducible framework similar to OpenAI Gym, making it easy for researchers to test and compare different memory architectures.
  • Interdependent Task Structure: Tasks are designed so that success requires not just storing information, but correctly applying it in later sessions, preventing simple heuristics from gaming the metric.

Results

The abstract does not present concrete experimental results or metrics. The paper likely focuses on the benchmark design and validation, possibly showing that current agents struggle with multi-session memory tasks compared to single-session baselines. Without specific numbers, the main contribution is the framework itself, which enables future empirical studies.

Significance

MemoryArena could become a standard tool for evaluating memory in AI agents, similar to how other benchmarks have driven progress in vision or language. For the AI field, it highlights the importance of long-term memory in autonomous systems and provides a clear metric for improvement. Practitioners building agents for customer service, personal assistants, or game AI will find this directly applicable to measuring and enhancing their systems' ability to maintain coherent, context-aware interactions over time.