NonverbalTTS
收藏资源简介:
NonverbalTTS是一个包含17小时的英语公开数据集,包含了10种非语言声音(如笑声、咳嗽)和8种情感类别的标注。数据集来源于VoxCeleb和Expresso,通过自动化检测和人工验证获得。该数据集通过自动语音识别(ASR)、非语言声音标记、情感分类和融合算法合并了多个标注者的转录。在NVTTS数据集上微调开源的文本到语音(TTS)模型,在人类评估和自动指标(包括说话者相似度和非语言声音保真度)方面实现了与闭源系统CosyVoice2的性能相当。通过发布NVTTS及其配套的标注指南,我们解决了表达性TTS研究中一个关键瓶颈。
NonverbalTTS is a 17-hour English open-access dataset with annotations for 10 types of nonverbal sounds (e.g., laughter, coughing) and 8 emotional categories. The dataset is sourced from VoxCeleb and Expresso, and acquired through automated detection and manual verification. It integrates transcriptions from multiple annotators via automatic speech recognition (ASR), nonverbal sound tagging, emotion classification, and fusion algorithms. Fine-tuning open-source text-to-speech (TTS) models on the NVTTS dataset achieves performance comparable to the closed-source system CosyVoice2 across both human evaluation and automatic metrics, including speaker similarity and nonverbal sound fidelity. By releasing NVTTS and its supporting annotation guidelines, we address a critical bottleneck in expressive TTS research.
NonverbalTTS 数据集概述
基本信息
- 名称: NonverbalTTS
- 类型: 音频数据集
- 语言: 英语 (en)
- 许可证: Apache-2.0
- 数据规模: 1K<n<10K
- DOI: 10.5281/zenodo.15274617
数据集结构
- 配置名称: default
- 数据文件:
- 训练集: default/train/**
- 开发集: default/dev/**
- 测试集: default/test/**
- 其他: default/other/**
关键特征
- 时长: 17小时高质量语音数据
- 非语言声音类型: 10种(呼吸、笑声、叹息、打喷嚏、咳嗽、清嗓、呻吟、咕哝、打鼾、抽鼻)
- 情感类别: 8种(愤怒、厌恶、恐惧、快乐、中性、悲伤、惊讶、其他)
- 说话人: 2296人(60%男性,40%女性)
- 数据来源: VoxCeleb 和 Expresso 语料库
- 采样率: VoxCeleb音频16kHz,Expresso音频48kHz
加载方式
python from datasets import load_dataset dataset = load_dataset("deepvk/NonverbalTTS")
标注流程
- 自动检测:
- 使用BEATs检测非语言声音
- 使用emotion2vec+进行情感分类
- 通过Canary模型进行ASR转录
- 人工验证:
- 每个样本由3名标注员验证
- 过滤非英语/多说话人片段
- 融合算法:
- 多数投票确定最终转录
- 基于Pyalign的序列对齐
基准测试结果
| 指标 | NVTTS | CosyVoice2 |
|---|---|---|
| 说话人相似度 | 0.89 | 0.85 |
| 非语言声音Jaccard | 0.8 | 0.78 |
| 人类偏好 | 33.4% | 35.4% |
使用场景
- 训练富有表现力的TTS模型
- 零样本非语言声音合成
- 情感感知语音生成
- 韵律建模研究
许可证
- 标注: CC BY-NC-SA 4.0
- 音频: 遵循原始来源许可证(VoxCeleb, Expresso)




