Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
File size: 1,495 Bytes
afb9b7f
 
e48c173
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44c8508
 
 
 
 
 
 
afb9b7f
44c8508
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
license: cc-by-4.0
dataset_info:
  features:
  - name: screen_id
    dtype: string
  - name: question
    dtype: string
  - name: ground_truth
    list:
    - name: full_answer
      dtype: string
    - name: ui_elements
      list:
      - name: bounds
        sequence: float64
      - name: text
        dtype: string
      - name: vh_index
        dtype: int64
  - name: file_name
    dtype: string
  - name: image
    dtype: image
  splits:
  - name: train
    num_bytes: 8162486352.98
    num_examples: 68980
  - name: validation
    num_bytes: 1057181449.778
    num_examples: 8618
  - name: test
    num_bytes: 951399950.724
    num_examples: 8427
  download_size: 3324988803
  dataset_size: 10171067753.481998
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
task_categories:
- question-answering
language:
- en
pretty_name: ScreenQA
size_categories:
- 10K<n<100K
---

# Dataset Card for ScreenQA

Question answering on RICO screens: [google-research-datasets/screen_qa](https://github.com/google-research-datasets/screen_qa).

## Citation

**BibTeX:**

```
@misc{hsiao2024screenqa,
      title={ScreenQA: Large-Scale Question-Answer Pairs over Mobile App Screenshots},
      author={Yu-Chung Hsiao and Fedir Zubach and Maria Wang and Jindong Chen},
      year={2024},
      eprint={2209.08199},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}
```