WebArbiter: A Principle-Guided Reasoning Process Reward Model for Web Agents
Yao Zhang, Shijie Tang, Zeyu Li, Zhen Han, Volker Tresp
TL;DR
WebArbiter tackles the challenge of sparse, long-horizon feedback in web navigation by introducing a reasoning-first, principle-inducing Process Reward Model. It reframes reward modeling as structured text generation that outputs principled justifications and a single verdict, trained in two stages: reasoning distillation and reinforcement learning via GRPO. The authors release WebPRMBench, a diverse benchmark with 1,150 preference instances across four web environments, and demonstrate state-of-the-art performance on BoN and Pairwise accuracy, plus substantial gains in reward-guided trajectory search on WebArena-Lite. The approach improves robustness to layout and semantic changes, provides interpretable credit assignment, and scales better to real-world web tasks than prior WebPRMs or LLM judges.
Abstract
Web agents hold great potential for automating complex computer tasks, yet their interactions involve long-horizon, sequential decision-making with irreversible actions. In such settings, outcome-based supervision is sparse and delayed, often rewarding incorrect trajectories and failing to support inference-time scaling. This motivates the use of Process Reward Models (WebPRMs) for web navigation, but existing approaches remain limited: scalar WebPRMs collapse progress into coarse, weakly grounded signals, while checklist-based WebPRMs rely on brittle template matching that fails under layout or semantic changes and often mislabels superficially correct actions as successful, providing little insight or interpretability. To address these challenges, we introduce WebArbiter, a reasoning-first, principle-inducing WebPRM that formulates reward modeling as text generation, producing structured justifications that conclude with a preference verdict and identify the action most conducive to task completion under the current context. Training follows a two-stage pipeline: reasoning distillation equips the model with coherent principle-guided reasoning, and reinforcement learning corrects teacher biases by directly aligning verdicts with correctness, enabling stronger generalization. To support systematic evaluation, we release WebPRMBench, a comprehensive benchmark spanning four diverse web environments with rich tasks and high-quality preference annotations. On WebPRMBench, WebArbiter-7B outperforms the strongest baseline, GPT-5, by 9.1 points. In reward-guided trajectory search on WebArena-Lite, it surpasses the best prior WebPRM by up to 7.2 points, underscoring its robustness and practical value in real-world complex web tasks.
