Datasets:
File size: 6,064 Bytes
8aa7f3f 4dab89a 1f73007 f361efa 8aa7f3f 4dab89a 1f73007 f361efa c14fc32 8aa7f3f b8e8329 8aa7f3f b8e8329 32782dc b8e8329 c14fc32 b8e8329 c14fc32 b8e8329 32782dc b8e8329 32782dc b8e8329 32782dc b8e8329 c14fc32 b8e8329 32782dc b8e8329 32782dc b8e8329 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 | ---
dataset_info:
- config_name: ESD
features:
- name: id
dtype: string
- name: audio
dtype: audio
- name: emotion
dtype: string
- name: speaker
dtype: string
splits:
- name: train
num_bytes: 3746947225
num_examples: 35000
download_size: 3355643859
dataset_size: 3746947225
- config_name: EmoV-DB
features:
- name: id
dtype: string
- name: audio
dtype: audio
- name: emotion
dtype: string
- name: speaker
dtype: string
splits:
- name: train
num_bytes: 38044435153
num_examples: 42409
download_size: 35836953261
dataset_size: 38044435153
- config_name: HIED
features:
- name: id
dtype: string
- name: audio
dtype: audio
- name: emotion
dtype: string
- name: source_dataset
dtype: string
- name: speaker
dtype: string
- name: rms_energy
dtype: float64
- name: f0_mean
dtype: float64
- name: f0_std
dtype: float64
- name: f0_range
dtype: float64
- name: speaking_rate
dtype: float64
- name: duration
dtype: float64
splits:
- name: test
num_bytes: 54091240
num_examples: 400
download_size: 54092176
dataset_size: 54091240
configs:
- config_name: ESD
data_files:
- split: train
path: ESD/train-*
- config_name: EmoV-DB
data_files:
- split: train
path: EmoV-DB/train-*
- config_name: HIED
data_files:
- split: test
path: HIED/test-*
default: true
license: cc-by-nc-4.0
language:
- en
- zh
pretty_name: Emo-TTS Evaluation Datasets
tags:
- emotional-speech
- tts
- speech-synthesis
---
# Emo-TTS Evaluation Datasets
This repository contains the datasets used for evaluating [Emo-TTS](https://github.com/erminga/emo-tts), a training-free inference framework for high-arousal emotional speech synthesis.
## π¦ Datasets
| Dataset | Description | Emotions | Speakers | Language | Format |
|---------|-------------|----------|----------|----------|--------|
| **HIED** (ours) | High-Intensity Emotional Dataset for evaluation | Angry, Happy, Sad, Surprise | 400 samples | EN | Parquet (`HIED/`) |
| **ESD** | Emotional Speech Dataset | Neutral, Happy, Sad, Angry, Surprise | 20 | EN / ZH | ZIP (`ESD/`) |
| **EmoV-DB** | Emotional Voices Database | Neutral, Amused, Angry, Sleepy, Disgusted | 4 | EN / FR | tar.gz (`EmoV-DB/`) |
| **Expresso** | High-quality expressive speech | 8 read + 26 improvised styles | 4 | EN | Parquet (`Expresso/`) |
## π Repository Structure
```
.
βββ HIED/ # Our HIED benchmark (Parquet, loadable via π€ Datasets)
βββ ESD/ # Emotional Speech Dataset (ZIP archive)
βββ EmoV-DB/ # EmoV-DB (per-speaker per-emotion tar.gz)
βββ Expresso/ # Full Expresso dataset (Parquet)
```
## π Quick Start
### Load HIED benchmark
```python
from datasets import load_dataset
dataset = load_dataset("erminga/emo-tts", "HIED", split="test")
print(dataset[0])
# {'id': 'HIED_0000', 'audio': {...}, 'emotion': 'Angry', 'source_dataset': 'ESD', ...}
```
### Download ESD
```python
from huggingface_hub import hf_hub_download
path = hf_hub_download(
repo_id="erminga/emo-tts",
filename="ESD/Emotional_Speech_Dataset_ESD.zip",
repo_type="dataset",
)
```
### Download EmoV-DB
```python
from huggingface_hub import snapshot_download
snapshot_download(
repo_id="erminga/emo-tts",
repo_type="dataset",
allow_patterns="EmoV-DB/*",
local_dir="./emo-tts-data",
)
```
### Download Expresso
```python
from huggingface_hub import snapshot_download
snapshot_download(
repo_id="erminga/emo-tts",
repo_type="dataset",
allow_patterns="Expresso/*",
local_dir="./emo-tts-data",
)
```
## π Dataset Details
### HIED (High-Intensity Emotional Dataset)
Our evaluation benchmark specifically designed to test TTS systems under high-arousal emotional conditions.
- **Samples**: 400 (100 per emotion)
- **Emotions**: Angry, Happy, Sad, Surprise
- **Sources**: ESD (354 samples), EmoV-DB (46 samples)
- **Avg Duration**: 3.85s
- **Total Duration**: ~0.43 hours
| Field | Type | Description |
|-------|------|-------------|
| `id` | string | Unique sample ID (e.g., `HIED_0000`) |
| `audio` | audio | Speech waveform |
| `emotion` | string | Emotion class (Angry/Happy/Sad/Surprise) |
| `source_dataset` | string | Source dataset (ESD/EmoV-DB) |
| `speaker` | string | Speaker identifier |
| `rms_energy` | float | RMS energy |
| `f0_mean` | float | Mean F0 (Hz) |
| `f0_std` | float | F0 standard deviation |
| `f0_range` | float | F0 range (Hz) |
| `speaking_rate` | float | Speaking rate |
| `duration` | float | Duration (seconds) |
### ESD (Emotional Speech Dataset)
- **Paper**: [Zhou et al., 2022](https://github.com/HLTSingapore/Emotional-Speech-Data)
- **Speakers**: 10 English + 10 Chinese
- **Emotions**: Neutral, Happy, Sad, Angry, Surprise
- **Format**: WAV files organized by speaker and emotion
### EmoV-DB (Emotional Voices Database)
- **Paper**: [Adigwe et al., 2018](https://arxiv.org/abs/1806.09514)
- **Source**: [OpenSLR-115](https://www.openslr.org/115/)
- **Speakers**: bea, jenie, josh, sam
- **Emotions**: Neutral, Amused, Angry, Sleepy, Disgusted
### Expresso
- **Paper**: [Nguyen et al., 2023](https://arxiv.org/abs/2308.05725)
- **Source**: [ylacombe/expresso](https://huggingface.co/datasets/ylacombe/expresso)
- **Quality**: 48kHz/24bit professional studio recordings
- **Styles**: 8 read speech styles + 26 improvised dialogue styles
- **Duration**: ~46 hours total
## π License
- **HIED**: MIT
- **ESD**: [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
- **EmoV-DB**: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
- **Expresso**: [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/)
## π Citation
If you use these datasets in your research, please cite our paper:
```bibtex
@inproceedings{emo-tts-2026,
title={Emo-TTS: Rectifying Emotional Trajectories in Flow-Matching Speech Synthesis},
author={},
booktitle={ACL},
year={2026}
}
```
|