EvoArena: Tracking Memory Evolution for Robust LLM Agents in Dynamic Environments

2026-06-11Computation and Language

Computation and Language
AI summary

The authors created EvoArena, a new benchmark that tests how well language model agents handle changing environments, unlike usual tests that assume things stay the same. They also introduced EvoMem, a new way for agents to remember changes over time by keeping track of updates in a structured way. Their experiments show that current agents struggle with evolving tasks, but EvoMem helps improve performance a bit. This work suggests that helping agents understand and remember changes is important for using them in real-world, dynamic situations.

large language modelsbenchmarkdynamic environmentsmemory paradigmenvironmental evolutionterminal domainsoftware domainsocial-preference domainagent alignmentchain-level accuracy
Authors
Jundong Xu, Qingchuan Li, Jiaying Wu, Yihuai Lan, Shuyue Stella Li, Huichi Zhou, Bowen Jiang, Lei Wang, Jun Wang, Anh Tuan Luu, Caiming Xiong, Hae Won Park, Bryan Hooi, Zhiyuan Hu
Abstract
Large language model (LLM) agents have achieved strong performance on a wide range of benchmarks, yet most evaluations assume static environments. In contrast, real-world deployment is inherently dynamic, requiring agents to continually align their knowledge, skills, and behavior with changing environments and updated task conditions. To address this gap, we introduce EvoArena, a benchmark suite that models environment changes as sequences of progressive updates across terminal, software, and social domains. We further propose EvoMem, a patch-based memory paradigm that records memory evolution as structured update histories, enabling agents to reason about environmental evolution through changes in their memory. Experiments show that current agents struggle on EvoArena, achieving an average accuracy of 39.6% across evolving terminal, software, and social-preference domains. EvoMem consistently improves performance, yielding an average gain of 1.5% on EvoArena and also improving standard benchmarks such as GAIA and LoCoMo by 6.1% and 4.8%. Beyond individual tasks, EvoMem further improves chain-level accuracy by 3.7% on EvoArena, where success requires completing a consecutive sequence of related evolutionary subtasks. Mechanistic analysis shows that EvoMem improves evidence capture in the memory, indicating better preservation of complete evolving environment states. Our results highlight the importance of modeling evolution in both evaluation and memory for reliable agent deployment.