hheiden-roots commited on
Commit
dfbb695
1 Parent(s): 8946199

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +140 -0
README.md CHANGED
@@ -1,3 +1,143 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ task_categories:
4
+ - image-to-text
5
+ language:
6
+ - en
7
+ tags:
8
+ - screens
9
+ - mobile
10
+ - phones
11
+ pretty_name: Screen2Words
12
+ size_categories:
13
+ - 10K<n<100K
14
  ---
15
+
16
+ # Dataset Card for Dataset Name
17
+
18
+ Screen2Words is a dataset providing screen summaries (i.e., image captions for mobile screens).
19
+ It uses the RICO image database.
20
+
21
+ ## Dataset Details
22
+
23
+ ### Dataset Description
24
+
25
+ - **Curated by:** Google Research, UIUC, Northwestern, University of Toronto
26
+ - **Funded by:** Google Research
27
+ - **Shared by:** Google Research
28
+ - **Language(s) (NLP):** English
29
+ - **License:** CC-BY-4.0
30
+
31
+ ### Dataset Sources
32
+
33
+ - **Repository:**
34
+ - [google-research-datasets/screen2words](https://github.com/google-research-datasets/screen2words)
35
+ - [RICO raw downloads](http://www.interactionmining.org/rico.html)
36
+ - **Paper:**
37
+ - [Screen2Words: Automatic Mobile UI Summarization with Multimodal Learning](https://arxiv.org/abs/2108.03353)
38
+ - [Rico: A Mobile App Dataset for Building Data-Driven Design Applications](https://dl.acm.org/doi/10.1145/3126594.3126651)
39
+
40
+ ## Uses
41
+
42
+ This dataset is for developing multimodal automations for mobile screens.
43
+
44
+ ### Direct Use
45
+
46
+ - Automatic screen summarization & description
47
+ - Language-Based UI retreival (given a UI, retreive similar interfaces)
48
+ - Enhancing screen readres
49
+ - Screen indexing
50
+ - Conversational mobile applications
51
+
52
+ ## Dataset Structure
53
+
54
+ - `screen_id`: Unique RICO screen ID
55
+ - `image`: RICO screenshot
56
+ - `file_name`: Image local filename
57
+ - `captions`: A list of string captions
58
+
59
+ Note: This version of the dataset does _not_ include the view hierarchies (for now).
60
+
61
+ ## Dataset Creation
62
+
63
+ ### Curation Rationale
64
+
65
+ - 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.
66
+ - Screen2Words rationale: Createa a dataset that facilities the distillation of screenshots into concise summaries
67
+
68
+ ### Source Data
69
+
70
+ - RICO: Mobile app screenshots, collected on Android devices.
71
+ - Screen2Words: Human annotated screen summaries from paid contractors.
72
+
73
+ #### Data Collection and Processing
74
+
75
+ - RICO: Human and automated collection of Android screens. ~9.8k free apps from the Google Play Store.
76
+ - Screen2Words: Takes the subset of screens used in RICO-SCA, which eliminates screens with missing or inaccurate view hierarchies.
77
+
78
+ #### Who are the source data producers?
79
+
80
+ - RICO: 13 human workers (10 from the US, 3 from the Philippines) through UpWork.
81
+ - Screen2Words:
82
+
83
+ ### Annotations [optional]
84
+
85
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
86
+
87
+ #### Annotation process
88
+
89
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
90
+
91
+ [More Information Needed]
92
+
93
+ #### Who are the annotators?
94
+
95
+ <!-- This section describes the people or systems who created the annotations. -->
96
+
97
+ [More Information Needed]
98
+
99
+ ## Citation
100
+
101
+ ### RICO
102
+
103
+ **BibTeX:**
104
+
105
+ ```misc
106
+ @inproceedings{deka2017rico,
107
+ title={Rico: A mobile app dataset for building data-driven design applications},
108
+ author={Deka, Biplab and Huang, Zifeng and Franzen, Chad and Hibschman, Joshua and Afergan, Daniel and Li, Yang and Nichols, Jeffrey and Kumar, Ranjitha},
109
+ booktitle={Proceedings of the 30th annual ACM symposium on user interface software and technology},
110
+ pages={845--854},
111
+ year={2017}
112
+ }
113
+ ```
114
+
115
+ **APA:**
116
+
117
+ 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).
118
+
119
+ ### Screen2Words
120
+
121
+ **BibTeX:**:
122
+
123
+ ```misc
124
+ @inproceedings{wang2021screen2words,
125
+ title={Screen2words: Automatic mobile UI summarization with multimodal learning},
126
+ author={Wang, Bryan and Li, Gang and Zhou, Xin and Chen, Zhourong and Grossman, Tovi and Li, Yang},
127
+ booktitle={The 34th Annual ACM Symposium on User Interface Software and Technology},
128
+ pages={498--510},
129
+ year={2021}
130
+ }
131
+ ```
132
+
133
+ **APA:**
134
+
135
+ 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).
136
+
137
+ ## Dataset Card Authors
138
+
139
+ Hunter Heidenreich
140
+
141
+ ## Dataset Card Contact
142
+
143
+ hunter "DOT" heidenreich "AT" rootsautomation "DOT" com