Add random-baseline submission

#2
by korallll - opened
Files changed (1) hide show
  1. submissions/random-baseline.yaml +57 -0
submissions/random-baseline.yaml ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ paper:
13
+ arxiv_id: "1911.01601"
14
+ url: https://arxiv.org/abs/1911.01601
15
+ bibtex: |
16
+ @article{wang2020asvspoof,
17
+ title={ASVspoof 2019: A large-scale public database of synthesized,
18
+ converted and replayed speech},
19
+ author={Wang, Xin and Yamagishi, Junichi and Todisco, Massimiliano and
20
+ Delgado, H{\'e}ctor and Nautsch, Andreas and Evans, Nicholas
21
+ and Sahidullah, Md and Vestman, Ville and Kinnunen, Tomi and
22
+ Lee, Kong Aik and others},
23
+ journal={Computer Speech \& Language},
24
+ volume={64},
25
+ pages={101114},
26
+ year={2020},
27
+ publisher={Elsevier}
28
+ }
29
+
30
+ dataset:
31
+ id: SpeechAntiSpoofingBenchmarks/ASVspoof2021_DF
32
+ revision: 0aa1a61bc9904ffc4fd394c3fb27e2066d69ff1d
33
+ split: test
34
+
35
+ scores:
36
+ eer_percent: 49.719237741521866
37
+ n_trials: 611829
38
+ n_skipped: 0
39
+
40
+ artifact:
41
+ scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/random-baseline-asas/resolve/7e687b5e894f10e90b6c15ef468fd28b5f5272e1/.eval_results/SpeechAntiSpoofingBenchmarks/ASVspoof2021_DF/scores.txt
42
+ scores_sha256: 2645f2466a3ab96430f43bf25415ffa852588dfc6242fb0f36c5b788828986fc
43
+ bench_version: speech-spoof-bench==0.1.0
44
+
45
+ reproduction: {}
46
+
47
+ submitter:
48
+ hf_username: SpeechAntiSpoofingBenchmarks
49
+ contact: k.n.borodin@mtuci.ru
50
+
51
+ submitted_at: 2026-05-30
52
+ notes: >
53
+ Random baseline has no associated paper of its own. The paper field cites the
54
+ ASVspoof 2019 dataset paper as a placeholder, consistent with the
55
+ ASVspoof2019_LA random-baseline submission (same system slug). The
56
+ reproduction block is left empty for the maintainer to fill at merge.
57
+ # re-triggered CI after arena webhook fix (manifest re-ingest)