ccdv/lsg-bart-base-4096-wcep
Summarization
•
Updated
•
25
•
2
The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider
removing the
loading script
and relying on
automated data support
(you can use
convert_to_parquet
from the datasets
library). If this is not possible, please
open a discussion
for direct help.
Summarization dataset copied from PRIMERA
This dataset is compatible with the run_summarization.py
script from Transformers if you add this line to the summarization_name_mapping
variable:
"ccdv/WCEP-10": ("document", "summary")
4 possibles configs:
roberta
will concatenate documents with "</s>" (default)newline
will concatenate documents with "\n"bert
will concatenate documents with "[SEP]"list
will return the list of documents instead of a stringid
: paper iddocument
: a string/list containing the body of a set of documentssummary
: a string containing the abstract of the setThis dataset has 3 splits: train, validation, and test. \
Dataset Split | Number of Instances |
---|---|
Train | 8158 |
Validation | 1020 |
Test | 1022 |
@article{DBLP:journals/corr/abs-2005-10070,
author = {Demian Gholipour Ghalandari and
Chris Hokamp and
Nghia The Pham and
John Glover and
Georgiana Ifrim},
title = {A Large-Scale Multi-Document Summarization Dataset from the Wikipedia
Current Events Portal},
journal = {CoRR},
volume = {abs/2005.10070},
year = {2020},
url = {https://arxiv.org/abs/2005.10070},
eprinttype = {arXiv},
eprint = {2005.10070},
timestamp = {Fri, 22 May 2020 16:21:28 +0200},
biburl = {https://dblp.org/rec/journals/corr/abs-2005-10070.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@article{DBLP:journals/corr/abs-2110-08499,
author = {Wen Xiao and
Iz Beltagy and
Giuseppe Carenini and
Arman Cohan},
title = {{PRIMER:} Pyramid-based Masked Sentence Pre-training for Multi-document
Summarization},
journal = {CoRR},
volume = {abs/2110.08499},
year = {2021},
url = {https://arxiv.org/abs/2110.08499},
eprinttype = {arXiv},
eprint = {2110.08499},
timestamp = {Fri, 22 Oct 2021 13:33:09 +0200},
biburl = {https://dblp.org/rec/journals/corr/abs-2110-08499.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}
}