Datasets:
Tasks:
Summarization
Modalities:
Text
Formats:
parquet
Sub-tasks:
news-articles-summarization
Languages:
English
Size:
10K - 100K
License:
johngiorgi
commited on
Commit
•
9eff625
1
Parent(s):
c293b25
Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ This is a copy of the [WCEP-10](https://huggingface.co/datasets/ccdv/WCEP-10) da
|
|
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__: `"
|
43 |
|
44 |
Retrieval results on the `test` set:
|
45 |
|
|
|
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__: `"max"`, i.e. the number of documents retrieved, `k`, is set as the maximum number of documents seen across examples in this dataset
|
43 |
|
44 |
Retrieval results on the `test` set:
|
45 |
|