ArAD
收藏资源简介:
ArAD(阿拉伯语音频深度伪造)测试分割数据集是一个专门用于阿拉伯语(主要为黎凡特方言)语音反欺骗任务的基准数据集。该数据集来源于DeepFake-Audio-Rangers/Arabic_Audio_Deepfake数据集的官方测试分割,并按照Arena基准规范进行重新打包。数据集包含3570个音频片段(原始3913个片段中剔除了343个短于1.0秒的片段),总时长约2.80小时(10072秒)。数据构成包括484个真实样本(bonafide)和3086个伪造样本(spoof)。音频为原始的16 kHz单声道PCM WAV格式,未经过重新编码。每个样本包含以下字段:path(源相对路径的文件名)、audio(音频数据)、label(分类标签,0表示真实,1表示伪造)以及notes(JSON字符串,包含原始标签、话语ID、分割、语言等元数据)。原始标签(0=伪造,1=真实)已映射为基准标准标签(bonafide=0, spoof=1)。该数据集适用于音频分类、音频深度伪造检测和反欺骗模型训练与评估,主要评估指标为等错误率(EER)。数据集采用Open Data Commons Attribution License (ODC-By) v1.0许可。
ArAD (Arabic Audio Deepfake) test split dataset is a benchmark dataset dedicated to Arabic (mainly Levantine dialect) speech anti-spoofing tasks. It is derived from the official test split of the DeepFake-Audio-Rangers/Arabic_Audio_Deepfake dataset and repackaged in accordance with the Arena benchmark specifications. The dataset contains 3570 audio clips, with 343 clips shorter than 1.0 second removed from the original 3913 clips, and has a total duration of approximately 2.80 hours (10072 seconds). It consists of 484 bona fide (real) samples and 3086 spoof (fake) samples. The audios are in the original 16 kHz mono PCM WAV format without re-encoding. Each sample includes the following fields: 1. "path": the filename corresponding to the source relative path; 2. "audio": the audio data; 3. "label": the classification label, where 0 denotes bona fide (real) samples and 1 denotes spoof (fake) samples; 4. "notes": a JSON string containing metadata such as original label, utterance ID, split, language and other relevant information. The original labels (0 = spoof, 1 = bona fide) have been mapped to the benchmark standard labels (bona fide = 0, spoof = 1). This dataset is applicable to audio classification, audio deepfake detection, as well as the training and evaluation of anti-spoofing models, with the primary evaluation metric being Equal Error Rate (EER). The dataset is licensed under the Open Data Commons Attribution License (ODC-By) v1.0.
数据集概述
ArAD (Arabic Audio Deepfake, test split) 是一个面向阿拉伯语(主要是黎凡特方言)语音的二进制反欺骗数据集。该数据集仅包含官方测试集,已被打包为基准测试标准格式。
核心信息
- 任务类别: 音频分类(语音反欺骗 / 深度伪造检测)
- 语言: 阿拉伯语
- 数据规模: 3,570 条音频片段
- 数据划分: 仅测试集
- 标签类型: 二分类(
bonafide真实语音 /spoof伪造语音) - 许可证: ODC-By v1.0(开源数据共享署名许可)
数据构成
| 统计项 | 数值 |
|---|---|
| 总片段数 | 3,570 |
| 真实语音(bonafide) | 484 |
| 伪造语音(spoof) | 3,086 |
| 总时长 | 约 2.80 小时(10,072 秒) |
- 所有片段最长不超过 3 秒;原始测试集中 343 个短于 1.0 秒的片段已被排除。
- 原始数据集包含 3,913 个测试片段,筛选后保留 3,570 个。
数据格式与结构
- 音频格式: 16 kHz 单声道 PCM WAV(无重编码,保持比特级一致)
- 字段说明:
| 字段 | 类型 | 描述 |
|---|---|---|
path |
字符串 | 数据集内唯一的相对路径文件名(如 test_<n>.wav) |
audio |
Audio(16kHz mono) | 原始 16 kHz 单声道 PCM WAV 音频数据 |
label |
ClassLabel[bonafide, spoof] | 类别标签:0 为真实,1 为伪造 |
notes |
字符串(JSON格式) | 包含 utterance_id、split、lang、source_label(原始标签 0/1)及 source_label_name 等信息 |
标签映射说明
原始数据集中 0 = fake(伪造)、1 = real(真实)。本数据包按照基准测试惯例重新映射为:bonafide=0(真实)、spoof=1(伪造)。原始标签值保留在 notes.source_label 字段中。
来源与归属
- 原始数据集: DeepFake-Audio-Rangers/Arabic_Audio_Deepfake
- 生成方式: 使用 RVC v2 语音转换技术生成的深度伪造音频与真实阿拉伯语音频
- 构建方法: 从原始数据集测试集加载 clean PCM_16 16 kHz mono WAV 文件,通过
meta.csv按索引匹配标签,并使用build_parquet.py脚本进行打包
使用方式
python from datasets import load_dataset ds = load_dataset("SpeechAntiSpoofingBenchmarks/ArAD", split="test")
评估指标
主要评估指标为等错误率(EER %),详见 eval.yaml 和 submissions/README.md。
引用格式
bibtex @misc{arabic_audio_deepfake, title = {Arabic Audio Deepfake Dataset}, author = {{DeepFake-Audio-Rangers}}, howpublished = {url{https://huggingface.co/datasets/DeepFake-Audio-Rangers/Arabic_Audio_Deepfake}}, note = {Test split; ODC-By 1.0} }




