Datasets:

Tasks:
Other
Languages:
English
Multilinguality:
monolingual
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
License:
Dataset Preview
Viewer
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
'NoneType' object is not iterable
Error code:   UnexpectedError

Need help to make the dataset viewer work? Open a discussion for direct support.

ui_number
int32
app_package_name
string
interaction_trace_number
string
ui_number_in_trace
string
0
com.brc.PeriodTrackerDiary
0
15
1
com.brc.PeriodTrackerDiary
0
531
2
yong.app.videoeditor
0
221
3
yong.app.videoeditor
0
1289
4
yong.app.videoeditor
0
125
5
yong.app.videoeditor
0
876
6
yong.app.videoeditor
0
1462
7
yong.app.videoeditor
0
1507
8
yong.app.videoeditor
0
271
9
yong.app.videoeditor
0
103
10
yong.app.videoeditor
0
1574
11
yong.app.videoeditor
0
1557
12
yong.app.videoeditor
0
85
13
yong.app.videoeditor
0
1591
14
yong.app.videoeditor
0
1487
15
yong.app.videoeditor
0
1472
16
yong.app.videoeditor
0
6
17
yong.app.videoeditor
0
1
18
explore.web.browser
0
1398
19
explore.web.browser
0
3641
20
explore.web.browser
0
2383
21
explore.web.browser
0
3001
22
explore.web.browser
0
1225
23
explore.web.browser
0
113
24
explore.web.browser
0
1
25
explore.web.browser
0
3212
26
com.scotiabank.mobile
0
370
27
com.scotiabank.mobile
0
461
28
com.scotiabank.mobile
0
178
29
com.scotiabank.mobile
0
420
30
com.scotiabank.mobile
0
141
31
com.scotiabank.mobile
0
244
32
com.agminstruments.clubdrumpadmachine
0
142
33
com.agminstruments.clubdrumpadmachine
0
295
34
com.agminstruments.clubdrumpadmachine
0
234
35
com.agminstruments.clubdrumpadmachine
0
230
36
com.agminstruments.clubdrumpadmachine
0
465
37
com.sleep.fan
0
48
38
com.sleep.fan
0
270
39
com.sleep.fan
0
4
40
ws.xsoh.Qamusee
0
142
41
ws.xsoh.Qamusee
0
18
42
ws.xsoh.Qamusee
0
99
43
modluckyblock.luckyblocksmodmcpe
0
518
44
modluckyblock.luckyblocksmodmcpe
0
795
45
modluckyblock.luckyblocksmodmcpe
0
488
46
modluckyblock.luckyblocksmodmcpe
0
307
47
modluckyblock.luckyblocksmodmcpe
0
3
48
modluckyblock.luckyblocksmodmcpe
0
367
49
com.kasasanbia
0
284
50
com.marcow.birthdaylist
0
725
51
com.marcow.birthdaylist
0
787
52
com.marcow.birthdaylist
0
685
53
com.marcow.birthdaylist
0
986
54
com.marcow.birthdaylist
0
174
55
com.marcow.birthdaylist
0
576
56
com.marcow.birthdaylist
0
344
57
com.marcow.birthdaylist
0
1
58
com.ketv.android.weather
0
67
59
com.ketv.android.weather
0
19
60
com.ketv.android.weather
0
53
61
com.ketv.android.weather
0
24
62
com.dotanime.animewallfullhd
0
178
63
com.dotanime.animewallfullhd
0
124
64
com.dotanime.animewallfullhd
0
77
65
com.dotanime.animewallfullhd
0
90
66
gov.nasa
0
1432
67
gov.nasa
0
1398
68
gov.nasa
0
1292
69
gov.nasa
0
314
70
gov.nasa
0
1556
71
gov.nasa
0
1152
72
gov.nasa
0
855
73
gov.nasa
0
1423
74
gov.nasa
0
656
75
gov.nasa
0
1217
76
gov.nasa
0
1187
77
gov.nasa
0
1689
78
gov.nasa
0
342
79
gov.nasa
0
333
80
gov.nasa
0
1276
81
gov.nasa
0
965
82
gov.nasa
0
1174
83
gov.nasa
0
484
84
gov.nasa
0
234
85
gov.nasa
0
784
86
gov.nasa
0
3
87
gov.nasa
0
988
88
gov.nasa
0
1654
89
com.hachiken.easyhairstyletutorial
0
15
92
com.WhoViewedMyFacebook.app
0
757
94
com.tracfone.straighttalk.myaccount
0
3955
95
com.tracfone.straighttalk.myaccount
0
3475
96
com.tracfone.straighttalk.myaccount
0
1500
97
com.tracfone.straighttalk.myaccount
0
3441
98
com.tracfone.straighttalk.myaccount
0
4689
99
com.tracfone.straighttalk.myaccount
0
3230
100
com.tracfone.straighttalk.myaccount
0
4884
101
com.tracfone.straighttalk.myaccount
0
4032
102
com.tracfone.straighttalk.myaccount
0
4986
End of preview.

Dataset Card for Rico

CI

Dataset Summary

Rico: A Mobile App Dataset for Building Data-Driven Design Applications

Supported Tasks and Leaderboards

[More Information Needed]

Languages

[More Information Needed]

Dataset Structure

Data Instances

  • UI screenshots and view hierarchies
import datasets as ds

dataset = ds.load_dataset(
    path="shunk031/Rico",
    name="ui-screenshots-and-view-hierarchies",
)
  • UI metadata
import datasets as ds

dataset = ds.load_dataset(
    path="shunk031/Rico",
    name="ui-metadata",
)
  • UI layout vectors
import datasets as ds

dataset = ds.load_dataset(
    path="shunk031/Rico",
    name="ui-layout-vectors",
)
  • Interaction traces
import datasets as ds

dataset = ds.load_dataset(
    path="shunk031/Rico",
    name="interaction-traces",
)
  • [WIP] Animations
import datasets as ds

dataset = ds.load_dataset(
    path="shunk031/Rico",
    name="animations",
)
  • Play store metadata
import datasets as ds

dataset = ds.load_dataset(
    path="shunk031/Rico",
    name="play-store-metadata",
)
  • UI screenshots and hierarchies with semantic annotations
import datasets as ds

dataset = ds.load_dataset(
    path="shunk031/Rico",
    name="ui-screenshots-and-hierarchies-with-semantic-annotations",
)

Data Fields

[More Information Needed]

Data Splits

[More Information Needed]

Dataset Creation

Curation Rationale

[More Information Needed]

Source Data

[More Information Needed]

Initial Data Collection and Normalization

[More Information Needed]

Who are the source language producers?

[More Information Needed]

Annotations

[More Information Needed]

Annotation process

[More Information Needed]

Who are the annotators?

[More Information Needed]

Personal and Sensitive Information

[More Information Needed]

Considerations for Using the Data

Social Impact of Dataset

[More Information Needed]

Discussion of Biases

[More Information Needed]

Other Known Limitations

[More Information Needed]

Additional Information

Dataset Curators

[More Information Needed]

Licensing Information

[More Information Needed]

Citation Information

@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}
}

Contributions

Thanks to DATA DRIVEN DESIGN GROUP UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN for creating this dataset.

Downloads last month
0
Edit dataset card