Datasets:
Tasks:
Audio Classification
Modalities:
Audio
Formats:
soundfolder
Languages:
Chinese
Size:
1K - 10K
License:
Dataset Viewer
Search is not available for this dataset
audio
audioduration (s) 0.39
433
|
---|
End of preview. Expand
in Data Studio
Chinese Speech Emotional Understanding Benchmark (CSEU-Bench)
The benchmark aims to evaluate the ability of understanding psycho-linguistic emotion labels in Chinese speech. It contains Chinese speech audios with diverse syntactic structures, and 83 psycho-linguistic emotion entities as classification labels.
CSEU-Bench Components:
CSEU-Bench.csv
: all speech samplesCSEU-monosyllabic.csv
: speech samples with single-syllable wordsCSEU-bisyllabic.csv
: speech samples with two-syllable wordsCSEU-short-sentence.csv
: speech samples with short sentencesCSEU-discourse.csv
: discourse speech samples
Columns in data files:
target
: speech scriptstarget_audio
: speech audio file pathssample_type
: syntactic structure of speech. monosyllabic, bisyllabic, short-sentence or discourse.judgment
: 8 human judgment labels for each sample. For all labels, refer to utils/const.py in https://github.com/qiuchili/CSEU-Bench.literal_sentiment
: Binary values indicating whether each speech audio is neutral by literal meaning. Only applies to discourse samples.target_attitude
: golden speech emotion labels. For all labels, refer to utils/const.py in https://github.com/qiuchili/CSEU-Bench.
Usage
- For dataset loading, use python
pandas
:
import pandas as pd
df = pd.read_csv("CSEU-xxx.csv")
- For running the experiments, please refer to https://github.com/qiuchili/CSEU-Bench.
- Downloads last month
- 56