DeepDialogue
收藏资源简介:
DeepDialogue是一个多轮情感丰富的口语对话数据集,用于语音情感识别(SER)任务。数据集有两个版本,XTTS版本和Orpheus版本,均可在HuggingFace上获取。
DeepDialogue is a multi-turn spoken dialogue dataset rich in emotional content, designed for speech emotion recognition (SER) tasks. The dataset has two variants: the XTTS version and the Orpheus version, both of which are available on HuggingFace.
DeepDialogue数据集概述
基本信息
- 数据集名称: DeepDialogue
- 论文标题: DeepDialogue: A Multi-Turn Emotionally-Rich Spoken Dialogue Dataset
- 论文链接: https://arxiv.org/abs/2505.19978
- 项目网站: https://salt-research.github.io/DeepDialogue
数据集内容
- 类型: 多轮情感丰富的口语对话数据集
- 用途: 语音情感识别(SER)任务
数据版本
数据集提供两个版本,均托管在HuggingFace平台:
- XTTS版本: https://huggingface.co/datasets/SALT-Research/DeepDialogue-xtts
- Orpheus版本: https://huggingface.co/datasets/SALT-Research/DeepDialogue-orpheus
实验代码
-
代码位置:
ser/目录 -
训练命令: bash bash train.sh
-
评估脚本: bash python evaluate_ravdess.py --model_path /path/to/deepdialogue-trained/model --ssl_model_name facebook/hubert-base-ls960 --ravdess_root /path/to/ravdess --hidden_size 128 --feature_dim 768 --batch_size 32 --seed 42
引用格式
bibtex @misc{koudounas2025deepdialoguemultiturnemotionallyrichspoken, title={DeepDialogue: A Multi-Turn Emotionally-Rich Spoken Dialogue Dataset}, author={Alkis Koudounas and Moreno La Quatra and Elena Baralis}, year={2025}, eprint={2505.19978}, archivePrefix={arXiv}, primaryClass={cs.CL}, url={https://arxiv.org/abs/2505.19978}, }




