Datasets:
Commit
·
8a7eda4
1
Parent(s):
ef556b3
Update README.md
Browse files
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
|
|
|
|
| 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 |
|