Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
json
Sub-tasks:
document-retrieval
Languages:
English
Size:
100M - 1B
Tags:
text-retrieval
File size: 1,853 Bytes
cb421d2 c8c882a cb421d2 c8c882a cb421d2 |
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 |
---
language:
- en
multilinguality:
- monolingual
task_categories:
- text-retrieval
source_datasets:
- MindSmall
task_ids:
- document-retrieval
config_names:
- corpus
- queries
- default
- top_ranked
tags:
- text-retrieval
dataset_info:
- config_name: corpus
features:
- name: _id
dtype: string
- name: text
dtype: string
splits:
- name: train
num_examples: 19810
- name: test
num_examples: 5277
- config_name: queries
features:
- name: _id
dtype: string
- name: text
dtype: string
splits:
- name: train
num_examples: 5107639
- name: test
num_examples: 2362514
- config_name: default
features:
- name: query-id
dtype: string
- name: corpus-id
dtype: string
- name: score
dtype: int32
splits:
- name: train
num_examples: 207505271
- name: test
num_examples: 97008807
- config_name: top_ranked
features:
- name: query-id
dtype: string
- name: corpus-ids
list: string
splits:
- name: train
num_examples: 5107639
- name: test
num_examples: 2362514
configs:
- config_name: corpus
data_files:
- split: train
path: train/corpus.jsonl
- split: test
path: test/corpus.jsonl
- config_name: queries
data_files:
- split: train
path: train/queries.jsonl
- split: test
path: test/queries.jsonl
- config_name: default
data_files:
- split: train
path: train/qrels/test.jsonl
- split: test
path: test/qrels/test.jsonl
- config_name: top_ranked
data_files:
- split: train
path: train/top_ranked/test.jsonl
- split: test
path: test/top_ranked/test.jsonl
---
|