AndroidFlux_results
收藏资源简介:
AndroidFlux是一个用于评估多模态模型在Android GUI任务上性能的数据集,包含多个实验子集。本数据集主要记录模型在模拟Android环境中的操作执行结果,每个实验子集包含多个模型(如Qwen3VL系列、GUI-Owl系列、MA3系列、Gemma系列、Gemini系列等)的评估数据。每个模型(cell)有固定数量的episodes(如312个),每个episode对应一次完整的任务执行。数据以目录结构组织,每个cell目录下包含validation.json(验证结果)、start_state_audit.json(初始状态审计)、model_server_health_*.json(模型服务器健康状态)、aggregate.json(聚合统计)、shards/shard_NN/results.json(每个episode的详细结果)等JSON文件。数据集还提供了每个模型的成功率(success rate)和validity状态(含预定义的validator issues)。该数据集可用于研究模型在图形用户界面交互中的规划、记忆和操作能力,以及不同模型架构和配置(如thinking开关、提示策略)对任务完成率的影响。
AndroidFlux is a dataset for evaluating the performance of multimodal models on Android GUI tasks, containing multiple experimental subsets. This dataset primarily records the operation execution results of models in a simulated Android environment. Each experimental subset includes evaluation data for multiple models (such as Qwen3VL series, GUI-Owl series, MA3 series, Gemma series, Gemini series, etc.). Each model (cell) has a fixed number of episodes (e.g., 312), and each episode corresponds to a complete task execution. The data is organized in a directory structure, and each cell directory contains JSON files such as validation.json (validation results), start_state_audit.json (initial state audit), model_server_health_*.json (model server health status), aggregate.json (aggregate statistics), and shards/shard_NN/results.json (detailed results of each episode). The dataset also provides the success rate and validity status (including predefined validator issues) for each model. This dataset can be used to study the planning, memory, and manipulation capabilities of models in graphical user interface interaction, as well as the impact of different model architectures and configurations (such as thinking switch, prompt strategy) on task completion rate.
数据集概述
本数据集名为 AndroidFlux,是一个用于评估多模态大语言模型在 Android 环境中执行 GUI 任务能力(如 UI 操作、应用导航等)的基准测试结果集。数据涵盖 LLM 验证(llm-verified)和人工验证(human-verified)两种评估模式,并按不同任务变体(error_t 错误类型任务、t-3/t-5 时间偏移变体)组织。
一、数据构成与版本
数据集包含多个版本/部分,每一部分按 cell(模型配置单元)存储结果,每个 cell 目录包含验证文件(validation.json)、状态审计文件、健康检查文件、聚合文件及分片结果文件。各版本的核心内容如下:
1. llm-verified v2 n3 · error_t(312 episodes/cell)
共 21 个模型/配置单元,每个单元在 312 个 Android 轨迹片断(episode)上完成评估。记录每个模型的成功率、有效性标记、验证问题数及异常数。
2. human-verified 80 · error_t(core 65 + ext 15)
人工验证的 80 条轨迹,分为核心 65 条回放(core_65)和附加 15 条 VM 快照(snapshot_ext_15),目前仅包含一个模型(guiowl15_32b_think)的完整 80/80 结果。
3. v2-65 · t-3 / t-5(pre_error_t_minus_3 / _5, human-verified core 65)
在人工验证的 65 条核心轨迹上做时间偏移变体测试(t-3 与 t-5,即从轨迹开始前若干时间点执行),评估模型在部分可行条件下的表现。包含 3 个模型的完整 65/65 结果。
二、LLM 验证结果(312 trajectories/model)
21 个模型/配置均完成全部 312 条评估,成功率从 13.5% 到 67.0% 不等。由于评估机制设定,所有模型的 valid=false,均带有固定数量的验证问题(每条轨迹存在 5 个来源条目 × 4 类守卫检查,故每单元约 20–30 个 issue)。
| 模型 | 成功率 | 表现亮点 |
|---|---|---|
| mobilerun_gemini_flash | 67.0%(209/312) | 最高成功率 |
| ma3_32b | 46.1%(144/312) | 开源模型最佳之一 |
| gemini_3_0_flash_preview_qwen_prompt_think_off | 46.8%(146/312) | 关闭思考后优于开启思考 |
| gemma_31b_improved_think_on | 47.4%(148/312) | 开启思考提升效果 |
| ma3_7b | 45.2%(141/312) | — |
| guiowl15_8b | 44.2%(138/312) | — |
| guiowl15_32b_think | 44.5%(139/312) | — |
| gemma_31b_improved | 44.5%(139/312) | — |
| gemini_computer_use | 40.1%(125/312) | — |
| gemini_3_0_flash_preview_qwen_prompt | 39.7%(124/312) | 未显式关闭思考 |
| guiowl15_32b | 36.2%(113/312) | — |
| qwen3vl_32b | 34.0%(106/312) | — |
| qwen3vl_4b | 32.4%(101/312) | — |
| mai_ui_8b | 31.7%(99/312) | — |
| qwen3vl_8b | 29.5%(92/312) | — |
| gui_owl_32b | 28.2%(88/312) | — |
| gui_owl_7b | 27.2%(85/312) | — |
| final_run_appinfo | 26.6%(83/312) | — |
| qwen3vl_2b | 24.7%(77/312) | 小模型短板明显 |
| qwen3vl_32b_think | 21.1%(66/312) | 开启思考反而降低成功率 |
| ui_tars_7b_sft | 13.5%(42/312) | 最低成功率 |
关键模型命名约定
gemini_3_0_flash_preview_qwen_prompt:使用 Gemini 3.0 Flash(API 默认思考);_think_off版本显式设GEMINI_THINKING_BUDGET=0。gemini_computer_use:Gemini 3.5 Flash 的 Computer Use 智能体。mobilerun_gemini_flash:基于 Gemini Flash 的 MobileRun 框架。gemma_31b_improved_think_on:开启 GEMMA_ENABLE_THINKING=1。guiowl15_32b_think/guiowl15_32b:分别对 GUI-Owl-1.5-32B-Think 和 GUI-Owl-1.5-32B-Instruct。
三、人工验证结果
1. 80 条核心+扩展轨迹(guiowl15_32b_think)
- 核心 65 条:65/65 全部执行完成,成功率 35.4%(23/65)。
- 扩展 15 条:15/15 全部完成,成功率 46.7%(7/15)。
- 合计 80/80,整体成功率 37.5%。
2. t-3 / t-5 时间偏移变体(人工验证 65 条核心轨迹)
在完整 65 条上计算 all-65 成功率(偏移不可行时从干净起点执行),并额外报告在「时间偏移实际可行」条目上的成功率(t-3 可行 39 条,t-5 可行 21 条)。
| 模型 | t-3(all-65 / feasible 39 条) | t-5(all-65 / feasible 21 条) |
|---|---|---|
| gui_owl_32b | 43.1%(28) / 46.2% | 40.0%(26) / 28.6% |
| ma3_32b | 49.2%(32) / 51.3% | 44.6%(29) / 23.8% |
| mai_ui_8b | 36.9%(24) / 41.0% | 40.0%(26) / 14.3% |
四、运行状态与事件记录
README 中记录了一次严重运行故障(已于 2026-08-30 解决):由于结果目录误写入宿主机较小的根磁盘(49GB),磁盘占满导致约 2 小时的全链路停滞。已通过移动到 5TB 数据盘并建立符号链接的方式无损修复,另修复了队列脚本中的路径错误。所有 t-3/t-5 模型已重新启动容器运行。
五、数据集主要用途
该数据集适合用于对比不同规模、不同架构的通用或专用 GUI 智能体(如 Qwen3-VL、Gemma、GUI-Owl、Ma3、Mai-UI、UI-TARS、Gemini 系列)在 Android 真实应用操作任务上的成功率差异,并支持研究「时间偏移」对任务可执行性的影响,以及思考机制(thinking on/off)对 GUI 决策的效用。





