diff --git a/README.md b/README.md index 09a12d4..6e75db6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ -***Speech Emotion Recognition (SER) Datasets:*** *A collection of datasets (count=58) for the purpose of emotion recognition/detection in speech. +***Speech Emotion Recognition (SER) Datasets:*** *A collection of datasets (count=60) for the purpose of emotion recognition/detection in speech. The table is chronologically ordered and includes a description of the content of each dataset along with the emotions included. The table can be browsed, sorted and searched under https://superkogito.github.io/SER-datasets/* | Dataset | Year | Content | Emotions | Format | Size | Language | Paper | Access | License | |:--------------------------------------------------------------------------------------------------------------------------------------------------|:----------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------|:---------------------|:------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------|:------------------------------------------------------------------------------------------------------------------------------------------| +| [BANSpEmo](https://data.mendeley.com/datasets/rdwn4bs5ky/2) | 2023 | 792 utterance recordings from 22 unprofessional speakers (11 males and 11 females) of six basic emotional reactions of two sets of sentences. | angry, disgusted, happy, surprised, sad, fear | Audio | 0.555 GB | Bangla | [BANSpEmo: A Bangla Emotional Speech Recognition Dataset](https://arxiv.org/abs/2312.14020) | Open | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) | +| [KBES](https://data.mendeley.com/datasets/vsn37ps3rx/4) | 2023 | 900 audio signals from 35 actors (20 females and 15 males). Each emotion is represented with two intensity levels (low & high) | angry, disgusted, happy, neutral, sad | Audio | 0.337 GB | Bangla | [KBES: A dataset for realistic Bangla speech emotion recognition with intensity level](https://www.sciencedirect.com/science/article/pii/S2352340923008107) | Open | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) | | [Hi, KIA](https://zenodo.org/records/7091465) | 2022 | A shared short Wakeup Word database focusing on perceived emotion in speech The dataset contains 488 Wakeup Word speech | angry, happy, sad, neutral | Audio | 0.75 GB | Korean | [Hi, KIA: A Speech Emotion Recognition Dataset for Wake-Up Words](https://arxiv.org/abs/2211.03371) | Open | [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) | | [Emozionalmente](https://zenodo.org/records/6569824) | 2022 | 6902 labeled samples acted out by 431 amateur actors while verbalizing 18 different sentences | anger, disgust, fear, joy, sadness, surprise, neutral | Audio | 0.581 GB | Italian | -- | Open | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) | | [BanglaSER](https://data.mendeley.com/datasets/t9h6p943xy/5) | 2022 | 1467 Bangla speech-audio recordings by 34 non-professional participating actors (17 male and 17 female) from diverse age groups between 19 and 47 years. | angry, happy, neutral, sad, surprise | Audio | 0.425 GB | Bangla | [BanglaSER: A speech emotion recognition dataset for the Bangla language](https://www.sciencedirect.com/science/article/pii/S235234092200302X) | Open | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) | diff --git a/src/ser-datasets.csv b/src/ser-datasets.csv index b0cf080..488d047 100644 --- a/src/ser-datasets.csv +++ b/src/ser-datasets.csv @@ -1,4 +1,6 @@ Dataset,Year,Content,Emotions,Format,Size,Language,Paper,Access,License +`BANSpEmo `_,2023,792 utterance recordings from 22 unprofessional speakers (11 males and 11 females) of six basic emotional reactions of two sets of sentences.,"angry, disgusted, happy, surprised, sad, fear",Audio,0.555 GB,Bangla,`BANSpEmo: A Bangla Emotional Speech Recognition Dataset `_,Open,`CC BY 4.0 `_ +`KBES `_,2023,900 audio signals from 35 actors (20 females and 15 males). Each emotion is represented with two intensity levels (low & high),"angry, disgusted, happy, neutral, sad",Audio,0.337 GB,Bangla,`KBES: A dataset for realistic Bangla speech emotion recognition with intensity level `_,Open,`CC BY 4.0 `_ "`Hi, KIA `_",2022,A shared short Wakeup Word database focusing on perceived emotion in speech The dataset contains 488 Wakeup Word speech,"angry, happy, sad, neutral",Audio,0.75 GB,Korean,"`Hi, KIA: A Speech Emotion Recognition Dataset for Wake-Up Words `_",Open,`CC BY-SA 4.0 `_ `Emozionalmente `_,2022,6902 labeled samples acted out by 431 amateur actors while verbalizing 18 different sentences,"anger, disgust, fear, joy, sadness, surprise, neutral",Audio,0.581 GB,Italian,--,Open,`CC BY 4.0 `_ `BanglaSER `_,2022,1467 Bangla speech-audio recordings by 34 non-professional participating actors (17 male and 17 female) from diverse age groups between 19 and 47 years.,"angry, happy, neutral, sad, surprise",Audio,0.425 GB,Bangla,`BanglaSER: A speech emotion recognition dataset for the Bangla language `_,Open,`CC BY 4.0 `_