Datasets:
udpate readme
Browse files
README.md
CHANGED
@@ -14,8 +14,7 @@ task_ids:
|
|
14 |
# GovReport dataset for summarization
|
15 |
|
16 |
Dataset for summarization of long documents.\
|
17 |
-
Adapted from this [repo](https://github.com/luyang-huang96/LongDocSum)
|
18 |
-
Note that original data are pre-tokenized so this dataset returns " ".join(text).\
|
19 |
This dataset is compatible with the [`run_summarization.py`](https://github.com/huggingface/transformers/tree/master/examples/pytorch/summarization) script from Transformers if you add this line to the `summarization_name_mapping` variable:
|
20 |
```python
|
21 |
"ccdv/govreport-summarization": ("report", "summary")
|
|
|
14 |
# GovReport dataset for summarization
|
15 |
|
16 |
Dataset for summarization of long documents.\
|
17 |
+
Adapted from this [repo](https://github.com/luyang-huang96/LongDocSum) and this [paper](https://arxiv.org/pdf/2104.02112.pdf)\
|
|
|
18 |
This dataset is compatible with the [`run_summarization.py`](https://github.com/huggingface/transformers/tree/master/examples/pytorch/summarization) script from Transformers if you add this line to the `summarization_name_mapping` variable:
|
19 |
```python
|
20 |
"ccdv/govreport-summarization": ("report", "summary")
|