Datasets:
Seed random-baseline submission for PyAra (reproduction filled)
#1
by korallll - opened
submissions/random-baseline.yaml
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version: 4
|
| 2 |
+
|
| 3 |
+
system:
|
| 4 |
+
name: random-baseline
|
| 5 |
+
slug: random-baseline
|
| 6 |
+
description: >
|
| 7 |
+
Reference random baseline. Returns N(0, 1) for every utterance using a
|
| 8 |
+
fixed seed (seed=0). EER ≈ 50% by construction. Used as the seeded
|
| 9 |
+
smoke-test baseline for the arena (roadmap Phase 3).
|
| 10 |
+
code: https://github.com/SpeechAntiSpoofingBenchmarks/speech-spoof-bench
|
| 11 |
+
checkpoint: https://huggingface.co/SpeechAntiSpoofingBenchmarks/random-baseline-asas
|
| 12 |
+
params_millions: 1
|
| 13 |
+
paper:
|
| 14 |
+
arxiv_id: "1911.01601"
|
| 15 |
+
url: https://arxiv.org/abs/1911.01601
|
| 16 |
+
bibtex: |
|
| 17 |
+
@article{wang2020asvspoof,
|
| 18 |
+
title={ASVspoof 2019: A large-scale public database of synthesized,
|
| 19 |
+
converted and replayed speech},
|
| 20 |
+
author={Wang, Xin and Yamagishi, Junichi and Todisco, Massimiliano and
|
| 21 |
+
Delgado, H{\'e}ctor and Nautsch, Andreas and Evans, Nicholas
|
| 22 |
+
and Sahidullah, Md and Vestman, Ville and Kinnunen, Tomi and
|
| 23 |
+
Lee, Kong Aik and others},
|
| 24 |
+
journal={Computer Speech \& Language},
|
| 25 |
+
volume={64},
|
| 26 |
+
pages={101114},
|
| 27 |
+
year={2020},
|
| 28 |
+
publisher={Elsevier}
|
| 29 |
+
}
|
| 30 |
+
|
| 31 |
+
dataset:
|
| 32 |
+
id: SpeechAntiSpoofingBenchmarks/PyAra
|
| 33 |
+
revision: 40167badd6d8a289f02054761ee5411f49227b87
|
| 34 |
+
split: test
|
| 35 |
+
|
| 36 |
+
scores:
|
| 37 |
+
eer_percent: 49.85934251117785
|
| 38 |
+
n_trials: 201778
|
| 39 |
+
n_skipped: 0
|
| 40 |
+
|
| 41 |
+
artifact:
|
| 42 |
+
scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/random-baseline-asas/resolve/2a2743fcf3f916ed080232f19196706accd1a543/.eval_results/SpeechAntiSpoofingBenchmarks/PyAra/scores.txt
|
| 43 |
+
scores_sha256: d237bbf69110e7938f586d6653aaa4e45b2369a4f763aac5ed69e8cd7f118b57
|
| 44 |
+
bench_version: speech-spoof-bench==0.3.4
|
| 45 |
+
|
| 46 |
+
reproduction:
|
| 47 |
+
reproduced_by: SpeechAntiSpoofingBenchmarks
|
| 48 |
+
reproduced_at: 2026-06-10
|
| 49 |
+
reproduced_bench_version: speech-spoof-bench==0.3.4
|
| 50 |
+
match: scoring
|
| 51 |
+
|
| 52 |
+
submitter:
|
| 53 |
+
hf_username: SpeechAntiSpoofingBenchmarks
|
| 54 |
+
contact: k.n.borodin@mtuci.ru
|
| 55 |
+
|
| 56 |
+
submitted_at: 2026-06-10
|
| 57 |
+
|
| 58 |
+
notes: >
|
| 59 |
+
Seeded random baseline for the newly-added PyAra dataset (Russian audio
|
| 60 |
+
deepfake detection, https://www.kaggle.com/datasets/alep079/pyara;
|
| 61 |
+
CC BY-NC-SA 4.0). 201,778 trials: 73,583 bonafide / 128,195 spoof from 5
|
| 62 |
+
generation algorithms (alg_1..alg_5). Random baseline has no paper of its own;
|
| 63 |
+
the paper field cites the ASVspoof 2019 dataset paper as a placeholder, per the
|
| 64 |
+
Phase 3 convention and consistent with the other random-baseline submissions
|
| 65 |
+
(same system slug). Reproduction verified by the maintainer via
|
| 66 |
+
`reproduce --scoring` (scores_sha256 matched; Δ EER 0.0; 201778 trials / 0
|
| 67 |
+
skipped) at speech-spoof-bench==0.3.4.
|