Seed random-baseline submission (EER 49.91%)

#1
by korallll - opened
Files changed (1) hide show
  1. submissions/random-baseline.yaml +63 -0
submissions/random-baseline.yaml ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/CFAD
33
+ revision: 53d7855c1c378524f7b7b1030bcb6b2caa327fe6
34
+ split: test
35
+
36
+ scores:
37
+ eer_percent: 49.90713843516358
38
+ n_trials: 62999
39
+ n_skipped: 0
40
+
41
+ artifact:
42
+ scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/random-baseline-asas/resolve/0e9973338edddc75b43a5adc08fc8f946bc0e6c4/.eval_results/SpeechAntiSpoofingBenchmarks/CFAD/scores.txt
43
+ scores_sha256: 428958e429ee35e9711d58322fbe5f0dfcc5437ddffc98d7da149d686e88f1d2
44
+ bench_version: speech-spoof-bench==0.3.4
45
+
46
+ reproduction:
47
+ reproduced_by: SpeechAntiSpoofingBenchmarks
48
+ reproduced_at: 2026-06-07
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-07
57
+ notes: >
58
+ Random baseline has no associated paper. The paper field cites the
59
+ ASVspoof 2019 dataset paper as a placeholder, per the Phase 3
60
+ convention documented in docs/specs/2026-05-21-phase-3-first-submission-design.md.
61
+ Seeds the CFAD leaderboard row + end-to-end submission smoke test. Reproduction
62
+ verified by the maintainer via `reproduce --scoring` (Δ 0.0; scores_sha256 matched)
63
+ at speech-spoof-bench==0.3.4.