Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,32 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
---
|
4 |
+
This repository introduces: ๐ *ShiftySpeech*: A Large-Scale Synthetic Speech Dataset with Distribution Shifts
|
5 |
+
|
6 |
+
## ๐ฅ Key Features
|
7 |
+
- 3000+ hours of synthetic speech
|
8 |
+
- **Diverse Distribution Shifts**: The dataset spans **7 key distribution shifts**, including:
|
9 |
+
- ๐ **Reading Style**
|
10 |
+
- ๐๏ธ **Podcast**
|
11 |
+
- ๐ฅ **YouTube**
|
12 |
+
- ๐ฃ๏ธ **Languages (Three different languages)**
|
13 |
+
- ๐ **Demographics (including variations in age, accent, and gender)**
|
14 |
+
- **Multiple Speech Generation Systems**: Includes data synthesized from various **TTS models** and **vocoders**.
|
15 |
+
|
16 |
+
## ๐ก Why We Built This Dataset
|
17 |
+
> Driven by advances in self-supervised learning for speech, state-of-the-art synthetic speech detectors have achieved low error rates on popular benchmarks such as ASVspoof. However, prior benchmarks do not address the wide range of real-world variability in speech. Are reported error rates realistic in real-world conditions? To assess detector failure modes and robustness under controlled distribution shifts, we introduce **ShiftySpeech**, a benchmark with more than 3000 hours of synthetic speech from 7 domains, 6 TTS systems, 12 vocoders, and 3 languages.
|
18 |
+
>
|
19 |
+
> ### **Citation**
|
20 |
+
|
21 |
+
If you find this dataset useful, please cite our work:
|
22 |
+
```bibtex
|
23 |
+
@misc{garg2025syntheticspeechdetectionwild,
|
24 |
+
title={Less is More for Synthetic Speech Detection in the Wild},
|
25 |
+
author={Ashi Garg and Zexin Cai and Henry Li Xinyuan and Leibny Paola Garcรญa-Perera and Kevin Duh and Sanjeev Khudanpur and Matthew Wiesner and Nicholas Andrews},
|
26 |
+
year={2025},
|
27 |
+
eprint={2502.05674},
|
28 |
+
archivePrefix={arXiv},
|
29 |
+
primaryClass={eess.AS},
|
30 |
+
url={https://arxiv.org/abs/2502.05674},
|
31 |
+
}
|
32 |
+
```
|