Datasets:

Modalities:
Audio
Text
Formats:
parquet
Libraries:
Datasets
pandas
License:
hustep-admin commited on
Commit
1dbd430
·
verified ·
1 Parent(s): 06926b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -30
README.md CHANGED
@@ -1,30 +1,45 @@
1
- ---
2
- license: cc-by-4.0
3
- configs:
4
- - config_name: default
5
- data_files:
6
- - split: train
7
- path: data/train-*
8
- dataset_info:
9
- features:
10
- - name: speaker_id
11
- dtype: int64
12
- - name: path
13
- dtype: audio
14
- - name: duration
15
- dtype: float64
16
- - name: accent
17
- dtype: string
18
- - name: emotion
19
- dtype: string
20
- - name: emotion_id
21
- dtype: int64
22
- - name: gender
23
- dtype: string
24
- splits:
25
- - name: train
26
- num_bytes: 373345852.08
27
- num_examples: 5280
28
- download_size: 366955512
29
- dataset_size: 373345852.08
30
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ dataset_info:
9
+ features:
10
+ - name: speaker_id
11
+ dtype: int64
12
+ - name: path
13
+ dtype: audio
14
+ - name: duration
15
+ dtype: float64
16
+ - name: accent
17
+ dtype: string
18
+ - name: emotion
19
+ dtype: string
20
+ - name: emotion_id
21
+ dtype: int64
22
+ - name: gender
23
+ dtype: string
24
+ splits:
25
+ - name: train
26
+ num_bytes: 373345852.08
27
+ num_examples: 5280
28
+ download_size: 366955512
29
+ dataset_size: 373345852.08
30
+ ---
31
+ This dataset is part of a conference paper accepted to IEEE ICASSP 2024: [paper](https://ieeexplore.ieee.org/document/10448373).
32
+ Please cite as:
33
+ ```
34
+ @INPROCEEDINGS{10448373,
35
+ author={Thanh, Pham Viet and Huyen, Ngo Thi Thu and Quan, Pham Ngoc and Trang, Nguyen Thi Thu},
36
+ booktitle={ICASSP 2024 - 2024 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
37
+ title={A Robust Pitch-Fusion Model for Speech Emotion Recognition in Tonal Languages},
38
+ year={2024},
39
+ volume={},
40
+ number={},
41
+ pages={12386-12390},
42
+ keywords={Emotion recognition;Video on demand;Pipelines;Speech recognition;Speech enhancement;Signal processing;Reliability engineering;Speech emotion recognition;vocal pitch;Vietnamese dataset;tonal languages},
43
+ doi={10.1109/ICASSP48485.2024.10448373}}
44
+
45
+ ```