File size: 4,063 Bytes
0820d9b
 
cc97ffd
0820d9b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
974b12d
6c9e04e
0820d9b
 
6c9e04e
0820d9b
 
6c9e04e
0820d9b
 
6c9e04e
0820d9b
6c9e04e
 
cc97ffd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a80cd86
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8b7dc3b
 
 
 
 
 
8ca4d4a
 
 
 
8b7dc3b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bc956b5
8b7dc3b
 
bc956b5
8b7dc3b
 
bc956b5
8b7dc3b
bc956b5
 
f68f766
 
 
 
 
 
 
 
 
 
980f5b6
 
f68f766
980f5b6
 
a0049c2
 
 
 
 
0820d9b
 
 
 
 
 
 
 
 
cc97ffd
 
 
 
 
 
 
 
a80cd86
 
 
 
 
 
8b7dc3b
 
 
 
 
 
 
 
f68f766
 
 
 
 
 
a0049c2
 
0820d9b
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
---
dataset_info:
- config_name: EVQA2hop_1013_data
  features:
  - name: pos_item_ids
    sequence: string
  - name: pos_item_contents
    sequence: string
  - name: img_id
    dtype: string
  - name: img_path
    dtype: string
  - name: image_id
    dtype: string
  - name: question_id
    dtype: string
  - name: question
    dtype: string
  - name: answers
    sequence: string
  - name: gold_answer
    dtype: string
  - name: question_type
    dtype: string
  - name: instruction
    dtype: string
  splits:
  - name: train
    num_bytes: 313608246
    num_examples: 99866
  - name: valid
    num_bytes: 5938138
    num_examples: 1895
  - name: test
    num_bytes: 3103988
    num_examples: 1000
  download_size: 23623385
  dataset_size: 322650372
- config_name: EVQA2hop_1013_passages
  features:
  - name: language
    dtype: string
  - name: passage_id
    dtype: string
  - name: passage_content
    dtype: string
  splits:
  - name: train_passages
    num_bytes: 60636154
    num_examples: 51995
  - name: valid_passages
    num_bytes: 60636154
    num_examples: 51995
  - name: test_passages
    num_bytes: 60636154
    num_examples: 51995
  download_size: 108624264
  dataset_size: 181908462
- config_name: InfoseekFull_passages
  features:
  - name: passage_id
    dtype: string
  - name: passage_content
    dtype: string
  - name: title
    dtype: string
  splits:
  - name: train_passages
    num_bytes: 342476986
    num_examples: 99637
  - name: valid_passages
    num_bytes: 342476986
    num_examples: 99637
  download_size: 412771362
  dataset_size: 684953972
- config_name: Infoseek_data
  features:
  - name: question_id
    dtype: string
  - name: image_id
    dtype: string
  - name: image_path
    dtype: string
  - name: img_path
    dtype: string
  - name: question
    dtype: string
  - name: gold_answer
    dtype: string
  - name: answers
    sequence: string
  - name: data_split
    dtype: string
  - name: entity_id
    dtype: string
  - name: entity_text
    dtype: string
  - name: wiki_title
    dtype: string
  - name: pos_item_ids
    sequence: string
  - name: pos_item_contents
    sequence: string
  - name: instruction
    dtype: string
  splits:
  - name: train
    num_bytes: 1452084842
    num_examples: 934048
  - name: valid
    num_bytes: 101469957
    num_examples: 73620
  - name: valid_m2kr
    num_bytes: 7092584
    num_examples: 4708
  download_size: 602657653
  dataset_size: 1560647383
- config_name: Infoseek_passages
  features:
  - name: passage_id
    dtype: string
  - name: passage_content
    dtype: string
  - name: title
    dtype: string
  splits:
  - name: train_passages
    num_bytes: 54707245
    num_examples: 99637
  - name: valid_passages
    num_bytes: 54707245
    num_examples: 99637
  - name: valid_m2kr_passages
    num_bytes: 54707245
    num_examples: 99637
  download_size: 109578798
  dataset_size: 164121735
configs:
- config_name: EVQA2hop_1013_data
  data_files:
  - split: train
    path: EVQA2hop_1013_data/train-*
  - split: valid
    path: EVQA2hop_1013_data/valid-*
  - split: test
    path: EVQA2hop_1013_data/test-*
- config_name: EVQA2hop_1013_passages
  data_files:
  - split: train_passages
    path: EVQA2hop_1013_passages/train_passages-*
  - split: valid_passages
    path: EVQA2hop_1013_passages/valid_passages-*
  - split: test_passages
    path: EVQA2hop_1013_passages/test_passages-*
- config_name: InfoseekFull_passages
  data_files:
  - split: train_passages
    path: InfoseekFull_passages/train_passages-*
  - split: valid_passages
    path: InfoseekFull_passages/valid_passages-*
- config_name: Infoseek_data
  data_files:
  - split: train
    path: Infoseek_data/train-*
  - split: valid
    path: Infoseek_data/valid-*
  - split: valid_m2kr
    path: Infoseek_data/valid_m2kr-*
- config_name: Infoseek_passages
  data_files:
  - split: train_passages
    path: Infoseek_passages/train_passages-*
  - split: valid_passages
    path: Infoseek_passages/valid_passages-*
  - split: valid_m2kr_passages
    path: Infoseek_passages/valid_m2kr_passages-*
---