File size: 1,870 Bytes
a957f25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
language: [en]
pretty_name: In-the-Wild Audio Deepfake Dataset
task_categories: [audio-classification]
size_categories: [10K<n<100K]
configs:
  - config_name: default
    data_files:
      - {split: test, path: "data/test-*.parquet"}
tags:
  - anti-spoofing
  - audio-deepfake-detection
  - speech
  - benchmark
  - arena-ready
paperswithcode_id:
arxiv:
  - "2203.16263"
---

# In-the-Wild Audio Deepfake Dataset

Benchmark-ready packaging of the **In-the-Wild** audio deepfake dataset for speech
anti-spoofing / synthetic-voice detection.

## Overview

In-the-Wild (Müller et al., *Does Audio Deepfake Detection Generalize?*, arXiv
2203.16263) pairs genuine speech with audio deepfakes of politicians and public
figures, collected from publicly available sources. It is a **cross-domain
generalization** benchmark: models trained on lab datasets (e.g. ASVspoof) are
evaluated here against real-world conditions. The task is binary classification:
**bonafide** (genuine human speech) vs. **spoof** (deepfake). 31,779 clips
(19,963 bonafide / 11,816 spoof), 16 kHz mono.

## License & redistribution

Redistributed under the **Apache License 2.0**; the full text is in `LICENSE.txt`.
Audio is the original 16 kHz mono signal encoded to FLAC (16-bit PCM). We thank
'VocalSynthesis' for the audio deepfakes included in the source dataset.

## Schema

Canonical 4-column parquet: `path` (string), `audio` (`Audio(16000)`), `label`
(`ClassLabel[bonafide, spoof]`), `notes` (JSON string with a unique
`utterance_id`, the `speaker` name, and the source `label` string).

## Citation

```bibtex
@inproceedings{muller2022does,
  title={Does Audio Deepfake Detection Generalize?},
  author={M{\"u}ller, Nicolas M and Czempin, Pavel and Dieckmann, Franziska and Froghyar, Adam and B{\"o}ttinger, Konstantin},
  booktitle={Interspeech},
  year={2022}
}
```