johngiorgi commited on
Commit
cf58409
1 Parent(s): 945b63c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -34,11 +34,11 @@ train-eval-index:
34
  name: Rouge
35
  ---
36
 
37
- This is a copy of the [Multi-News](https://huggingface.co/datasets/multi_news) dataset, with its input source documents replaced by a __sparse__ retriever. The retrieval pipeline used:
38
 
39
  - __query__: The `summary` field of each example
40
- - __corpus__: The union of all documents in the `train`, `validation` and `test` sets
41
- - __retriever__: BM25 via [PyTerrier](https://pyterrier.readthedocs.io/en/latest/) with default settings _except_ for no stemming was applied.
42
 
43
  Retrieval results on the `test` set:
44
 
 
34
  name: Rouge
35
  ---
36
 
37
+ This is a copy of the [Multi-News](https://huggingface.co/datasets/multi_news) dataset, except the input source documents of its `test` split have been replaced by a __sparse__ retriever. The retrieval pipeline used:
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