Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv AI · 2026/7/30 17:57:41

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

AI 中文解读
核心亮点:给AI当“考官”的模型首次有了统一考试,结果发现最顶尖的AI考官也会“放水”,把失败的操作误判成成功。 通俗解读:现在AI能自己操作电脑完成各种任务,但怎么判断它干得好不好?科学家想用更聪明的AI来当“监考老师”。可这些监考老师靠谱吗?最新研究给它们出了套标准考卷,结果发现它们普遍心软,明明没完成任务却给判合格。只有少数又贵又慢的顶级AI还算严格,便宜的开源模型差距很大。于是研究者训练了专门的“打分模型”,既便宜又稳定,能准确判断AI任务做没做对,还配套发布了训练数据和代码。 实际影响:以后你让AI帮忙订机票、整理表格、写邮件,系统能自动判断它是否真办成了,而不是只管把活干完就交差。这会推动AI操作电脑的能力变得更可靠,减少“看起来在干活、实际搞砸了”的情况。对普通用户来说,未来用AI代劳复杂数字事务会更放心,出错率更低,成本也可能下降。这项研究为AI行业的“验收标准”打了个样,让AI干活的质量有了统一尺子可量。
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/.
分享
阅读原文