--- license: cc-by-4.0 language: [en] pretty_name: "EmoSpoof-TTS" task_categories: [audio-classification] size_categories: [10K.wav`, e.g. `StyleTTS2/0011/Neutral/0011_000001t1.wav`. | | audio | Audio(16kHz mono) | Resampled on decode. | | label | ClassLabel[bonafide, spoof] | Always `spoof` (index 1) — see spoof-only caveat above. | | notes | string (JSON) | `{"utterance_id", "speaker_id", "emotion", "tts_model", "transcript"}`. | ## Quick Start ```python from datasets import load_dataset ds = load_dataset("SpeechAntiSpoofingBenchmarks/EmoSpoofTTS", split="test") ``` ## Stats | n_total | n_bonafide | n_spoof | total duration | |---|---|---|---| | 36000 | 0 | 36000 | ~29h 51m | ## Source provenance - Source: `/mnt/datasets/emospoof/{StyleTTS2,F5TTS,CosyVoice}///*.wav` from the EmoSpoof-TTS v1.0 release (Mahapatra et al., 2025, JHU SMILE Lab). - Transcript and emotion metadata recovered from `/mnt/datasets/emospoof/wav_list/.txt` (`AUDIO_ID\tTRANSCRIPT\tEMOTION`), matched to each clip by stripping the trailing model suffix (`t1`=StyleTTS2, `t2`=F5-TTS, `t3`=CosyVoice) from the filename stem. - All 36,000 clips are `label=spoof`; no bonafide audio is included (see spoof-only caveat above). ## Evaluation See `eval.yaml` and `submissions/README.md`. This dataset is spoof-only and is scored with `srr_complement` (1-SRR, lower is better) via a DeepVoice threshold transfer; the legacy `eer_percent` is degenerate on this dataset alone and is interpreted as a miss-rate / attack-difficulty probe rather than a conventional EER. ## Citation **Original paper**: Mahapatra, A., Ulgen, I.R., Naini, A.R., Busso, C., Sisman, B. "Can Emotion Fool Anti-spoofing?" Interspeech 2025. arXiv:2505.23962. ```bibtex @article{mahapatra2025emotion, title = {Can Emotion Fool Anti-spoofing?}, author = {Mahapatra, Aurosweta and Ulgen, Ismail Rasim and Naini, Abinay Reddy and Busso, Carlos and Sisman, Berrak}, journal = {arXiv preprint arXiv:2505.23962}, year = {2025} } ``` ## 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)