SpeechSense
收藏资源简介:
SpeechSense是由香港中文大学计算机科学与工程学系构建的专注于副语言特征的细粒度语音情感分析数据集。该数据集包含669条高保真合成语音音频剪辑,覆盖自信、紧张、热情、冷漠、激动、不耐烦、讽刺和中性八种人际立场标签,通过严格的语义-韵律解耦文本设计、角色扮演TTS合成及双重阶段人工验证流程构建。数据集的创建旨在克服现有语音情感分析中依赖文本管道丢失声学线索以及标签粒度不匹配的局限,为研究细粒度人际立场检测提供基准,强调韵律特征在捕捉微妙说话者态度中的核心作用。
SpeechSense is a fine-grained paralinguistic speech emotion analysis dataset constructed by the Department of Computer Science and Engineering, The Chinese University of Hong Kong. It contains 669 high-fidelity synthetic speech audio clips covering eight interpersonal stance labels: confident, nervous, enthusiastic, indifferent, excited, impatient, sarcastic, and neutral. The dataset is built through strict semantic-prosody decoupled text design, role-playing TTS synthesis, and a two-stage manual verification process. This dataset is developed to address the limitations of existing speech emotion analysis research, which often loses acoustic cues when relying on text-centric pipelines and faces the problem of mismatched label granularity. It aims to provide a benchmark for fine-grained interpersonal stance detection and highlights the critical role of prosodic features in capturing subtle speaker attitudes.
SpeechSense 数据集详情
基本信息
- 数据集名称:SpeechSense
- 发布状态:已被 ACM Multimedia 2026 Dataset Track 接收(2026年8月)
- 数据集定位:面向细粒度语音情感分析的副语言焦点数据集(Paralinguistic-Focused Dataset)
核心特点
与大多数仅标注“快乐”“悲伤”等基本情绪(basic emotions)的语音情感数据集不同,SpeechSense 专注于人际立场(interpersonal stances)——即说话者向听者传达的态度,这些态度主要由韵律(prosody)而非词汇选择承载。
所有载体句(carrier sentences)均设计为语义中性,使情感完全体现在“说话方式”上。基准测试结果显示:
- 具备声学访问能力的模型:macro F1 达到 53-57%
- 纯文本模型:macro F1 仅为 5-22%,证实该任务无法仅通过转录文本解决
标签体系
数据集包含 8个标签,划分为四组对比对:
| 分组 | 标签 |
|---|---|
| 内部确定性(Internal Certainty) | 自信(Confident)· 紧张(Nervous) |
| 高能量效价(High-Energy Valence) | 热情(Passionate)· 不耐烦(Impatient) |
| 社会连接(Social Connection) | 温暖(Warm)· 冷漠(Apathetic) |
| 韵律偏差(Prosodic Deviation) | 讽刺(Sarcastic)· 中性(Neutral) |
数据集构成
数据集分为两个部分,均托管于 Hugging Face:
| 分区 | 音频片段数 | 文本来源 | 链接 |
|---|---|---|---|
| 测试集 | 669 | Qwen3-Max | https://huggingface.co/datasets/BruceW13/SpeechSense |
| 训练集 | 1,522 | Gemini 3 Pro | https://huggingface.co/datasets/BruceW13/SpeechSense-Training |
仓库内容
仓库包含以下文件与目录:
- results/:结果文件
per_class_f1_audio.csv:五个音频模型的各类别 F1 分数per_class_f1_text.csv:四个纯文本模型的各类别 F1 分数prediction_dist_audio.csv:音频模型对测试集各类的预测分布prediction_dist_text.csv:纯文本模型的预测分布confusion_matrices/:全部九种配置的原始计数和热力图
- synthesis_directives/:传递给 TTS 引擎的角色扮演风格提示
- training_scripts/:各模型族的微调代码
- HYPERPARAMETERS.md:全部九个模型的训练配置

- 1SpeechSense: A Paralinguistic-Focused Dataset for Fine-Grained Speech Sentiment Analysis香港中文大学·计算机科学与工程学系 · 2026年




