Datasets:

Languages:
English
Size Categories:
10K<n<100K
ArXiv:
Tags:
Synthetic
screens
License:
hheiden-roots commited on
Commit
fccc1c1
1 Parent(s): 6550d9b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +132 -0
README.md CHANGED
@@ -47,4 +47,136 @@ configs:
47
  data_files:
48
  - split: train
49
  path: data/train-*
 
 
 
 
 
 
 
 
 
 
50
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  data_files:
48
  - split: train
49
  path: data/train-*
50
+ task_categories:
51
+ - image-to-text
52
+ language:
53
+ - en
54
+ tags:
55
+ - synthetic
56
+ - screens
57
+ pretty_name: RICO SCA
58
+ size_categories:
59
+ - 10K<n<100K
60
  ---
61
+
62
+ # Dataset Card for RICO SCA (SeeClick cache)
63
+
64
+ This is the [SeeClick](https://github.com/njucckevin/SeeClick/tree/main) cache of a syntehtically generated dataset following [RICO SCA's](https://github.com/google-research/google-research/tree/master/seq2act) generation procedure.
65
+ It consists of approximately 170k captions across 70k widgets and 18k screens.
66
+
67
+ ## Dataset Details
68
+
69
+ ### Dataset Description
70
+
71
+ This is a widget captioning (referring expression comprehension/generation) dataset.
72
+
73
+ - **Curated by:** Google Research, Nanjing University
74
+ - **Language(s) (NLP):** en
75
+ - **License:** apache-2.0
76
+
77
+ ### Dataset Sources
78
+
79
+ - **Repository:** [RICO SCA Repo](https://github.com/google-research/google-research/tree/master/seq2act) / [SeeClick Repo](https://github.com/njucckevin/SeeClick/tree/main)
80
+ - **Paper [optional]:** [RICO SCA paper](https://arxiv.org/abs/2005.03776) / [SeeClick paper](https://arxiv.org/abs/2401.10935)
81
+
82
+ ## Uses
83
+
84
+ ### Direct Use
85
+
86
+ Training models that can be used to understand screens, explain mobile interaces, and act in an automated, digital context.
87
+
88
+ ## Dataset Structure
89
+
90
+ - `screenId`: Unique RICO screen ID
91
+ - `image`: RICO screenshot
92
+ - `image_icon`: Google Play Store icon for the app
93
+ - `image_semantic`: Semantic RICO screenshot; details are abstracted away to main visual UI elements
94
+ - `file_name`: Image local filename
95
+ - `file_name_icon`: Icon image local filename
96
+ - `file_name_semantic`: Screenshot Image as a semantic annotated image local filename
97
+ - `captions`: A list of string captions
98
+ - `bbox`: The bounding box for the widget being captioned, relatively scaled with the image size so that coordinates are in [0, 1]
99
+ - `app_package_name`: Android package name
100
+ - `play_store_name`: Google Play Store name
101
+ - `category`: Type of category of the app
102
+ - `number_of_downloads`: Number of downloads of the app (as a coarse range string)
103
+ - `number_of_ratings`: Number of ratings of the app on the Google Play store (as of collection)
104
+ - `average_rating`: Average rating of the app on the Google Play Store (as of collection)
105
+ - `semantic_annotations`: Reduced view hierarchy, to the semantically-relevant portions of the full view hierarchy. It corresponds to what is visualized in `image_semantic` and has a lot of details about what's on screen. It is stored as a JSON object string.
106
+
107
+ ## Dataset Creation
108
+
109
+ ### Curation Rationale
110
+
111
+ - RICO rationale: Create a broad dataset that can be used for UI automation. An explicit goal was to develop automation software that can validate an app's design and assess whether it achieves its stated goal.
112
+ - SCA rationale: Primarily to benefit efforts to create more assitive technologies for visually-impaired users
113
+
114
+ ### Source Data
115
+
116
+ - RICO: Mobile app screenshots, collected on Android devices.
117
+ - SCA: Generated from a trained model
118
+
119
+ ## Citation
120
+
121
+ ### RICO
122
+
123
+ **BibTeX:**
124
+
125
+ ```misc
126
+ @inproceedings{deka2017rico,
127
+ title={Rico: A mobile app dataset for building data-driven design applications},
128
+ author={Deka, Biplab and Huang, Zifeng and Franzen, Chad and Hibschman, Joshua and Afergan, Daniel and Li, Yang and Nichols, Jeffrey and Kumar, Ranjitha},
129
+ booktitle={Proceedings of the 30th annual ACM symposium on user interface software and technology},
130
+ pages={845--854},
131
+ year={2017}
132
+ }
133
+ ```
134
+
135
+ **APA:**
136
+
137
+ Deka, B., Huang, Z., Franzen, C., Hibschman, J., Afergan, D., Li, Y., ... & Kumar, R. (2017, October). Rico: A mobile app dataset for building data-driven design applications. In Proceedings of the 30th annual ACM symposium on user interface software and technology (pp. 845-854).
138
+
139
+ ### RICO SCA
140
+
141
+ **BibTeX:**
142
+
143
+ ```misc
144
+ @inproceedings{li2020mapping,
145
+ title={Mapping Natural Language Instructions to Mobile UI Action Sequences},
146
+ author={Li, Yang and He, Jiacong and Zhou, Xin and Zhang, Yuan and Baldridge, Jason},
147
+ booktitle={Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics},
148
+ pages={8198--8210},
149
+ year={2020}
150
+ }
151
+ ```
152
+
153
+ **APA:**
154
+
155
+ Li, Y., He, J., Zhou, X., Zhang, Y., & Baldridge, J. (2020, July). Mapping Natural Language Instructions to Mobile UI Action Sequences. In Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics (pp. 8198-8210).
156
+
157
+ ### SeeClick
158
+
159
+ **BibTeX:**
160
+
161
+ ```misc
162
+ @misc{cheng2024seeclick,
163
+ title={SeeClick: Harnessing GUI Grounding for Advanced Visual GUI Agents},
164
+ author={Kanzhi Cheng and Qiushi Sun and Yougang Chu and Fangzhi Xu and Yantao Li and Jianbing Zhang and Zhiyong Wu},
165
+ year={2024},
166
+ eprint={2401.10935},
167
+ archivePrefix={arXiv},
168
+ primaryClass={cs.HC}
169
+ }
170
+ ```
171
+
172
+ **APA:**
173
+
174
+ Cheng, K., Sun, Q., Chu, Y., Xu, F., Li, Y., Zhang, J., & Wu, Z. (2024). Seeclick: Harnessing gui grounding for advanced visual gui agents. arXiv preprint arXiv:2401.10935.
175
+
176
+ ## Dataset Card Authors
177
+
178
+ Hunter Heidenreich, Roots Automation
179
+
180
+ ## Dataset Card Contact
181
+
182
+ hunter "DOT" heidenreich "AT" rootsautomation "DOT" com