MobileWorld
收藏资源简介:
MobileWorld是由阿里巴巴集团通义实验室联合多所高校开发的移动智能体基准测试数据集,包含201个跨20个应用程序的任务。该数据集以长周期、跨应用工作流为特色,平均需27.8个完成步骤,其中62.2%为多应用任务,显著提升了测试难度。数据集采用开源替代方案构建可复现环境,支持源代码修改和后端数据库访问验证。创新性地引入了智能体-用户交互任务(占比22.4%)和MCP增强任务(19.9%),为评估移动智能体在模糊指令处理和混合工具使用等真实场景中的表现提供了标准化框架,旨在推动下一代移动智能体在复杂推理和用户感知方面的发展。
MobileWorld is a mobile agent benchmark dataset developed by Alibaba Group's Tongyi Lab in collaboration with multiple universities. It contains 201 tasks spanning 20 applications. Characterized by long-cycle, cross-application workflows, the dataset has an average of 27.8 completion steps, with 62.2% of tasks being multi-application ones, which significantly increases the testing difficulty. The dataset uses open-source alternatives to build reproducible environments, and supports source code modification and backend database access validation. It innovatively introduces agent-user interaction tasks (accounting for 22.4%) and MCP-enhanced tasks (19.9%), providing a standardized framework for evaluating mobile agents' performance in real-world scenarios such as ambiguous instruction processing and mixed tool usage, aiming to promote the development of next-generation mobile agents in terms of complex reasoning and user perception.
Mobile World 数据集概述
数据集基本信息
- 数据集名称:Mobile World
- 核心定位:一个旨在反映真实世界场景、具有挑战性的移动使用基准测试。
- 论文标题:MobileWorld: Benchmarking Autonomous Mobile Agents in Agent-User Interactive, and MCP-Augmented Environments
- 论文链接:https://arxiv.org/abs/2512.19432
- 项目代码库:https://github.com/Tongyi-MAI/MobileWorld
- 项目网站:https://tongyi-mai.github.io/MobileWorld/
数据集规模与构成
- 任务总数:201 个任务。
- 应用覆盖:涵盖 20 个应用程序。
- 任务特点:
- 包含长视野、跨应用程序的任务。
- 包含新颖的任务类别,包括智能体-用户交互任务和 MCP 增强任务。
系统与安装要求
- 操作系统:Linux 主机系统(或启用 WSL2 + KVM 的 Windows),macOS 支持正在开发中。
- 核心依赖:
- 支持特权容器的 Docker。
- 用于 Android 模拟器加速的 KVM(基于内核的虚拟机)。
- Python 3.12+。
- 安装方式:可通过
git clone克隆代码库,并使用uv sync安装依赖。
快速使用流程
- 环境检查:使用
sudo mw env check检查 Docker、KVM 支持并拉取 Docker 镜像。 - 启动环境:使用
sudo mw env run启动指定数量的容器化 Android 环境。 - 运行评估:使用
sudo mw eval命令运行基准测试评估套件,需指定代理类型、模型、API 端点等参数。 - 查看结果:使用
mw logs view在http://localhost:7860启动交互式 Web 可视化界面以探索任务轨迹和结果。
主要功能与命令
数据集提供名为 mw 或 mobile-world 的 CLI 工具,主要命令类别包括:
- 环境管理:
env check,env run,env list,env rm,env info,env restart,env exec。 - 评估与测试:
eval,test。 - 信息查询:
info task,info agent,info app,info mcp。 - 日志处理:
logs view,logs results,logs export。 - 设备与服务器:
device,server。
文档
详细文档位于 docs/ 目录下,包括:
- 开发指南 (
docs/development.md) - MCP 服务器设置 (
docs/mcp_setup.md) - Windows 系统设置 (
docs/setup_for_windows.md) - Android 虚拟设备配置 (
docs/configure_avd.md)
致谢
感谢 Android World (https://github.com/google-research/android_world) 和 Android-Lab (https://github.com/THUDM/Android-Lab) 的开源贡献。
引用
如需在研究中引用此数据集,请使用提供的 BibTeX 条目。
联系
- 问题反馈:通过 GitHub Issues (https://github.com/Tongyi-MAI/MobileWorld/issues) 提交。
- 讨论群组:可通过扫描 README 中的二维码加入 WeChat 讨论群。

- 1MobileWorld: Benchmarking Autonomous Mobile Agents in Agent-User Interactive, and MCP-Augmented Environments阿里巴巴集团 · 2025年



