File size: 3,375 Bytes
cc46c4f
 
 
 
 
 
 
 
 
1db4032
6050ce2
1db4032
6050ce2
 
1db4032
6356e23
6050ce2
 
6356e23
0106611
6356e23
6050ce2
 
6356e23
6050ce2
cc46c4f
b541d08
 
 
 
 
 
 
 
 
 
 
 
 
 
e01ecd9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0e8649c
 
834aac7
 
 
 
 
 
e01ecd9
b541d08
 
 
 
 
 
 
 
 
 
 
 
834aac7
 
4263155
834aac7
 
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
---
license: apache-2.0
language:
- en
- zh
- ja
tags:
- audio
- synthetic-speech-detection
configs:
  - config_name: tts
    data_files:
      - split: test
        path: "TTS/*.tar.gz"

  - config_name: real
    data_files:
      - split: test
        path: "real_data_flac/*.tar.gz"

  - config_name: vocoders
    data_files:
      - split: test
        path: "Vocoders/**/*.tar.gz"
        
---
This repository introduces:  πŸŒ€ *ShiftySpeech*: A Large-Scale Synthetic Speech Dataset with Distribution Shifts

## πŸ”₯ Key Features
- 3000+ hours of synthetic speech
- **Diverse Distribution Shifts**: The dataset spans **7 key distribution shifts**, including:  
  - πŸ“– **Reading Style**  
  - πŸŽ™οΈ **Podcast**  
  - πŸŽ₯ **YouTube**  
  - πŸ—£οΈ **Languages (Three different languages)**  
  - 🌎 **Demographics (including variations in age, accent, and gender)**  
- **Multiple Speech Generation Systems**: Includes data synthesized from various **TTS models** and **vocoders**.
  
## πŸ’‘ Why We Built This Dataset
> 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.

## βš™οΈ Usage 

Ensure that you have soundfile or librosa installed for proper audio decoding: 

```bash 
pip install soundfile librosa
```
##### πŸ“Œ Example: Loading the AISHELL Dataset Vocoded with APNet2

```bash
from datasets import load_dataset

dataset = load_dataset("ash56/ShiftySpeech", data_files={"data": f"Vocoders/apnet2/apnet2_aishell_flac.tar.gz"})["data"]
```
**⚠️ Note:** It is recommended to load data from a specific folder to avoid unnecessary memory usage.

The source datasets covered by different TTS and Vocoder systems are listed in [tts.yaml](https://huggingface.co/datasets/ash56/ShiftySpeech/blob/main/tts.yaml) and [vocoders.yaml](https://huggingface.co/datasets/ash56/ShiftySpeech/blob/main/vocoders.yaml)

## πŸ“„ More Information  

For detailed information on dataset sources and analysis, see our paper: *[Less is More for Synthetic Speech Detection in the Wild](https://arxiv.org/abs/2502.05674)* 

You can also find the full implementation on [GitHub](https://github.com/Ashigarg123/ShiftySpeech/tree/main)

### **Citation**

If you find this dataset useful, please cite our work:
```bibtex
@misc{garg2025syntheticspeechdetectionwild,
      title={Less is More for Synthetic Speech Detection in the Wild}, 
      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},
      year={2025},
      eprint={2502.05674},
      archivePrefix={arXiv},
      primaryClass={eess.AS},
      url={https://arxiv.org/abs/2502.05674}, 
}
```

### βœ‰οΈ **Contact** 

If you have any questions or comments about the resource, please feel free to reach out to us at: [[email protected]](mailto:[email protected]) or [[email protected]](mailto:[email protected])