Magic-RICH / README.md
GUIAgent's picture
Update README.md
0883ccb verified
|
raw
history blame
2.83 kB
metadata
dataset_name: Magic-RICH
pretty_name: Magic-RICH (Mobile GUI Agent Benchmark, CN)
tags:
  - gui
  - mobile
  - android
  - visual-grounding
  - vqa
  - agent
  - chinese
task_categories:
  - other
language:
  - en
license: apache-2.0
size_categories:
  - 1K<n<10K
homepage: https://github.com/OpenBMB/AgentCPM-GUI
paper: https://arxiv.org/abs/2508.03700
repository: https://huggingface.co/datasets/GUIAgent/Magic-RICH

Dataset Summary

Magic-RICH is a Chinese benchmark dataset for evaluating mobile GUI agents in realistic smartphone environments. It contains 4,000 step-level samples across four subsets, covering 17 categories and over 150 popular apps. Unlike many previous GUI datasets, Magic-RICH also includes special actions such as screenshot and long screenshot to better reflect real-world interactions. This dataset is designed for evaluation only (no train/dev split) and was used in the development of MagicGUI, an open-source GUI agent.

Subsets

Magic-RICH is composed of four balanced subsets (1,000 samples each):

  • Routine: High-frequency, single-step actions (e.g., tap, scroll, text input).
  • Instruction: Direct user commands (e.g., "Open...", "Check membership"), testing instruction-to-action mapping.
  • Complex: Harder tasks requiring reasoning (logical conditions, visual analysis, multi-step navigation).
  • Handling Exception: Special cases including
    • Non-interactive (page cannot be acted on),
    • Completed (task already finished),
    • Loading (page still in transition).

Evaluation Protocol

Three metrics are recommended for evaluation:

  • Type – action type accuracy (e.g., Tap vs. Scroll)
  • Grd – grounding accuracy (tap/scroll location falls inside ground-truth element box)
  • SR – full correctness at the step level (all parameters correct)

License

This project is licensed under the Apache-2.0 license. The model weights are fully open for academic research, and commercial use licenses can be applied for by contacting magicgui@honor.com. This project uses the pre-trained Qwen2VL-7B-Instruct for initialization, which is also licensed under the Apache- 2.0 License.

Citation

If you use Magic-RICH in your research, please cite:

@article{zhang2025agentcpmgui,
  title={Agent{CPM}-{GUI}: Building Mobile-Use Agents with Reinforcement Fine-Tuning}, 
  author={Zhang, Zhong and Lu, Yaxi and Fu, Yikun and Huo, Yupeng and Yang, Shenzhi and Wu, Yesai and Si, Han and Cong, Xin and Chen, Haotian and Lin, Yankai and Xie, Jie and Zhou, Wei and Xu, Wang and Zhang, Yuanheng and Su, Zhou and Zhai, Zhongwu and Liu, Xiaoming and Mei, Yudong and Xu, Jianming and Tian, Hongyan and Wang, Chongyi and Chen, Chi and Yao, Yuan and Liu, Zhiyuan and Sun, Maosong},
  year={2025},
  journal={arXiv preprint arXiv:2506.01391},
}