File size: 972 Bytes
59e061a ab59e25 59e061a ab59e25 59e061a ab59e25 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | ---
license: mit
tags:
- arena-manifest
---
# arena-manifest
Single-file manifest read by the SpeechAntiSpoofingBenchmarks Arena and the
`speech-spoof-bench` pip package. Defines tiers, the core/extended dataset
sets, and pinned dataset commit shas.
## Schema (informal)
- `ranking_version` (string) — bumped when ranking rules change.
- `schema_version` (int) — bumped when this file's shape changes. Currently `1`.
- `metrics_in_use` (list of metric ids) — informational; controls arena column order.
- `tiers` (ordered list, highest first) — `{name, min_coverage}`.
- `core_set` / `extended` — `{id, revision}` where `id` is `org/name` and
`revision` is a git commit sha of the dataset repo (7–40 hex chars).
The authoritative JSON Schema ships with the `speech-spoof-bench` pip package
at `speech_spoof_bench/schema/manifest.schema.json`.
See [the project plan](https://github.com/lab260ru/speech_spoof_bench/blob/main/docs/roadmap/PLAN.md) §4.
|