Billyyer commited on
Commit
e7328d8
·
verified ·
1 Parent(s): 9b05884

Upload 13 files

Browse files
README.md CHANGED
@@ -1,3 +1,192 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: cc-by-4.0
5
+ size_categories:
6
+ - 10K<n<100K
7
+ task_categories:
8
+ - image-to-text
9
+ pretty_name: Screen2Words
10
+ tags:
11
+ - screens
12
+ - mobile
13
+ - phones
14
+ dataset_info:
15
+ features:
16
+ - name: screenId
17
+ dtype: int64
18
+ - name: captions
19
+ sequence: string
20
+ - name: file_name
21
+ dtype: string
22
+ - name: app_package_name
23
+ dtype: string
24
+ - name: play_store_name
25
+ dtype: string
26
+ - name: category
27
+ dtype: string
28
+ - name: average_rating
29
+ dtype: float64
30
+ - name: number_of_ratings
31
+ dtype: string
32
+ - name: number_of_downloads
33
+ dtype: string
34
+ - name: file_name_icon
35
+ dtype: string
36
+ - name: file_name_semantic
37
+ dtype: string
38
+ - name: semantic_annotations
39
+ dtype: string
40
+ - name: view_hierarchy
41
+ dtype: string
42
+ - name: image
43
+ dtype: image
44
+ - name: image_icon
45
+ dtype: image
46
+ - name: image_semantic
47
+ dtype: image
48
+ splits:
49
+ - name: train
50
+ num_bytes: 3618314253.896
51
+ num_examples: 15743
52
+ - name: val
53
+ num_bytes: 520496985.148
54
+ num_examples: 2364
55
+ - name: test
56
+ num_bytes: 956009390.03
57
+ num_examples: 4310
58
+ download_size: 2473562659
59
+ dataset_size: 5094820629.073999
60
+ configs:
61
+ - config_name: default
62
+ data_files:
63
+ - split: train
64
+ path: data/train-*
65
+ - split: val
66
+ path: data/val-*
67
+ - split: test
68
+ path: data/test-*
69
+ ---
70
+
71
+ # Dataset Card for Screen2Words
72
+
73
+ Screen2Words is a dataset providing screen summaries (i.e., image captions for mobile screens).
74
+ It uses the RICO image database.
75
+
76
+ ## Dataset Details
77
+
78
+ ### Dataset Description
79
+
80
+ - **Curated by:** Google Research, UIUC, Northwestern, University of Toronto
81
+ - **Funded by:** Google Research
82
+ - **Shared by:** Google Research
83
+ - **Language(s) (NLP):** English
84
+ - **License:** CC-BY-4.0
85
+
86
+ ### Dataset Sources
87
+
88
+ - **Repository:**
89
+ - [google-research-datasets/screen2words](https://github.com/google-research-datasets/screen2words)
90
+ - [RICO raw downloads](http://www.interactionmining.org/rico.html)
91
+ - **Paper:**
92
+ - [Screen2Words: Automatic Mobile UI Summarization with Multimodal Learning](https://arxiv.org/abs/2108.03353)
93
+ - [Rico: A Mobile App Dataset for Building Data-Driven Design Applications](https://dl.acm.org/doi/10.1145/3126594.3126651)
94
+
95
+ ## Uses
96
+
97
+ This dataset is for developing multimodal automations for mobile screens.
98
+
99
+ ### Direct Use
100
+
101
+ - Automatic screen summarization & description
102
+ - Language-Based UI retreival (given a UI, retreive similar interfaces)
103
+ - Enhancing screen readers
104
+ - Screen indexing
105
+ - Conversational mobile applications
106
+
107
+ ## Dataset Structure
108
+
109
+ - `screenId`: Unique RICO screen ID
110
+ - `image`: RICO screenshot
111
+ - `image_icon`: Google Play Store icon for the app
112
+ - `image_semantic`: Semantic RICO screenshot; details are abstracted away to main visual UI elements
113
+ - `file_name`: Image local filename
114
+ - `file_name_icon`: Icon image local filename
115
+ - `file_name_semantic`: Screenshot Image as a semantic annotated image local filename
116
+ - `captions`: A list of string captions
117
+ - `app_package_name`: Android package name
118
+ - `play_store_name`: Google Play Store name
119
+ - `category`: Type of category of the app
120
+ - `number_of_downloads`: Number of downloads of the app (as a coarse range string)
121
+ - `number_of_ratings`: Number of ratings of the app on the Google Play store (as of collection)
122
+ - `average_rating`: Average rating of the app on the Google Play Store (as of collection)
123
+ - `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.
124
+ - `view_hierarchy`: Full view-hierarchy
125
+
126
+ ## Dataset Creation
127
+
128
+ ### Curation Rationale
129
+
130
+ - 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.
131
+ - Screen2Words rationale: Create a dataset that facilities the distillation of screenshots into concise summaries
132
+
133
+ ### Source Data
134
+
135
+ - RICO: Mobile app screenshots, collected on Android devices.
136
+ - Screen2Words: Human annotated screen summaries from paid contractors.
137
+
138
+ #### Data Collection and Processing
139
+
140
+ - RICO: Human and automated collection of Android screens. ~9.8k free apps from the Google Play Store.
141
+ - Screen2Words: Takes the subset of screens used in RICO-SCA, which eliminates screens with missing or inaccurate view hierarchies.
142
+
143
+ #### Who are the source data producers?
144
+
145
+ - RICO: 13 human workers (10 from the US, 3 from the Philippines) through UpWork.
146
+ - Screen2Words: 85 professional annotators
147
+
148
+ ## Citation
149
+
150
+ ### RICO
151
+
152
+ **BibTeX:**
153
+
154
+ ```misc
155
+ @inproceedings{deka2017rico,
156
+ title={Rico: A mobile app dataset for building data-driven design applications},
157
+ author={Deka, Biplab and Huang, Zifeng and Franzen, Chad and Hibschman, Joshua and Afergan, Daniel and Li, Yang and Nichols, Jeffrey and Kumar, Ranjitha},
158
+ booktitle={Proceedings of the 30th annual ACM symposium on user interface software and technology},
159
+ pages={845--854},
160
+ year={2017}
161
+ }
162
+ ```
163
+
164
+ **APA:**
165
+
166
+ 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).
167
+
168
+ ### Screen2Words
169
+
170
+ **BibTeX:**
171
+
172
+ ```misc
173
+ @inproceedings{wang2021screen2words,
174
+ title={Screen2words: Automatic mobile UI summarization with multimodal learning},
175
+ author={Wang, Bryan and Li, Gang and Zhou, Xin and Chen, Zhourong and Grossman, Tovi and Li, Yang},
176
+ booktitle={The 34th Annual ACM Symposium on User Interface Software and Technology},
177
+ pages={498--510},
178
+ year={2021}
179
+ }
180
+ ```
181
+
182
+ **APA:**
183
+
184
+ Wang, B., Li, G., Zhou, X., Chen, Z., Grossman, T., & Li, Y. (2021, October). Screen2words: Automatic mobile UI summarization with multimodal learning. In The 34th Annual ACM Symposium on User Interface Software and Technology (pp. 498-510).
185
+
186
+ ## Dataset Card Authors
187
+
188
+ Hunter Heidenreich, Roots Automation
189
+
190
+ ## Dataset Card Contact
191
+
192
+ hunter "DOT" heidenreich "AT" rootsautomation "DOT" com
data/test-00000-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b916074ded1ee2f4b1a585736774e823459f0cd854099b847f0cb979b6fd452
3
+ size 229444310
data/test-00001-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f21ae82a3999efdcc6719f2be222582a7a22ce1f2d6cfd44274d87ea92fb1cac
3
+ size 243558288
data/train-00000-of-00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:986c42b755fbd9e54babe62bf8cfe10f4c9c5cad3a258c6bff8e7c3d0cfc9cad
3
+ size 215759148
data/train-00001-of-00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa1c997ae549b722b441a095cf466a675ffa74bf3ea3943767be4df5e930cf66
3
+ size 219144204
data/train-00002-of-00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31020acb4c11a01d35da612fd7686b885af227d7f4a27a66d08454842c25a54d
3
+ size 224968676
data/train-00003-of-00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1d4b4a4826b419cd8772125f28d3a4e6ef962be0f30459a397363d73eabafce
3
+ size 215321776
data/train-00004-of-00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ac55df3cd5be8fc4556c750de3e7704d772d80e3707b08e85fcc72dc4e2a3fa
3
+ size 214735244
data/train-00005-of-00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d16c1722c7e0e453af1191a9bec56f102159425f9ad925b1d94ad24602a619d
3
+ size 220409096
data/train-00006-of-00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89f56e90f66bad29a8e003f303fbdc03e7368acd7049997ff8cec39c788c83f1
3
+ size 220652178
data/train-00007-of-00008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2b0b53eba563cdd3299f63f287ea1832842111b823b404a3a67af57977f617a
3
+ size 220453830
data/validation-00000-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a375523eac8203472d30f0cea5460c40d8969078903eb383cea78c6253b61854
3
+ size 121693646
data/validation-00001-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98a4672bea85876c5739aa6682fd3c4d43ae5b16d8c497354ff1c7bdb1784cc7
3
+ size 127422263