AIAny
Icon for item

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

Benchmarks evolving environments as sequences of progressive updates and introduces EvoMem, a patch-based memory that records structured update histories so LLM agents can reason about environment evolution. Demonstrates measurable gains on EvoArena and other benchmarks.

Introduction

Real-world deployments rarely sit still: system states, software, and social preferences change over time, yet most LLM agent evaluations assume static environments. This paper stresses that reliable agent behavior requires explicitly modeling environmental evolution and capturing how knowledge should be updated across interactions — not just one-off memories.

Key Findings
  • A new benchmark suite (EvoArena) models environment changes as progressive update sequences across terminal, software, and social domains, exposing failures that static benchmarks miss.
  • Current agents struggle on evolving tasks (average accuracy 39.6% on EvoArena), showing that standard agent designs underfit environmental drift.
  • EvoMem, a patch-based memory paradigm that records structured update histories, improves agents' performance: +1.5% average on EvoArena and larger gains on other benchmarks (GAIA +6.1%, LoCoMo +4.8%). It also raises chain-level accuracy by 3.7% where consecutive subtasks must all succeed.
  • Mechanistic analysis indicates EvoMem better preserves evolving states and captures evidence needed for correct decisions, suggesting the improvement comes from richer, change-aware memory structure rather than larger memory capacity alone.
How EvoMem Works

EvoMem represents environment changes as discrete, structured patches (updates) and maintains an evolution history that agents can query or reason over. This lets agents (1) identify what changed since a prior step, (2) prioritize recent or relevant patches, and (3) reconstruct a consistent current state for downstream planning and action.

Who It's For and Tradeoffs

Great fit if you design or evaluate LLM agents for deployment in nonstationary settings — e.g., systems with frequent software updates, evolving user preferences, or chained task workflows that depend on temporal consistency. Look elsewhere if your deployment is truly static or if latency/compute constraints make maintaining structured update histories impractical: EvoMem adds bookkeeping and reasoning overhead that may not pay off for tiny, short-lived tasks.

Where It Fits

This work sits between benchmarking and memory-design research: it complements static LLM benchmarks by exposing evolution-specific failure modes and offers a practical memory format that can be integrated into agent architectures and RAG-style pipelines.

Overall, the paper provides both an evaluation lens (EvoArena) and a concrete memory design (EvoMem) aimed at making LLM agents more robust to the kinds of state drift common in real deployments.

Information

  • Websitearxiv.org
  • AuthorsJundong Xu, Qingchuan Li, Jiaying Wu, Yihuai Lan, Shuyue Stella Li, Huichi Zhou, Bowen Jiang, Lei Wang, Jun Wang, Anh Tuan Luu
  • Published date2026/06/11

More Items

Progressively prunes and distills audio encoders for speech LLMs to cut inference cost while preserving decoder-facing embeddings, using behavioral probes, representation alignment, cross-scale distillation and LoRA finetuning; reports reduced macro-error on Chinese–English benchmarks.

Synthesizes a deployment-specific safety harness (natural-language policy plus executable logic) for a frozen LLM in a target domain, using model behavior, domain specs, and adversarial review to optimize safety–utility trade-offs and transfer across agent benchmarks.

Adds a Next Concept Prediction objective that predicts discrete, product-quantized latent concepts spanning multiple tokens alongside next-token prediction, yielding faster pretraining convergence and measurable downstream gains with an 8.9B-parameter latent-space LLM.