openbmb/CAGUI
CAGUI: Chinese Android GUI Benchmark A real-world Chinese Android GUI benchmark designed to evaluate GUI agent models on two complementary capabilities: Grounding โ understanding individual GUI components and linking them to semantics. Agent โ planning and executing multi-step actions to complete user goals on Chinese Android apps. See AgentCPM-GUI for more details. ๐ Key Features Aspect Grounding Agent Objective GUI widgets grounding / OCR textโฆ See the full description on the dataset page: https://huggingface.co/datasets/openbmb/CAGUI.
CAGUI: Chinese Android GUI Benchmark
A real-world Chinese Android GUI benchmark designed to evaluate GUI agent models on two complementary capabilities:
- Grounding โ understanding individual GUI components and linking them to semantics.
- Agent โ planning and executing multi-step actions to complete user goals on Chinese Android apps.
See AgentCPM-GUI for more details.
๐ Key Features
๐๏ธ Repository Structure
CAGUI
โโ CAGUI_agent
โ โโ domestic/
โ โโ <episode_id>/
โ โโ <episode_id>.json # episode file
โ โโ <episode_id>_0.jpeg # step-0 screenshot
โ โโ <episode_id>_1.jpeg
โ โโ ...
โโ CAGUI_grounding
โโ code/
โ โโ cap.jsonl # function to point & text to point
โ โโ ocr.jsonl # bbox to text
โโ images/
โโ cap/
โ โโ 0.jpeg
โ โโ ...
โโ ocr/
โโ 0.jpeg
โโ ...๐ Data Format
1. Agent episodes (CAGUI_agent/domestic/<episode_id>/<episode_id>.json)
Each file is a list of steps:
2. Grounding annotations (cap.jsonl, ocr.jsonl)
One JSON object per line:
๐ License
CAGUI is released under the CC-BY-NC 4.0 license for non-commercial research. Screenshots originate from publicly available Chinese apps and are used under fair-use for research purposes only. Remove them if local regulations require.
โ๏ธ Citation
This benchmark is used for evaluating AgentCPM-GUI. If our model and benchmark are useful for your research, please cite:
@article{zhang2025agentcpmgui,
title={Agent{CPM}-{GUI}: Building Mobile-Use Agents with Reinforcement Fine-Tuning},
author={Zhong Zhang and Yaxi Lu and Yikun Fu and Yupeng Huo and Shenzhi Yang and Yesai Wu and Han Si and Xin Cong and Haotian Chen and Yankai Lin and Jie Xie and Wei Zhou and Wang Xu and Yuanheng Zhang and Zhou Su and Zhongwu Zhai and Xiaoming Liu and Yudong Mei and Jianming Xu and Hongyan Tian and Chongyi Wang and Chi Chen and Yuan Yao and Zhiyuan Liu and Maosong Sun},
year={2025},
journal={arXiv preprint arXiv:2506.01391},
}