iOSWorld
收藏资源简介:
iOSWorld是由卡内基梅隆大学团队构建的首个围绕个人身份的动态原生iOS模拟器基准测试数据集。该数据集包含26个专门构建的iOS应用程序,涵盖金融、通讯、旅行等10个生活领域,所有应用共享同一用户身份(Jordan Avery)并包含跨应用的互联数据,如交易记录、消息历史和出行偏好。数据集通过SwiftUI开发并采用人工验证的种子数据,共包含133个任务,分为单应用、多应用以及记忆与个性化三类,任务复杂度逐级递增。该数据集旨在评估手机智能代理在真实个人数据环境中的跨应用推理与个性化服务能力,为解决移动端人工智能代理缺乏个人情境理解的关键问题提供标准化测试平台。
iOSWorld is the first dynamic native iOS simulator benchmark dataset centered on individual identity, constructed by a research team from Carnegie Mellon University. This dataset includes 26 specially developed iOS applications spanning 10 daily life domains such as finance, communication, travel, and more. All applications share the same user identity (Jordan Avery) and contain cross-app interconnected data, including transaction records, message histories, and travel preferences. Developed using SwiftUI and adopting manually validated seed data, the dataset comprises 133 tasks divided into three categories: single-app, multi-app, and memory and personalization, with task complexity increasing progressively. This dataset aims to evaluate the cross-app reasoning and personalized service capabilities of mobile AI Agents in real personal data environments, providing a standardized testing platform to address the critical issue that mobile AI Agents lack personal context understanding.
iOSWorld 数据集概述
基本信息
- 名称: iOSWorld
- 类型: 首个基于原生 iOS 模拟器的交互式基准测试,用于评估个人智能手机代理(Personally Intelligent Phone Agents)
- 发布机构: 卡内基梅隆大学(Carnegie Mellon University)
- 许可协议: Apache 2.0
核心特点
- 持久化用户身份: 所有应用共享一个名为 Jordan Avery 的用户身份(旧金山专业人士),包含联系人、交易记录、消息、邮件等相互关联的种子数据。
- 26 个全新构建的 iOS 应用(使用 SwiftUI 开发): 覆盖金融、消息、旅行、餐饮、购物、生产力、娱乐、健身、体育、实用工具、专业社交等 10 个领域。
- 跨应用数据互联: 如 QuickBite 的订单会产生 MyBank 的扣款和 Mail 的收据,SkyTrip 的航班与 StayFinder 的酒店预订、Notes 的日历提醒对应。
任务详情
| 任务类别 | 数量 | 描述 |
|---|---|---|
| 单应用任务(Single-app) | 27 | 单个应用内的基本导航与操作 |
| 多应用任务(Multi-app) | 60 | 需在 2-8 个应用间传递信息(平均 4.4 个应用/任务) |
| 记忆任务(Memory) | 46 | 需推断用户从未明确陈述的行为模式 |
总计: 133 个任务,每个任务附带可独立验证的评分标准(rubric)。
评估设置
-
6 个模型:
- Claude Opus 4.6
- Claude Sonnet 4.6
- GPT-5.4
- GPT-5.4 Mini
- Gemini 3 Flash
- Qwen3.5 35B-A3B(开源 MoE 模型)
-
2 种观察模态:
- 纯视觉(Vision-only): 仅接收截图,6 种动作
- 视觉+XML(Vision+XML): 额外提供 XCUITest 无障碍树及 4 种特权动作
-
评分方式: GPT-5.4 Mini 作为 LLM 评判员,人类验证显示 κ = 0.77 一致性(89% 准确率,F1 = 0.86)
-
最大交互步数: 50 步/任务
主要结果
| 排名 | 配置 | 单应用 | 多应用 | 记忆 | 总体 |
|---|---|---|---|---|---|
| #1 | Opus 4.6 视觉+XML | 81.5% | 36.7% | 54.3% | 51.9% |
| #2 | Sonnet 4.6 视觉+XML | 92.6% | 35.0% | 34.8% | 46.6% |
| #3 | GPT-5.4 视觉+XML | 81.5% | 26.7% | 32.6% | 39.8% |
- 纯视觉模式下,前沿模型总体通过率仅 20%-29%
- 多应用任务是最难的类别(最佳 36.7%)
- MCP 工具使用消融实验(基于 Qwen 3.5 35B): 结构化工具使通过率从 12.8% 提升至 24.8%,平均评分从 0.33 提升至 0.683
发布内容
- 26 个应用的源码和种子数据
- 133 个任务及评分标准
- 评估代码
- MCP 服务器(提供如
mybank.send_zelle、freshcart.checkout等语义化工具接口) - AWS 运行器(允许非 Mac 研究者运行基准测试)
- 示例轨迹(16 条精选运行记录)
失败分析
视觉+XML 模式下,422 个前沿模型失败案例的分类:
- 预算耗尽(50 步限制): 51%
- 主动放弃: 26%
- 过早停止: 23%
Qwen3.5 35B-A3B 在 XML 模式下约 50% 失败为动作循环卡死。

- 1iOSWorld: A Benchmark for Personally Intelligent Phone Agents卡内基梅隆大学 · 2026年



