korallll commited on
Commit
52f0ed8
·
1 Parent(s): a957f25

Add random-baseline submission (InTheWild EER 49.56%) (#1)

Browse files

- Add random-baseline submission (InTheWild EER 49.56%) (3931a7d175ffa682da82f1cfed27c7484bd86e6f)
- Fill reproduction block (scoring match, bench 0.3.0) (433190211f08b0a0f7b9138f5c1a64b3e0dc73a7)

Files changed (1) hide show
  1. submissions/random-baseline.yaml +60 -0
submissions/random-baseline.yaml ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/InTheWild
33
+ revision: a957f2582802cdb5964e118818c2e46b3d61aa35
34
+ split: test
35
+
36
+ scores:
37
+ eer_percent: 49.55991875423155
38
+ n_trials: 31779
39
+ n_skipped: 0
40
+
41
+ artifact:
42
+ scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/random-baseline-asas/resolve/c44c731e4b8e54e8f3ce9e27e633502f03bc938f/.eval_results/SpeechAntiSpoofingBenchmarks/InTheWild/scores.txt
43
+ scores_sha256: aa6cb491392e1f5c0e72a2481b4f431e3efbdad4c1b7baa05b9685ae2d62d856
44
+ bench_version: speech-spoof-bench==0.3.0
45
+
46
+ reproduction:
47
+ reproduced_by: SpeechAntiSpoofingBenchmarks
48
+ reproduced_at: 2026-05-30
49
+ reproduced_bench_version: speech-spoof-bench==0.3.0
50
+ match: scoring
51
+
52
+ submitter:
53
+ hf_username: SpeechAntiSpoofingBenchmarks
54
+ contact: k.n.borodin@mtuci.ru
55
+
56
+ submitted_at: 2026-05-30
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.