Datasets:

Modalities:
Audio
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
iwonachristop commited on
Commit
c7f2fc9
·
verified ·
1 Parent(s): 82fc842

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +223 -23
README.md CHANGED
@@ -182,7 +182,7 @@ CAMEO contains audio and transcription in eight languages: Bengali, English, Fre
182
  ### Data Fields
183
 
184
  - `file_id` (`str`): A unique identifier of the audio sample.
185
- - `audio` (`dict`): A dictionary containing the file path to the audio sample, the raw waveform as a one-dimensional NumPy array, and the sampling rate (16 kHz).
186
  - `emotion` (`str`): A label indicating the expressed emotional state.
187
  - `transcription` (`str`): The orthographic transcription of the utterance.
188
  - `speaker_id` (`str`): A unique identifier of the speaker.
@@ -194,38 +194,238 @@ CAMEO contains audio and transcription in eight languages: Bengali, English, Fre
194
 
195
  ## Data Splits
196
 
197
- The entire dataset is labeled as a test set and is not divided into separate train and test splits. As all the selected corpora are publicly available, there is a potential risk of their usage in model training. This setup provides researchers and developers with a benchmark for evaluating cross-lingual model performance.
198
-
199
- ### Datasets Information
200
- | Dataset | Language | Samples | Emotions |
201
- |---------|----------|---------|---------|
202
- | CaFE | French | 936 | anger, disgust, fear, happiness, neutral, sadness, surprise |
203
- | CREMA-D | English | 7442 | anger, disgust, fear, happiness, neutral, sadness |
204
- | EMNS | English | 1205 | anger, disgust, excitement, happiness, neutral, sadness, sarcasm, surprise |
205
- | Emozionalmente | Italian | 6902 |anger, disgust, fear, happiness, neutral, sadness, surprise |
206
- | eNTERFACE | English | 1257 | anger, disgust, fear, happiness, sadness, surprise |
207
- | JL-Corpus | English | 2400 | anger, anxiety, apology, assertiveness, concern, encouragement, excitement, happiness, neutral, sadness |
208
- | MESD | Spanish | 862 |anger, disgust, fear, happiness, neutral, sadness |
209
- | nEMO | Polish | 4481 | anger, fear, happiness, neutral, sadness, surprise |
210
- | Oréau | French | 502 | anger, disgust, fear, happiness, neutral, sadness, surprise |
211
- | PAVOQUE | German | 5442 | anger, happiness, neutral, poker, sadness |
212
- | RAVDESS | English | 1440 | anger, calm, disgust, fear, happiness, neutral, sadness, surprise |
213
- | RESD | Russian | 1396 | anger, disgust, enthusiasm, fear, happiness, neutral, sadness |
214
- | SUBESCO | Bengali | 7000 | anger, disgust, fear, happiness, neutral, sadness, surprise |
 
 
 
 
 
 
 
215
 
216
  ## Additional Information
217
 
218
  ### Licensing Information
219
- The licence of each dataset is described in the `license` field in the metadata.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
220
 
221
  ### Citation Information
222
 
223
  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.
224
 
