samsum

  • Description:

SAMSum Corpus contains over 16k chat dialogues with manually annotated summaries.

There are two features:

Split Examples
'test' 819
'train' 14,732
'validation' 818
  • Feature structure:
FeaturesDict({
    'dialogue': Text(shape=(), dtype=string),
    'id': Text(shape=(), dtype=string),
    'summary': Text(shape=(), dtype=string),
})
  • Feature documentation:
Feature Class Shape Dtype Description
FeaturesDict
dialogue Text string
id Text string
summary Text string
  • Citation:
@article{gliwa2019samsum,
  title={SAMSum Corpus: A Human-annotated Dialogue Dataset for Abstractive Summarization},
  author={Gliwa, Bogdan and Mochol, Iwona and Biesek, Maciej and Wawer, Aleksander},
  journal={arXiv preprint arXiv:1911.12237},
  year={2019}
}