Datasets:

Modalities:
Text
Formats:
csv
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
knkarthick commited on
Commit
cbc0817
1 Parent(s): f804067

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +120 -1
README.md CHANGED
@@ -1,3 +1,122 @@
1
  ---
2
- license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language_creators:
5
+ - expert-generated
6
+ languages:
7
+ - en
8
+ licenses:
9
+ - cc-by-nc-nd-4.0
10
+ multilinguality:
11
+ - monolingual
12
+ size_categories:
13
+ - 10K<n<100K
14
+ source_datasets:
15
+ - original
16
+ task_categories:
17
+ - summarization
18
+ task_ids:
19
+ - summarization-other-conversations-summarization
20
+ paperswithcode_id: samsum-corpus
21
+ pretty_name: SAMSum Corpus
22
  ---
23
+ # Dataset Card for SAMSum Corpus
24
+ ## Table of Contents
25
+ - [Dataset Description](#dataset-description)
26
+ - [Dataset Summary](#dataset-summary)
27
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
28
+ - [Languages](#languages)
29
+ - [Dataset Structure](#dataset-structure)
30
+ - [Data Instances](#data-instances)
31
+ - [Data Fields](#data-fields)
32
+ - [Data Splits](#data-splits)
33
+ - [Dataset Creation](#dataset-creation)
34
+ - [Curation Rationale](#curation-rationale)
35
+ - [Source Data](#source-data)
36
+ - [Annotations](#annotations)
37
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
38
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
39
+ - [Social Impact of Dataset](#social-impact-of-dataset)
40
+ - [Discussion of Biases](#discussion-of-biases)
41
+ - [Other Known Limitations](#other-known-limitations)
42
+ - [Additional Information](#additional-information)
43
+ - [Dataset Curators](#dataset-curators)
44
+ - [Licensing Information](#licensing-information)
45
+ - [Citation Information](#citation-information)
46
+ - [Contributions](#contributions)
47
+ ## Dataset Description
48
+ - **Homepage:** https://arxiv.org/abs/1911.12237v2
49
+ - **Repository:** [Needs More Information]
50
+ - **Paper:** https://arxiv.org/abs/1911.12237v2
51
+ - **Leaderboard:** [Needs More Information]
52
+ - **Point of Contact:** https://huggingface.co/knkarthick
53
+ ### Dataset Summary
54
+ The SAMSum dataset contains about 16k messenger-like conversations with summaries. Conversations were created and written down by linguists fluent in English. Linguists were asked to create conversations similar to those they write on a daily basis, reflecting the proportion of topics of their real-life messenger convesations. The style and register are diversified - conversations could be informal, semi-formal or formal, they may contain slang words, emoticons and typos. Then, the conversations were annotated with summaries. It was assumed that summaries should be a concise brief of what people talked about in the conversation in third person.
55
+ The SAMSum dataset was prepared by Samsung R&D Institute Poland and is distributed for research purposes (non-commercial licence: CC BY-NC-ND 4.0).
56
+ ### Supported Tasks and Leaderboards
57
+ [Needs More Information]
58
+ ### Languages
59
+ English
60
+ ## Dataset Structure
61
+ ### Data Instances
62
+ The created dataset is made of 16369 conversations distributed uniformly into 4 groups based on the number of utterances in con- versations: 3-6, 7-12, 13-18 and 19-30. Each utterance contains the name of the speaker. Most conversations consist of dialogues between two interlocutors (about 75% of all conversations), the rest is between three or more people
63
+ The first instance in the training set:
64
+ {'id': '13818513', 'summary': 'Amanda baked cookies and will bring Jerry some tomorrow.', 'dialogue': "Amanda: I baked cookies. Do you want some?\r\nJerry: Sure!\r\nAmanda: I'll bring you tomorrow :-)"}
65
+ ### Data Fields
66
+ - dialogue: text of dialogue.
67
+ - summary: human written summary of the dialogue.
68
+ - id: unique id of an example.
69
+ ### Data Splits
70
+ - train: 14732
71
+ - val: 818
72
+ - test: 819
73
+ ## Dataset Creation
74
+ ### Curation Rationale
75
+ In paper:
76
+ > In the first approach, we reviewed datasets from the following categories: chatbot dialogues, SMS corpora, IRC/chat data, movie dialogues, tweets, comments data (conversations formed by replies to comments), transcription of meetings, written discussions, phone dialogues and daily communication data. Unfortunately, they all differed in some respect from the conversations that are typically written in messenger apps, e.g. they were too technical (IRC data), too long (comments data, transcription of meetings), lacked context (movie dialogues) or they were more of a spoken type, such as a dialogue between a petrol station assistant and a client buying petrol.
77
+ As a consequence, we decided to create a chat dialogue dataset by constructing such conversations that would epitomize the style of a messenger app.
78
+ ### Source Data
79
+ #### Initial Data Collection and Normalization
80
+ In paper:
81
+ > We asked linguists to create conversations similar to those they write on a daily basis, reflecting the proportion of topics of their real-life messenger conversations. It includes chit-chats, gossiping about friends, arranging meetings, discussing politics, consulting university assignments with colleagues, etc. Therefore, this dataset does not contain any sensitive data or fragments of other corpora.
82
+ #### Who are the source language producers?
83
+ linguists
84
+ ### Annotations
85
+ #### Annotation process
86
+ In paper:
87
+ > Each dialogue was created by one person. After collecting all of the conversations, we asked language experts to annotate them with summaries, assuming that they should (1) be rather short, (2) extract important pieces of information, (3) include names of interlocutors, (4) be written in the third person. Each dialogue contains only one reference summary.
88
+ #### Who are the annotators?
89
+ language experts
90
+ ### Personal and Sensitive Information
91
+ None, see above: Initial Data Collection and Normalization
92
+ ## Considerations for Using the Data
93
+ ### Social Impact of Dataset
94
+ [Needs More Information]
95
+ ### Discussion of Biases
96
+ [Needs More Information]
97
+ ### Other Known Limitations
98
+ [Needs More Information]
99
+ ## Additional Information
100
+ ### Dataset Curators
101
+ [Needs More Information]
102
+ ### Licensing Information
103
+ non-commercial licence: CC BY-NC-ND 4.0
104
+ ### Citation Information
105
+ ```
106
+ @inproceedings{gliwa-etal-2019-samsum,
107
+ title = "{SAMS}um Corpus: A Human-annotated Dialogue Dataset for Abstractive Summarization",
108
+ author = "Gliwa, Bogdan and
109
+ Mochol, Iwona and
110
+ Biesek, Maciej and
111
+ Wawer, Aleksander",
112
+ booktitle = "Proceedings of the 2nd Workshop on New Frontiers in Summarization",
113
+ month = nov,
114
+ year = "2019",
115
+ address = "Hong Kong, China",
116
+ publisher = "Association for Computational Linguistics",
117
+ url = "https://www.aclweb.org/anthology/D19-5409",
118
+ doi = "10.18653/v1/D19-5409",
119
+ pages = "70--79"
120
+ }
121
+ ```
122
+ ### Contributions