Datasets:

Modalities:
Audio
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
iwonachristop commited on
Commit
913f2b3
·
verified ·
1 Parent(s): 47ec655

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +184 -14
README.md CHANGED
@@ -106,21 +106,191 @@ The entire dataset is labeled as a test set and is not divided into separate tra
106
  ### Datasets Information
107
  | Dataset | Language | Samples | Emotions |
108
  |---------|----------|---------|---------|
109
- | `CaFE` | French | 936 | anger, disgust, fear, happiness, neutral, sadness, surprise |
110
- | `CREMA-D` | English | 7442 | anger, disgust, fear, happiness, neutral, sadness |
111
- | `EMNS` | English | 1205 | anger, disgust, excitement, happiness, neutral, sadness, sarcasm, surprise |
112
- | `Emozionalmente` | Italian | 6902 |anger, disgust, fear, happiness, neutral, sadness, surprise |
113
- | `eNTERFACE` | English | 1257 | anger, disgust, fear, happiness, sadness, surprise |
114
- | `JL-Corpus` | English | 2400 | anger, anxiety, apology, assertiveness, concern, encouragement, excitement, happiness, neutral, sadness |
115
- | `MESD` | Spanish | 862 |anger, disgust, fear, happiness, neutral, sadness |
116
- | `nEMO` | Polish | 4481 | anger, fear, happiness, neutral, sadness, surprise |
117
- | `Oréau` | French | 502 | anger, disgust, fear, happiness, neutral, sadness, surprise |
118
- | `PAVOQUE` | German | 5442 | anger, happiness, neutral, poker, sadness |
119
- | `RAVDESS` | English | 1440 | anger, calm, disgust, fear, happiness, neutral, sadness, surprise |
120
- | `RESD` | Russian | 1396 | anger, disgust, enthusiasm, fear, happiness, neutral, sadness |
121
- | `SUBESCO` | Bengali | 7000 | anger, disgust, fear, happiness, neutral, sadness, surprise |
122
 
123
  ## Additional Information
124
 
125
  ### Licensing Information
126
- The licence of each dataset is described in the `license` field in the metadata.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
106
  ### Datasets Information
107
  | Dataset | Language | Samples | Emotions |
108
  |---------|----------|---------|---------|
109
+ | CaFE | French | 936 | anger, disgust, fear, happiness, neutral, sadness, surprise |
110
+ | CREMA-D | English | 7442 | anger, disgust, fear, happiness, neutral, sadness |
111
+ | EMNS | English | 1205 | anger, disgust, excitement, happiness, neutral, sadness, sarcasm, surprise |
112
+ | Emozionalmente | Italian | 6902 |anger, disgust, fear, happiness, neutral, sadness, surprise |
113
+ | eNTERFACE | English | 1257 | anger, disgust, fear, happiness, sadness, surprise |
114
+ | JL-Corpus | English | 2400 | anger, anxiety, apology, assertiveness, concern, encouragement, excitement, happiness, neutral, sadness |
115
+ | MESD | Spanish | 862 |anger, disgust, fear, happiness, neutral, sadness |
116
+ | nEMO | Polish | 4481 | anger, fear, happiness, neutral, sadness, surprise |
117
+ | Oréau | French | 502 | anger, disgust, fear, happiness, neutral, sadness, surprise |
118
+ | PAVOQUE | German | 5442 | anger, happiness, neutral, poker, sadness |
119
+ | RAVDESS | English | 1440 | anger, calm, disgust, fear, happiness, neutral, sadness, surprise |
120
+ | RESD | Russian | 1396 | anger, disgust, enthusiasm, fear, happiness, neutral, sadness |
121
+ | SUBESCO | Bengali | 7000 | anger, disgust, fear, happiness, neutral, sadness, surprise |
122
 
123
  ## Additional Information
124
 
125
  ### Licensing Information
