Update README.md
Browse files
README.md
CHANGED
|
@@ -1,345 +1,397 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
configs:
|
| 4 |
-
- config_name: aidayago2
|
| 5 |
-
data_files:
|
| 6 |
-
- split: train
|
| 7 |
-
path: aidayago2/train-*
|
| 8 |
-
- split: validation
|
| 9 |
-
path: aidayago2/validation-*
|
| 10 |
-
- split: test
|
| 11 |
-
path: aidayago2/test-*
|
| 12 |
-
- config_name: blink
|
| 13 |
-
data_files:
|
| 14 |
-
- split: train
|
| 15 |
-
path: blink/train-*
|
| 16 |
-
- config_name: cweb
|
| 17 |
-
data_files:
|
| 18 |
-
- split: validation
|
| 19 |
-
path: cweb/validation-*
|
| 20 |
-
- split: test
|
| 21 |
-
path: cweb/test-*
|
| 22 |
-
- config_name: eli5
|
| 23 |
-
data_files:
|
| 24 |
-
- split: train
|
| 25 |
-
path: eli5/train-*
|
| 26 |
-
- split: validation
|
| 27 |
-
path: eli5/validation-*
|
| 28 |
-
- split: test
|
| 29 |
-
path: eli5/test-*
|
| 30 |
-
- config_name: fever
|
| 31 |
-
data_files:
|
| 32 |
-
- split: train
|
| 33 |
-
path: fever/train-*
|
| 34 |
-
- split: validation
|
| 35 |
-
path: fever/validation-*
|
| 36 |
-
- split: test
|
| 37 |
-
path: fever/test-*
|
| 38 |
-
- config_name: hotpotqa
|
| 39 |
-
data_files:
|
| 40 |
-
- split: train
|
| 41 |
-
path: hotpotqa/train-*
|
| 42 |
-
- split: validation
|
| 43 |
-
path: hotpotqa/validation-*
|
| 44 |
-
- split: test
|
| 45 |
-
path: hotpotqa/test-*
|
| 46 |
-
- config_name: nq
|
| 47 |
-
data_files:
|
| 48 |
-
- split: train
|
| 49 |
-
path: nq/train-*
|
| 50 |
-
- split: validation
|
| 51 |
-
path: nq/validation-*
|
| 52 |
-
- split: test
|
| 53 |
-
path: nq/test-*
|
| 54 |
-
- config_name: structured_zeroshot
|
| 55 |
-
data_files:
|
| 56 |
-
- split: train
|
| 57 |
-
path: structured_zeroshot/train-*
|
| 58 |
-
- split: validation
|
| 59 |
-
path: structured_zeroshot/validation-*
|
| 60 |
-
- split: test
|
| 61 |
-
path: structured_zeroshot/test-*
|
| 62 |
-
- config_name: trex
|
| 63 |
-
data_files:
|
| 64 |
-
- split: train
|
| 65 |
-
path: trex/train-*
|
| 66 |
-
- split: validation
|
| 67 |
-
path: trex/validation-*
|
| 68 |
-
- split: test
|
| 69 |
-
path: trex/test-*
|
| 70 |
-
- config_name: triviaqa
|
| 71 |
-
data_files:
|
| 72 |
-
- split: train
|
| 73 |
-
path: triviaqa/train-*
|
| 74 |
-
- split: validation
|
| 75 |
-
path: triviaqa/validation-*
|
| 76 |
-
- split: test
|
| 77 |
-
path: triviaqa/test-*
|
| 78 |
-
- config_name: wned
|
| 79 |
-
data_files:
|
| 80 |
-
- split: validation
|
| 81 |
-
path: wned/validation-*
|
| 82 |
-
- split: test
|
| 83 |
-
path: wned/test-*
|
| 84 |
-
- config_name: wow
|
| 85 |
-
data_files:
|
| 86 |
-
- split: train
|
| 87 |
-
path: wow/train-*
|
| 88 |
-
- split: validation
|
| 89 |
-
path: wow/validation-*
|
| 90 |
-
- split: test
|
| 91 |
-
path: wow/test-*
|
| 92 |
-
dataset_info:
|
| 93 |
-
- config_name: aidayago2
|
| 94 |
-
features:
|
| 95 |
-
- name: query
|
| 96 |
-
dtype: string
|
| 97 |
-
- name: query_id
|
| 98 |
-
dtype: string
|
| 99 |
-
- name: answers
|
| 100 |
-
sequence: string
|
| 101 |
-
- name: context_doc_ids
|
| 102 |
-
sequence: string
|
| 103 |
-
splits:
|
| 104 |
-
- name: train
|
| 105 |
-
num_bytes: 55864609
|
| 106 |
-
num_examples: 18395
|
| 107 |
-
- name: validation
|
| 108 |
-
num_bytes: 15955325
|
| 109 |
-
num_examples: 4784
|
| 110 |
-
- name: test
|
| 111 |
-
num_bytes: 12471688
|
| 112 |
-
num_examples: 4463
|
| 113 |
-
download_size: 18666928
|
| 114 |
-
dataset_size: 84291622
|
| 115 |
-
- config_name: blink
|
| 116 |
-
features:
|
| 117 |
-
- name: query
|
| 118 |
-
dtype: string
|
| 119 |
-
- name: query_id
|
| 120 |
-
dtype: string
|
| 121 |
-
- name: answers
|
| 122 |
-
sequence: string
|
| 123 |
-
- name: context_doc_ids
|
| 124 |
-
sequence: string
|
| 125 |
-
splits:
|
| 126 |
-
- name: train
|
| 127 |
-
num_bytes: 175321157
|
| 128 |
-
num_examples: 100000
|
| 129 |
-
download_size: 111935980
|
| 130 |
-
dataset_size: 175321157
|
| 131 |
-
- config_name: cweb
|
| 132 |
-
features:
|
| 133 |
-
- name: query
|
| 134 |
-
dtype: string
|
| 135 |
-
- name: query_id
|
| 136 |
-
dtype: string
|
| 137 |
-
- name: answers
|
| 138 |
-
sequence: string
|
| 139 |
-
- name: context_doc_ids
|
| 140 |
-
sequence: string
|
| 141 |
-
splits:
|
| 142 |
-
- name: validation
|
| 143 |
-
num_bytes: 51475085
|
| 144 |
-
num_examples: 5599
|
| 145 |
-
- name: test
|
| 146 |
-
num_bytes: 56279580
|
| 147 |
-
num_examples: 5543
|
| 148 |
-
download_size: 23161761
|
| 149 |
-
dataset_size: 107754665
|
| 150 |
-
- config_name: eli5
|
| 151 |
-
features:
|
| 152 |
-
- name: query
|
| 153 |
-
dtype: string
|
| 154 |
-
- name: query_id
|
| 155 |
-
dtype: string
|
| 156 |
-
- name: answers
|
| 157 |
-
sequence: string
|
| 158 |
-
- name: context_doc_ids
|
| 159 |
-
sequence: string
|
| 160 |
-
splits:
|
| 161 |
-
- name: train
|
| 162 |
-
num_bytes: 609110956
|
| 163 |
-
num_examples: 200000
|
| 164 |
-
- name: validation
|
| 165 |
-
num_bytes: 12214766
|
| 166 |
-
num_examples: 1507
|
| 167 |
-
- name: test
|
| 168 |
-
num_bytes: 769699
|
| 169 |
-
num_examples: 600
|
| 170 |
-
download_size: 381533571
|
| 171 |
-
dataset_size: 622095421
|
| 172 |
-
- config_name: fever
|
| 173 |
-
features:
|
| 174 |
-
- name: query
|
| 175 |
-
dtype: string
|
| 176 |
-
- name: query_id
|
| 177 |
-
dtype: string
|
| 178 |
-
- name: answers
|
| 179 |
-
sequence: string
|
| 180 |
-
- name: context_doc_ids
|
| 181 |
-
sequence: string
|
| 182 |
-
splits:
|
| 183 |
-
- name: train
|
| 184 |
-
num_bytes: 130671464
|
| 185 |
-
num_examples: 104966
|
| 186 |
-
- name: validation
|
| 187 |
-
num_bytes: 13054824
|
| 188 |
-
num_examples: 10444
|
| 189 |
-
- name: test
|
| 190 |
-
num_bytes: 12535921
|
| 191 |
-
num_examples: 10100
|
| 192 |
-
download_size: 86214810
|
| 193 |
-
dataset_size: 156262209
|
| 194 |
-
- config_name: hotpotqa
|
| 195 |
-
features:
|
| 196 |
-
- name: query
|
| 197 |
-
dtype: string
|
| 198 |
-
- name: query_id
|
| 199 |
-
dtype: string
|
| 200 |
-
- name: answers
|
| 201 |
-
sequence: string
|
| 202 |
-
- name: context_doc_ids
|
| 203 |
-
sequence: string
|
| 204 |
-
splits:
|
| 205 |
-
- name: train
|
| 206 |
-
num_bytes: 118290457
|
| 207 |
-
num_examples: 88869
|
| 208 |
-
- name: validation
|
| 209 |
-
num_bytes: 7385175
|
| 210 |
-
num_examples: 5600
|
| 211 |
-
- name: test
|
| 212 |
-
num_bytes: 7236506
|
| 213 |
-
num_examples: 5569
|
| 214 |
-
download_size: 92994403
|
| 215 |
-
dataset_size: 132912138
|
| 216 |
-
- config_name: nq
|
| 217 |
-
features:
|
| 218 |
-
- name: query
|
| 219 |
-
dtype: string
|
| 220 |
-
- name: query_id
|
| 221 |
-
dtype: string
|
| 222 |
-
- name: answers
|
| 223 |
-
sequence: string
|
| 224 |
-
- name: context_doc_ids
|
| 225 |
-
sequence: string
|
| 226 |
-
splits:
|
| 227 |
-
- name: train
|
| 228 |
-
num_bytes: 111181156
|
| 229 |
-
num_examples: 87372
|
| 230 |
-
- name: validation
|
| 231 |
-
num_bytes: 3699165
|
| 232 |
-
num_examples: 2837
|
| 233 |
-
- name: test
|
| 234 |
-
num_bytes: 1805683
|
| 235 |
-
num_examples: 1444
|
| 236 |
-
download_size: 73218512
|
| 237 |
-
dataset_size: 116686004
|
| 238 |
-
- config_name: structured_zeroshot
|
| 239 |
-
features:
|
| 240 |
-
- name: query
|
| 241 |
-
dtype: string
|
| 242 |
-
- name: query_id
|
| 243 |
-
dtype: string
|
| 244 |
-
- name: answers
|
| 245 |
-
sequence: string
|
| 246 |
-
- name: context_doc_ids
|
| 247 |
-
sequence: string
|
| 248 |
-
splits:
|
| 249 |
-
- name: train
|
| 250 |
-
num_bytes: 188554112
|
| 251 |
-
num_examples: 147909
|
| 252 |
-
- name: validation
|
| 253 |
-
num_bytes: 4754817
|
| 254 |
-
num_examples: 3724
|
| 255 |
-
- name: test
|
| 256 |
-
num_bytes: 6242056
|
| 257 |
-
num_examples: 4966
|
| 258 |
-
download_size: 128366579
|
| 259 |
-
dataset_size: 199550985
|
| 260 |
-
- config_name: trex
|
| 261 |
-
features:
|
| 262 |
-
- name: query
|
| 263 |
-
dtype: string
|
| 264 |
-
- name: query_id
|
| 265 |
-
dtype: string
|
| 266 |
-
- name: answers
|
| 267 |
-
sequence: string
|
| 268 |
-
- name: context_doc_ids
|
| 269 |
-
sequence: string
|
| 270 |
-
splits:
|
| 271 |
-
- name: train
|
| 272 |
-
num_bytes: 267341864
|
| 273 |
-
num_examples: 200000
|
| 274 |
-
- name: validation
|
| 275 |
-
num_bytes: 6672336
|
| 276 |
-
num_examples: 5000
|
| 277 |
-
- name: test
|
| 278 |
-
num_bytes: 6292578
|
| 279 |
-
num_examples: 5000
|
| 280 |
-
download_size: 205161484
|
| 281 |
-
dataset_size: 280306778
|
| 282 |
-
- config_name: triviaqa
|
| 283 |
-
features:
|
| 284 |
-
- name: query
|
| 285 |
-
dtype: string
|
| 286 |
-
- name: query_id
|
| 287 |
-
dtype: string
|
| 288 |
-
- name: answers
|
| 289 |
-
sequence: string
|
| 290 |
-
- name: context_doc_ids
|
| 291 |
-
sequence: string
|
| 292 |
-
splits:
|
| 293 |
-
- name: train
|
| 294 |
-
num_bytes: 112256098
|
| 295 |
-
num_examples: 61817
|
| 296 |
-
- name: validation
|
| 297 |
-
num_bytes: 9990772
|
| 298 |
-
num_examples: 5355
|
| 299 |
-
- name: test
|
| 300 |
-
num_bytes: 8343733
|
| 301 |
-
num_examples: 6578
|
| 302 |
-
download_size: 75758558
|
| 303 |
-
dataset_size: 130590603
|
| 304 |
-
- config_name: wned
|
| 305 |
-
features:
|
| 306 |
-
- name: query
|
| 307 |
-
dtype: string
|
| 308 |
-
- name: query_id
|
| 309 |
-
dtype: string
|
| 310 |
-
- name: answers
|
| 311 |
-
sequence: string
|
| 312 |
-
- name: context_doc_ids
|
| 313 |
-
sequence: string
|
| 314 |
-
splits:
|
| 315 |
-
- name: validation
|
| 316 |
-
num_bytes: 10296438
|
| 317 |
-
num_examples: 3396
|
| 318 |
-
- name: test
|
| 319 |
-
num_bytes: 10594837
|
| 320 |
-
num_examples: 3376
|
| 321 |
-
download_size: 6055450
|
| 322 |
-
dataset_size: 20891275
|
| 323 |
-
- config_name: wow
|
| 324 |
-
features:
|
| 325 |
-
- name: query
|
| 326 |
-
dtype: string
|
| 327 |
-
- name: query_id
|
| 328 |
-
dtype: string
|
| 329 |
-
- name: answers
|
| 330 |
-
sequence: string
|
| 331 |
-
- name: context_doc_ids
|
| 332 |
-
sequence: string
|
| 333 |
-
splits:
|
| 334 |
-
- name: train
|
| 335 |
-
num_bytes: 108554875
|
| 336 |
-
num_examples: 63734
|
| 337 |
-
- name: validation
|
| 338 |
-
num_bytes: 5183194
|
| 339 |
-
num_examples: 3054
|
| 340 |
-
- name: test
|
| 341 |
-
num_bytes: 4704307
|
| 342 |
-
num_examples: 2944
|
| 343 |
-
download_size: 63159586
|
| 344 |
-
dataset_size: 118442376
|
| 345 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
configs:
|
| 4 |
+
- config_name: aidayago2
|
| 5 |
+
data_files:
|
| 6 |
+
- split: train
|
| 7 |
+
path: aidayago2/train-*
|
| 8 |
+
- split: validation
|
| 9 |
+
path: aidayago2/validation-*
|
| 10 |
+
- split: test
|
| 11 |
+
path: aidayago2/test-*
|
| 12 |
+
- config_name: blink
|
| 13 |
+
data_files:
|
| 14 |
+
- split: train
|
| 15 |
+
path: blink/train-*
|
| 16 |
+
- config_name: cweb
|
| 17 |
+
data_files:
|
| 18 |
+
- split: validation
|
| 19 |
+
path: cweb/validation-*
|
| 20 |
+
- split: test
|
| 21 |
+
path: cweb/test-*
|
| 22 |
+
- config_name: eli5
|
| 23 |
+
data_files:
|
| 24 |
+
- split: train
|
| 25 |
+
path: eli5/train-*
|
| 26 |
+
- split: validation
|
| 27 |
+
path: eli5/validation-*
|
| 28 |
+
- split: test
|
| 29 |
+
path: eli5/test-*
|
| 30 |
+
- config_name: fever
|
| 31 |
+
data_files:
|
| 32 |
+
- split: train
|
| 33 |
+
path: fever/train-*
|
| 34 |
+
- split: validation
|
| 35 |
+
path: fever/validation-*
|
| 36 |
+
- split: test
|
| 37 |
+
path: fever/test-*
|
| 38 |
+
- config_name: hotpotqa
|
| 39 |
+
data_files:
|
| 40 |
+
- split: train
|
| 41 |
+
path: hotpotqa/train-*
|
| 42 |
+
- split: validation
|
| 43 |
+
path: hotpotqa/validation-*
|
| 44 |
+
- split: test
|
| 45 |
+
path: hotpotqa/test-*
|
| 46 |
+
- config_name: nq
|
| 47 |
+
data_files:
|
| 48 |
+
- split: train
|
| 49 |
+
path: nq/train-*
|
| 50 |
+
- split: validation
|
| 51 |
+
path: nq/validation-*
|
| 52 |
+
- split: test
|
| 53 |
+
path: nq/test-*
|
| 54 |
+
- config_name: structured_zeroshot
|
| 55 |
+
data_files:
|
| 56 |
+
- split: train
|
| 57 |
+
path: structured_zeroshot/train-*
|
| 58 |
+
- split: validation
|
| 59 |
+
path: structured_zeroshot/validation-*
|
| 60 |
+
- split: test
|
| 61 |
+
path: structured_zeroshot/test-*
|
| 62 |
+
- config_name: trex
|
| 63 |
+
data_files:
|
| 64 |
+
- split: train
|
| 65 |
+
path: trex/train-*
|
| 66 |
+
- split: validation
|
| 67 |
+
path: trex/validation-*
|
| 68 |
+
- split: test
|
| 69 |
+
path: trex/test-*
|
| 70 |
+
- config_name: triviaqa
|
| 71 |
+
data_files:
|
| 72 |
+
- split: train
|
| 73 |
+
path: triviaqa/train-*
|
| 74 |
+
- split: validation
|
| 75 |
+
path: triviaqa/validation-*
|
| 76 |
+
- split: test
|
| 77 |
+
path: triviaqa/test-*
|
| 78 |
+
- config_name: wned
|
| 79 |
+
data_files:
|
| 80 |
+
- split: validation
|
| 81 |
+
path: wned/validation-*
|
| 82 |
+
- split: test
|
| 83 |
+
path: wned/test-*
|
| 84 |
+
- config_name: wow
|
| 85 |
+
data_files:
|
| 86 |
+
- split: train
|
| 87 |
+
path: wow/train-*
|
| 88 |
+
- split: validation
|
| 89 |
+
path: wow/validation-*
|
| 90 |
+
- split: test
|
| 91 |
+
path: wow/test-*
|
| 92 |
+
dataset_info:
|
| 93 |
+
- config_name: aidayago2
|
| 94 |
+
features:
|
| 95 |
+
- name: query
|
| 96 |
+
dtype: string
|
| 97 |
+
- name: query_id
|
| 98 |
+
dtype: string
|
| 99 |
+
- name: answers
|
| 100 |
+
sequence: string
|
| 101 |
+
- name: context_doc_ids
|
| 102 |
+
sequence: string
|
| 103 |
+
splits:
|
| 104 |
+
- name: train
|
| 105 |
+
num_bytes: 55864609
|
| 106 |
+
num_examples: 18395
|
| 107 |
+
- name: validation
|
| 108 |
+
num_bytes: 15955325
|
| 109 |
+
num_examples: 4784
|
| 110 |
+
- name: test
|
| 111 |
+
num_bytes: 12471688
|
| 112 |
+
num_examples: 4463
|
| 113 |
+
download_size: 18666928
|
| 114 |
+
dataset_size: 84291622
|
| 115 |
+
- config_name: blink
|
| 116 |
+
features:
|
| 117 |
+
- name: query
|
| 118 |
+
dtype: string
|
| 119 |
+
- name: query_id
|
| 120 |
+
dtype: string
|
| 121 |
+
- name: answers
|
| 122 |
+
sequence: string
|
| 123 |
+
- name: context_doc_ids
|
| 124 |
+
sequence: string
|
| 125 |
+
splits:
|
| 126 |
+
- name: train
|
| 127 |
+
num_bytes: 175321157
|
| 128 |
+
num_examples: 100000
|
| 129 |
+
download_size: 111935980
|
| 130 |
+
dataset_size: 175321157
|
| 131 |
+
- config_name: cweb
|
| 132 |
+
features:
|
| 133 |
+
- name: query
|
| 134 |
+
dtype: string
|
| 135 |
+
- name: query_id
|
| 136 |
+
dtype: string
|
| 137 |
+
- name: answers
|
| 138 |
+
sequence: string
|
| 139 |
+
- name: context_doc_ids
|
| 140 |
+
sequence: string
|
| 141 |
+
splits:
|
| 142 |
+
- name: validation
|
| 143 |
+
num_bytes: 51475085
|
| 144 |
+
num_examples: 5599
|
| 145 |
+
- name: test
|
| 146 |
+
num_bytes: 56279580
|
| 147 |
+
num_examples: 5543
|
| 148 |
+
download_size: 23161761
|
| 149 |
+
dataset_size: 107754665
|
| 150 |
+
- config_name: eli5
|
| 151 |
+
features:
|
| 152 |
+
- name: query
|
| 153 |
+
dtype: string
|
| 154 |
+
- name: query_id
|
| 155 |
+
dtype: string
|
| 156 |
+
- name: answers
|
| 157 |
+
sequence: string
|
| 158 |
+
- name: context_doc_ids
|
| 159 |
+
sequence: string
|
| 160 |
+
splits:
|
| 161 |
+
- name: train
|
| 162 |
+
num_bytes: 609110956
|
| 163 |
+
num_examples: 200000
|
| 164 |
+
- name: validation
|
| 165 |
+
num_bytes: 12214766
|
| 166 |
+
num_examples: 1507
|
| 167 |
+
- name: test
|
| 168 |
+
num_bytes: 769699
|
| 169 |
+
num_examples: 600
|
| 170 |
+
download_size: 381533571
|
| 171 |
+
dataset_size: 622095421
|
| 172 |
+
- config_name: fever
|
| 173 |
+
features:
|
| 174 |
+
- name: query
|
| 175 |
+
dtype: string
|
| 176 |
+
- name: query_id
|
| 177 |
+
dtype: string
|
| 178 |
+
- name: answers
|
| 179 |
+
sequence: string
|
| 180 |
+
- name: context_doc_ids
|
| 181 |
+
sequence: string
|
| 182 |
+
splits:
|
| 183 |
+
- name: train
|
| 184 |
+
num_bytes: 130671464
|
| 185 |
+
num_examples: 104966
|
| 186 |
+
- name: validation
|
| 187 |
+
num_bytes: 13054824
|
| 188 |
+
num_examples: 10444
|
| 189 |
+
- name: test
|
| 190 |
+
num_bytes: 12535921
|
| 191 |
+
num_examples: 10100
|
| 192 |
+
download_size: 86214810
|
| 193 |
+
dataset_size: 156262209
|
| 194 |
+
- config_name: hotpotqa
|
| 195 |
+
features:
|
| 196 |
+
- name: query
|
| 197 |
+
dtype: string
|
| 198 |
+
- name: query_id
|
| 199 |
+
dtype: string
|
| 200 |
+
- name: answers
|
| 201 |
+
sequence: string
|
| 202 |
+
- name: context_doc_ids
|
| 203 |
+
sequence: string
|
| 204 |
+
splits:
|
| 205 |
+
- name: train
|
| 206 |
+
num_bytes: 118290457
|
| 207 |
+
num_examples: 88869
|
| 208 |
+
- name: validation
|
| 209 |
+
num_bytes: 7385175
|
| 210 |
+
num_examples: 5600
|
| 211 |
+
- name: test
|
| 212 |
+
num_bytes: 7236506
|
| 213 |
+
num_examples: 5569
|
| 214 |
+
download_size: 92994403
|
| 215 |
+
dataset_size: 132912138
|
| 216 |
+
- config_name: nq
|
| 217 |
+
features:
|
| 218 |
+
- name: query
|
| 219 |
+
dtype: string
|
| 220 |
+
- name: query_id
|
| 221 |
+
dtype: string
|
| 222 |
+
- name: answers
|
| 223 |
+
sequence: string
|
| 224 |
+
- name: context_doc_ids
|
| 225 |
+
sequence: string
|
| 226 |
+
splits:
|
| 227 |
+
- name: train
|
| 228 |
+
num_bytes: 111181156
|
| 229 |
+
num_examples: 87372
|
| 230 |
+
- name: validation
|
| 231 |
+
num_bytes: 3699165
|
| 232 |
+
num_examples: 2837
|
| 233 |
+
- name: test
|
| 234 |
+
num_bytes: 1805683
|
| 235 |
+
num_examples: 1444
|
| 236 |
+
download_size: 73218512
|
| 237 |
+
dataset_size: 116686004
|
| 238 |
+
- config_name: structured_zeroshot
|
| 239 |
+
features:
|
| 240 |
+
- name: query
|
| 241 |
+
dtype: string
|
| 242 |
+
- name: query_id
|
| 243 |
+
dtype: string
|
| 244 |
+
- name: answers
|
| 245 |
+
sequence: string
|
| 246 |
+
- name: context_doc_ids
|
| 247 |
+
sequence: string
|
| 248 |
+
splits:
|
| 249 |
+
- name: train
|
| 250 |
+
num_bytes: 188554112
|
| 251 |
+
num_examples: 147909
|
| 252 |
+
- name: validation
|
| 253 |
+
num_bytes: 4754817
|
| 254 |
+
num_examples: 3724
|
| 255 |
+
- name: test
|
| 256 |
+
num_bytes: 6242056
|
| 257 |
+
num_examples: 4966
|
| 258 |
+
download_size: 128366579
|
| 259 |
+
dataset_size: 199550985
|
| 260 |
+
- config_name: trex
|
| 261 |
+
features:
|
| 262 |
+
- name: query
|
| 263 |
+
dtype: string
|
| 264 |
+
- name: query_id
|
| 265 |
+
dtype: string
|
| 266 |
+
- name: answers
|
| 267 |
+
sequence: string
|
| 268 |
+
- name: context_doc_ids
|
| 269 |
+
sequence: string
|
| 270 |
+
splits:
|
| 271 |
+
- name: train
|
| 272 |
+
num_bytes: 267341864
|
| 273 |
+
num_examples: 200000
|
| 274 |
+
- name: validation
|
| 275 |
+
num_bytes: 6672336
|
| 276 |
+
num_examples: 5000
|
| 277 |
+
- name: test
|
| 278 |
+
num_bytes: 6292578
|
| 279 |
+
num_examples: 5000
|
| 280 |
+
download_size: 205161484
|
| 281 |
+
dataset_size: 280306778
|
| 282 |
+
- config_name: triviaqa
|
| 283 |
+
features:
|
| 284 |
+
- name: query
|
| 285 |
+
dtype: string
|
| 286 |
+
- name: query_id
|
| 287 |
+
dtype: string
|
| 288 |
+
- name: answers
|
| 289 |
+
sequence: string
|
| 290 |
+
- name: context_doc_ids
|
| 291 |
+
sequence: string
|
| 292 |
+
splits:
|
| 293 |
+
- name: train
|
| 294 |
+
num_bytes: 112256098
|
| 295 |
+
num_examples: 61817
|
| 296 |
+
- name: validation
|
| 297 |
+
num_bytes: 9990772
|
| 298 |
+
num_examples: 5355
|
| 299 |
+
- name: test
|
| 300 |
+
num_bytes: 8343733
|
| 301 |
+
num_examples: 6578
|
| 302 |
+
download_size: 75758558
|
| 303 |
+
dataset_size: 130590603
|
| 304 |
+
- config_name: wned
|
| 305 |
+
features:
|
| 306 |
+
- name: query
|
| 307 |
+
dtype: string
|
| 308 |
+
- name: query_id
|
| 309 |
+
dtype: string
|
| 310 |
+
- name: answers
|
| 311 |
+
sequence: string
|
| 312 |
+
- name: context_doc_ids
|
| 313 |
+
sequence: string
|
| 314 |
+
splits:
|
| 315 |
+
- name: validation
|
| 316 |
+
num_bytes: 10296438
|
| 317 |
+
num_examples: 3396
|
| 318 |
+
- name: test
|
| 319 |
+
num_bytes: 10594837
|
| 320 |
+
num_examples: 3376
|
| 321 |
+
download_size: 6055450
|
| 322 |
+
dataset_size: 20891275
|
| 323 |
+
- config_name: wow
|
| 324 |
+
features:
|
| 325 |
+
- name: query
|
| 326 |
+
dtype: string
|
| 327 |
+
- name: query_id
|
| 328 |
+
dtype: string
|
| 329 |
+
- name: answers
|
| 330 |
+
sequence: string
|
| 331 |
+
- name: context_doc_ids
|
| 332 |
+
sequence: string
|
| 333 |
+
splits:
|
| 334 |
+
- name: train
|
| 335 |
+
num_bytes: 108554875
|
| 336 |
+
num_examples: 63734
|
| 337 |
+
- name: validation
|
| 338 |
+
num_bytes: 5183194
|
| 339 |
+
num_examples: 3054
|
| 340 |
+
- name: test
|
| 341 |
+
num_bytes: 4704307
|
| 342 |
+
num_examples: 2944
|
| 343 |
+
download_size: 63159586
|
| 344 |
+
dataset_size: 118442376
|
| 345 |
+
---
|
| 346 |
+
|
| 347 |
+
# KILT Benchmark with Top-k Retrieval Results
|
| 348 |
+
|
| 349 |
+
This dataset is a modified version of the [KILT Benchmark](https://github.com/facebookresearch/KILT) from the paper "KILT: a benchmark for knowledge intensive language tasks". It includes additional top-k retrieval results used in the paper "[Chain-of-Retrieval Augmented Generation](https://arxiv.org/pdf/2501.14342)".
|
| 350 |
+
|
| 351 |
+
## Differences from the Original KILT Dataset
|
| 352 |
+
|
| 353 |
+
The primary difference is the addition of the `context_doc_ids` field. This field provides the IDs of the top-k documents retrieved during the CoRAG experiments. You can use these IDs to retrieve the corresponding document content from the `corag/kilt-corpus` dataset at [https://huggingface.co/datasets/corag/kilt-corpus](https://huggingface.co/datasets/corag/kilt-corpus).
|
| 354 |
+
|
| 355 |
+
## Fields
|
| 356 |
+
|
| 357 |
+
- `query_id`: The ID of the query.
|
| 358 |
+
- `query`: The text of the query.
|
| 359 |
+
- `answers`: The answers to the query.
|
| 360 |
+
- `context_doc_ids`: The IDs of the top-k documents retrieved for the query.
|
| 361 |
+
|
| 362 |
+
## Usage
|
| 363 |
+
|
| 364 |
+
To use this dataset, you can load it using the Hugging Face `datasets` library:
|
| 365 |
+
|
| 366 |
+
```python
|
| 367 |
+
from datasets import load_dataset
|
| 368 |
+
|
| 369 |
+
dataset = load_dataset("corag/kilt", "hotpotqa", split="train")
|
| 370 |
+
|
| 371 |
+
print(dataset)
|
| 372 |
+
print(dataset[0])
|
| 373 |
+
```
|
| 374 |
+
|
| 375 |
+
## Caveats
|
| 376 |
+
|
| 377 |
+
1. Due to issues with ID mapping, a small number of questions are missing from the TriviaQA dataset. However, this is expected to have a negligible impact on overall evaluation metrics.
|
| 378 |
+
|
| 379 |
+
## References
|
| 380 |
+
|
| 381 |
+
```
|
| 382 |
+
@inproceedings{petroni2021kilt,
|
| 383 |
+
title={KILT: a benchmark for knowledge intensive language tasks},
|
| 384 |
+
author={Petroni, Fabio and Lewis, Patrick and Rockt{\"a}schel, Tim and Riedel, Sebastian and Yih, Wen-tau},
|
| 385 |
+
booktitle={Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies},
|
| 386 |
+
pages={1113--1131},
|
| 387 |
+
year={2021}
|
| 388 |
+
}
|
| 389 |
+
|
| 390 |
+
@article{wang2025chain,
|
| 391 |
+
title={Chain-of-Retrieval Augmented Generation},
|
| 392 |
+
author={Wang, Liang and Chen, Haonan and Yang, Nan and Huang, Xiaolong and Dou, Zhicheng and Wei, Furu},
|
| 393 |
+
journal={arXiv preprint arXiv:2501.14342},
|
| 394 |
+
year={2025}
|
| 395 |
+
}
|
| 396 |
+
```
|
| 397 |
+
|