Commit
·
4c52a43
1
Parent(s):
f0f3ea1
Add fever data files
Browse files- README.md +13 -5
- dataset_infos.json +10 -58
- fever/test-00000-of-00001.parquet +3 -0
- fever/train-00000-of-00001.parquet +3 -0
- fever/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -401,16 +401,16 @@ dataset_info:
|
|
| 401 |
dtype: string
|
| 402 |
splits:
|
| 403 |
- name: train
|
| 404 |
-
num_bytes:
|
| 405 |
num_examples: 104966
|
| 406 |
- name: validation
|
| 407 |
-
num_bytes:
|
| 408 |
num_examples: 10444
|
| 409 |
- name: test
|
| 410 |
-
num_bytes:
|
| 411 |
num_examples: 10100
|
| 412 |
-
download_size:
|
| 413 |
-
dataset_size:
|
| 414 |
- config_name: hotpotqa
|
| 415 |
features:
|
| 416 |
- name: id
|
|
@@ -1025,6 +1025,14 @@ dataset_info:
|
|
| 1025 |
download_size: 52647339
|
| 1026 |
dataset_size: 45236516
|
| 1027 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1028 |
- config_name: nq
|
| 1029 |
data_files:
|
| 1030 |
- split: train
|
|
|
|
| 401 |
dtype: string
|
| 402 |
splits:
|
| 403 |
- name: train
|
| 404 |
+
num_bytes: 23937486
|
| 405 |
num_examples: 104966
|
| 406 |
- name: validation
|
| 407 |
+
num_bytes: 3167751
|
| 408 |
num_examples: 10444
|
| 409 |
- name: test
|
| 410 |
+
num_bytes: 1040116
|
| 411 |
num_examples: 10100
|
| 412 |
+
download_size: 11571038
|
| 413 |
+
dataset_size: 28145353
|
| 414 |
- config_name: hotpotqa
|
| 415 |
features:
|
| 416 |
- name: id
|
|
|
|
| 1025 |
download_size: 52647339
|
| 1026 |
dataset_size: 45236516
|
| 1027 |
configs:
|
| 1028 |
+
- config_name: fever
|
| 1029 |
+
data_files:
|
| 1030 |
+
- split: train
|
| 1031 |
+
path: fever/train-*
|
| 1032 |
+
- split: validation
|
| 1033 |
+
path: fever/validation-*
|
| 1034 |
+
- split: test
|
| 1035 |
+
path: fever/test-*
|
| 1036 |
- config_name: nq
|
| 1037 |
data_files:
|
| 1038 |
- split: train
|
dataset_infos.json
CHANGED
|
@@ -199,62 +199,51 @@
|
|
| 199 |
"features": {
|
| 200 |
"id": {
|
| 201 |
"dtype": "string",
|
| 202 |
-
"id": null,
|
| 203 |
"_type": "Value"
|
| 204 |
},
|
| 205 |
"input": {
|
| 206 |
"dtype": "string",
|
| 207 |
-
"id": null,
|
| 208 |
"_type": "Value"
|
| 209 |
},
|
| 210 |
"meta": {
|
| 211 |
"left_context": {
|
| 212 |
"dtype": "string",
|
| 213 |
-
"id": null,
|
| 214 |
"_type": "Value"
|
| 215 |
},
|
| 216 |
"mention": {
|
| 217 |
"dtype": "string",
|
| 218 |
-
"id": null,
|
| 219 |
"_type": "Value"
|
| 220 |
},
|
| 221 |
"right_context": {
|
| 222 |
"dtype": "string",
|
| 223 |
-
"id": null,
|
| 224 |
"_type": "Value"
|
| 225 |
},
|
| 226 |
"partial_evidence": [
|
| 227 |
{
|
| 228 |
"start_paragraph_id": {
|
| 229 |
"dtype": "int32",
|
| 230 |
-
"id": null,
|
| 231 |
"_type": "Value"
|
| 232 |
},
|
| 233 |
"end_paragraph_id": {
|
| 234 |
"dtype": "int32",
|
| 235 |
-
"id": null,
|
| 236 |
"_type": "Value"
|
| 237 |
},
|
| 238 |
"title": {
|
| 239 |
"dtype": "string",
|
| 240 |
-
"id": null,
|
| 241 |
"_type": "Value"
|
| 242 |
},
|
| 243 |
"section": {
|
| 244 |
"dtype": "string",
|
| 245 |
-
"id": null,
|
| 246 |
"_type": "Value"
|
| 247 |
},
|
| 248 |
"wikipedia_id": {
|
| 249 |
"dtype": "string",
|
| 250 |
-
"id": null,
|
| 251 |
"_type": "Value"
|
| 252 |
},
|
| 253 |
"meta": {
|
| 254 |
"evidence_span": [
|
| 255 |
{
|
| 256 |
"dtype": "string",
|
| 257 |
-
"id": null,
|
| 258 |
"_type": "Value"
|
| 259 |
}
|
| 260 |
]
|
|
@@ -264,28 +253,24 @@
|
|
| 264 |
"obj_surface": [
|
| 265 |
{
|
| 266 |
"dtype": "string",
|
| 267 |
-
"id": null,
|
| 268 |
"_type": "Value"
|
| 269 |
}
|
| 270 |
],
|
| 271 |
"sub_surface": [
|
| 272 |
{
|
| 273 |
"dtype": "string",
|
| 274 |
-
"id": null,
|
| 275 |
"_type": "Value"
|
| 276 |
}
|
| 277 |
],
|
| 278 |
"subj_aliases": [
|
| 279 |
{
|
| 280 |
"dtype": "string",
|
| 281 |
-
"id": null,
|
| 282 |
"_type": "Value"
|
| 283 |
}
|
| 284 |
],
|
| 285 |
"template_questions": [
|
| 286 |
{
|
| 287 |
"dtype": "string",
|
| 288 |
-
"id": null,
|
| 289 |
"_type": "Value"
|
| 290 |
}
|
| 291 |
]
|
|
@@ -294,13 +279,11 @@
|
|
| 294 |
{
|
| 295 |
"answer": {
|
| 296 |
"dtype": "string",
|
| 297 |
-
"id": null,
|
| 298 |
"_type": "Value"
|
| 299 |
},
|
| 300 |
"meta": {
|
| 301 |
"score": {
|
| 302 |
"dtype": "int32",
|
| 303 |
-
"id": null,
|
| 304 |
"_type": "Value"
|
| 305 |
}
|
| 306 |
},
|
|
@@ -308,71 +291,58 @@
|
|
| 308 |
{
|
| 309 |
"bleu_score": {
|
| 310 |
"dtype": "float32",
|
| 311 |
-
"id": null,
|
| 312 |
"_type": "Value"
|
| 313 |
},
|
| 314 |
"start_character": {
|
| 315 |
"dtype": "int32",
|
| 316 |
-
"id": null,
|
| 317 |
"_type": "Value"
|
| 318 |
},
|
| 319 |
"start_paragraph_id": {
|
| 320 |
"dtype": "int32",
|
| 321 |
-
"id": null,
|
| 322 |
"_type": "Value"
|
| 323 |
},
|
| 324 |
"end_character": {
|
| 325 |
"dtype": "int32",
|
| 326 |
-
"id": null,
|
| 327 |
"_type": "Value"
|
| 328 |
},
|
| 329 |
"end_paragraph_id": {
|
| 330 |
"dtype": "int32",
|
| 331 |
-
"id": null,
|
| 332 |
"_type": "Value"
|
| 333 |
},
|
| 334 |
"meta": {
|
| 335 |
"fever_page_id": {
|
| 336 |
"dtype": "string",
|
| 337 |
-
"id": null,
|
| 338 |
"_type": "Value"
|
| 339 |
},
|
| 340 |
"fever_sentence_id": {
|
| 341 |
"dtype": "int32",
|
| 342 |
-
"id": null,
|
| 343 |
"_type": "Value"
|
| 344 |
},
|
| 345 |
"annotation_id": {
|
| 346 |
"dtype": "string",
|
| 347 |
-
"id": null,
|
| 348 |
"_type": "Value"
|
| 349 |
},
|
| 350 |
"yes_no_answer": {
|
| 351 |
"dtype": "string",
|
| 352 |
-
"id": null,
|
| 353 |
"_type": "Value"
|
| 354 |
},
|
| 355 |
"evidence_span": [
|
| 356 |
{
|
| 357 |
"dtype": "string",
|
| 358 |
-
"id": null,
|
| 359 |
"_type": "Value"
|
| 360 |
}
|
| 361 |
]
|
| 362 |
},
|
| 363 |
"section": {
|
| 364 |
"dtype": "string",
|
| 365 |
-
"id": null,
|
| 366 |
"_type": "Value"
|
| 367 |
},
|
| 368 |
"title": {
|
| 369 |
"dtype": "string",
|
| 370 |
-
"id": null,
|
| 371 |
"_type": "Value"
|
| 372 |
},
|
| 373 |
"wikipedia_id": {
|
| 374 |
"dtype": "string",
|
| 375 |
-
"id": null,
|
| 376 |
"_type": "Value"
|
| 377 |
}
|
| 378 |
}
|
|
@@ -380,14 +350,11 @@
|
|
| 380 |
}
|
| 381 |
]
|
| 382 |
},
|
| 383 |
-
"post_processed": null,
|
| 384 |
-
"supervised_keys": null,
|
| 385 |
-
"task_templates": null,
|
| 386 |
"builder_name": "kilt_tasks",
|
|
|
|
| 387 |
"config_name": "fever",
|
| 388 |
"version": {
|
| 389 |
"version_str": "1.0.0",
|
| 390 |
-
"description": null,
|
| 391 |
"major": 1,
|
| 392 |
"minor": 0,
|
| 393 |
"patch": 0
|
|
@@ -395,41 +362,26 @@
|
|
| 395 |
"splits": {
|
| 396 |
"train": {
|
| 397 |
"name": "train",
|
| 398 |
-
"num_bytes":
|
| 399 |
"num_examples": 104966,
|
| 400 |
-
"dataset_name":
|
| 401 |
},
|
| 402 |
"validation": {
|
| 403 |
"name": "validation",
|
| 404 |
-
"num_bytes":
|
| 405 |
"num_examples": 10444,
|
| 406 |
-
"dataset_name":
|
| 407 |
},
|
| 408 |
"test": {
|
| 409 |
"name": "test",
|
| 410 |
-
"num_bytes":
|
| 411 |
"num_examples": 10100,
|
| 412 |
-
"dataset_name":
|
| 413 |
-
}
|
| 414 |
-
},
|
| 415 |
-
"download_checksums": {
|
| 416 |
-
"http://dl.fbaipublicfiles.com/KILT/fever-train-kilt.jsonl": {
|
| 417 |
-
"num_bytes": 38941824,
|
| 418 |
-
"checksum": "a42b948957680b3d316bbc9c24f3e499f0e93a3b0a8b94ca9d972d5da5758c6a"
|
| 419 |
-
},
|
| 420 |
-
"http://dl.fbaipublicfiles.com/KILT/fever-dev-kilt.jsonl": {
|
| 421 |
-
"num_bytes": 6174139,
|
| 422 |
-
"checksum": "0132fb971e4206c8bd9da3916f0f46a30ee6610394aee1738ce6cf6644592739"
|
| 423 |
-
},
|
| 424 |
-
"http://dl.fbaipublicfiles.com/KILT/fever-test_without_answers-kilt.jsonl": {
|
| 425 |
-
"num_bytes": 838585,
|
| 426 |
-
"checksum": "d95e0a7086c1d5687984460aa9d5b82b3afb58972132c8cc04a75dfd23cb1a86"
|
| 427 |
}
|
| 428 |
},
|
| 429 |
-
"download_size":
|
| 430 |
-
"
|
| 431 |
-
"
|
| 432 |
-
"size_in_bytes": 74107333
|
| 433 |
},
|
| 434 |
"aidayago2": {
|
| 435 |
"description": "KILT tasks training and evaluation data.\n- [FEVER](https://fever.ai) | Fact Checking | fever\n- [AIDA CoNLL-YAGO](https://www.mpi-inf.mpg.de/departments/databases-and-information-systems/research/ambiverse-nlu/aida/downloads) | Entity Linking | aidayago2\n- [WNED-WIKI](https://github.com/U-Alberta/wned) | Entity Linking | wned\n- [WNED-CWEB](https://github.com/U-Alberta/wned) | Entity Linking | cweb\n- [T-REx](https://hadyelsahar.github.io/t-rex) | Slot Filling | trex\n- [Zero-Shot RE](http://nlp.cs.washington.edu/zeroshot) | Slot Filling | structured_zeroshot\n- [Natural Questions](https://ai.google.com/research/NaturalQuestions) | Open Domain QA | nq\n- [HotpotQA](https://hotpotqa.github.io) | Open Domain QA | hotpotqa\n- [TriviaQA](http://nlp.cs.washington.edu/triviaqa) | Open Domain QA | triviaqa\n- [ELI5](https://facebookresearch.github.io/ELI5/explore.html) | Open Domain QA | eli5\n- [Wizard of Wikipedia](https://parl.ai/projects/wizard_of_wikipedia) | Dialogue | wow\n\nTo finish linking TriviaQA questions to the IDs provided, follow the instructions [here](http://github.com/huggingface/datasets/datasets/kilt_tasks/README.md).\n",
|
|
|
|
| 199 |
"features": {
|
| 200 |
"id": {
|
| 201 |
"dtype": "string",
|
|
|
|
| 202 |
"_type": "Value"
|
| 203 |
},
|
| 204 |
"input": {
|
| 205 |
"dtype": "string",
|
|
|
|
| 206 |
"_type": "Value"
|
| 207 |
},
|
| 208 |
"meta": {
|
| 209 |
"left_context": {
|
| 210 |
"dtype": "string",
|
|
|
|
| 211 |
"_type": "Value"
|
| 212 |
},
|
| 213 |
"mention": {
|
| 214 |
"dtype": "string",
|
|
|
|
| 215 |
"_type": "Value"
|
| 216 |
},
|
| 217 |
"right_context": {
|
| 218 |
"dtype": "string",
|
|
|
|
| 219 |
"_type": "Value"
|
| 220 |
},
|
| 221 |
"partial_evidence": [
|
| 222 |
{
|
| 223 |
"start_paragraph_id": {
|
| 224 |
"dtype": "int32",
|
|
|
|
| 225 |
"_type": "Value"
|
| 226 |
},
|
| 227 |
"end_paragraph_id": {
|
| 228 |
"dtype": "int32",
|
|
|
|
| 229 |
"_type": "Value"
|
| 230 |
},
|
| 231 |
"title": {
|
| 232 |
"dtype": "string",
|
|
|
|
| 233 |
"_type": "Value"
|
| 234 |
},
|
| 235 |
"section": {
|
| 236 |
"dtype": "string",
|
|
|
|
| 237 |
"_type": "Value"
|
| 238 |
},
|
| 239 |
"wikipedia_id": {
|
| 240 |
"dtype": "string",
|
|
|
|
| 241 |
"_type": "Value"
|
| 242 |
},
|
| 243 |
"meta": {
|
| 244 |
"evidence_span": [
|
| 245 |
{
|
| 246 |
"dtype": "string",
|
|
|
|
| 247 |
"_type": "Value"
|
| 248 |
}
|
| 249 |
]
|
|
|
|
| 253 |
"obj_surface": [
|
| 254 |
{
|
| 255 |
"dtype": "string",
|
|
|
|
| 256 |
"_type": "Value"
|
| 257 |
}
|
| 258 |
],
|
| 259 |
"sub_surface": [
|
| 260 |
{
|
| 261 |
"dtype": "string",
|
|
|
|
| 262 |
"_type": "Value"
|
| 263 |
}
|
| 264 |
],
|
| 265 |
"subj_aliases": [
|
| 266 |
{
|
| 267 |
"dtype": "string",
|
|
|
|
| 268 |
"_type": "Value"
|
| 269 |
}
|
| 270 |
],
|
| 271 |
"template_questions": [
|
| 272 |
{
|
| 273 |
"dtype": "string",
|
|
|
|
| 274 |
"_type": "Value"
|
| 275 |
}
|
| 276 |
]
|
|
|
|
| 279 |
{
|
| 280 |
"answer": {
|
| 281 |
"dtype": "string",
|
|
|
|
| 282 |
"_type": "Value"
|
| 283 |
},
|
| 284 |
"meta": {
|
| 285 |
"score": {
|
| 286 |
"dtype": "int32",
|
|
|
|
| 287 |
"_type": "Value"
|
| 288 |
}
|
| 289 |
},
|
|
|
|
| 291 |
{
|
| 292 |
"bleu_score": {
|
| 293 |
"dtype": "float32",
|
|
|
|
| 294 |
"_type": "Value"
|
| 295 |
},
|
| 296 |
"start_character": {
|
| 297 |
"dtype": "int32",
|
|
|
|
| 298 |
"_type": "Value"
|
| 299 |
},
|
| 300 |
"start_paragraph_id": {
|
| 301 |
"dtype": "int32",
|
|
|
|
| 302 |
"_type": "Value"
|
| 303 |
},
|
| 304 |
"end_character": {
|
| 305 |
"dtype": "int32",
|
|
|
|
| 306 |
"_type": "Value"
|
| 307 |
},
|
| 308 |
"end_paragraph_id": {
|
| 309 |
"dtype": "int32",
|
|
|
|
| 310 |
"_type": "Value"
|
| 311 |
},
|
| 312 |
"meta": {
|
| 313 |
"fever_page_id": {
|
| 314 |
"dtype": "string",
|
|
|
|
| 315 |
"_type": "Value"
|
| 316 |
},
|
| 317 |
"fever_sentence_id": {
|
| 318 |
"dtype": "int32",
|
|
|
|
| 319 |
"_type": "Value"
|
| 320 |
},
|
| 321 |
"annotation_id": {
|
| 322 |
"dtype": "string",
|
|
|
|
| 323 |
"_type": "Value"
|
| 324 |
},
|
| 325 |
"yes_no_answer": {
|
| 326 |
"dtype": "string",
|
|
|
|
| 327 |
"_type": "Value"
|
| 328 |
},
|
| 329 |
"evidence_span": [
|
| 330 |
{
|
| 331 |
"dtype": "string",
|
|
|
|
| 332 |
"_type": "Value"
|
| 333 |
}
|
| 334 |
]
|
| 335 |
},
|
| 336 |
"section": {
|
| 337 |
"dtype": "string",
|
|
|
|
| 338 |
"_type": "Value"
|
| 339 |
},
|
| 340 |
"title": {
|
| 341 |
"dtype": "string",
|
|
|
|
| 342 |
"_type": "Value"
|
| 343 |
},
|
| 344 |
"wikipedia_id": {
|
| 345 |
"dtype": "string",
|
|
|
|
| 346 |
"_type": "Value"
|
| 347 |
}
|
| 348 |
}
|
|
|
|
| 350 |
}
|
| 351 |
]
|
| 352 |
},
|
|
|
|
|
|
|
|
|
|
| 353 |
"builder_name": "kilt_tasks",
|
| 354 |
+
"dataset_name": "kilt_tasks",
|
| 355 |
"config_name": "fever",
|
| 356 |
"version": {
|
| 357 |
"version_str": "1.0.0",
|
|
|
|
| 358 |
"major": 1,
|
| 359 |
"minor": 0,
|
| 360 |
"patch": 0
|
|
|
|
| 362 |
"splits": {
|
| 363 |
"train": {
|
| 364 |
"name": "train",
|
| 365 |
+
"num_bytes": 23937486,
|
| 366 |
"num_examples": 104966,
|
| 367 |
+
"dataset_name": null
|
| 368 |
},
|
| 369 |
"validation": {
|
| 370 |
"name": "validation",
|
| 371 |
+
"num_bytes": 3167751,
|
| 372 |
"num_examples": 10444,
|
| 373 |
+
"dataset_name": null
|
| 374 |
},
|
| 375 |
"test": {
|
| 376 |
"name": "test",
|
| 377 |
+
"num_bytes": 1040116,
|
| 378 |
"num_examples": 10100,
|
| 379 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 380 |
}
|
| 381 |
},
|
| 382 |
+
"download_size": 11571038,
|
| 383 |
+
"dataset_size": 28145353,
|
| 384 |
+
"size_in_bytes": 39716391
|
|
|
|
| 385 |
},
|
| 386 |
"aidayago2": {
|
| 387 |
"description": "KILT tasks training and evaluation data.\n- [FEVER](https://fever.ai) | Fact Checking | fever\n- [AIDA CoNLL-YAGO](https://www.mpi-inf.mpg.de/departments/databases-and-information-systems/research/ambiverse-nlu/aida/downloads) | Entity Linking | aidayago2\n- [WNED-WIKI](https://github.com/U-Alberta/wned) | Entity Linking | wned\n- [WNED-CWEB](https://github.com/U-Alberta/wned) | Entity Linking | cweb\n- [T-REx](https://hadyelsahar.github.io/t-rex) | Slot Filling | trex\n- [Zero-Shot RE](http://nlp.cs.washington.edu/zeroshot) | Slot Filling | structured_zeroshot\n- [Natural Questions](https://ai.google.com/research/NaturalQuestions) | Open Domain QA | nq\n- [HotpotQA](https://hotpotqa.github.io) | Open Domain QA | hotpotqa\n- [TriviaQA](http://nlp.cs.washington.edu/triviaqa) | Open Domain QA | triviaqa\n- [ELI5](https://facebookresearch.github.io/ELI5/explore.html) | Open Domain QA | eli5\n- [Wizard of Wikipedia](https://parl.ai/projects/wizard_of_wikipedia) | Dialogue | wow\n\nTo finish linking TriviaQA questions to the IDs provided, follow the instructions [here](http://github.com/huggingface/datasets/datasets/kilt_tasks/README.md).\n",
|
fever/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:214a7c3979e274416e47187cae168082aa6962c38eac8580043e20974c8c3fda
|
| 3 |
+
size 553005
|
fever/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5718972fbec108849e758e34b994057ccb65d4982316c88386062ff37c2432c5
|
| 3 |
+
size 9983920
|
fever/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:761ff2a4f50a1234717acaf7bc9594273381854b7c2dd64b4d25fbf9b21272ce
|
| 3 |
+
size 1034113
|