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

Emilia-NV Pipeline


πŸ—ž News

πŸ“… 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
CategoryDescription
BreathingAudible inhalation or exhalation (e.g., sigh, deep breath)
CryingSoft or loud weeping sounds
LaughterLaughter of varying intensity
CoughSingle or repetitive coughing sounds
SighAudible exhale expressing fatigue, sadness, or relief
UhmA brief, voiced hesitation marker
ShhHushing sound indicating quiet
Dissatisfaction-hnnLow-pitched hum expressing discontent
Surprise-ahSharp exclamation expressing surprise (ah)
Surprise-ohSurprised tone using "oh"
Surprise-yoCasual surprise tone using "yo"
Surprise-waExclamation tone using "wa"
Question-ahQuestioning tone on "ah"
Question-ohInquisitive "oh" tone
Question-eiInterrogative tone using "ei"
Question-yiRising "yi" used in questions
Question-enQuestioning "en" often in casual speech
Confirmation-enAffirmative 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.