qasper / dataset_infos.json
julien-c's picture
julien-c HF staff
updated dataset_infos for version 0.3.0 (#2)
fdc9d82
{
"qasper": {
"description": "A dataset containing 1585 papers with 5049 information-seeking questions asked by regular readers of NLP papers, and answered by a separate set of NLP practitioners.\n",
"citation": "@inproceedings{Dasigi2021ADO,\n title={A Dataset of Information-Seeking Questions and Answers Anchored in Research Papers},\n author={Pradeep Dasigi and Kyle Lo and Iz Beltagy and Arman Cohan and Noah A. Smith and Matt Gardner},\n year={2021}\n}\n",
"homepage": "https://allenai.org/data/qasper",
"license": "CC BY 4.0",
"features": {
"id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"title": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"abstract": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"full_text": {
"feature": {
"section_name": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"paragraphs": [
{
"dtype": "string",
"id": null,
"_type": "Value"
}
]
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"qas": {
"feature": {
"question": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"question_id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"nlp_background": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"topic_background": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"paper_read": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"search_query": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"question_writer": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"answers": {
"feature": {
"answer": {
"unanswerable": {
"dtype": "bool",
"id": null,
"_type": "Value"
},
"extractive_spans": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"yes_no": {
"dtype": "bool",
"id": null,
"_type": "Value"
},
"free_form_answer": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"evidence": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"highlighted_evidence": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
}
},
"annotation_id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"worker_id": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"length": -1,
"id": null,
"_type": "Sequence"
}
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"figures_and_tables": {
"feature": {
"caption": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"file": {
"dtype": "string",
"id": null,
"_type": "Value"
}
},
"length": -1,
"id": null,
"_type": "Sequence"
}
},
"post_processed": null,
"supervised_keys": null,
"builder_name": "qasper",
"config_name": "qasper",
"version": {
"version_str": "0.3.0",
"description": null,
"major": 0,
"minor": 3,
"patch": 0
},
"splits": {
"train": {
"name": "train",
"num_bytes": 27277970,
"num_examples": 888,
"dataset_name": "qasper"
},
"validation": {
"name": "validation",
"num_bytes": 9535330,
"num_examples": 281,
"dataset_name": "qasper"
},
"test": {
"name": "test",
"num_bytes": 9535330,
"num_examples": 416,
"dataset_name": "qasper"
}
},
"download_checksums": {
"https://qasper-dataset.s3.us-west-2.amazonaws.com/qasper-train-dev-v0.3.tgz": {
"num_bytes": 10835856,
"checksum": "a28fdf966db827bcee3d873107d6b6669864fb7ca8fbf73a192f5e39191bdb5a"
},
"https://qasper-dataset.s3.us-west-2.amazonaws.com/qasper-test-and-evaluator-v0.3.tgz": {
"num_bytes": 3865061,
"checksum": "72a52a41193e2838b8074f80ac074b94f956b84886c36a61c58a7df4171bdd72"
}
},
"download_size": 14700917,
"post_processing_size": null,
"dataset_size": 36813300,
"size_in_bytes": 68556447
}
}