Datasets:
holylovenia
commited on
Commit
·
279dc9a
1
Parent(s):
48c5ff8
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,34 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
+
language:
|
4 |
+
- yue
|
5 |
+
tags:
|
6 |
+
- speech
|
7 |
+
- speech-emotion-recognition
|
8 |
+
pretty_name: YueMotion
|
9 |
+
size_categories:
|
10 |
+
- 1K<n<10K
|
11 |
---
|
12 |
+
|
13 |
+
# YueMotion
|
14 |
+
|
15 |
+
A Cantonese speech emotion recognition by adult (7 females + 4 males) and elderly (5 females + 2 males) speakers with 5 emotion labels: anger (1), happy (2), sad (3), neutral (4), fear (5), disgust (6).
|
16 |
+
In total, YueMotion consists of 1080 utterances, i.e., 420 utterances for elderly and 660 for adults.
|
17 |
+
|
18 |
+
## Dataset Details
|
19 |
+
|
20 |
+
For the details (e.g., the statistics of `train`, `valid`, and `test` data), please refer to our paper on [arXiv](https://arxiv.org/abs/2306.14517).
|
21 |
+
## Citation
|
22 |
+
|
23 |
+
Our paper will be published at INTERSPEECH 2023. In the meantime, you can find our paper on [arXiv](https://arxiv.org/abs/2306.14517).
|
24 |
+
If you find our work useful, please consider citing our paper as follows:
|
25 |
+
```
|
26 |
+
@misc{cahyawijaya2023crosslingual,
|
27 |
+
title={Cross-Lingual Cross-Age Group Adaptation for Low-Resource Elderly Speech Emotion Recognition},
|
28 |
+
author={Samuel Cahyawijaya and Holy Lovenia and Willy Chung and Rita Frieske and Zihan Liu and Pascale Fung},
|
29 |
+
year={2023},
|
30 |
+
eprint={2306.14517},
|
31 |
+
archivePrefix={arXiv},
|
32 |
+
primaryClass={cs.CL}
|
33 |
+
}
|
34 |
+
```
|