Datasets:
Tasks:
Summarization
Modalities:
Text
Formats:
parquet
Sub-tasks:
news-articles-summarization
Languages:
English
Size:
10K - 100K
License:
Commit ·
6c3e377
1
Parent(s): 62858da
Update README.md
Browse files
README.md
CHANGED
|
@@ -41,6 +41,18 @@ This is a copy of the [Multi-News](https://huggingface.co/datasets/multi_news) d
|
|
| 41 |
- __retriever__: BM25 via [PyTerrier](https://pyterrier.readthedocs.io/en/latest/) with default settings
|
| 42 |
- __top-k strategy__: `"mean"`, i.e. the number of documents retrieved, `k`, is set as the mean number of documents seen across examples in this dataset, in this case `k==3`
|
| 43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
Retrieval results on the `test` set:
|
| 45 |
|
| 46 |
| Recall@100 | Rprec | Precision@k | Recall@k |
|
|
|
|
| 41 |
- __retriever__: BM25 via [PyTerrier](https://pyterrier.readthedocs.io/en/latest/) with default settings
|
| 42 |
- __top-k strategy__: `"mean"`, i.e. the number of documents retrieved, `k`, is set as the mean number of documents seen across examples in this dataset, in this case `k==3`
|
| 43 |
|
| 44 |
+
Retrieval results on the `train` set:
|
| 45 |
+
|
| 46 |
+
| Recall@100 | Rprec | Precision@k | Recall@k |
|
| 47 |
+
| ----------- | ----------- | ----------- | ----------- |
|
| 48 |
+
| 0.8793 | 0.7460 | 0.6403 | 0.7417 |
|
| 49 |
+
|
| 50 |
+
Retrieval results on the `validation` set:
|
| 51 |
+
|
| 52 |
+
| Recall@100 | Rprec | Precision@k | Recall@k |
|
| 53 |
+
| ----------- | ----------- | ----------- | ----------- |
|
| 54 |
+
| 0.8748 | 0.7453 | 0.6361 | 0.7442 |
|
| 55 |
+
|
| 56 |
Retrieval results on the `test` set:
|
| 57 |
|
| 58 |
| Recall@100 | Rprec | Precision@k | Recall@k |
|