CoolFace
Datasetpublic

ccdv/govreport-summarization

GovReport dataset for summarization Dataset for summarization of long documents.Adapted from this repo and this paperThis dataset is compatible with the run_summarization.py script from Transformers if you add this line to the summarization_name_mapping variable: "ccdv/govreport-summarization": ("report", "summary") Data Fields id: paper id report: a string containing the body of the report summary: a string containing the summary of the report Data… See the full description on the dataset page: https://huggingface.co/datasets/ccdv/govreport-summarization.

sourceHugging Faceupdated 2y agoView on Hugging Face
63likes4.4kdownloads
Dataset Card

GovReport dataset for summarization

Dataset for summarization of long documents.\ Adapted from this repo and this paper\ This dataset is compatible with the `run_summarization.py` script from Transformers if you add this line to the summarization_name_mapping variable:

python
"ccdv/govreport-summarization": ("report", "summary")

Data Fields

  • id: paper id
  • report: a string containing the body of the report
  • summary: a string containing the summary of the report

Data Splits

This dataset has 3 splits: train, validation, and test. \ Token counts with a RoBERTa tokenizer.

Dataset SplitNumber of InstancesAvg. tokens
Train17,517< 9,000 / < 500
Validation973< 9,000 / < 500
Test973< 9,000 / < 500

Cite original article

@misc{huang2021efficient,
      title={Efficient Attentions for Long Document Summarization}, 
      author={Luyang Huang and Shuyang Cao and Nikolaus Parulian and Heng Ji and Lu Wang},
      year={2021},
      eprint={2104.02112},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
    }