holylovenia commited on
Commit
b98df2f
1 Parent(s): de9fe44

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md CHANGED
@@ -1,3 +1,41 @@
1
  ---
2
  license: cc-by-sa-4.0
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-sa-4.0
3
+ language:
4
+ - en
5
+ - zh
6
+ metrics:
7
+ - f1
8
+ library_name: transformers
9
+ pipeline_tag: audio-classification
10
+ tags:
11
+ - speech-emotion-recognition
12
  ---
13
+
14
+ # Cross-Lingual Cross-Age Group Adaptation for Low-Resource Elderly Speech Emotion Recognition
15
+
16
+ Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on English and Chinese data from elderly speakers.
17
+ The model is trained on the training sets of [CREMA-D](https://github.com/CheyneyComputerScience/CREMA-D), [CSED](https://github.com/AkishinoShiame/Chinese-Speech-Emotion-Datasets), [ElderReact](https://github.com/Mayer123/ElderReact), and [TESS](https://www.kaggle.com/datasets/ejlok1/toronto-emotional-speech-set-tess).
18
+ When using this model, make sure that your speech input is sampled at 16kHz.
19
+
20
+ The scripts used for training and evaluation can be found here:
21
+ [https://github.com/HLTCHKUST/elderly_ser/tree/main](https://github.com/HLTCHKUST/elderly_ser/tree/main)
22
+
23
+ ## Evaluation Results
24
+
25
+ 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).
26
+ It also provides the model's speech emotion recognition performances on: English-All, Chinese-All, English-Elderly, Chinese-Elderly, English-Adults, Chinese-Adults.
27
+
28
+ ## Citation
29
+
30
+ Our paper will be published at INTERSPEECH 2023. In the meantime, you can find our paper on [arXiv](https://arxiv.org/abs/2306.14517).
31
+ If you find our work useful, please consider citing our paper as follows:
32
+ ```
33
+ @misc{cahyawijaya2023crosslingual,
34
+ title={Cross-Lingual Cross-Age Group Adaptation for Low-Resource Elderly Speech Emotion Recognition},
35
+ author={Samuel Cahyawijaya and Holy Lovenia and Willy Chung and Rita Frieske and Zihan Liu and Pascale Fung},
36
+ year={2023},
37
+ eprint={2306.14517},
38
+ archivePrefix={arXiv},
39
+ primaryClass={cs.CL}
40
+ }
41
+ ```