225
  ```
 
226
 
227
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
228
 
229
- ### Contributions
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
230
 
231
- Thanks to [@iwonachristop](https://huggingface.co/iwonachristop) and [@MaciejCzajka](https://huggingface.co/MaciejCzajka) for adding this dataset.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
182
  ### Data Fields
183
 
184
  - `file_id` (`str`): A unique identifier of the audio sample.
185
+ - `audio` (`dict`): A dictionary containing the file path to the audio sample, the raw waveform, and the sampling rate (16 kHz).
186
  - `emotion` (`str`): A label indicating the expressed emotional state.
187
  - `transcription` (`str`): The orthographic transcription of the utterance.
188
  - `speaker_id` (`str`): A unique identifier of the speaker.
 
194
 
195
  ## Data Splits
196
 
197
+ Since all corpora are already publicly available, there is a risk of contamination. Because of that, **CAMEO** is not divided into train and test splits.
198
+
199
+ | Split | Dataset | Language | Samples | Emotions |
200
+ | ----- |---------|----------|---------|---------|
201
+ | `cafe` | CaFE | French | 936 | anger, disgust, fear, happiness, neutral, sadness, surprise |
202
+ | `crema_d` | CREMA-D | English | 7442 | anger, disgust, fear, happiness, neutral, sadness |
203
+ | `emns` | EMNS | English | 1205 | anger, disgust, excitement, happiness, neutral, sadness, sarcasm, surprise |
204
+ | `emozionalmente` | Emozionalmente | Italian | 6902 |anger, disgust, fear, happiness, neutral, sadness, surprise |
205
+ | `enterface` | eNTERFACE | English | 1257 | anger, disgust, fear, happiness, sadness, surprise |
206
+ | `jl_corpus` | JL-Corpus | English | 2400 | anger, anxiety, apology, assertiveness, concern, encouragement, excitement, happiness, neutral, sadness |
207
+ | `mesd` | MESD | Spanish | 862 |anger, disgust, fear, happiness, neutral, sadness |
208
+ | `nemo` | nEMO | Polish | 4481 | anger, fear, happiness, neutral, sadness, surprise |
209
+ | `oreau` | Oréau | French | 502 | anger, disgust, fear, happiness, neutral, sadness, surprise |
210
+ | `pavoque` | PAVOQUE | German | 5442 | anger, happiness, neutral, poker, sadness |
211
+ | `ravdess` | RAVDESS | English | 1440 | anger, calm, disgust, fear, happiness, neutral, sadness, surprise |
212
+ | `resd` | RESD | Russian | 1396 | anger, disgust, enthusiasm, fear, happiness, neutral, sadness |
213
+ | `subesco` | SUBESCO | Bengali | 7000 | anger, disgust, fear, happiness, neutral, sadness, surprise |
214
+
215
+ ## Dataset Creation
216
+
217
+ The inclusion of a dataset in the collection was determined by the following criteria:
218
+ - The corpus is publicly available and distributed under a license that allows free use for non-commercial purposes and creation of derivative works.
219
+ - The dataset includes transcription of the speech, either directly within the dataset, associated publications or documentation.
220
+ - The annotations corresponding to basic emotional states are included and consistent with commonly used naming conventions.
221
+ - The availability of speaker-related metadata (e.g., speaker identifiers or demographic information) was considered valuable, but not mandatory.
222
 
223
  ## Additional Information
224
 
225
  ### Licensing Information
226
+
227
+ The **CAMEO** collection is available under CC BY-NC-SA 4.0 license.
228
+
229
+ The datasets used for the creation of **CAMEO** have specific licensing terms that must be understood and agreed beforeuse.
230
+ The following licenses apply to the corpora:
231
+ - CC BY-NC-SA 4.0 applies to CaFE, nEMO, PAVOQUE, RAVDESS,
232
+ - Open Database License applies to CREMA-D,
233
+ - Apache 2.0 applies to EMNS,
234
+ - CC BY 4.0 applies to Emozionalmente, MESD, Oréau, SUBESCO,
235
+ - MIT applies to eNTERFACE, RESD,
236
+ - CC0: Public Domain applies to JL-Corpus.
237
+
238
+ Additionally, the licence of each dataset is described in the `license` field in the metadata.
239
+
240
+ ### Contributions
241
+
242
+ Thanks to [@iwonachristop](https://huggingface.co/iwonachristop) and [@MaciejCzajka](https://huggingface.co/MaciejCzajka) for adding this dataset.
243
 
244
  ### Citation Information
245
 
246
  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.
247
 
248
  ```
249
+ @mis{cameo}
250
 
