Datasets:
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,7 @@ cat amex_images_part_* > amex_images.zip
|
|
43 |
|
44 |
#### UIBert
|
45 |
|
46 |
-
This is a dataset extended from Rico for two tasks: similar UI component retrieval and referring expression component retrieval [
|
47 |
|
48 |
The annotation data are stored in
|
49 |
|
@@ -53,9 +53,28 @@ The UIBert images are stored in
|
|
53 |
|
54 |
- `UIBert.zip`
|
55 |
|
56 |
-
#### Widget Captioning
|
57 |
-
Widget Captioning data are collected by [
|
|
|
58 |
|
59 |
The annotation data are stored in
|
60 |
|
61 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
#### UIBert
|
45 |
|
46 |
+
This is a dataset extended from Rico dataset [2] for two tasks: similar UI component retrieval and referring expression component retrieval [3].
|
47 |
|
48 |
The annotation data are stored in
|
49 |
|
|
|
53 |
|
54 |
- `UIBert.zip`
|
55 |
|
56 |
+
#### Widget Captioning and RICOSCA
|
57 |
+
Widget Captioning data are collected by [4].
|
58 |
+
RICOSCA is a dataset automatically labeled using Android VH in [5]
|
59 |
|
60 |
The annotation data are stored in
|
61 |
|
62 |
+
- `widget_captioning.json`
|
63 |
+
- `ricosca.json`
|
64 |
+
|
65 |
+
The rico images are stored in
|
66 |
+
|
67 |
+
- `rico_imgs.zip`
|
68 |
+
|
69 |
+
#### Android_world_data
|
70 |
+
|
71 |
+
This part of data are sampled from a android environment for building and benchmarking autonomous computer control agents [6].
|
72 |
+
|
73 |
+
The annotation data are stored in
|
74 |
+
|
75 |
+
- `aw_mobile.json`
|
76 |
+
|
77 |
+
The rico images are stored in
|
78 |
+
|
79 |
+
- `mobile_images.zip`
|
80 |
+
|