paper-with-me

Papers

WebATLAS: An LLM Agent with Experience-Driven Memory and Action Simulation

2025-10-26 · Jiali Cheng, Anjishnu Kumar, Roshan Lal, Rishi Rajasekaran, Hani Ramezani, Omar Zia Khan, Oleg Rokhlenko, Sunny Chiu-Webster, Gang Hua, Hadi Amiri arxiv

Large Language Model (LLM) web agents often struggle with long-horizon web navigation and web task completion in new websites, producing inefficient action sequences unless fine-tuned on environment-specific data. We show that experience-driven memory, combined with look-ahead action simulation, is sufficient for LLM agents to adapt to unseen web environments by remembering past failures and predicting the consequences of future actions. We introduce WebATLAS (Actor-Critic Task-completion with Look-ahead Action Simulation), a memory-augmented LLM web agent that learns a lightweight internal model of the environment from interaction experience and performs hypothetical action rollouts before acting in the real world. WebATLAS builds a persistent cognitive map via curiosity-driven exploration, stores interaction outcomes as experience-based memory, and evaluates candidate actions in cognitive space using a planner--simulator--critic loop. This enables the agent to reuse past experience, avoid previously unsuccessful behaviors, and generate more efficient plans. We evaluate WebATLAS on the WebArena-Lite benchmark for autonomous web navigation and demonstrate a success rate of 63%, outperforming the previous state-of-the-art at 53.9%. Unlike previous systems, our modular architecture requires no website-specific LLM fine-tuning. Ablation studies confirm that experience-driven memory, look-ahead action simulation, and hierarchical replanning play complementary roles in enabling robust, training-free web agents.

📄 PDF Abstract BibTeX arXiv:2510.22732

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning to Learn from Multimodal Experience

2026-05-16 · Xingyu Sui, Weixiang Zhao, Yongxin Tang, Yanyan Zhao 외 arxiv

Experience-driven learning has emerged as a promising paradigm for enabling agents to improve from interaction trajectories by accumulating and reusing past experience. However, existing approaches are predominantly deve…

Ask Only When Needed: Proactive Retrieval from Memory and Skills for Experience-Driven Lifelong Agents

2026-04-22 · Yuxuan Cai, Wei Li, Jie Zhou, Qin Chen 외 arxiv

Online lifelong learning agents must decide not only how to act but also when to consult prior experience to continually improve on long-horizon tasks. Existing methods typically retrieve memories passively, such as at t…

ReasoningBank: Scaling Agent Self-Evolving with Reasoning Memory

2025-09-29 · Siru Ouyang, Jun Yan, I-Hung Hsu, Yanfei Chen 외 arxiv

With the growing adoption of large language model agents in persistent real-world roles, they naturally encounter continuous streams of tasks. A key limitation, however, is their failure to learn from the accumulated int…

Building Self-Evolving Agents via Experience-Driven Lifelong Learning: A Framework and Benchmark

2025-08-26 · Yuxuan Cai, Yipeng Hao, Jie Zhou, Hang Yan 외 arxiv

As AI advances toward general intelligence, the focus is shifting from systems optimized for static tasks to creating open-ended agents that learn continuously. In this paper, we introduce Experience-driven Lifelong Lear…

MemGovern: Enhancing Code Agents through Learning from Governed Human Experiences

2026-01-11 · Qihao Wang, Ziming Cheng, Shuo Zhang, Fan Liu 외 arxiv

While autonomous software engineering (SWE) agents are reshaping programming paradigms, they currently suffer from a "closed-world" limitation: they attempt to fix bugs from scratch or solely using local context, ignorin…