dback_nq / train /dataset_info.json
coign's picture
Upload 20 files
c529663 verified
{
"citation": "",
"description": "",
"features": {
"dataset": {
"dtype": "string",
"_type": "Value"
},
"question": {
"dtype": "string",
"_type": "Value"
},
"answers": {
"feature": {
"dtype": "string",
"_type": "Value"
},
"_type": "Sequence"
},
"positive_ctxs": [
{
"passage_id": {
"dtype": "string",
"_type": "Value"
},
"score": {
"dtype": "float64",
"_type": "Value"
},
"text": {
"dtype": "string",
"_type": "Value"
},
"title": {
"dtype": "string",
"_type": "Value"
},
"title_score": {
"dtype": "int64",
"_type": "Value"
}
}
],
"negative_ctxs": [
{
"passage_id": {
"dtype": "string",
"_type": "Value"
},
"score": {
"dtype": "int64",
"_type": "Value"
},
"text": {
"dtype": "string",
"_type": "Value"
},
"title": {
"dtype": "string",
"_type": "Value"
},
"title_score": {
"dtype": "int64",
"_type": "Value"
}
}
],
"hard_negative_ctxs": [
{
"passage_id": {
"dtype": "string",
"_type": "Value"
},
"score": {
"dtype": "float64",
"_type": "Value"
},
"text": {
"dtype": "string",
"_type": "Value"
},
"title": {
"dtype": "string",
"_type": "Value"
},
"title_score": {
"dtype": "int64",
"_type": "Value"
}
}
]
},
"homepage": "",
"license": ""
}