Emilia-NV: A Non-Verbal Speech Dataset with Word-Level Annotation for Human-Like Speech Modeling
September 18, 2025 Β· View on GitHub
π Paper | π Demos | βΆοΈ Demo Video | π€ Dataset Access
Emilia-NV introduces the first large-scale Mandarin corpus with fine-grained, word-level annotations of paralinguistic vocalizationsβsuch as laughter, breathing, crying, and interjections like βuhmβ and βohβ. Despite their importance for natural and expressive communication, these cues are rarely covered in existing resources, leaving them overlooked in ASR and TTS research. The corpus includes 48k human-annotated and 174k auto-labeled utterances (573hours).
Building on this foundation, Emilia-NV provides:
- ποΈ A scalable annotation pipeline that enables large-scale automatic labeling of paralinguistic vocalizations.
- π§ Paralinguistic-aware ASR (NVASR) that jointly transcribes lexical content and non-verbal tokens.
- π Paralinguistic controllable TTS (CV2@Emilia-NV) that supports explicit, position-aware generation of paralinguistic vocalizations.
This enables expressive, human-like speech modeling at both recognition and synthesis levels.
β¨ Highlights
- π§βπ« 18 fine-grained paralinguistic categories, including NVVs and lexicalized interjections
- π§ 48,430 manually labeled utterances & 174,179 auto-labeled utterances (~573 hours)
- π£οΈ Paralinguistic-aware ASR: Inline decoding like
You're so funny [Laughter] - π Controllable TTS: Insert cues at arbitrary positions with natural rendering
- π‘ Open-source pipeline for paralinguistic-aware ASR and controllable speech synthesis
- π Mandarin-first design, with demonstrated cross-lingual applicability to English
π Pipeline Overview

π News
- [2025-08-06] π Initial release of Emilia-NV:
- π arXiv preprint
- π§ Demo page
- π€ Dataset
π Release Plan
- β Auto-labeled Emilia-NV dataset (174k utterances)
- β ASR and TTS inference demo with controllable NVV generation
- Paralinguistic-aware ASR model inference code
- Paralinguistic-aware ASR checkpoint (Mandarin and English)
π¦ Dataset
π Emilia-NV
- 174,179 auto-labeled utterances
- 573 total hours β‘οΈ Automatically labeled using our ASR model.
π·οΈ Paralinguistic Tag Categories
π Click to expand: 18 fine-grained paralinguistic tags
| Category | Description |
|---|---|
Breathing | Audible inhalation or exhalation (e.g., sigh, deep breath) |
Crying | Soft or loud weeping sounds |
Laughter | Laughter of varying intensity |
Cough | Single or repetitive coughing sounds |
Sigh | Audible exhale expressing fatigue, sadness, or relief |
Uhm | A brief, voiced hesitation marker |
Shh | Hushing sound indicating quiet |
Dissatisfaction-hnn | Low-pitched hum expressing discontent |
Surprise-ah | Sharp exclamation expressing surprise (ah) |
Surprise-oh | Surprised tone using "oh" |
Surprise-yo | Casual surprise tone using "yo" |
Surprise-wa | Exclamation tone using "wa" |
Question-ah | Questioning tone on "ah" |
Question-oh | Inquisitive "oh" tone |
Question-ei | Interrogative tone using "ei" |
Question-yi | Rising "yi" used in questions |
Question-en | Questioning "en" often in casual speech |
Confirmation-en | Affirmative tone using "en" (like "mm-hmm" in English) |
π€ Paralinguistic-Aware ASR
This ASR model decodes inline paralinguistic cues as textual tokens:
Input: [Audio clip]
Output: "I don't know (Uhm) maybe (Sigh) we should wait."
π Controllable TTS
Our controllable TTS module enables context-aware insertion of paralinguistic vocalizations at arbitrary token positions, producing natural and expressive speech.
Input Text: "I don't know (Uhm) maybe (Sigh) we should wait."
Output Audio: [Synthesized speech with aligned non-verbal expressions]
π Citation
If you find Emilia-NV helpful, please cite:
@article{2025nvspeech,
title = {NVSpeech: An Integrated and Scalable Pipeline for Human-Like Speech Modeling with Paralinguistic Vocalizations},
author = {Huan Liao, Qinke Ni, Yuancheng Wang, Yiheng Lu, Haoyue Zhan, Pengyuan Xie, Qiang Zhang, Zhizheng Wu},
journal = {arXiv preprint arXiv:2508.04195},
year = {2025}
}
π Acknowledgement
Our codebase is built upon the awesome PANNs, Sensevoice, Qwen-Audio, CosyVoice, Whisper and Paraformer repositories.
π¬ Contact
For questions, please open an issue
πͺͺ License
This repository is licensed under CC BY-NC-SA 4.0.