OSReward: Instituting Standardized Evaluation for Cross-Platform Computer-Use Reward Models

Qiushi Sun, Kanzhi Cheng, Yian Wang, Bowen Yang, Hang Yan, Liheng Chen, Fangzhi Xu, Zichen Ding, Nuo Chen, Jialin Cao, Xingdong Gong, Zehao Li, Kaiming Jin, Xinfeng Yuan, Zhoumianze Liu, Jingyang Gong, Zhangyue Yin, Jiahui Gao, Zhiyong Wu, Tianbao Xie, Jianbing Zhang, Ben Kao, Lingpeng Kong

arXiv:2607.28609 · 2026-08-10 공개 · arXiv · PDF

reinforcement-learning vision-language-models reward-models trajectory-evaluation cross-platform human-annotation os-shepherd osreward

Abstract

Computer-using agents (CUAs) are advancing rapidly across the digital world. A CUA trajectory records the agent's actions, states, and reasoning. Verifying whether it fulfilled the task instruction is central to CUA evaluation, data curation, and reinforcement learning. Neither human-written verifiers nor human annotators can provide such verification at scale, so the field increasingly turns to vision-language models (VLMs) as judges of CUA trajectories. But a fundamental question has long gone unexamined: are these VLM judges reliable enough? To study it systematically, we introduce OSReward, a realistic, high-quality benchmark that evaluates VLM judges on CUA trajectories. The trajectories come from diverse agent backbones executing human-verified instructions across platforms, then rigorously labeled with ground-truth verdicts through multi-stage human annotation. Building on it, we derive OSReward-Hard, a challenge set concentrating genuinely hard cases, and OSReward-Multi for fine-grained efficiency and alignment scoring. The most comprehensive evaluation of VLM judges to date finds even state-of-the-art models fall short of an ideal judge, sharing a systematic leniency bias that mislabels failed runs as successes. The few reliable enough to trust are too expensive to run at scale, while affordable open models trail far behind. To close this gap, we construct and release OS-Shepherd-100K, an open corpus of reasoning-annotated trajectory judgments for the CUA community. On it, we train OS-Shepherd (9B and 35B), open reward models that supply low-cost, stable, and reliable reward signals, matching commercial judges at 30-60% lower cost than the frontier. Extensive analyses further inform the design of reliable CUA reward at scale. Our code, benchmark, dataset, and model checkpoints are available at https://os-copilot.github.io/OSReward-Home/.

한국어 요약

한 줄 요약

OSReward는 컴퓨터 사용 에이전트(CUA)의 성능을 평가하는 VLM 판정 모델의 신뢰도를 체계적으로 평가하고, 저비용으로 신뢰할 수 있는 보상 신호를 제공하는 오픈 벤치마크와 모델을 제시한다.

핵심 기여도

핵심 아이디어

CUA의 성능 평가에서 VLM 판정 모델의 신뢰도는 핵심 문제이다. 기존 연구는 인간 판정자나 VLM을 사용했지만, 대규모 평가에는 한계가 있었다. OSReward는 4개 플랫폼(웹, 모바일, Ubuntu, Windows)에서 실행된 인간-검증된 지시사항을 기반으로, 1019개의 트래젝토리를 인간-주석으로 라벨링하여 VLM 판정 모델의 신뢰도를 체계적으로 평가하는 벤치마크를 구축했다. 특히, OSReward-Hard는 판정 모델이 자주 실패하는 어려운 사례를 집중적으로 포함하여, 오류 원인을 분석하는 데 유용하다. OS-Shepherd-100K는 OSReward에서 도출된 오류 패턴을 바탕으로, 추가 인간 주석 없이 라벨링된 10만 개의 트래젝토리 판정 데이터셋으로, 저비용 오픈 모델의 학습에 활용된다.

기술적 접근법

주요 결과

의의 및 한계

OSReward는 CUA 평가에서 VLM 판정 모델의 신뢰도를 체계적으로 평가할 수 있는 첫 번째 벤치마크로, 학술적·실용적 가치가 크다. 특히, OS-Shepherd-100K와 OS-Shepherd 모델은 오픈 소스 커뮤니티에 저비용·고신뢰 보상 신호를 제공하여, 대규모 학습과 평가를 가능하게 한다. 그러나 OSReward는 여전히 특정 플랫폼과 시나리오에 제한되며, 더 넓은 범위의 평가가 필요하다. 또한, OS-Shepherd 모델은 상용 모델과의 성능 격차를 완전히 해소하지 못한다.

실용적 활용

OSReward와 OS-Shepherd는 CUA 기반의 자동화 시스템, 강화 학습 데이터셋 정제, 대규모 평가 프레임워크 구축 등에 활용 가능하다. 특히, 학술 연구자와 소규모 기업이 저비용으로 신뢰할 수 있는 보상 신호를 구축하는 데 유용하다.