samsum
Stay organized with collections
Save and categorize content based on your preferences.
Warning: Manual download required. See instructions below.
SAMSum Corpus contains over 16k chat dialogues with manually annotated
summaries.
There are two features:
Split
Examples
'test'
819
'train'
14,732
'validation'
818
FeaturesDict ({
'dialogue' : Text ( shape = (), dtype = string ),
'id' : Text ( shape = (), dtype = string ),
'summary' : Text ( shape = (), dtype = string ),
})
Feature
Class
Shape
Dtype
Description
FeaturesDict
dialogue
Text
string
id
Text
string
summary
Text
string
@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 }
}
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-12-23 UTC.
[null,null,["Last updated 2022-12-23 UTC."],[],[],null,["# samsum\n\n\u003cbr /\u003e\n\n| **Warning:** Manual download required. See instructions below.\n\n- **Description**:\n\nSAMSum Corpus contains over 16k chat dialogues with manually annotated\nsummaries.\n\nThere are two features:\n\n- dialogue: text of dialogue.\n- summary: human written summary of the dialogue.\n- id: id of an example.\n\n- **Additional Documentation** :\n [Explore on Papers With Code\n north_east](https://paperswithcode.com/dataset/samsum-corpus)\n\n- **Homepage** :\n \u003chttps://arxiv.org/src/1911.12237v2/anc\u003e\n\n- **Source code** :\n [`tfds.datasets.samsum.Builder`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/datasets/samsum/samsum_dataset_builder.py)\n\n- **Versions**:\n\n - **`1.0.0`** (default): No release notes.\n- **Download size** : `Unknown size`\n\n- **Dataset size** : `10.71 MiB`\n\n- **Manual download instructions** : This dataset requires you to\n download the source data manually into `download_config.manual_dir`\n (defaults to `~/tensorflow_datasets/downloads/manual/`): \n\n Download \u003chttps://arxiv.org/src/1911.12237v2/anc/corpus.7z,\u003e decompress and\n place train.json, val.json and test.json in the manual follder.\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n Yes\n\n- **Splits**:\n\n| Split | Examples |\n|----------------|----------|\n| `'test'` | 819 |\n| `'train'` | 14,732 |\n| `'validation'` | 818 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'dialogue': Text(shape=(), dtype=string),\n 'id': Text(shape=(), dtype=string),\n 'summary': Text(shape=(), dtype=string),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|----------|--------------|-------|--------|-------------|\n| | FeaturesDict | | | |\n| dialogue | Text | | string | |\n| id | Text | | string | |\n| summary | Text | | string | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `('dialogue', 'summary')`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n Not supported.\n\n- **Examples**\n ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\n- **Citation**:\n\n @article{gliwa2019samsum,\n title={SAMSum Corpus: A Human-annotated Dialogue Dataset for Abstractive Summarization},\n author={Gliwa, Bogdan and Mochol, Iwona and Biesek, Maciej and Wawer, Aleksander},\n journal={arXiv preprint arXiv:1911.12237},\n year={2019}\n }"]]