Datasets:
Tasks:
Question Answering
Modalities:
Text
Sub-tasks:
closed-domain-qa
Languages:
English
Size:
1K - 10K
ArXiv:
License:
File size: 6,084 Bytes
fdc9d82 35ded0c fdc9d82 35ded0c fdc9d82 35ded0c fdc9d82 35ded0c fdc9d82 35ded0c fdc9d82 35ded0c fdc9d82 35ded0c fdc9d82 35ded0c fdc9d82 35ded0c |
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 |
{
"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",
"_type": "Value"
},
"title": {
"dtype": "string",
"_type": "Value"
},
"abstract": {
"dtype": "string",
"_type": "Value"
},
"full_text": {
"feature": {
"section_name": {
"dtype": "string",
"_type": "Value"
},
"paragraphs": [
{
"dtype": "string",
"_type": "Value"
}
]
},
"_type": "Sequence"
},
"qas": {
"feature": {
"question": {
"dtype": "string",
"_type": "Value"
},
"question_id": {
"dtype": "string",
"_type": "Value"
},
"nlp_background": {
"dtype": "string",
"_type": "Value"
},
"topic_background": {
"dtype": "string",
"_type": "Value"
},
"paper_read": {
"dtype": "string",
"_type": "Value"
},
"search_query": {
"dtype": "string",
"_type": "Value"
},
"question_writer": {
"dtype": "string",
"_type": "Value"
},
"answers": {
"feature": {
"answer": {
"unanswerable": {
"dtype": "bool",
"_type": "Value"
},
"extractive_spans": {
"feature": {
"dtype": "string",
"_type": "Value"
},
"_type": "Sequence"
},
"yes_no": {
"dtype": "bool",
"_type": "Value"
},
"free_form_answer": {
"dtype": "string",
"_type": "Value"
},
"evidence": {
"feature": {
"dtype": "string",
"_type": "Value"
},
"_type": "Sequence"
},
"highlighted_evidence": {
"feature": {
"dtype": "string",
"_type": "Value"
},
"_type": "Sequence"
}
},
"annotation_id": {
"dtype": "string",
"_type": "Value"
},
"worker_id": {
"dtype": "string",
"_type": "Value"
}
},
"_type": "Sequence"
}
},
"_type": "Sequence"
},
"figures_and_tables": {
"feature": {
"caption": {
"dtype": "string",
"_type": "Value"
},
"file": {
"dtype": "string",
"_type": "Value"
}
},
"_type": "Sequence"
}
},
"builder_name": "parquet",
"dataset_name": "qasper",
"config_name": "qasper",
"version": {
"version_str": "0.3.0",
"major": 0,
"minor": 3,
"patch": 0
},
"splits": {
"train": {
"name": "train",
"num_bytes": 28466446,
"num_examples": 888,
"dataset_name": null
},
"validation": {
"name": "validation",
"num_bytes": 9900193,
"num_examples": 281,
"dataset_name": null
},
"test": {
"name": "test",
"num_bytes": 15488891,
"num_examples": 416,
"dataset_name": null
}
},
"download_size": 26199265,
"dataset_size": 53855530,
"size_in_bytes": 80054795
}
} |