Datasets:

Languages:
English
ArXiv:
License:
SiriusL commited on
Commit
92bf0d5
·
verified ·
1 Parent(s): 9b2329c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +92 -0
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - multimodal
7
+ - gui-understanding
8
+ - agent-interaction
9
+ - android-control
10
+ task_categories:
11
+ - text-generation
12
+ size_categories:
13
+ - 1K<n<10K
14
+ ---
15
+ # Processed Android Control Test Set for InfiGUI-R1 Evaluation
16
+
17
+ ## Dataset Description
18
+
19
+ This repository contains the processed **test set** derived from the [Android Control dataset by Google Research](https://github.com/google-research/google-research/tree/master/android_control). It has been specifically prepared for evaluating the performance of our model, **InfiGUI-R1**.
20
+
21
+ The InfiGUI-R1 model is detailed in our paper:
22
+ * [InfiGUI-R1: Advancing Multimodal GUI Agents from Reactive Actors to Deliberative Reasoners](https://arxiv.org/pdf/2504.14239)
23
+
24
+ This dataset facilitates standardized testing and reproducibility of the results presented in our research.
25
+
26
+ ## Model and Further Details
27
+
28
+ The model evaluated using this test set can be found on Hugging Face:
29
+ * [Reallm-Labs/InfiGUI-R1-3B](https://huggingface.co/Reallm-Labs/InfiGUI-R1-3B)
30
+
31
+ For instructions on how to use this data with our model, along with more details about the InfiGUI-R1 project, please refer to our [InfiGUI-R1 GitHub repository](https://github.com/Reallm-Labs/InfiGUI-R1).
32
+
33
+ ## Data Processing
34
+
35
+ The data herein is a processed version of the original Android Control test set. Our data processing approach follows the method detailed in [this QwenLM GitHub issue comment](https://github.com/QwenLM/Qwen2.5-VL/issues/904#issuecomment-2722214367).
36
+
37
+ ## Citation Information
38
+
39
+ If you find this dataset or our work useful in your research, we would be grateful if you consider citing the following papers:
40
+
41
+ ```bibtex
42
+ @article{liu2025infigui,
43
+ title={InfiGUI-R1: Advancing Multimodal GUI Agents from Reactive Actors to Deliberative Reasoners},
44
+ author={Liu, Yuhang and Li, Pengxiang and Xie, Congkai and Hu, Xavier and Han, Xiaotian and Zhang, Shengyu and Yang, Hongxia and Wu, Fei},
45
+ journal={arXiv preprint arXiv:2504.14239},
46
+ year={2025}
47
+ }
48
+
49
+ @article{liu2025infiguiagent,
50
+ title={InfiGUIAgent: A Multimodal Generalist GUI Agent with Native Reasoning and Reflection},
51
+ author={Liu, Yuhang and Li, Pengxiang and Wei, Zishu and Xie, Congkai and Hu, Xueyu and Xu, Xinchen and Zhang, Shengyu and Han, Xiaotian and Yang, Hongxia and Wu, Fei},
52
+ journal={arXiv preprint arXiv:2501.04575},
53
+ year={2025}
54
+ }
55
+ ````
56
+
57
+ We also strongly recommend citing the original data source:
58
+
59
+ ```bibtex
60
+ @article{li2024effects,
61
+ title={On the Effects of Data Scale on Computer Control Agents},
62
+ author={Li, Wei and Bishop, William and Li, Alice and Rawles, Chris and Campbell-Ajala, Folawiyo and Tyamagundlu, Divya and Riva, Oriana},
63
+ journal={arXiv preprint arXiv:2406.03679},
64
+ year={2024}
65
+ }
66
+ ```
67
+
68
+ ## License
69
+
70
+ This processed dataset is made available under the terms of the Apache License 2.0, consistent with the licensing of the original Android Control dataset.
71
+
72
+ ```
73
+ Copyright 2024 The Google Research Authors.
74
+
75
+ Licensed under the Apache License, Version 2.0 (the "License");
76
+ you may not use this file except in compliance with the License.
77
+ You may obtain a copy of the License at
78
+
79
+ [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
80
+
81
+ Unless required by applicable law or agreed to in writing, software
82
+ distributed under the License is distributed on an "AS IS" BASIS,
83
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
84
+ See the License for the specific language governing permissions and
85
+ limitations under the License.
86
+ ```
87
+
88
+ ## Acknowledgements
89
+
90
+ We extend our sincere gratitude to the authors and contributors of the original [Android Control dataset](https://github.com/google-research/google-research/tree/master/android_control) for their significant work and for making their valuable data publicly available. Their efforts have been foundational for research in this area.
91
+
92
+ ```