johngiorgi commited on
Commit
a5910a0
1 Parent(s): 035aa83

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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__: `"max"`, i.e. the number of documents retrieved, `k`, is set as the maximum number of documents seen across examples in this dataset
34
 
35
- Retrieval results on the `test` set:
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__: `"max"`, i.e. the number of documents retrieved, `k`, is set as the maximum 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
  | ----------- | ----------- | ----------- | ----------- |