teleren commited on
Commit
712deb4
·
verified ·
1 Parent(s): 9988807

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -2
README.md CHANGED
@@ -49,7 +49,7 @@ language:
49
  license: unknown
50
  multilinguality:
51
  - monolingual
52
- pretty_name: User Interface (Navigation) Dataset
53
  size_categories:
54
  - 100K<n<1M
55
  task_categories:
@@ -61,4 +61,30 @@ tags:
61
  - video
62
  - image
63
  - operator
64
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  license: unknown
50
  multilinguality:
51
  - monolingual
52
+ pretty_name: User Interface (Navigation) Corpus
53
  size_categories:
54
  - 100K<n<1M
55
  task_categories:
 
61
  - video
62
  - image
63
  - operator
64
+ ---
65
+
66
+ # User Interface (Navigation) Corpus
67
+
68
+ ## Overview
69
+
70
+ This dataset serves as a collection of various images of, videos and metadata of mobile (both iOS and Android) and web user interfaces as well as tags and text extractions associated to them.
71
+ Dataset also includes user interface navigation annotations and videos related to them. One of the possible use cases of this dataset is training a UI navigation agent.
72
+
73
+ ## Dataset Structure
74
+
75
+ The resources of this dataset are packed into independent TAR splits, however their use is optional as JSONLs include original file links. TAR archives can be extracted independently but it is recommended to work with the full set of resources if a fully local workflow is required.
76
+
77
+ ### Subsets
78
+
79
+ - **`app_screens`** - Metadata of mobile and web screens.
80
+ - **`app_section_screens`** - Groups of sections and screens.
81
+ - **`app_sections`** - Annotations for app screens.
82
+ - **`app_sections_with_app_screens`** - Links app sections to their respective screens.
83
+ - **`app_versions`** - Version IDs separating different revisions of imagery data relative to the time they were taken.
84
+ - **`apps`** - Application information.
85
+ - **`trending_filter_tags`** - Most popular screen filtering tags.
86
+
87
+ ## License
88
+
89
+ The dataset contains screenshots, recordings, and logo materials from various applications and sources that are not owned by the dataset maintainers. These resources remain the property of their respective creators.
90
+