Datasets:

Languages:
English
ArXiv:
License:
ShutongFeng commited on
Commit
7893225
·
1 Parent(s): de988d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +300 -0
README.md CHANGED
@@ -1,3 +1,303 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - en
7
+ size_categories:
8
+ - 10K<n<100K
9
+ annotations_creators:
10
+ - crowdsourced
11
+ language_creators:
12
+ - crowdsourced
13
+ multilinguality:
14
+ - monolingual
15
+ source_datasets:
16
+ - MultiWOZ
17
+ - Original (human-machine interaction dialogues)
18
+ pretty_name: EmoWOZ
19
+ task_ids:
20
+ - sentiment-classification
21
+ - sentiment-analysis
22
+ paperswithcode_id: emowoz-1
23
+ configs:
24
+ - emowoz
25
+ - multiwoz
26
+ - dialmage
27
+ dataset_info:
28
+ - config_name: emowoz
29
+ features:
30
+ - name: dialogue_id
31
+ dtype: string
32
+ - name: log
33
+ sequence:
34
+ - name: text
35
+ dtype: string
36
+ - name: emotion
37
+ dtype: int32
38
+ splits:
39
+ - name: train
40
+ num_bytes: 21340808
41
+ num_examples: 66474
42
+ - name: validation
43
+ num_bytes: 2799928
44
+ num_examples: 8509
45
+ - name: test
46
+ num_bytes: 2835912
47
+ num_examples: 8634
48
+ - config_name: multiwoz
49
+ features:
50
+ - name: dialogue_id
51
+ dtype: string
52
+ - name: log
53
+ sequence:
54
+ - name: text
55
+ dtype: string
56
+ - name: emotion
57
+ dtype: int32
58
+ splits:
59
+ - name: train
60
+ num_bytes: 18931072
61
+ num_examples: 56778
62
+ - name: validation
63
+ num_bytes: 2511568
64
+ num_examples: 7374
65
+ - name: test
66
+ num_bytes: 2507616
67
+ num_examples: 7372
68
+ - config_name: dialmage
69
+ features:
70
+ - name: dialogue_id
71
+ dtype: string
72
+ - name: log
73
+ sequence:
74
+ - name: text
75
+ dtype: string
76
+ - name: emotion
77
+ dtype: int32
78
+ splits:
79
+ - name: train
80
+ num_bytes: 2425792
81
+ num_examples: 9696
82
+ - name: validation
83
+ num_bytes: 304416
84
+ num_examples: 1135
85
+ - name: test
86
+ num_bytes: 344368
87
+ num_examples: 1262
88
  ---
