Datasets:
Tasks:
Summarization
Modalities:
Text
Formats:
parquet
Sub-tasks:
news-articles-summarization
Languages:
English
Size:
10K - 100K
License:
johngiorgi
commited on
Commit
•
3dce328
1
Parent(s):
9467e3e
Update README.md
Browse files
README.md
CHANGED
@@ -34,7 +34,7 @@ train-eval-index:
|
|
34 |
name: Rouge
|
35 |
---
|
36 |
|
37 |
-
This is a copy of the [Multi-News](https://huggingface.co/datasets/multi_news) dataset, except the input source documents of
|
38 |
|
39 |
- __query__: The `summary` field of each example
|
40 |
- __corpus__: The union of all documents in the `train`, `validation` and `test` splits
|
|
|
34 |
name: Rouge
|
35 |
---
|
36 |
|
37 |
+
This is a copy of the [Multi-News](https://huggingface.co/datasets/multi_news) dataset, except the input source documents of the `train`, `validation`, and `test` splits have been replaced by a __dense__ retriever. The retrieval pipeline used:
|
38 |
|
39 |
- __query__: The `summary` field of each example
|
40 |
- __corpus__: The union of all documents in the `train`, `validation` and `test` splits
|