Datasets:
submissions: add random-baseline
#1
by korallll - opened
submissions/random-baseline.yaml
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
schema_version: 4
|
| 2 |
+
system:
|
| 3 |
+
name: random-baseline
|
| 4 |
+
slug: random-baseline
|
| 5 |
+
description: "Reference random baseline. Returns N(0, 1) for every utterance using\
|
| 6 |
+
\ a fixed seed (seed=0). EER \u2248 50% by construction. Used as the seeded smoke-test\
|
| 7 |
+
\ baseline for the arena (roadmap Phase 3).\n"
|
| 8 |
+
code: https://github.com/SpeechAntiSpoofingBenchmarks/speech-spoof-bench
|
| 9 |
+
checkpoint: https://huggingface.co/SpeechAntiSpoofingBenchmarks/random-baseline-asas
|
| 10 |
+
paper:
|
| 11 |
+
arxiv_id: '1911.01601'
|
| 12 |
+
url: https://arxiv.org/abs/1911.01601
|
| 13 |
+
bibtex: "@article{wang2020asvspoof,\n title={ASVspoof 2019: A large-scale public\
|
| 14 |
+
\ database of synthesized,\n converted and replayed speech},\n author={Wang,\
|
| 15 |
+
\ Xin and Yamagishi, Junichi and Todisco, Massimiliano and\n Delgado,\
|
| 16 |
+
\ H{\\'e}ctor and Nautsch, Andreas and Evans, Nicholas\n and Sahidullah,\
|
| 17 |
+
\ Md and Vestman, Ville and Kinnunen, Tomi and\n Lee, Kong Aik and\
|
| 18 |
+
\ others},\n journal={Computer Speech \\& Language},\n volume={64},\n pages={101114},\n\
|
| 19 |
+
\ year={2020},\n publisher={Elsevier}\n}\n"
|
| 20 |
+
params_millions: 1
|
| 21 |
+
dataset:
|
| 22 |
+
id: SpeechAntiSpoofingBenchmarks/CD-ADD
|
| 23 |
+
revision: c2de87d49b268b624e6af7440dc2890703098965
|
| 24 |
+
split: test
|
| 25 |
+
scores:
|
| 26 |
+
eer_percent: 49.82773722627737
|
| 27 |
+
n_trials: 20786
|
| 28 |
+
n_skipped: 0
|
| 29 |
+
artifact:
|
| 30 |
+
scores_url: https://huggingface.co/SpeechAntiSpoofingBenchmarks/random-baseline-asas/resolve/a2dae85a1431c1d878afc912ca22d78175b9b55b/.eval_results/SpeechAntiSpoofingBenchmarks/CD-ADD/scores.txt
|
| 31 |
+
scores_sha256: 1e89027a384273690b8b81d2f26f76dffbb1d62af73e69cd719d9cea2d160a62
|
| 32 |
+
bench_version: speech-spoof-bench==0.3.0
|
| 33 |
+
reproduction: {}
|
| 34 |
+
submitter:
|
| 35 |
+
hf_username: SpeechAntiSpoofingBenchmarks
|
| 36 |
+
contact: k.n.borodin@mtuci.ru
|
| 37 |
+
submitted_at: '2026-05-30'
|
| 38 |
+
notes: 'Random baseline has no associated paper of its own. The paper field cites
|
| 39 |
+
the ASVspoof 2019 dataset paper as a placeholder, consistent with the ASVspoof2019_LA
|
| 40 |
+
and ASVspoof2021_DF random-baseline submissions (same system slug). The reproduction
|
| 41 |
+
block is left empty for the maintainer to fill at merge.
|
| 42 |
+
|
| 43 |
+
'
|