GUIAgent commited on
Commit
deb9466
·
verified ·
1 Parent(s): 95b3f74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -54
README.md CHANGED
@@ -21,69 +21,31 @@ paper: https://arxiv.org/abs/2508.03700
21
  repository: https://huggingface.co/datasets/GUIAgent/Magic-RICH
22
  ---
23
 
24
- # Dataset Card for Magic-RICH
 
25
 
26
- ## Dataset Summary
27
- **Magic-RICH** is a Chinese benchmark dataset for evaluating **mobile GUI agents** in realistic smartphone environments.
28
- It contains **4,000 step-level samples** across **four subsets**, covering 17 categories and over 150 popular apps.
29
- Unlike many previous GUI datasets, Magic-RICH also includes **special actions** such as screenshot and long screenshot to better reflect real-world interactions.
30
 
31
- This dataset is designed for **evaluation only** (no train/dev split) and was used in the development of **MagicGUI**, an open-source GUI agent built on Qwen2-VL.
32
-
33
- ---
34
-
35
- ## Subsets
36
- Magic-RICH is composed of **four balanced subsets** (1,000 samples each):
37
-
38
- - **Routine**: High-frequency, single-step actions (e.g., tap, scroll, text input).
39
- - **Instruction**: Direct user commands (e.g., "Open...", "Check membership"), testing instruction-to-action mapping.
40
- - **Complex**: Harder tasks requiring reasoning (logical conditions, visual analysis, multi-step navigation).
41
- - **Handling Exception**: Special cases including
42
  - *Non-interactive* (page cannot be acted on),
43
  - *Completed* (task already finished),
44
- - *Loading* (page still in transition).
45
-
46
- ---
47
-
48
- ## Dataset Structure
49
- Each sample contains:
50
- - `image`: current mobile screen (screenshot)
51
- - `query`: user instruction or question (Chinese)
52
- - `label`: ground truth **primitive action** (e.g., `tap(x,y)`, `scroll(x,y,dir)`)
53
- - `meta`: metadata including subset category and app class
54
-
55
- Split:
56
- - **test**: 4,000 samples total (no training/dev data)
57
-
58
- ---
59
 
60
- ## Evaluation Protocol
61
  Three metrics are recommended for evaluation:
62
- - **Type** – action type accuracy (e.g., Tap vs. Scroll)
63
- - **Grd** – grounding accuracy (tap/scroll location falls inside ground-truth element box)
64
- - **SR (Step Success Rate)** – full correctness at the step level (all parameters correct)
65
 
66
- ---
67
-
68
- ## Intended Use
69
- - Benchmarking mobile GUI agents in **step-level action prediction, grounding, and task completion**.
70
- - Applicable to research in **multimodal reasoning, planning, and robust agent execution**.
71
-
72
- ---
73
-
74
- ## Limitations
75
- - Dataset is **evaluation-only** (no train/val).
76
- - Focused on **Chinese ecosystem apps**; transferability to non-Chinese environments may require additional datasets.
77
 
78
- ---
79
-
80
- ## Ethical Considerations
81
- - Data collected using **pre-registered accounts** on real devices, separated from real users.
82
- - Measures taken to avoid **personally identifiable information (PII)** and sensitive data.
83
-
84
- ---
85
 
86
- ## Citation
87
  If you use Magic-RICH in your research, please cite:
88
 
89
  ```bibtex
 
21
  repository: https://huggingface.co/datasets/GUIAgent/Magic-RICH
22
  ---
23
 
24
+ # Dataset Summary
25
+ **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.
26
 
27
+ # Subsets
28
+ Magic-RICH is composed of four balanced subsets (1,000 samples each):
 
 
29
 
30
+ - Routine: High-frequency, single-step actions (e.g., tap, scroll, text input).
31
+ - Instruction: Direct user commands (e.g., "Open...", "Check membership"), testing instruction-to-action mapping.
32
+ - Complex: Harder tasks requiring reasoning (logical conditions, visual analysis, multi-step navigation).
33
+ - Handling Exception: Special cases including
 
 
 
 
 
 
 
34
  - *Non-interactive* (page cannot be acted on),
35
  - *Completed* (task already finished),
36
+ - *Loading* (page still in transition).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
 
38
+ # Evaluation Protocol
39
  Three metrics are recommended for evaluation:
40
+ - Type – action type accuracy (e.g., Tap vs. Scroll)
41
+ - Grd – grounding accuracy (tap/scroll location falls inside ground-truth element box)
42
+ - SR – full correctness at the step level (all parameters correct)
43
 
44
+ # License
 
 
 
 
 
 
 
 
 
 
45
 
46
+ * This project is licensed under the [Apache-2.0](./LICENSE) 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.
 
 
 
 
 
 
47
 
48
+ # Citation
49
  If you use Magic-RICH in your research, please cite:
50
 
51
  ```bibtex