ELAIPBench / dataset_info.json
KangKang625's picture
Upload dataset_info.json with huggingface_hub
7b0d324 verified
raw
history blame contribute delete
454 Bytes
{
"dataset_name": "elabench",
"features": {
"paper_id": {
"dtype": "string"
},
"question_type": {
"dtype": "string"
},
"question": {
"dtype": "string"
},
"answer": {
"dtype": "string"
},
"relevant_passage": {
"dtype": "string"
},
"paper_content": {
"dtype": "string"
}
},
"splits": {
"test": {
"num_examples": 403
}
}
}