TLDR: WARC-Bench is a new benchmark with 438 tasks designed to test multimodal AI agents on short, complex interactions (subtasks) within dynamic, realistic webpages using Web ARChive files. It reveals that even leading models struggle with these subtasks, achieving a maximum 64.8% success rate. The research also shows that fine-tuning open-source models with supervised fine-tuning (SFT) and reinforcement learning with verifiable rewards (RLVR) significantly improves their performance, outperforming many frontier models. The benchmark highlights the importance of mastering subtasks for robust web navigation.
Training artificial intelligence agents to navigate the vast and intricate landscape of real-world websites is a monumental challenge. These agents need to master what researchers call ‘subtasks’ – short, focused interactions with multiple user interface (UI) components. Think about selecting the correct date in a calendar, scrolling through a container to find specific information, or filling out a complex form. Existing benchmarks often fall short in evaluating these crucial, intermediate-level interactions.
Introducing WARC-Bench: A New Standard for Web Agent Evaluation
To address this gap, a team of researchers from Uniphore has introduced WARC-Bench (Web ARChive Benchmark), a novel and comprehensive benchmark specifically designed to evaluate multimodal AI agents on these GUI subtasks. Featuring 438 meticulously crafted tasks, WARC-Bench provides a sandboxed environment where agents can interact with dynamic and realistic webpages, all powered by Web ARChive (WARC) files.
WARC files are essentially snapshots that preserve the complete state of a website at a given time, including HTML, CSS, JavaScript, images, and even HTTP headers. This allows WARC-Bench to replay websites with high fidelity, creating interactive clones that are indistinguishable from live sites. This approach offers several key advantages: it ensures high fidelity with real websites, provides task isolation by giving each task a unique copy of an archived environment, and boasts a scalable design, making it easy to add new environments by simply recording new web archives.
The Challenge for Frontier Models
The research paper highlights that WARC-Bench poses a significant challenge even for leading computer-use models. The highest observed success rate among these models was 64.8%, indicating substantial room for improvement. For instance, Anthropic’s Claude-4.0-Sonnet model achieved 64.8% task completion, while OpenAI’s GPT-5 reached 51.3%. Open-source models generally lagged, with Qwen-2.5VL-72B performing best among them at 37.3%.
Boosting Open-Source Performance with SFT and RLVR
To enhance the capabilities of open-source models, the researchers explored two common training techniques: Supervised Fine-Tuning (SFT) and Reinforcement Learning with Verifiable Rewards (RLVR). By constructing synthetic datasets and applying SFT, they significantly improved the performance of Qwen2.5-VL models. Further training with RLVR over SFT checkpoints, even with limited data, pushed the success rate of their 72B model to 52.3% on WARC-Bench, surpassing many frontier models.
The analysis revealed that RLVR training led to substantial improvements in dynamic tasks like form filling, menu navigation, table manipulation, and date pickers. These gains were attributed to enhanced vision grounding capabilities and better exploration/contextual awareness, with the RLVR model demonstrating greater precision in identifying small interface elements and executing fewer, more efficient actions.
Also Read:
- BrowserAgent: Advancing AI with Human-Like Web Interaction
- Evaluating AI Agents on Complex Scientific Research Tasks
A Unique Contribution to GUI Agent Research
The paper concludes that mastering these GUI subtasks is essential for robust web planning and navigation, a capability not extensively evaluated by existing benchmarks. WARC-Bench fills this critical gap by providing a unique, lightweight, and extensible benchmark that offers realistic, interactive, and sandboxed web environments. It complements long-horizon benchmarks by stress-testing agents on crucial component skills.
The introduction of WARC-Bench opens up promising research directions for better automating sample creation, studying agent performance within larger frameworks, and exploring advanced training methods. This work is expected to inform future studies of GUI subtasks and ultimately lead to more generalized and capable systems for computer use. You can read the full research paper here.


