English

WebSTAR: Scalable Data Synthesis for Computer Use Agents with Step-Level Filtering

Machine Learning 2026-02-06 v3 Artificial Intelligence

Abstract

Computer use agents (CUAs) can operate real-world digital interfaces but remain difficult to train due to the high cost of graphical user interface (GUI) interaction and the scarcity of high-quality trajectory data. Existing datasets rely on human demonstrations, limiting scalability. A natural alternative is to synthesize data from strong CUAs, yet their rollouts are highly noisy, with incorrect or suboptimal actions consisting a large proportion of the steps, making naive imitation ineffective. To tackle this challenge, we introduce a scalable data synthesis pipeline that transforms noisy rollouts into reliable supervision without human annotation. The core idea is step-level filtering, which evaluates actions individually to retain only correct steps, complemented by reasoning augmentation for improved planning. Using this pipeline, we construct WebSTAR, a dataset of 13.3K trajectories and 267K graded, reasoning-rich steps synthesized from OpenAI's computer-use-preview model. We train Qwen-2.5-VL-Instruct models (7B and 32B) on WebSTAR. On WebVoyager, our 7B model surpasses SoTA open-source CUA model UI-TARS-1.5-7B by more than 15% with only supervised finetuning. Building on step-level grading, we further create WebSCORE, a dataset of graded step-level actions, and train StepRM, a 7B multimodal process reward model distilled from o4-mini, which matches its grading quality while being far more efficient to deploy at scale. Our results establish step-level filtering as a key principle for scalable CUA training and construct two new datasets (WebSTAR, WebSCORE) and a lightweight process reward model (StepRM) as practical tools to advance robust and efficient CUAs.

Keywords

Cite

@article{arxiv.2512.10962,
  title  = {WebSTAR: Scalable Data Synthesis for Computer Use Agents with Step-Level Filtering},
  author = {Yifei He and Pranit Chawla and Yaser Souri and Subhojit Som and Xia Song},
  journal= {arXiv preprint arXiv:2512.10962},
  year   = {2026}
}

Comments

Project website: https://yifei-he.github.io/webstar-website/

R2 v1 2026-07-01T08:21:08.851Z