Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
File size: 6,001 Bytes
c2606e4
 
6550d9b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fccc1c1
 
 
 
 
 
 
 
 
 
c2606e4
fccc1c1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
---
license: apache-2.0
dataset_info:
  features:
  - name: screenId
    dtype: int64
  - name: bbox
    sequence: float64
  - name: captions
    sequence: string
  - name: file_name
    dtype: string
  - name: view_hierarchy
    dtype: string
  - name: file_name_semantic
    dtype: string
  - name: semantic_annotations
    dtype: string
  - name: app_package_name
    dtype: string
  - name: play_store_name
    dtype: string
  - name: category
    dtype: string
  - name: average_rating
    dtype: float64
  - name: number_of_ratings
    dtype: string
  - name: number_of_downloads
    dtype: string
  - name: file_name_icon
    dtype: string
  - name: image
    dtype: image
  - name: image_icon
    dtype: image
  - name: image_semantic
    dtype: image
  splits:
  - name: train
    num_bytes: 17838159558.65
    num_examples: 71350
  download_size: 2142847271
  dataset_size: 17838159558.65
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
task_categories:
- image-to-text
language:
- en
tags:
- synthetic
- screens
pretty_name: RICO SCA
size_categories:
- 10K<n<100K
---

# Dataset Card for RICO SCA (SeeClick cache)

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. 
It consists of approximately 170k captions across 70k widgets and 18k screens. 

## Dataset Details

### Dataset Description

This is a widget captioning (referring expression comprehension/generation) dataset. 

- **Curated by:** Google Research, Nanjing University
- **Language(s) (NLP):** en
- **License:** apache-2.0

### Dataset Sources

- **Repository:** [RICO SCA Repo](https://github.com/google-research/google-research/tree/master/seq2act) / [SeeClick Repo](https://github.com/njucckevin/SeeClick/tree/main)
- **Paper [optional]:** [RICO SCA paper](https://arxiv.org/abs/2005.03776) / [SeeClick paper](https://arxiv.org/abs/2401.10935)

## Uses

### Direct Use

Training models that can be used to understand screens, explain mobile interaces, and act in an automated, digital context.

## Dataset Structure

- `screenId`: Unique RICO screen ID
- `image`: RICO screenshot
- `image_icon`: Google Play Store icon for the app
- `image_semantic`: Semantic RICO screenshot; details are abstracted away to main visual UI elements
- `file_name`: Image local filename
- `file_name_icon`: Icon image local filename
- `file_name_semantic`: Screenshot Image as a semantic annotated image local filename 
- `captions`: A list of string captions
- `bbox`: The bounding box for the widget being captioned, relatively scaled with the image size so that coordinates are in [0, 1]
- `app_package_name`: Android package name
- `play_store_name`: Google Play Store name
- `category`: Type of category of the app
- `number_of_downloads`: Number of downloads of the app (as a coarse range string)
- `number_of_ratings`: Number of ratings of the app on the Google Play store (as of collection)
- `average_rating`: Average rating of the app on the Google Play Store (as of collection)
- `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.

## Dataset Creation

### Curation Rationale

- 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.
- SCA rationale: Primarily to benefit efforts to create more assitive technologies for visually-impaired users

### Source Data

- RICO: Mobile app screenshots, collected on Android devices.
- SCA: Generated from a trained model

## Citation 

### RICO 

**BibTeX:**

```misc
@inproceedings{deka2017rico,
  title={Rico: A mobile app dataset for building data-driven design applications},
  author={Deka, Biplab and Huang, Zifeng and Franzen, Chad and Hibschman, Joshua and Afergan, Daniel and Li, Yang and Nichols, Jeffrey and Kumar, Ranjitha},
  booktitle={Proceedings of the 30th annual ACM symposium on user interface software and technology},
  pages={845--854},
  year={2017}
}
```

**APA:**

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).

### RICO SCA

**BibTeX:**

```misc
@inproceedings{li2020mapping,
  title={Mapping Natural Language Instructions to Mobile UI Action Sequences},
  author={Li, Yang and He, Jiacong and Zhou, Xin and Zhang, Yuan and Baldridge, Jason},
  booktitle={Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics},
  pages={8198--8210},
  year={2020}
}
```

**APA:**

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).

### SeeClick

**BibTeX:**

```misc
@misc{cheng2024seeclick,
      title={SeeClick: Harnessing GUI Grounding for Advanced Visual GUI Agents}, 
      author={Kanzhi Cheng and Qiushi Sun and Yougang Chu and Fangzhi Xu and Yantao Li and Jianbing Zhang and Zhiyong Wu},
      year={2024},
      eprint={2401.10935},
      archivePrefix={arXiv},
      primaryClass={cs.HC}
}
```

**APA:**

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.

## Dataset Card Authors 

Hunter Heidenreich, Roots Automation

## Dataset Card Contact

hunter "DOT" heidenreich "AT" rootsautomation "DOT" com