Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -43,4 +43,30 @@ configs:
|
|
| 43 |
path: data/validation-*
|
| 44 |
- split: test
|
| 45 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
path: data/validation-*
|
| 44 |
- split: test
|
| 45 |
path: data/test-*
|
| 46 |
+
task_categories:
|
| 47 |
+
- question-answering
|
| 48 |
+
language:
|
| 49 |
+
- en
|
| 50 |
+
pretty_name: ScreenQA
|
| 51 |
+
size_categories:
|
| 52 |
+
- 10K<n<100K
|
| 53 |
---
|
| 54 |
+
|
| 55 |
+
# Dataset Card for ScreenQA
|
| 56 |
+
|
| 57 |
+
Question answering on RICO screens: [google-research-datasets/screen_qa](https://github.com/google-research-datasets/screen_qa).
|
| 58 |
+
|
| 59 |
+
## Citation
|
| 60 |
+
|
| 61 |
+
**BibTeX:**
|
| 62 |
+
|
| 63 |
+
```
|
| 64 |
+
@misc{hsiao2024screenqa,
|
| 65 |
+
title={ScreenQA: Large-Scale Question-Answer Pairs over Mobile App Screenshots},
|
| 66 |
+
author={Yu-Chung Hsiao and Fedir Zubach and Maria Wang and Jindong Chen},
|
| 67 |
+
year={2024},
|
| 68 |
+
eprint={2209.08199},
|
| 69 |
+
archivePrefix={arXiv},
|
| 70 |
+
primaryClass={cs.CL}
|
| 71 |
+
}
|
| 72 |
+
```
|