AICLFeb 17

World-Model-Augmented Web Agents with Action Correction

arXiv:2602.15384v11 citationsh-index: 2
Originality Incremental advance
AI Analysis

This addresses the issue of task failure in web automation for users by improving action prediction and risk management, though it is incremental as it builds on existing web agent frameworks.

The paper tackles the problem of web agents struggling with reasoning and risk awareness by proposing WAC, which integrates model collaboration and consequence simulation, achieving absolute gains of 1.8% on VisualWebArena and 1.3% on Online-Mind2Web.

Web agents based on large language models have demonstrated promising capability in automating web tasks. However, current web agents struggle to reason out sensible actions due to the limitations of predicting environment changes, and might not possess comprehensive awareness of execution risks, prematurely performing risky actions that cause losses and lead to task failure. To address these challenges, we propose WAC, a web agent that integrates model collaboration, consequence simulation, and feedback-driven action refinement. To overcome the cognitive isolation of individual models, we introduce a multi-agent collaboration process that enables an action model to consult a world model as a web-environment expert for strategic guidance; the action model then grounds these suggestions into executable actions, leveraging prior knowledge of environmental state transition dynamics to enhance candidate action proposal. To achieve risk-aware resilient task execution, we introduce a two-stage deduction chain. A world model, specialized in environmental state transitions, simulates action outcomes, which a judge model then scrutinizes to trigger action corrective feedback when necessary. Experiments show that WAC achieves absolute gains of 1.8% on VisualWebArena and 1.3% on Online-Mind2Web.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes