CoolFace
Datasetpublic

OmniGUI/OmniGUI

OmniGUI: Benchmarking GUI Agents in Omni-Modal Smartphone Environments [🍎 Project Page] [πŸ“– arXiv Paper] [πŸ“Š Dataset] [πŸ’» GitHub] [πŸ† Leaderboard] OmniGUI is a step-level GUI agent benchmark designed for omni-modal smartphone interaction. At each action step, the agent receives interleaved multimodal observations, including static screenshots, synchronous audio cues, short video clips, and action history, and must predict the next GUI action such as TAP or TYPE. The… See the full description on the dataset page: https://huggingface.co/datasets/OmniGUI/OmniGUI.

sourceHugging Facecc-by-nc-sa-4.0updated 4mo agoView on Hugging Face
3likes1.8kdownloads
Dataset Card

OmniGUI: Benchmarking GUI Agents in Omni-Modal Smartphone Environments

<font size=4><div align='center' > [🍎 Project Page] [πŸ“– arXiv Paper] [πŸ“Š Dataset] [πŸ’» GitHub] [πŸ† Leaderboard] </div></font>

OmniGUI is a step-level GUI agent benchmark designed for omni-modal smartphone interaction. At each action step, the agent receives interleaved multimodal observations, including static screenshots, synchronous audio cues, short video clips, and action history, and must predict the next GUI action such as TAP or TYPE.

The benchmark contains 708 expert-demonstrated episodes and 2,572 action steps across 29 real smartphone applications in both Chinese and English. OmniGUI evaluates five core capabilities: Localization, Semantic Understanding, Cross-modal Discrimination, Temporal Reasoning, and Instant Response.

πŸš€ Quick Start

Download the dataset

You can download the dataset using the huggingface-cli:

bash
huggingface-cli download XIAOCHENLIN00zz/OmniGUI \
  --repo-type dataset \
  --local-dir data

After downloading, your local data directory should contain:

  • β€”data/merged_sorted.json
  • β€”data/benchmark/

πŸ› οΈ APP STATISTICS

πŸ“‚ Chinese Applications (ZH)

App NameEpStpLocSemCroTemIns
Bilibili298975665
Douyin299775665
Meituan2610365654
WeChat258475454
DiDi259255555
Amap256455555
JD258055555
PDD257255555
QQ Music259555555
Taobao217855245
Weibo2510655555
RedNote259955555
Kuaishou2412045564
iQIYI2056050123
Alipay146450540
SUBTOTAL36312997670698365

πŸ“‚ English Applications (EN)

App NameEpStpLocSemCroTemIns
Duolingo35133555155
GTrans258855555
Snapchat2510455555
Spotify259155555
Tasty2569551050
TED2511555555
TikTok257755555
Vimeo258655555
X256155555
YouTube2512355555
RedBull2411054555
Amazon226955444
IMDb209554434
Insta195244416
SUBTOTAL34512736967727364

πŸ“ˆ FINAL SUMMARY (TOTAL)

TotalEpStpLocSemCroTemIns
ALL APPS7082572145137141156129

Citation

Feel free to cite the following article if you find OmniGUI helpful:

latex
@article{henry2026omnigui,
  title={OmniGUI: Benchmarking GUI Agents in Omni-Modal Smartphone Environments},
  author={Henry, Felix and Lin, Xiaochen and Zhu, Jiangyou and Zhang, Bingqian and Chen, Min and Huang, Shiyu and others},
  journal={arXiv preprint arXiv:2605.18758},
  year={2026}
}