126
+ The licence of each dataset is described in the `license` field in the metadata.
127
+
128
+ ### Citation Information
129
+
130
+ You can access the CAMEO paper at [arXiv](). When referencing the **CAMEO** collection, please cite the paper as follows, along with the original datasets incuded in the corpus.
131
+
132
+ ```
133
+ @misc{cameo}
134
+
135
+ @inproceedings{cafe,
136
+ author = {Gournay, Philippe and Lahaie, Olivier and Lefebvre, Roch},
137
+ title = {{A Canadian French Emotional Speech Dataset}},
138
+ year = {2018},
139
+ isbn = {9781450351928},
140
+ publisher = {Association for Computing Machinery},
141
+ address = {New York, NY, USA},
142
+ url = {https://doi.org/10.1145/3204949.3208121},
143
+ doi = {10.1145/3204949.3208121},
144
+ booktitle = {Proceedings of the 9th ACM Multimedia Systems Conference},
145
+ pages = {399–402},
146
+ numpages = {4},
147
+ keywords = {canadian french, digital recording, emotional speech, speech dataset},
148
+ location = {Amsterdam, Netherlands},
149
+ series = {MMSys '18}
150
+ }
151
+ @article{cremad,
152
+ author = {Cao, Houwei and Cooper, David and Keutmann, Michael and Gur, Ruben and Nenkova, Ani and Verma, Ragini},
153
+ year = {2014},
154
+ month = {10},
155
+ pages = {377-390},
156
+ title = {{CREMA-D: Crowd-sourced emotional multimodal actors dataset}},
157
+ volume = {5},
158
+ journal = {IEEE transactions on affective computing},
159
+ doi = {10.1109/TAFFC.2014.2336244}
160
+ }
161
+ @misc{emns,
162
+ title={{EMNS /Imz/ Corpus: An emotive single-speaker dataset for narrative storytelling in games, television and graphic novels}},
163
+ author={Kari Ali Noriy and Xiaosong Yang and Jian Jun Zhang},
164
+ year={2023},
165
+ eprint={2305.13137},
166
+ archivePrefix={arXiv},
167
+ primaryClass={cs.CL},
168
+ url={https://arxiv.org/abs/2305.13137},
169
+ }
170
+ @article{emozionalmente,
171
+ author = {Catania, Fabio and Wilke, Jordan and Garzotto, Franca},
172
+ year = {2025},
173
+ month = {01},
174
+ pages = {1-14},
175
+ title = {{Emozionalmente: A Crowdsourced Corpus of Simulated Emotional Speech in Italian}},
176
+ volume = {PP},
177
+ journal = {IEEE Transactions on Audio, Speech and Language Processing},
178
+ doi = {10.1109/TASLPRO.2025.3540662}
179
+ }
180
+ @INPROCEEDINGS{enterface,
181
+ author={Martin, O. and Kotsia, I. and Macq, B. and Pitas, I.},
182
+ booktitle={22nd International Conference on Data Engineering Workshops (ICDEW'06)},
183
+ title={{The eNTERFACE' 05 Audio-Visual Emotion Database}},
184
+ year={2006},
185
+ volume={},
186
+ number={},
187
+ pages={8-8},
188
+ keywords={Audio databases;Image databases;Emotion recognition;Spatial databases;Visual databases;Signal processing algorithms;Protocols;Speech analysis;Humans;Informatics},
189
+ doi={10.1109/ICDEW.2006.145}}
190
+ @inproceedings{jlcorpus,
191
+ author = {James, Jesin and Tian, Li and Watson, Catherine},
192
+ year = {2018},
193
+ month = {09},
194
+ pages = {2768-2772},
195
+ title = {{An Open Source Emotional Speech Corpus for Human Robot Interaction Applications}},
196
+ doi = {10.21437/Interspeech.2018-1349}
197
+ }
198
+ @inproceedings{mesd,
199
+ author = {Duville, Mathilde Marie and Alonso-Valerdi, Luz and Ibarra-Zarate, David I.},
200
+ year = {2021},
201
+ month = {12},
202
+ pages = {},
203
+ title = {{The Mexican Emotional Speech Database (MESD): elaboration and assessment based on machine learning}},
204
+ volume = {2021},
205
+ doi = {10.1109/EMBC46164.2021.9629934}
206
+ }
207
+ @article{mesd2,
208
+ author = {Duville, Mathilde Marie and Alonso-Valerdi, Luz and Ibarra-Zarate, David I.},
209
+ year = {2021},
210
+ month = {12},
211
+ pages = {},
212
+ title = {{Mexican Emotional Speech Database Based on Semantic, Frequency, Familiarity, Concreteness, and Cultural Shaping of Affective Prosody}},
213
+ volume = {6},
214
+ journal = {Data},
215
+ doi = {10.3390/data6120130}
216
+ }
217
+ @misc{christop2024nemodatasetemotionalspeech,
218
+ title={{nEMO: Dataset of Emotional Speech in Polish}},
219
+ author={Iwona Christop},
220
+ year={2024},
221
+ eprint={2404.06292},
222
+ archivePrefix={arXiv},
223
+ primaryClass={cs.CL},
224
+ url={https://arxiv.org/abs/2404.06292},
225
+ }
226
+ @MISC{oreau,
227
+ title = {{French emotional speech database - Or{\'e}au}},
228
+ author = {Kerkeni, Leila and Cleder, Catherine and Serrestou, Youssef and
229
+ Raoof, Kosai},
230
+ abstract = {This document presents the French emotional speech database -
231
+ Or{\'e}au, recorded in a quiet environment. The database is
232
+ designed for general study of emotional speech and analysis of
233
+ emotion characteristics for speech synthesis purposes. It
234
+ contains 79 utterances which could be used in everyday life in
235
+ the classroom. Between 10 and 13 utterances were written for
236
+ each of the 7 emotions in French language by 32 non-professional
237
+ speakers. 2 versions are available, the first one contains 502
238
+ sentences. A perception test was performed to evaluate the
239
+ recognition of emotions and their naturalness. 90\% of
240
+ utterances (434 utterances) were correctly identified and
241
+ retained after the test and various analyses, which constitutes
242
+ the second version of database.},
243
+ publisher = {Zenodo},
244
+ year = {2020}
245
+ }
246
+ @inproceedings{pavoque,
247
+ author = {Steiner, Ingmar and Schröder, Marc and Klepp, Annette},
248
+ title = {{The PAVOQUE corpus as a resource for analysis and synthesis of expressive speech}},
249
+ booktitle = {Phonetik & Phonologie 9. Phonetik & Phonologie (P&P-9), October 11-12, Zurich, Switzerland},
250
+ year = {2013},
251
+ month = {10},
252
+ pages = {83--84},
253
+ organization = {UZH},
254
+ publisher = {Peter Lang}
255
+ }
256
+ @article{ravdess,
257
+ doi = {10.1371/journal.pone.0196391},
258
+ author = {Livingstone, Steven R. AND Russo, Frank A.},
259
+ journal = {PLOS ONE},
260
+ publisher = {Public Library of Science},
261
+ title = {{The Ryerson Audio-Visual Database of Emotional Speech and Song (RAVDESS): A dynamic, multimodal set of facial and vocal expressions in North American English}},
262
+ year = {2018},
263
+ month = {05},
264
+ volume = {13},
265
+ url = {https://doi.org/10.1371/journal.pone.0196391},
266
+ pages = {1-35},
267
+ abstract = {The RAVDESS is a validated multimodal database of emotional speech and song. The database is gender balanced consisting of 24 professional actors, vocalizing lexically-matched statements in a neutral North American accent. Speech includes calm, happy, sad, angry, fearful, surprise, and disgust expressions, and song contains calm, happy, sad, angry, and fearful emotions. Each expression is produced at two levels of emotional intensity, with an additional neutral expression. All conditions are available in face-and-voice, face-only, and voice-only formats. The set of 7356 recordings were each rated 10 times on emotional validity, intensity, and genuineness. Ratings were provided by 247 individuals who were characteristic of untrained research participants from North America. A further set of 72 participants provided test-retest data. High levels of emotional validity and test-retest intrarater reliability were reported. Corrected accuracy and composite "goodness" measures are presented to assist researchers in the selection of stimuli. All recordings are made freely available under a Creative Commons license and can be downloaded at https://doi.org/10.5281/zenodo.1188976.},
268
+ number = {5},
269
+ }
270
+ @misc{resd,
271
+ author = {Artem Amentes and Nikita Davidchuk and Ilya Lubenets},
272
+ title = {{Russian Emotional Speech Dialogs with annotated text}},
273
+ year = {2022},
274
+ publisher = {Hugging Face},
275
+ journal = {Hugging Face Hub},
276
+ howpublished = {\url{https://huggingface.co/datasets/Aniemore/resd_annotated}},
277
+ }
278
+ @article{subesco,
279
+ doi = {10.1371/journal.pone.0250173},
280
+ author = {Sultana, Sadia AND Rahman, M. Shahidur AND Selim, M. Reza AND Iqbal, M. Zafar},
281
+ journal = {PLOS ONE},
282
+ publisher = {Public Library of Science},
283
+ title = {{SUST Bangla Emotional Speech Corpus (SUBESCO): An audio-only emotional speech corpus for Bangla}},
284
+ year = {2021},
285
+ month = {04},
286
+ volume = {16},
287
+ url = {https://doi.org/10.1371/journal.pone.0250173},
288
+ pages = {1-27},
289
+ abstract = {SUBESCO is an audio-only emotional speech corpus for Bangla language. The total duration of the corpus is in excess of 7 hours containing 7000 utterances, and it is the largest emotional speech corpus available for this language. Twenty native speakers participated in the gender-balanced set, each recording of 10 sentences simulating seven targeted emotions. Fifty university students participated in the evaluation of this corpus. Each audio clip of this corpus, except those of Disgust emotion, was validated four times by male and female raters. Raw hit rates and unbiased rates were calculated producing scores above chance level of responses. Overall recognition rate was reported to be above 70% for human perception tests. Kappa statistics and intra-class correlation coefficient scores indicated high-level of inter-rater reliability and consistency of this corpus evaluation. SUBESCO is an Open Access database, licensed under Creative Common Attribution 4.0 International, and can be downloaded free of charge from the web link: https://doi.org/10.5281/zenodo.4526477.},
290
+ number = {4},
291
+ }
292
+ ```
293
+
294
+ ### Contributions
295
+
296
+ Thanks to [@iwonachristop](https://huggingface.co/iwonachristop) and [@MaciejCzajka](https://huggingface.co/MaciejCzajka) for adding this dataset.