89
+
90
+ # Dataset Card for EmoWOZ Dataset
91
+
92
+ ## Table of Contents
93
+ - [Dataset Description](#dataset-description)
94
+ - [Dataset Summary](#dataset-summary)
95
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
96
+ - [Languages](#languages)
97
+ - [Dataset Structure](#dataset-structure)
98
+ - [Data Instances](#data-instances)
99
+ - [Data Fields](#data-fields)
100
+ - [Data Splits](#data-splits)
101
+ - [Dataset Creation](#dataset-creation)
102
+ - [Curation Rationale](#curation-rationale)
103
+ - [Source Data](#source-data)
104
+ - [Annotations](#annotations)
105
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
106
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
107
+ - [Social Impact of Dataset](#social-impact-of-dataset)
108
+ - [Discussion of Biases](#discussion-of-biases)
109
+ - [Other Known Limitations](#other-known-limitations)
110
+ - [Additional Information](#additional-information)
111
+ - [Dataset Curators](#dataset-curators)
112
+ - [Licensing Information](#licensing-information)
113
+ - [Citation Information](#citation-information)
114
+ - [Contributions](#contributions)
115
+
116
+ ## Dataset Description
117
+
118
+ - **Homepage:**
119
+ - **Repository:** [EmoWOZ Dataset repository](https://zenodo.org/record/6506504), [EmoWOZ Benchmark repository](https://gitlab.cs.uni-duesseldorf.de/general/dsml/emowoz-public)
120
+ - **Paper:** [EmoWOZ: A Large-Scale Corpus and Labelling Scheme for Emotion Recognition in Task-Oriented Dialogue Systems](https://aclanthology.org/2022.lrec-1.436/)
121
+ - **Leaderboard:** [Papers with Code leaderboard for EmoWOZ Dataset](https://paperswithcode.com/dataset/emowoz-1)
122
+ - **Point of Contact:** [Shutong Feng](mailto:shutong.feng@hhu.de)
123
+
124
+ ### Dataset Summary
125
+
126
+ EmoWOZ is based on [MultiWOZ, a multi-domain task-oriented dialogue dataset](https://github.com/budzianowski/multiwoz). It contains more than 11K task-oriented dialogues with more than 83K emotion annotations of user utterances. In addition to Wizard-of-Oz dialogues from MultiWOZ, we collect human-machine dialogues (DialMAGE) within the same set of domains to sufficiently cover the space of various emotions that can happen during the lifetime of a data-driven dialogue system. There are 7 emotion labels, which are adapted from the OCC emotion models: _Neutral_, _Satisfied_, _Dissatisfied_, _Excited_, _Apologetic_, _Fearful_, _Abusive_.
127
+
128
+ Some of the statistics about the dataset:
129
+
130
+ | Metirc | Value |
131
+ | ---------- | ---------------- |
132
+ | # Dialogues | 11434 |
133
+ | # Turns | 167234 |
134
+ | # Annotations | 83617 |
135
+ | # Unique Tokens | 28417 |
136
+ | Average Turns per Dialogue | 14.63 |
137
+ | Average Tokens per Turn | 12.78 |
138
+
139
+
140
+ Emotion Distribution in EmoWOZ and subsets:
141
+
142
+ | Emotion | EmoWOZ | # MultiWOZ | DialMAGE |
143
+ | ---------- | ---------------- | ---------- | ---------------- |
144
+ | Neutral | 58,656 | 51,426 | 7,230 |
145
+ | Satisfied | 17,532 | 17,061 | 471 |
146
+ | Dissatisfied | 5,117 | 914 | 4,203 |
147
+ | Excited | 971 | 860 | 111 |
148
+ | Apologetic | 840 | 838 | 2 |
149
+ | Fearful | 396 | 381 | 15 |
150
+ | Satisfied | 105 | 44 | 61 |
151
+
152
+ ### Supported Tasks and Leaderboards
153
+
154
+ - 'Emotion Recognition in Conversations': See the [Papers With Code leaderboard](hhttps://paperswithcode.com/sota/emotion-recognition-in-conversation-on-emowoz) for more models.
155
+ - 'Additional Classification Tasks': According to the initial benchmark [paper](https://aclanthology.org/2022.lrec-1.436/), emotion labels in EmoWOZ can be mapped to sentiment polarities. Therefore, sentiment classification and sentiment analysis can also be performed. Since EmoWOZ has two subsets: MultiWOZ (human-to-human) and DialMAGE (human-to-machine), it is also possible to perform cross-domain emotion/sentiment recognition.
156
+
157
+ ### Languages
158
+
159
+ Only English is represented in the data.
160
+
161
+ ## Dataset Structure
162
+
163
+ ### Data Instances
164
+
165
+ For each instance, there is a string id for the dialogue, a list of strings for the dialogue utterances, and a list of integers for the emotion labels.
166
+
167
+ ```
168
+ {
169
+ 'dialogue_id': 'PMUL4725.json',
170
+ 'log': {
171
+ 'text': [
172
+ 'Hi, i am looking for some museums that I could visit when in town, could you help me find some?',
173
+ 'Is there an area of town you prefer?',
174
+ "No, I don't care.",
175
+ "I recommend the Cafe Jello Gallery in the west. It's free to enter!",
176
+ 'I also need a place to stay',
177
+ 'Great! There are 33 hotels in the area. What area of town would you like to stay in? What is your preference on price?',
178
+ " The attraction should be in the type of museum. I don't care about the price range or the area",
179
+ 'Just to clarify - did you need a different museum? Or a hotel?',
180
+ 'That museum from earlier is fine, I just need their postalcode. I need a hotel two in the west and moderately priced. ',
181
+ "The postal code for Cafe Jello Gallery is cb30af. Okay, Hobson's House matches your request. ",
182
+ 'Do they have internet?',
183
+ 'Yes they do. Would you like me to book a room for you?',
184
+ "No thanks. I will do that later. Can you please arrange for taxi service from Cafe Jello to Hobson's House sometime after 04:00?",
185
+ 'I was able to book that for you. Be expecting a grey Tesla. If you need to reach them, please call 07615015749. ',
186
+ 'Well that you that is all i need for today',
187
+ 'Your welcome. Have a great day!'
188
+ ],
189
+ 'emotion': [0, -1, 0, -1, 0, -1, 0, -1, 0, -1, 0, -1, 0, -1, 0, -1]
190
+ }
191
+ }
192
+ ```
193
+
194
+
195
+ ### Data Fields
196
+
197
+ - `dialogue_id`: a string representing the unique id of the dialogue. For MultiWOZ dialogues, the original id is keeped. For DialMAGE dialogues, all ids are in the format of DMAGExxx.json where xxx is an integer of variable number of digits.
198
+ - `text`: a list of strings containing the dialogue turns.
199
+ - `emotion`: a list of integers containing the sequence of emotion labels for the dialogue. Specificially,
200
+ - -1: system turns with unlabelled emotion
201
+ - 0: neutral, no emotion expressed
202
+ - 1: fearful, or sad/disappointed, negative emotion elicited by facts/events, which is out of the system's control
203
+ - 2: dissatisfied, negative emotion elicited by the system, usually after the system's poor performance
204
+ - 3: apologetic, negative emotion from the user, usually expressing apologies for causing confusion or changing search criteria
205
+ - 4: abusive, negative emotion elicited by the system, expressed in an impolite way
206
+ - 5: excited, positive emotion elicited by facts/events
207
+ - 6: satisfied, positive emotion elicited by the system
208
+
209
+ ### Data Splits
210
+
211
+ The EmoWOZ dataset has 3 splits: _train_, _validation_, and _test_. Below are the statistics for the dataset.
212
+
213
+ | Dataset Split | Number of Emotion Annotations in Split| Of Which from MultiWOZ | Of Which from DialMage |
214
+ | ------------- | ----------------------------| ------------- | ------------------------------------------- |
215
+ | Train | 66,474 | 56,778 | 9696 |
216
+ | Validation | 8,509 | 7,374 | 1135 |
217
+ | Test | 8,634 | 7,372 | 1262 |
218
+
219
+
220
+ ## Dataset Creation
221
+
222
+ ### Curation Rationale
223
+
224
+ EmoWOZ was built on top of MultiWOZ because MultiWOZ is a well-established dataset for task-oriented dialogue modelling, allowing further study of the impact of user emotions on downstream tasks. The additional 1000 human-machine dialogues (DialMAGE) was collected to improve the emotion coverage and emotional expression diversity.
225
+
226
+ ### Source Data
227
+
228
+ #### Initial Data Collection and Normalization
229
+
230
+ MultiWOZ dialogues were inherited from the work of [MultiWOZ - A Large-Scale Multi-Domain Wizard-of-Oz Dataset for Task-Oriented Dialogue Modelling](https://aclanthology.org/D18-1547/).
231
+
232
+ DialMAGE dialogues were collected from a human evaluation of an RNN-based policy trained on MultiWOZ on Amazon Mechanical Turk platform.
233
+
234
+ #### Who are the source language producers?
235
+
236
+ The text of both MultiWOZ and DialMAGE was written by workers on Amazon Mechanical Turk platform. For detailed data collection set-ups, please refer to their respective publications.
237
+
238
+ ### Annotations
239
+
240
+ All dialogues take place between a _user_ and a _system_ (or an _operator_). The dialogue always starts with a user turn, which is always followed by a system response, and ends with a system turn. Only user turns are annotated with a emotion label.
241
+
242
+ #### Annotation process
243
+
244
+ Each user utterance was annotated by three annotators. The final label was determined by majority voting. If there was no agreement, the final label would be resolved manually.
245
+
246
+ For details such as annotator selection process and quality assurance methods, please refer to the EmoWOZ publication.
247
+
248
+ #### Who are the annotators?
249
+
250
+ Annotators are crowdsource workers on Amazon Mechanical Turk platform.
251
+
252
+ ### Personal and Sensitive Information
253
+
254
+ All annotators are anonymised. There is no personal information in EmoWOZ.
255
+
256
+ ## Considerations for Using the Data
257
+
258
+ ### Social Impact of Dataset
259
+
260
+ The purpose of this dataset is to help develop task-oriented dialogue systems that can perceive human emotions and avoid abusive behaviours. This task is useful for building more human-like dialogue agents.
261
+
262
+ ### Discussion of Biases
263
+
264
+ There is bias in emotion distribution in the MultiWOZ (human-human) and DialMAGE (human-machine) subset of EmoWOZ. The linguistic styles are also different between the two subsets.
265
+
266
+ As pointed out in [Reevaluating Data Partitioning for Emotion Detection in EmoWOZ](https://arxiv.org/abs/2303.13364), there is also emotion shift in train-dev-test split in the MultiWOZ subset. EmoWOZ keeps the original data split of MultiWOZ, which is suitable for task-oriented dialogue modelling but the emotion distribution in these data splits are different. Further investigations will be needed.
267
+
268
+ ### Other Known Limitations
269
+
270
+ The emotion distribution is unbalanced where _neutral_, _satisfied_, and _dissatisfied_ make up more than 95% of the labels.
271
+
272
+ ## Additional Information
273
+
274
+ ### Dataset Curators
275
+
276
+ The collection and annotation of EmoWOZ were conducted by the [Chair for Dialog Systems and Machine Learning at Heinrich Heine Universität Düsseldorf](https://www.cs.hhu.de/lehrstuehle-und-arbeitsgruppen/dialog-systems-and-machine-learning).
277
+
278
+ ### Licensing Information
279
+
280
+ The EmoWOZ datasetis released under the [CC-BY-NC-4.0 License](https://creativecommons.org/licenses/by-nc/4.0/).
281
+
282
+ ### Citation Information
283
+
284
+ ```
285
+ @inproceedings{feng-etal-2022-emowoz,
286
+ title = "{E}mo{WOZ}: A Large-Scale Corpus and Labelling Scheme for Emotion Recognition in Task-Oriented Dialogue Systems",
287
+ author = "Feng, Shutong and
288
+ Lubis, Nurul and
289
+ Geishauser, Christian and
290
+ Lin, Hsien-chin and
291
+ Heck, Michael and
292
+ van Niekerk, Carel and
293
+ Gasic, Milica",
294
+ booktitle = "Proceedings of the Thirteenth Language Resources and Evaluation Conference",
295
+ month = jun,
296
+ year = "2022",
297
+ address = "Marseille, France",
298
+ publisher = "European Language Resources Association",
299
+ url = "https://aclanthology.org/2022.lrec-1.436",
300
+ pages = "4096--4113",
301
+ abstract = "The ability to recognise emotions lends a conversational artificial intelligence a human touch. While emotions in chit-chat dialogues have received substantial attention, emotions in task-oriented dialogues remain largely unaddressed. This is despite emotions and dialogue success having equally important roles in a natural system. Existing emotion-annotated task-oriented corpora are limited in size, label richness, and public availability, creating a bottleneck for downstream tasks. To lay a foundation for studies on emotions in task-oriented dialogues, we introduce EmoWOZ, a large-scale manually emotion-annotated corpus of task-oriented dialogues. EmoWOZ is based on MultiWOZ, a multi-domain task-oriented dialogue dataset. It contains more than 11K dialogues with more than 83K emotion annotations of user utterances. In addition to Wizard-of-Oz dialogues from MultiWOZ, we collect human-machine dialogues within the same set of domains to sufficiently cover the space of various emotions that can happen during the lifetime of a data-driven dialogue system. To the best of our knowledge, this is the first large-scale open-source corpus of its kind. We propose a novel emotion labelling scheme, which is tailored to task-oriented dialogues. We report a set of experimental results to show the usability of this corpus for emotion recognition and state tracking in task-oriented dialogues.",
302
+ }
303
+ ```