AI Pulse
📄 论文解读

AI智能体在动态环境中表现不佳,新方法提升记忆能力

大多数AI智能体测试都在静态环境中进行,但现实世界是不断变化的。新研究EvoArena模拟了终端、软件和社交领域的渐进式变化,发现当前智能体平均准确率仅39.6%。研究者提出EvoMem记忆范式,将环境变化记录为结构化更新历史,使智能体能通过记忆推理环境演变,在动态任务上提升1.5%,在标准基准上提升6.1%和4.8%。这揭示了记忆建模对可靠AI部署的重要性,但并非你明天就能直接使用的技术。

📄 原文摘要(英文)

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.

arXiv 原文

📬 订阅 AI Pulse

每天三次更新,不错过重要信号

▲ 回到顶部