Datasets:
Commit ·
1939fba
1
Parent(s): f9ccc6a
Update README.md
Browse files
README.md
CHANGED
|
@@ -32,7 +32,7 @@ This is a copy of the [MS^2](https://huggingface.co/datasets/allenai/mslr2022) d
|
|
| 32 |
- __retriever__: BM25 via [PyTerrier](https://pyterrier.readthedocs.io/en/latest/) with default settings
|
| 33 |
- __top-k strategy__: `"mean"`, i.e. the number of documents retrieved, `k`, is set as the mean number of documents seen across examples in this dataset
|
| 34 |
|
| 35 |
-
Retrieval results on the `
|
| 36 |
|
| 37 |
|ndcg | recall@100 | recall@1000 | Rprec |
|
| 38 |
| ----------- | ----------- | ----------- | ----------- |
|
|
|
|
| 32 |
- __retriever__: BM25 via [PyTerrier](https://pyterrier.readthedocs.io/en/latest/) with default settings
|
| 33 |
- __top-k strategy__: `"mean"`, i.e. the number of documents retrieved, `k`, is set as the mean number of documents seen across examples in this dataset
|
| 34 |
|
| 35 |
+
Retrieval results on the `validation` set:
|
| 36 |
|
| 37 |
|ndcg | recall@100 | recall@1000 | Rprec |
|
| 38 |
| ----------- | ----------- | ----------- | ----------- |
|