Datasets:
johngiorgi
commited on
Commit
•
ef556b3
1
Parent(s):
e118c2b
Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ pretty_name: Multi-XScience
|
|
23 |
|
24 |
This is a copy of the [Multi-XScience](https://huggingface.co/datasets/multi_x_science_sum) dataset, except the input source documents of its `test` split have been replaced by a __sparse__ retriever. The retrieval pipeline used:
|
25 |
|
26 |
-
- __query__: The `
|
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 |
|
|
|
23 |
|
24 |
This is a copy of the [Multi-XScience](https://huggingface.co/datasets/multi_x_science_sum) dataset, except the input source documents of its `test` split have been replaced by a __sparse__ retriever. The retrieval pipeline used:
|
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 |
|