johngiorgi commited on
Commit
8a7eda4
1 Parent(s): ef556b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -25,7 +25,8 @@ This is a copy of the [Multi-XScience](https://huggingface.co/datasets/multi_x_s
25
 
26
  - __query__: The `related_work` field of each example
27
  - __corpus__: The union of all documents in the `train`, `validation` and `test` splits
28
- - __retriever__: BM25 via [PyTerrier](https://pyterrier.readthedocs.io/en/latest/) with default settings. The number of documents retrieved, `k`, is set as the original number of input documents for each example.
 
29
 
30
  Retrieval results on the `test` set:
31
 
 
25
 
26
  - __query__: The `related_work` field of each example
27
  - __corpus__: The union of all documents in the `train`, `validation` and `test` splits
28
+ - __retriever__: BM25 via [PyTerrier](https://pyterrier.readthedocs.io/en/latest/) with default settings
29
+ - __top-k strategy__: `"oracle"`, i.e. the number of documents retrieved, `k`, is set as the original number of input documents for each example
30
 
31
  Retrieval results on the `test` set:
32