Lioy commited on
Commit
9802e70
·
verified ·
1 Parent(s): a15e222

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +116 -5
README.md CHANGED
@@ -1,5 +1,116 @@
1
- ---
2
- license: other
3
- license_name: chainbench-add-dataset-terms-of-use
4
- license_link: LICENSE
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: ChainBench-ADD
3
+ license: other
4
+ license_name: chainbench-add-dataset-terms-of-use
5
+ tags:
6
+ - audio
7
+ - speech
8
+ - deepfake-detection
9
+ - benchmark
10
+ - security
11
+ - robustness
12
+ task_categories:
13
+ - audio-classification
14
+ language:
15
+ - en
16
+ - zh
17
+ ---
18
+
19
+ # ChainBench-ADD
20
+
21
+ ChainBench-ADD is a **delivery-aware benchmark for audio deepfake detection**. It is designed to evaluate whether audio deepfake detectors remain reliable after realistic post-generation delivery effects such as compression, telephony degradation, replay-style simulation, and hybrid transformation chains.
22
+
23
+ ## Dataset Description
24
+
25
+ ### Dataset Summary
26
+
27
+ ChainBench-ADD focuses on **post-generation delivery effects** in audio deepfake detection. Rather than evaluating only clean bona fide and clean spoofed speech, it organizes samples into controlled delivery conditions so that robustness can be studied under more realistic downstream transformations.
28
+
29
+ The benchmark includes both bona fide and spoof speech, supports English and Mandarin Chinese, and provides metadata for structured evaluation across delivery conditions, operator chains, and protocol splits.
30
+
31
+ ## Dataset Composition
32
+
33
+ ### Labels
34
+
35
+ - `bona_fide`
36
+ - `spoof`
37
+
38
+ ### Scale
39
+
40
+ - **Total waveforms:** 941,201
41
+ - **Bona fide samples:** 315,573
42
+ - **Spoof samples:** 625,628
43
+ - **Speakers:** 448
44
+
45
+ ### Splits
46
+
47
+ The benchmark uses **speaker-disjoint** train/dev/test splits.
48
+
49
+ - **Train:** 663,363 samples from 314 speakers
50
+ - **Dev:** 136,027 samples from 67 speakers
51
+ - **Test:** 141,811 samples from 67 speakers
52
+
53
+ ### Sources
54
+
55
+ ChainBench-ADD is built from upstream speech resources and speech-generation systems, including:
56
+
57
+ - **Bona fide sources:** Common Voice 24.0, AISHELL-3
58
+ - **Spoof generation systems:** Qwen3-TTS, CosyVoice3, Spark-TTS, F5-TTS, IndexTTS2, VoxCPM
59
+
60
+ ## Metadata
61
+
62
+ Metadata include release and benchmarking information such as:
63
+
64
+ - sample identifiers
65
+ - parent identifiers
66
+ - split labels
67
+ - ground-truth labels
68
+ - language
69
+ - speaker identifiers
70
+ - transcript
71
+ - provenance/source information
72
+ - generator family and generator model
73
+ - delivery family
74
+ - template identifiers
75
+ - variant identifiers
76
+ - ordered operator signatures
77
+ - structural annotations required to instantiate benchmark tasks
78
+
79
+ ## Intended Use
80
+
81
+ ChainBench-ADD is released for:
82
+
83
+ - research on audio deepfake detection
84
+ - robustness evaluation
85
+ - forensic analysis
86
+ - provenance analysis
87
+ - benchmarking
88
+ - academic reproduction and verification
89
+
90
+ This dataset is intended for **defensive, scientific, and evaluative use**.
91
+
92
+ ## Out-of-Scope / Prohibited Use
93
+
94
+ ChainBench-ADD must not be used to support or enable:
95
+
96
+ - impersonation or identity fraud
97
+ - harassment, social engineering, or deception
98
+ - unauthorized voice cloning
99
+ - misleading, deceptive, or fraudulent media generation
100
+ - biometric surveillance or other high-risk deployment
101
+ - training, adapting, or improving systems intended for deceptive speech generation
102
+
103
+ ## Access and Redistribution
104
+
105
+ By accessing, downloading, or using this repository, you agree to the terms in the `LICENSE` file.
106
+
107
+ Redistribution of this benchmark package, or any subset that includes third-party material, is permitted **only to the extent allowed by all applicable upstream terms** and must preserve:
108
+
109
+ - the `LICENSE` file
110
+ - this dataset card
111
+ - all applicable upstream notices
112
+ - any required attribution and usage restrictions
113
+
114
+ ## Acknowledgements
115
+
116
+ ChainBench-ADD builds on upstream speech datasets and speech-generation systems. Users are responsible for consulting and complying with the original terms and attribution requirements of all upstream resources.