File size: 1,212 Bytes
ceaf6a2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image_filename
    dtype: string
  - name: query
    dtype: string
  - name: answer
    dtype: string
  - name: source
    dtype: string
  - name: options
    dtype: string
  - name: page
    dtype: string
  - name: model
    dtype: string
  - name: prompt
    dtype: string
  - name: answer_type
    dtype: string
  - name: negative_passages
    sequence: int64
  - name: positive_passages
    sequence: int64
  - name: gold_in_top_100
    dtype: bool
  splits:
  - name: tatdqa
    num_bytes: 24219566.01267397
    num_examples: 13188
  - name: pdf
    num_bytes: 83960427.58321418
    num_examples: 45718
  - name: docvqa
    num_bytes: 72177538.93161301
    num_examples: 39302
  - name: arxiv_qa
    num_bytes: 18271190.647565465
    num_examples: 9949
  - name: Infographic_VQA
    num_bytes: 18434637.824933372
    num_examples: 10038
  download_size: 49105400
  dataset_size: 217063361.0
configs:
- config_name: default
  data_files:
  - split: tatdqa
    path: data/tatdqa-*
  - split: pdf
    path: data/pdf-*
  - split: docvqa
    path: data/docvqa-*
  - split: arxiv_qa
    path: data/arxiv_qa-*
  - split: Infographic_VQA
    path: data/Infographic_VQA-*
---