Datasets:
Phase 9 full e2e test: rb-phase9e
#13
by korallll - opened
- submissions/rb-phase9e.yaml +59 -0
submissions/rb-phase9e.yaml
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version: 4
|
| 2 |
+
|
| 3 |
+
system:
|
| 4 |
+
name: rb-phase9e
|
| 5 |
+
slug: rb-phase9e
|
| 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/ASVspoof2019_LA
|
| 32 |
+
revision: 151aa4c6
|
| 33 |
+
split: test
|
| 34 |
+
|
| 35 |
+
scores:
|
| 36 |
+
eer_percent: 49.870836165873556
|
| 37 |
+
n_trials: 71237
|
| 38 |
+
n_skipped: 0
|
| 39 |
+
|
| 40 |
+
artifact:
|
| 41 |
+
scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/random-baseline-asas/resolve/f63c30bade6e2d059b2e805dea7a807f2f57e99a/.eval_results/SpeechAntiSpoofingBenchmarks/ASVspoof2019_LA/scores.txt
|
| 42 |
+
scores_sha256: 71ac000c0712a4551873dba87183e746cb9730cd5ab17aaa87892009bde55587
|
| 43 |
+
bench_version: speech-spoof-bench==0.1.0
|
| 44 |
+
|
| 45 |
+
reproduction:
|
| 46 |
+
reproduced_by: SpeechAntiSpoofingBenchmarks
|
| 47 |
+
reproduced_at: 2026-05-21
|
| 48 |
+
reproduced_bench_version: speech-spoof-bench==0.1.0
|
| 49 |
+
match: scoring
|
| 50 |
+
|
| 51 |
+
submitter:
|
| 52 |
+
hf_username: SpeechAntiSpoofingBenchmarks
|
| 53 |
+
contact: k.n.borodin@mtuci.ru
|
| 54 |
+
|
| 55 |
+
submitted_at: 2026-05-21
|
| 56 |
+
notes: >
|
| 57 |
+
Random baseline has no associated paper. The paper field cites the
|
| 58 |
+
ASVspoof 2019 dataset paper as a placeholder, per the Phase 3
|
| 59 |
+
convention documented in docs/specs/2026-05-21-phase-3-first-submission-design.md.
|