Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Arabic
ArXiv:
Libraries:
Datasets
pandas
License:
mohamedemam commited on
Commit
4dc4d8f
1 Parent(s): 0c4af75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +149 -0
README.md CHANGED
@@ -25,4 +25,153 @@ configs:
25
  ---
26
  # Dataset Card for "Arabic-samsum-dialogsum"
27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
25
  ---
26
  # Dataset Card for "Arabic-samsum-dialogsum"
27
 
28
+
29
+ ## Table of Contents
30
+ - [Dataset Description](#dataset-description)
31
+ - [Dataset Summary](#dataset-summary)
32
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
33
+ - [Languages](#languages)
34
+ - [Dataset Structure](#dataset-structure)
35
+ - [Data Instances](#data-instances)
36
+ - [Data Fields](#data-fields)
37
+ - [Data Splits](#data-splits)
38
+ - [Dataset Creation](#dataset-creation)
39
+ - [Curation Rationale](#curation-rationale)
40
+ - [Source Data](#source-data)
41
+ - [Annotations](#annotations)
42
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
43
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
44
+ - [Social Impact of Dataset](#social-impact-of-dataset)
45
+ - [Discussion of Biases](#discussion-of-biases)
46
+ - [Other Known Limitations](#other-known-limitations)
47
+ - [Additional Information](#additional-information)
48
+ - [Dataset Curators](#dataset-curators)
49
+ - [Licensing Information](#licensing-information)
50
+ - [Citation Information](#citation-information)
51
+ - [Contributions](#contributions)
52
+
53
+ ## Dataset Description
54
+
55
+ - **Homepage:** https://arxiv.org/abs/1911.12237v2
56
+ - **Repository:** [Needs More Information]
57
+ - **Paper:** https://arxiv.org/abs/1911.12237v2
58
+ - **Leaderboard:** [Needs More Information]
59
+ - **Point of Contact:** [Needs More Information]
60
+
61
+ ### Dataset Summary
62
+
63
+ 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.
64
+ 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).
65
+
66
+ ### Supported Tasks and Leaderboards
67
+
68
+ [Needs More Information]
69
+
70
+ ### Languages
71
+
72
+ English
73
+
74
+ ## Dataset Structure
75
+
76
+ ### Data Instances
77
+
78
+ 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
79
+
80
+ The first instance in the training set:
81
+ {'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 :-)"}
82
+
83
+ ### Data Fields
84
+
85
+ - dialogue: text of dialogue.
86
+ - summary: human written summary of the dialogue.
87
+ - id: unique id of an example.
88
+
89
+ ### Data Splits
90
+
91
+ - train: 14732
92
+ - val: 818
93
+ - test: 819
94
+
95
+
96
+ ## Dataset Creation
97
+
98
+ ### Curation Rationale
99
+
100
+ In paper:
101
+ > 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 typ- ically 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 assis- tant and a client buying petrol.
102
+ As a consequence, we decided to create a chat dialogue dataset by constructing such conversa- tions that would epitomize the style of a messenger app.
103
+
104
+ ### Source Data
105
+
106
+ #### Initial Data Collection and Normalization
107
+
108
+ In paper:
109
+ > 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.
110
+
111
+ #### Who are the source language producers?
112
+
113
+ linguists
114
+
115
+ ### Annotations
116
+
117
+ #### Annotation process
118
+
119
+ In paper:
120
+ > 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 ref- erence summary.
121
+
122
+ #### Who are the annotators?
123
+
124
+ language experts
125
+
126
+ ### Personal and Sensitive Information
127
+
128
+ None, see above: Initial Data Collection and Normalization
129
+
130
+ ## Considerations for Using the Data
131
+
132
+ ### Social Impact of Dataset
133
+
134
+ [Needs More Information]
135
+
136
+ ### Discussion of Biases
137
+
138
+ [Needs More Information]
139
+
140
+ ### Other Known Limitations
141
+
142
+ [Needs More Information]
143
+
144
+ ## Additional Information
145
+
146
+ ### Dataset Curators
147
+
148
+ [Needs More Information]
149
+
150
+ ### Licensing Information
151
+
152
+ non-commercial licence: CC BY-NC-ND 4.0
153
+
154
+ ### Citation Information
155
+
156
+ ```
157
+ @inproceedings{gliwa-etal-2019-samsum,
158
+ title = "{SAMS}um Corpus: A Human-annotated Dialogue Dataset for Abstractive Summarization",
159
+ author = "Gliwa, Bogdan and
160
+ Mochol, Iwona and
161
+ Biesek, Maciej and
162
+ Wawer, Aleksander",
163
+ booktitle = "Proceedings of the 2nd Workshop on New Frontiers in Summarization",
164
+ month = nov,
165
+ year = "2019",
166
+ address = "Hong Kong, China",
167
+ publisher = "Association for Computational Linguistics",
168
+ url = "https://www.aclweb.org/anthology/D19-5409",
169
+ doi = "10.18653/v1/D19-5409",
170
+ pages = "70--79"
171
+ }
172
+ ```
173
+
174
+ ### Contributions
175
+
176
+ Thanks to [@cccntu](https://github.com/cccntu) for adding this dataset.
177
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)