arena-manifest
收藏资源简介:
arena-manifest 是一个单文件清单数据集,专为 SpeechAntiSpoofingBenchmarks Arena 和 speech-spoof-bench pip 包设计。它用于定义语音反欺骗基准测试中的层级结构、核心与扩展数据集集合,并固定数据集提交哈希以确保可复现性。数据集包含以下字段:ranking_version(字符串,指示排名规则版本)、schema_version(整数,当前为1,表示清单结构版本)、metrics_in_use(指标ID列表,控制竞技场显示顺序)、tiers(有序列表,从高到低,每个层级包含名称和最小覆盖范围),以及 core_set 和 extended(分别包含核心和扩展数据集的ID与git提交哈希)。该清单作为元数据标准,支持语音反欺骗研究的数据管理和基准测试。
arena-manifest is a single-file manifest dataset designed for SpeechAntiSpoofingBenchmarks Arena and the speech-spoof-bench pip package. It is used to define the tier structure, core and extended dataset collections in speech anti-spoofing benchmarks, and fixes dataset commit hashes for reproducibility. The dataset includes the following fields: ranking_version (string, indicating the ranking rule version), schema_version (integer, currently 1, representing the manifest structure version), metrics_in_use (list of metric IDs, controlling arena display order), tiers (ordered list from high to low, each containing a name and minimum coverage), and core_set and extended (containing IDs and git commit hashes for core and extended datasets, respectively). This manifest serves as a metadata standard to support data management and benchmarking in speech anti-spoofing research.
数据集概述:arena-manifest
- 许可证:MIT
- 标签:arena-manifest
功能与用途
- 该清单文件供 SpeechAntiSpoofingBenchmarks Arena 及
speech-spoof-benchpip 包读取。 - 定义了分级(tiers)、核心/扩展数据集集合(core/extended dataset sets)以及固定的数据集提交哈希(commit shas)。
数据结构(非正式描述)
- ranking_version(字符串):当排名规则变更时递增。
- schema_version(整数):当此文件的结构发生变化时递增,当前为
1。 - metrics_in_use(指标ID列表):信息性字段,控制 Arena 列的顺序。
- tiers(有序列表,最高优先在前):包含
{name, min_coverage}。 - core_set / extended:包含
{id, revision},其中id为org/name格式,revision为数据集仓库的 git 提交哈希(7-40个十六进制字符)。
补充说明
- 权威的 JSON Schema 随
speech-spoof-benchpip 包一起提供,路径为speech_spoof_bench/schema/manifest.schema.json。 - 详细信息可参考项目计划文档(https://github.com/lab260ru/speech_spoof_bench/blob/main/docs/roadmap/PLAN.md)§4。




