Overview
This paper introduces LongMemEval-V2 (LME-V2), a benchmark for evaluating long-term agent memory in specialized web environments.
- Field: NLP
- Authors: Di Wu, Zixiang Ji, Asmi Kawatkar, Bryan Kwan, Jia-Chen Gu, Nanyun Peng, Kai-Wei Chang
- arXiv: 2605.12493
- 451 manually curated questions covering five core memory abilities for web agents:
- Static state recall
- Dynamic state tracking
- Workflow knowledge
- Environmental pitfalls
- Prerequisite awareness
- Questions are paired with interaction histories containing up to 500 trajectories and 115 million tokens.
Motivation
Long-term memory is crucial for agents in specialized web environments, where success depends on recalling interface affordances, state dynamics, workflows, and recurring failure modes. However, existing memory benchmarks for agents mostly focus on user histories, short traces, or downstream task success — leaving open how to directly evaluate whether memory systems effectively internalize environment-specific experience. LME-V2 addresses this gap by testing whether memory systems can help agents acquire the experience needed to become knowledgeable colleagues in customized environments.
Benchmark Design
Proposed Memory Approaches
1. AgentRunbook-R: An efficient RAG-based memory whose knowledge pool stores raw state observations, events, and policy notes. 2. AgentRunbook-C: Stores trajectories as files and invokes a coding agent to gather evidence within an augmented sandbox.
Results
| System | Average Accuracy | | --- | --- | | AgentRunbook-C | 72.5% | | Off-the-shelf coding agent baseline | 69.3% | | Strongest RAG baseline | 48.5% |
AgentRunbook-C achieves the best performance, surpassing both the strongest RAG baseline and the off-the-shelf coding agent baseline.
---
*Auto-collected on 2026-05-14.*