--- license: mit language: [en] pretty_name: "DFADD — Diffusion and Flow-Matching Based Audio Deepfake Dataset" task_categories: [audio-classification] size_categories: [1K__` — the bare stem repeats across generators (the same VCTK texts are synthesized), so the generator prefix is what makes ids unique. Bonafide ids use the `vctk__` prefix. ## Quick Start ```python from datasets import load_dataset ds = load_dataset("SpeechAntiSpoofingBenchmarks/DFADD", split="test") print(ds[0]) ``` ## Stats | Stat | Value | |------|-------| | Total trials | 3,755 | | Bonafide (VCTK) | 755 | | Spoof (TTS) | 3,000 | | Generators | Grad-TTS, Matcha-TTS, NaturalSpeech 2, PFlow-TTS, StyleTTS 2 (600 each) | | Sample rate | 16 kHz mono | ## Source provenance - Paper: *DFADD: The Diffusion and Flow-Matching Based Audio Deepfake Dataset*, arXiv 2409.08731 (https://arxiv.org/abs/2409.08731). - Underlying speech: the **VCTK Corpus** (CC BY 4.0). ## Evaluation For evaluation instructions and submission format, see [`submissions/README.md`](submissions/README.md). ## Citation ```bibtex @article{du2024dfadd, title = {{DFADD: The Diffusion and Flow-Matching Based Audio Deepfake Dataset}}, author = {Du, Jiawei and others}, journal = {arXiv preprint arXiv:2409.08731}, year = {2024}, } ``` ## Maintainer Contact: k.n.borodin@mtuci.ru