arXiv:2510.22732cs.LGcs.AI2025-10被引 6

无需微调,通过记忆失败经验预测动作后果,提升网页导航成功率

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

  • 用经验记忆和未来动作模拟构建内部环境模型
  • 在轻量级基准上达成63%成功率,超越前代53.9%
  • 适合无标注数据场景下快速部署的自主网页代理

大型语言模型(LLM)网页代理在长序列网页导航与新网站任务完成中表现不佳,通常需针对特定环境微调才能高效行动。本文提出WebATLAS(带前瞻动作模拟的演员-评论家任务完成系统),通过经验驱动的记忆机制与前瞻动作仿真,使代理无需微调即可适应未见网页环境。WebATLAS利用好奇心驱动探索构建持久认知地图,将交互结果作为经验记忆存储,并通过规划-仿真-批评循环在认知空间评估候选动作,从而复用历史经验、规避失败行为并生成更优策略。在WebArena-Lite基准上的实验显示,其成功率达63%,优于此前最优的53.9%。消融实验表明,经验记忆、前瞻仿真与分层重规划三者协同作用,共同支撑训练无关的鲁棒性代理。

原文摘要 · Abstract (English)

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.

网页代理经验记忆动作仿真零样本

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。