--- license: odc-by language: - en pretty_name: ASVspoof 5 (track 1, eval) task_categories: - audio-classification size_categories: - 100K.flac`, unique | | `audio` | `Audio(16000)` | 16 kHz mono FLAC | | `label` | `ClassLabel` | `"bonafide"` (0) / `"spoof"` (1) | | `notes` | `string` | JSON: `utterance_id`, `speaker_id`, `gender`, `codec`, `codec_id`, `source_id`, `attack_condition`, `attack_id` | `notes` example: ```json {"utterance_id": "E_0009538969", "speaker_id": "E_1607", "gender": "M", "codec": "C05", "codec_id": "2", "source_id": "E_0009486171", "attack_condition": "AC1", "attack_id": "A26"} ``` ## Quick Start ```python from datasets import load_dataset ds = load_dataset("SpeechAntiSpoofingBenchmarks/ASVspoof5", split="test") print(ds[0]) ``` ## Stats | Stat | Value | |------|-------| | Total trials | 680,774 | | Bonafide | 138,688 | | Spoof | 542,086 | ## Source provenance - Original challenge: https://www.asvspoof.org/ - Evaluation protocol: `ASVspoof5.eval.track_1.tsv` ## Evaluation For evaluation instructions and submission format, see [`submissions/README.md`](submissions/README.md). ## Citation ```bibtex @inproceedings{wang2024asvspoof5, title = {{ASVspoof 5: Crowdsourced Speech Data, Deepfakes, and Adversarial Attacks at Scale}}, author = {Wang, Xin and Delgado, H{\'e}ctor and Tak, Hemlata and others}, year = {2024}, booktitle = {ASVspoof Workshop 2024}, } ``` ## Maintainer Maintained by Kirill Borodin (SpeechAntiSpoofingBenchmarks). - Email: ~~k.n.borodin@mtuci.ru~~ (deprecated — use kborodin.research@gmail.com) - Telegram: [@korallll_ai](https://t.me/korallll_ai)