sshleifer/distilbart-cnn-12-6
Summarization β’ Updated β’ 804k β’ β’ 324
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Extreme Summarization (XSum) Dataset.
There are three features:
An example of 'validation' looks as follows.
{
"document": "some-body",
"id": "29750031",
"summary": "some-sentence"
}
The data fields are the same among all splits.
document: a string feature.summary: a string feature.id: a string feature.| name | train | validation | test |
|---|---|---|---|
| default | 204045 | 11332 | 11334 |
@article{Narayan2018DontGM,
title={Don't Give Me the Details, Just the Summary! Topic-Aware Convolutional Neural Networks for Extreme Summarization},
author={Shashi Narayan and Shay B. Cohen and Mirella Lapata},
journal={ArXiv},
year={2018},
volume={abs/1808.08745}
}
Thanks to @thomwolf, @lewtun, @mariamabarham, @jbragg, @lhoestq, @patrickvonplaten for adding this dataset.