johngiorgi commited on
Commit
f7b5422
1 Parent(s): 745d827

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 [Cochrane](https://huggingface.co/datasets/allenai/mslr202
32
  - __retriever__: BM25 via [PyTerrier](https://pyterrier.readthedocs.io/en/latest/) with default settings
33
  - __top-k strategy__: `"oracle"`, i.e. the number of documents retrieved, `k`, is set as the original number of input documents for each example
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__: `"oracle"`, i.e. the number of documents retrieved, `k`, is set as the original number of input documents for each example
34
 
35
+ Retrieval results on the `validation` set:
36
 
37
  |ndcg | recall@100 | recall@1000 | Rprec |
38
  | ----------- | ----------- | ----------- | ----------- |