Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
parquet
Sub-tasks:
document-retrieval
Languages:
English
Size:
10K - 100K
{ | |
"dataset_info": [ | |
{ | |
"config_name": "corpus", | |
"features": [ | |
{ | |
"name": "_id", | |
"dtype": "string" | |
}, | |
{ | |
"name": "title", | |
"dtype": "string" | |
}, | |
{ | |
"name": "text", | |
"dtype": "string" | |
} | |
], | |
"splits": [ | |
{ | |
"name": "corpus", | |
"num_examples": 47492 | |
} | |
] | |
}, | |
{ | |
"config_name": "queries", | |
"features": [ | |
{ | |
"name": "_id", | |
"dtype": "string" | |
}, | |
{ | |
"name": "text", | |
"dtype": "string" | |
} | |
], | |
"splits": [ | |
{ | |
"name": "queries", | |
"num_examples": 104 | |
} | |
] | |
}, | |
{ | |
"config_name": "instruction", | |
"features": [ | |
{ | |
"name": "query-id", | |
"dtype": "string" | |
}, | |
{ | |
"name": "instruction", | |
"dtype": "string" | |
} | |
], | |
"splits": [ | |
{ | |
"name": "instruction", | |
"num_examples": 104 | |
} | |
] | |
}, | |
{ | |
"config_name": "default", | |
"features": [ | |
{ | |
"name": "query-id", | |
"dtype": "string" | |
}, | |
{ | |
"name": "corpus-id", | |
"dtype": "string" | |
}, | |
{ | |
"name": "score", | |
"dtype": "float64" | |
} | |
], | |
"splits": [ | |
{ | |
"name": "test", | |
"num_examples": 36930 | |
} | |
] | |
}, | |
{ | |
"config_name": "qrel_diff", | |
"features": [ | |
{ | |
"name": "query-id", | |
"dtype": "string" | |
}, | |
{ | |
"name": "corpus-ids", | |
"list": "string" | |
} | |
], | |
"splits": [ | |
{ | |
"name": "qrel_diff", | |
"num_examples": 52 | |
} | |
] | |
}, | |
{ | |
"config_name": "top_ranked", | |
"features": [ | |
{ | |
"name": "query-id", | |
"dtype": "string" | |
}, | |
{ | |
"name": "corpus-ids", | |
"list": "string" | |
} | |
], | |
"splits": [ | |
{ | |
"name": "top_ranked", | |
"num_examples": 104 | |
} | |
] | |
} | |
], | |
"configs": [ | |
{ | |
"config_name": "corpus", | |
"data_files": [ | |
{ | |
"split": "corpus", | |
"path": "corpus/corpus-*" | |
} | |
] | |
}, | |
{ | |
"config_name": "queries", | |
"data_files": [ | |
{ | |
"split": "queries", | |
"path": "queries/queries-*" | |
} | |
] | |
}, | |
{ | |
"config_name": "instruction", | |
"data_files": [ | |
{ | |
"split": "instruction", | |
"path": "instruction/instruction-*" | |
} | |
] | |
}, | |
{ | |
"config_name": "default", | |
"data_files": [ | |
{ | |
"split": "test", | |
"path": "data/default-*" | |
} | |
] | |
}, | |
{ | |
"config_name": "qrel_diff", | |
"data_files": [ | |
{ | |
"split": "qrel_diff", | |
"path": "qrel_diff/qrel_diff-*" | |
} | |
] | |
}, | |
{ | |
"config_name": "top_ranked", | |
"data_files": [ | |
{ | |
"split": "top_ranked", | |
"path": "top_ranked/top_ranked-*" | |
} | |
] | |
} | |
], | |
"language": [ | |
"en" | |
], | |
"multilinguality": [ | |
"monolingual" | |
], | |
"task_categories": [ | |
"text-retrieval" | |
], | |
"task_ids": [ | |
"document-retrieval" | |
], | |
"tags": [ | |
"text-retrieval", | |
"instruction-retrieval" | |
] | |
} |