AUI-Gym
收藏资源简介:
AUI-Gym是由新加坡国立大学与微软等机构联合开发的自动图形界面评估基准,涵盖52个跨领域应用程序。该数据集包含1560项由GPT-5生成并经人工验证的交互任务,每个任务配备基于规则的功能验证器确保可执行性。数据集通过结构化查询生成完整功能网站,重点考察计算机使用代理的导航成功率和任务可解性,旨在推动面向智能体的人机交互界面自动设计与评估范式革新。
AUI-Gym is an automatic graphical user interface (GUI) evaluation benchmark co-developed by the National University of Singapore, Microsoft and other institutions, covering 52 cross-domain applications. This dataset includes 1,560 interactive tasks generated by GPT-5 and manually verified, with each task paired with a rule-based functional validator to ensure executability. The dataset generates complete functional websites through structured queries, focusing on evaluating the navigation success rate and task solvability of computer-use AI agents, aiming to promote the paradigm innovation of automatic design and evaluation for human-computer interaction interfaces targeting AI agents.
AUI 数据集概述
数据集基本信息
- 数据集名称: AUI (Computer-Use Agents as Judges for Generative User Interface)
- 研究领域: 生成式用户界面评估框架
- 核心功能: 端到端评估智能体生成的网页应用
数据集规模
- 应用数量: 52个应用
- 任务数量: 每个应用30个任务
- 编码器模型: 3个模型 (GPT-5, Qwen, GPT-4o)
评估流程架构
阶段0 (准备阶段)
- 生成初始网站 (多模型并行)
- 为每个应用生成30个任务 (使用GPT-5)
阶段1 (指标1)
- 评估器在初始网站上提取任务-状态规则
- 评分标准: 具有有效规则的任务数量
阶段2 (指标2)
- 计算机使用代理仅执行支持的任务
- 基于规则的神谕评估,无视觉语言模型回退
阶段3 (指标3.1和3.2)
- 基于失败和不支持的任务修订初始网站
- 重新评估和重新执行计算机使用代理测试
数据组织结构
初始数据
v0/{v0_dir}/ websites/{app}/{model}/index.html tasks/{app}/tasks.json states/{model}/rules.json v0_cua_results/{model}/{cua_model}/
实验数据
experiments/{experiment}/ runs/{run_key}/ stage3_0/{app}/{model}/v1_website/index.html stage3_1/{app}/{model}/rules.json stage3_2/{cua_model}/{app}/{model}/trajectories/
修订类型
- 不支持任务修订: 基于阶段1评估器标记的任务
- 计算机使用代理修订: 基于计算机使用代理失败轨迹,默认启用去样式化和适应屏幕
- 集成修订: 合并不支持任务和计算机使用代理修订
技术组件
- 评估器: 默认使用GPT-5
- 计算机使用代理: 使用UI-TARS 1.5 7B模型
- 编码器: 支持Qwen3-Coder-30B等模型
- 评论器消融: 支持纯文本和纯截图模式
关键特性
- 默认并行处理 (#模型 × #应用)
- 模型-应用-任务粒度的增量保存
- 严格无回退分支
- 不截断HTML或限制任务数量

- 1Computer-Use Agents as Judges for Generative User Interface新加坡国立大学Show实验室、微软、牛津大学 · 2025年



