johngiorgi commited on
Commit
5cd02af
1 Parent(s): 0d22e83

Removing trailing uptick

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1,7 +1,7 @@
1
  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:
2
 
3
  - __query__: The `summary` field of each example
4
- - __corpus__: The union of all documents in the `train`, `validation` and `test` sets`
5
  - __retriever__: BM25 via [PyTerrier](https://pyterrier.readthedocs.io/en/latest/) with default settings _except_ for no stemming was applied.
6
 
7
  Retrieval results on the `test` set:
 
1
  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:
2
 
3
  - __query__: The `summary` field of each example
4
+ - __corpus__: The union of all documents in the `train`, `validation` and `test` sets
5
  - __retriever__: BM25 via [PyTerrier](https://pyterrier.readthedocs.io/en/latest/) with default settings _except_ for no stemming was applied.
6
 
7
  Retrieval results on the `test` set: