Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,19 @@ size_categories:
|
|
| 8 |
- 10K<n<100K
|
| 9 |
---
|
| 10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
### Data Fields
|
| 12 |
|
| 13 |
Each field of annotation is as follows:
|
|
@@ -60,8 +73,13 @@ Each of the four classifications mentioned above has a corresponding JSON file,
|
|
| 60 |
* `train`(list[str]): the list of annotation filenames for the training set, which are equivalent to the *episode_id*.
|
| 61 |
* `test`(list[str]): the list of annotation filenames for the test set, which are equivalent to the *episode_id*.
|
| 62 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
|
| 64 |
-
|
| 65 |
```bib
|
| 66 |
@misc{lu2024gui,
|
| 67 |
title={GUI Odyssey: A Comprehensive Dataset for Cross-App GUI Navigation on Mobile Devices},
|
|
|
|
| 8 |
- 10K<n<100K
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# Dataset Card for GUI Odyssey
|
| 12 |
+
|
| 13 |
+
## Dataset Description
|
| 14 |
+
|
| 15 |
+
<!-- - **Homepage:** -->
|
| 16 |
+
- **Repository:** https://github.com/OpenGVLab/GUI-Odyssey
|
| 17 |
+
- **Paper:** https://arxiv.org/abs/2406.08451
|
| 18 |
+
- **Point of Contact:** [Wenqi Shao](mailto:[email protected])
|
| 19 |
+
|
| 20 |
+
## Introduction
|
| 21 |
+
GUI Odyssey is a comprehensive dataset for training and evaluating **cross-app** navigation agents. GUI Odyssey consists of 7,735 episodes from 6 mobile devices, spanning 6 types of cross-app tasks, 201 apps, and 1.4K app combos.
|
| 22 |
+
|
| 23 |
+
## Data Structure
|
| 24 |
### Data Fields
|
| 25 |
|
| 26 |
Each field of annotation is as follows:
|
|
|
|
| 73 |
* `train`(list[str]): the list of annotation filenames for the training set, which are equivalent to the *episode_id*.
|
| 74 |
* `test`(list[str]): the list of annotation filenames for the test set, which are equivalent to the *episode_id*.
|
| 75 |
|
| 76 |
+
## Licensing Information
|
| 77 |
+
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
|
| 78 |
+
|
| 79 |
+
## Disclaimer
|
| 80 |
+
This dataset is intended primarily for research purposes. We strongly oppose any harmful use of the data or technology.
|
| 81 |
|
| 82 |
+
## Citation Information
|
| 83 |
```bib
|
| 84 |
@misc{lu2024gui,
|
| 85 |
title={GUI Odyssey: A Comprehensive Dataset for Cross-App GUI Navigation on Mobile Devices},
|