Datasets:
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
1M - 10M
Tags:
biomedical-information-retrieval
citation-prediction-retrieval
passage-retrieval
news-retrieval
argument-retrieval
zero-shot-information-retrieval
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -132,16 +132,14 @@ qrels = {
|
|
| 132 |
}
|
| 133 |
```
|
| 134 |
|
| 135 |
-
### Data Splits
|
| 136 |
|
| 137 |
| Subset | Split | Rows |
|
| 138 |
| --- | --- | ---: |
|
| 139 |
| corpus | corpus | 8,841,823 |
|
| 140 |
| queries | queries | 509,962 |
|
| 141 |
|
| 142 |
-
###
|
| 143 |
-
|
| 144 |
-
- `train`, `dev`, `test`
|
| 145 |
|
| 146 |
You can also download BEIR datasets directly (without loading through Hugging Face datasets) using the links below.
|
| 147 |
|
|
|
|
| 132 |
}
|
| 133 |
```
|
| 134 |
|
| 135 |
+
### MSMARCO Data Splits
|
| 136 |
|
| 137 |
| Subset | Split | Rows |
|
| 138 |
| --- | --- | ---: |
|
| 139 |
| corpus | corpus | 8,841,823 |
|
| 140 |
| queries | queries | 509,962 |
|
| 141 |
|
| 142 |
+
### BEIR Dataset Download
|
|
|
|
|
|
|
| 143 |
|
| 144 |
You can also download BEIR datasets directly (without loading through Hugging Face datasets) using the links below.
|
| 145 |
|