251
+ @inproceedings{cafe,
252
+ author = {Gournay, Philippe and Lahaie, Olivier and Lefebvre, Roch},
253
+ title = {{A Canadian French Emotional Speech Dataset}},
254
+ year = {2018},
255
+ isbn = {9781450351928},
256
+ publisher = {Association for Computing Machinery},
257
+ address = {New York, NY, USA},
258
+ url = {https://doi.org/10.1145/3204949.3208121},
259
+ doi = {10.1145/3204949.3208121},
260
+ booktitle = {Proceedings of the 9th ACM Multimedia Systems Conference},
261
+ pages = {399–402},
262
+ numpages = {4},
263
+ keywords = {canadian french, digital recording, emotional speech, speech dataset},
264
+ location = {Amsterdam, Netherlands},
265
+ series = {MMSys '18}
266
+ }
267
 
268
+ @article{cremad,
269
+ author = {Cao, Houwei and Cooper, David and Keutmann, Michael and Gur, Ruben and Nenkova, Ani and Verma, Ragini},
270
+ year = {2014},
271
+ month = {10},
272
+ pages = {377-390},
273
+ title = {{CREMA-D: Crowd-sourced emotional multimodal actors dataset}},
274
+ volume = {5},
275
+ journal = {IEEE transactions on affective computing},
276
+ doi = {10.1109/TAFFC.2014.2336244}
277
+ }
278
+
279
+ @misc{emns,
280
+ title={{EMNS /Imz/ Corpus: An emotive single-speaker dataset for narrative storytelling in games, television and graphic novels}},
281
+ author={Kari Ali Noriy and Xiaosong Yang and Jian Jun Zhang},
282
+ year={2023},
283
+ eprint={2305.13137},
284
+ archivePrefix={arXiv},
285
+ primaryClass={cs.CL},
286
+ url={https://arxiv.org/abs/2305.13137},
287
+ }
288
+
289
+ @article{emozionalmente,
290
+ author = {Catania, Fabio and Wilke, Jordan and Garzotto, Franca},
291
+ year = {2025},
292
+ month = {01},
293
+ pages = {1-14},
294
+ title = {{Emozionalmente: A Crowdsourced Corpus of Simulated Emotional Speech in Italian}},
295
+ volume = {PP},
296
+ journal = {IEEE Transactions on Audio, Speech and Language Processing},
297
+ doi = {10.1109/TASLPRO.2025.3540662}
298
+ }
299
+
300
+ @inproceedings{enterface,
301
+ author={Martin, O. and Kotsia, I. and Macq, B. and Pitas, I.},
302
+ booktitle={22nd International Conference on Data Engineering Workshops (ICDEW'06)},
303
+ title={{The eNTERFACE' 05 Audio-Visual Emotion Database}},
304
+ year={2006},
305
+ volume={},
306
+ number={},
307
+ pages={8-8},
308
+ keywords={Audio databases;Image databases;Emotion recognition;Spatial databases;Visual databases;Signal processing algorithms;Protocols;Speech analysis;Humans;Informatics},
309
+ doi={10.1109/ICDEW.2006.145}
310
+ }
311
+
312
+ @inproceedings{jlcorpus,
313
+ author = {James, Jesin and Tian, Li and Watson, Catherine},
314
+ year = {2018},
315
+ month = {09},
316
+ pages = {2768-2772},
317
+ title = {{An Open Source Emotional Speech Corpus for Human Robot Interaction Applications}},
318
+ doi = {10.21437/Interspeech.2018-1349}
319
+ }
320
+
321
+ @inproceedings{mesd,
322
+ author = {Duville, Mathilde Marie and Alonso-Valerdi, Luz and Ibarra-Zarate, David I.},
323
+ year = {2021},
324
+ month = {12},
325
+ pages = {},
326
+ title = {{The Mexican Emotional Speech Database (MESD): elaboration and assessment based on machine learning}},
327
+ volume = {2021},
328
+ doi = {10.1109/EMBC46164.2021.9629934}
329
+ }
330
+
331
+ @article{mesd2,
332
+ author = {Duville, Mathilde Marie and Alonso-Valerdi, Luz and Ibarra-Zarate, David I.},
333
+ year = {2021},
334
+ month = {12},
335
+ pages = {},
336
+ title = {{Mexican Emotional Speech Database Based on Semantic, Frequency, Familiarity, Concreteness, and Cultural Shaping of Affective Prosody}},
337
+ volume = {6},
338
+ journal = {Data},
339
+ doi = {10.3390/data6120130}
340
+ }
341
+
342
+ @inproceedings{christop-2024-nemo,
343
+ title = "n{EMO}: Dataset of Emotional Speech in {P}olish",
344
+ author = "Christop, Iwona",
345
+ editor = "Calzolari, Nicoletta and
346
+ Kan, Min-Yen and
347
+ Hoste, Veronique and
348
+ Lenci, Alessandro and
349
+ Sakti, Sakriani and
350
+ Xue, Nianwen",
351
+ booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
352
+ month = may,
353
+ year = "2024",
354
+ address = "Torino, Italia",
355
+ publisher = "ELRA and ICCL",
356
+ url = "https://aclanthology.org/2024.lrec-main.1059/",
357
+ pages = "12111--12116",
358
+ abstract = "Speech emotion recognition has become increasingly important in recent years due to its potential applications in healthcare, customer service, and personalization of dialogue systems. However, a major issue in this field is the lack of datasets that adequately represent basic emotional states across various language families. As datasets covering Slavic languages are rare, there is a need to address this research gap. This paper presents the development of nEMO, a novel corpus of emotional speech in Polish. The dataset comprises over 3 hours of samples recorded with the participation of nine actors portraying six emotional states: anger, fear, happiness, sadness, surprise, and a neutral state. The text material used was carefully selected to represent the phonetics of the Polish language adequately. The corpus is freely available under the terms of a Creative Commons license (CC BY-NC-SA 4.0)."
359
+ }
360
 
361
+ @misc{oreau,
362
+ title = {{French emotional speech database - Or{\'e}au}},
363
+ author = {Kerkeni, Leila and Cleder, Catherine and Serrestou, Youssef and
364
+ Raoof, Kosai},
365
+ abstract = {This document presents the French emotional speech database -
366
+ Or{\'e}au, recorded in a quiet environment. The database is
367
+ designed for general study of emotional speech and analysis of
368
+ emotion characteristics for speech synthesis purposes. It
369
+ contains 79 utterances which could be used in everyday life in
370
+ the classroom. Between 10 and 13 utterances were written for
371
+ each of the 7 emotions in French language by 32 non-professional
372
+ speakers. 2 versions are available, the first one contains 502
373
+ sentences. A perception test was performed to evaluate the
374
+ recognition of emotions and their naturalness. 90\% of
375
+ utterances (434 utterances) were correctly identified and
376
+ retained after the test and various analyses, which constitutes
377
+ the second version of database.},
378
+ publisher = {Zenodo},
379
+ year = {2020}
380
+ }
381
+
382
+ @inproceedings{pavoque,
383
+ author = {Steiner, Ingmar and Schröder, Marc and Klepp, Annette},
384
+ title = {{The PAVOQUE corpus as a resource for analysis and synthesis of expressive speech}},
385
+ booktitle = {Phonetik & Phonologie 9. Phonetik & Phonologie (P&P-9), October 11-12, Zurich, Switzerland},
386
+ year = {2013},
387
+ month = {10},
388
+ pages = {83--84},
389
+ organization = {UZH},
390
+ publisher = {Peter Lang}
391
+ }
392
+
393
+ @article{ravdess,
394
+ doi = {10.1371/journal.pone.0196391},
395
+ author = {Livingstone, Steven R. AND Russo, Frank A.},
396
+ journal = {PLOS ONE},
397
+ publisher = {Public Library of Science},
398
+ 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}},
399
+ year = {2018},
400
+ month = {05},
401
+ volume = {13},
402
+ url = {https://doi.org/10.1371/journal.pone.0196391},
403
+ pages = {1-35},
404
+ 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.},
405
+ number = {5},
406
+ }
407
+
408
+ @misc{resd,
409
+ author = {Artem Amentes and Nikita Davidchuk and Ilya Lubenets},
410
+ title = {{Russian Emotional Speech Dialogs with annotated text}},
411
+ year = {2022},
412
+ publisher = {Hugging Face},
413
+ journal = {Hugging Face Hub},
414
+ howpublished = {\url{https://huggingface.co/datasets/Aniemore/resd_annotated}},
415
+ }
416
+
417
+ @article{subesco,
418
+ doi = {10.1371/journal.pone.0250173},
419
+ author = {Sultana, Sadia AND Rahman, M. Shahidur AND Selim, M. Reza AND Iqbal, M. Zafar},
420
+ journal = {PLOS ONE},
421
+ publisher = {Public Library of Science},
422
+ title = {{SUST Bangla Emotional Speech Corpus (SUBESCO): An audio-only emotional speech corpus for Bangla}},
423
+ year = {2021},
424
+ month = {04},
425
+ volume = {16},
426
+ url = {https://doi.org/10.1371/journal.pone.0250173},
427
+ pages = {1-27},
428
+ 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.},
429
+ number = {4},
430
+ }
431
+ ```