johngiorgi commited on
Commit
a85ba6a
1 Parent(s): 65d1cbf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -38,7 +38,8 @@ This is a copy of the [Multi-News](https://huggingface.co/datasets/multi_news) d
38
 
39
  - __query__: The `summary` field of each example
40
  - __corpus__: The union of all documents in the `train`, `validation` and `test` splits
41
- - __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.
 
42
 
43
  Retrieval results on the `test` set:
44
 
 
38
 
39
  - __query__: The `summary` field of each example
40
  - __corpus__: The union of all documents in the `train`, `validation` and `test` splits
41
+ - __retriever__: BM25 via [PyTerrier](https://pyterrier.readthedocs.io/en/latest/) with default settings
42
+ - __top-k strategy__: `"oracle"`, i.e. the number of documents retrieved, `k`, is set as the original number of input documents for each example
43
 
44
  Retrieval results on the `test` set:
45