Emo-Emilia
收藏资源简介:
Emo-Emilia是一个新的语音情感识别测试集,用于更好地模拟真实世界的环境。它通过自动化标注方法对Emilia进行标注,Emilia是一个大规模的多语言和多样化的语音生成资源,包含超过100,000小时的语音数据,涵盖广泛的情感语境。每个语句至少由两名专家进行验证,以确保情感标签的准确性和可靠性。最终提出的测试集Emo-Emilia包含1400个测试样本,涵盖七种情感类别(愤怒、快乐、恐惧、惊讶、中性、悲伤和厌恶),每种语言(中文和英文)各有700个样本。
Emo-Emilia is a novel speech emotion recognition test set developed to better simulate real-world scenarios. It employs automated annotation methods to label data sourced from Emilia—a large-scale multilingual and diverse speech generation resource boasting over 100,000 hours of speech data covering a broad spectrum of emotional contexts. Each utterance in the test set was verified by at least two experts to ensure the accuracy and reliability of the emotion labels. The finalized Emo-Emilia test set consists of 1400 test samples spanning seven emotion categories: anger, happiness, fear, surprise, neutral, sadness, and disgust, with 700 samples allocated to each of the two languages, Mandarin Chinese and English.
C²SER 数据集概述
1. 数据集简介
- 名称: Emo-Emilia
- 类型: 语音情感识别测试集
- 语言: 中英双语
- 规模: 1400个测试样本(中英文各700个)
- 情感类别: 7类(愤怒、快乐、恐惧、惊讶、中性、悲伤、厌恶)
- 每类样本量: 100个/语言
2. 数据来源
- 基于Emilia数据集子集构建
- 原始数据集: Emilia数据集
- 下载地址: HuggingFace
3. 标注信息
- 采用自动化标注+人工验证方式
- 每个样本由至少两名专家验证
- 标注文件:
./Emo-Emilia/Emo-Emilia-ALL.jsonl
4. 相关模型
Emotion2Vec-S
- 类型: 自监督语音情感识别模型
- 特点:
- 扩展自Emotion2Vec
- 采用半监督学习增强情感区分能力
- 预训练模型:
C²SER-LLM
- 类型: 音频语言模型
- 核心方法:
- 上下文感知
- 思维链(CoT)推理
- 显式到隐式CoT的自蒸馏
- 预训练模型:
- 基础模型: Qwen-7B
- 微调模型: HuggingFace
5. 特征提取
- 输入要求:
wav.scp文件格式 - 提取级别: 帧级/语句级
- 脚本路径:
./Emotion2Vec-S/speech_feature_extraction.py - 批量处理脚本:
./Emotion2Vec-S/extract_feature.sh
6. 推理流程
- 使用Emotion2Vec-S提取语句级特征
- 修改
./C2SER-llm/infer_runtime.py中的路径参数 - 选择阶段提示词(Stage1/Stage2)
- 运行推理脚本




