Datasets:
docs: update readme
Browse files
README.md
CHANGED
@@ -5,8 +5,6 @@ task_categories:
|
|
5 |
tags:
|
6 |
- ui-referring-expression
|
7 |
- ui-refexp
|
8 |
-
- ui-structure
|
9 |
-
- ui-visual-question-answering
|
10 |
language:
|
11 |
- en
|
12 |
pretty_name: UI understanding
|
@@ -19,11 +17,12 @@ size_categories:
|
|
19 |
|
20 |
## Dataset Description
|
21 |
|
22 |
-
- **Homepage:**
|
23 |
-
- **Repository:**
|
24 |
-
- **Paper:**
|
25 |
-
- **Leaderboard:**
|
26 |
-
-
|
|
|
27 |
|
28 |
### Dataset Summary
|
29 |
|
@@ -31,14 +30,20 @@ This a Hugging Face formatted dataset derived from the [Google UIBert dataset](h
|
|
31 |
|
32 |
### Supported Tasks and Leaderboards
|
33 |
|
34 |
-
|
|
|
|
|
35 |
|
36 |
### Languages
|
37 |
|
38 |
-
|
39 |
|
40 |
## Dataset Structure
|
41 |
|
|
|
|
|
|
|
|
|
42 |
### Data Instances
|
43 |
|
44 |
[More Information Needed]
|
@@ -49,7 +54,9 @@ This a Hugging Face formatted dataset derived from the [Google UIBert dataset](h
|
|
49 |
|
50 |
### Data Splits
|
51 |
|
52 |
-
|
|
|
|
|
53 |
|
54 |
## Dataset Creation
|
55 |
|
|
|
5 |
tags:
|
6 |
- ui-referring-expression
|
7 |
- ui-refexp
|
|
|
|
|
8 |
language:
|
9 |
- en
|
10 |
pretty_name: UI understanding
|
|
|
17 |
|
18 |
## Dataset Description
|
19 |
|
20 |
+
- **Homepage:** https://github.com/google-research-datasets/uibert
|
21 |
+
- **Repository:** https://github.com/google-research-datasets/uibert
|
22 |
+
- **Paper:** https://arxiv.org/abs/2107.13731
|
23 |
+
- **Leaderboard:**
|
24 |
+
- UIBert: https://arxiv.org/abs/2107.13731
|
25 |
+
- Pix2Struct: https://arxiv.org/pdf/2210.03347
|
26 |
|
27 |
### Dataset Summary
|
28 |
|
|
|
30 |
|
31 |
### Supported Tasks and Leaderboards
|
32 |
|
33 |
+
- UI Understanding
|
34 |
+
- UI Referring Expressions
|
35 |
+
- UI Action Automation
|
36 |
|
37 |
### Languages
|
38 |
|
39 |
+
- English
|
40 |
|
41 |
## Dataset Structure
|
42 |
|
43 |
+
- `image_path`: path to UI screenshot.
|
44 |
+
- `question`: Prompt referring to a UI component with an optional action verb. For example "click on search button next to menu drawer."
|
45 |
+
- `answer`: Bounding box of targeted UI components. `[xmin, ymin, xmax, ymax]`
|
46 |
+
|
47 |
### Data Instances
|
48 |
|
49 |
[More Information Needed]
|
|
|
54 |
|
55 |
### Data Splits
|
56 |
|
57 |
+
- train
|
58 |
+
- validation
|
59 |
+
- test
|
60 |
|
61 |
## Dataset Creation
|
62 |
|