pariajm commited on
Commit
7d5c1e1
1 Parent(s): 665f813

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -0
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Sharif Emotional Speech Database (ShEMO)
2
+
3
+ Dataset Summary
4
+ The database includes 3000 semi-natural utterances, equivalent to 3 hours and 25 minutes of speech data extracted from online Persian radio plays. The ShEMO covers speech samples of 87 native-Persian speakers for five basic emotions including <i>anger</i>, <i>fear</i>, <i>happiness</i>, <i>sadness</i> and <i>surprise</i>, as well as neutral state. Twelve annotators label the underlying emotional state of utterances and majority voting is used to decide on the final labels. According to the kappa measure,
5
+ the inter-annotator agreement is 64% which is interpreted as "substantial agreement".
6
+
7
+ Languages
8
+ Persian (fa)
9
+
10
+
11
+ ## Overview of Sharif Emotional Speech (ShEMO) Database
12
+
13
+ Feature | Status
14
+ ------------- | ----------
15
+ **Access** | Open source
16
+ **Language** | Persian
17
+ **Modality** | Speech
18
+ **Duration** | 3 hours and 25 minutes
19
+ **#Utterances** | 3000
20
+ **#Speakers** | 87 (31 females, 56 males)
21
+ **#Emotions** | 5 basic emotions (anger, fear, happiness, sadness and surprise) and neutral state
22
+ **Orthographic transcripts** | Available
23
+ **Phonetic transcripts** | Available
24
+
25
+
26
+ ## Description of Labels
27
+ The characters used in the label of the utterances and their corresponding meaning:
28
+ - **A**: anger emotion
29
+ - **F**: female speaker (if used at the beginning of the label e.g.`F14A09`) or fear (if used in the middle of the label e.g. `M02F01`)
30
+ - **H** : happiness
31
+ - **M** : male speaker
32
+ - **N** : neutral
33
+ - **S** : sadness
34
+ - **W** : surprise
35
+
36
+ e.g. `F03S02` **F** means the speaker is **female**, **03** denotes **the speaker code**, **S** refers to the underlying emotion of the utterance which is **sadness**, **02** means this is the **second utterance for this speaker in sad emotion**.
37
+
38
+
39
+ ## Citation
40
+ If you use this dataset, please cite the following paper:
41
+ ~~~~
42
+ @Article{MohamadNezami2019,
43
+ author = {Mohamad Nezami, Omid and Jamshid Lou, Paria and Karami, Mansoureh},
44
+ title = {ShEMO: a large-scale validated database for Persian speech emotion detection},
45
+ journal = {Language Resources and Evaluation},
46
+ year = {2019},
47
+ volume = {53},
48
+ number = {1},
49
+ pages = {1--16},
50
+ issn = {1574-0218},
51
+ doi = {10.1007/s10579-018-9427-x},
52
+ url = {https://doi.org/10.1007/s10579-018-9427-x}
53
+ }
54
+ ~~~~