--- license: other language: - en task_categories: - text-to-speech - automatic-speech-recognition - audio-classification pretty_name: NaturalVoices Restored (16 kHz, Sidon + UTMOS-filtered) size_categories: - 100K utmos_orig`** (restoration actually helped). Both scores are stored so you can re-threshold. 3. **Label** — speaker **age** (audeering `wav2vec2-large-robust-24-ft-age-gender`) and **wpm / speaking rate** (Qwen3 Forced Aligner 0.6B: aligned word count over the first-word-onset → last-word-offset span) are added. The original NaturalVoices annotations (emotion, SNR, DNSMOS, etc.) are carried through unchanged. ## Columns | Column | Description | |---|---| | `audio` | Sidon-restored waveform (16 kHz, float32) | | `text` | Transcript | | `file_name`, `Document`, `Part Number` | Clip identifiers | | `total time`, `start`, `end` | Clip duration / source offsets (seconds) | | `gender` | Speaker gender (original NaturalVoices label) | | `age` | Predicted speaker age in years (audeering wav2vec2) | | `wpm` | Speaking rate (words per minute), forced-aligned | | `utmos` | UTMOS of the **restored** clip | | `utmos_orig` | UTMOS of the **original** clip (kept only when `utmos > utmos_orig`) | | `DNSMOSPro`, `SNR`, `ASR_CONF`, `NUM_SPKS` | Original NaturalVoices quality annotations | | `Arousal`, `Dominance`, `Valence` | Original emotion attributes | | `Neutral`, `Angry`, `Sad`, `Happy`, `Emotion` | Original emotion labels | ## Dataset statistics **Speaking rate (wpm)** — mean **175**, median **171**, p5–p95 **104–261**. **Age** — mean **36.5 yr**, median **33.7**, p10–p90 **22.8–55.4**. **Gender** — model vs. original-label agreement **94.2%** (the original `gender` label is the one shipped in this dataset; the predictor was used only for cross-checking). ## Source & license Derived from **[NaturalVoices_VC_870h](https://huggingface.co/datasets/JHU-SmileLab/NaturalVoices_VC_870h)** (JHU SmileLab). Audio has been restored/transformed; please honor the terms of the original NaturalVoices release for any redistribution or use. Restoration: Sidon v0.1. Quality metric: UTMOS (`tarepan/SpeechMOS`). ## Citation If you use this data, please cite the original NaturalVoices dataset: ```bibtex @misc{du2025naturalvoiceslargescalespontaneousemotional, title={NaturalVoices: A Large-Scale, Spontaneous and Emotional Podcast Dataset for Voice Conversion}, author={Zongyang Du and Shreeram Suresh Chandra and Ismail Rasim Ulgen and Aurosweta Mahapatra and Ali N. Salman and Carlos Busso and Berrak Sisman}, year={2025}, eprint={2511.00256}, archivePrefix={arXiv}, primaryClass={eess.AS}, url={https://arxiv.org/abs/2511.00256}, } ```