Nanboy commited on
Commit
b2b0c28
·
verified ·
1 Parent(s): 9f1b6c1

Add files using upload-large-folder tool

Browse files
Files changed (2) hide show
  1. README.md +61 -17
  2. README_HF_DATASET.md +92 -0
README.md CHANGED
@@ -1,50 +1,77 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  configs:
3
  - config_name: AISHELL1_dev
4
  data_files:
5
- - split: test
6
  path: AISHELL1_dev/metadata.parquet
7
  - config_name: Background_noise
8
  data_files:
9
- - split: test
10
  path: Background_noise/metadata.parquet
11
  - config_name: Bilingual_uedin
12
  data_files:
13
- - split: test
14
  path: Bilingual_uedin/metadata.parquet
15
  - config_name: CommonVoiceFR_dev
16
  data_files:
17
- - split: test
18
  path: CommonVoiceFR_dev/metadata.parquet
19
  - config_name: Libritts
20
  data_files:
21
- - split: test
22
  path: Libritts/metadata.parquet
23
  - config_name: Long_context
24
  data_files:
25
- - split: test
26
  path: Long_context/metadata.parquet
27
  - config_name: Multispeaker_libri
28
  data_files:
29
- - split: test
30
  path: Multispeaker_libri/metadata.parquet
31
  - config_name: VCTK
32
  data_files:
33
- - split: test
34
  path: VCTK/metadata.parquet
35
  - config_name: robotcall
36
  data_files:
37
- - split: test
38
  path: robotcall/metadata.parquet
39
  - config_name: vctk_text_robust
40
  data_files:
41
- - split: test
42
  path: vctk_text_robust/metadata.parquet
43
  ---
44
 
45
  # RVCBench
46
 
47
- RVCBench is a benchmark dataset for studying robustness in voice cloning and related audio generation pipelines.
 
 
 
 
 
 
48
 
49
  Each subset is exposed as its own Hugging Face dataset configuration. Most subsets contain:
50
 
@@ -62,7 +89,7 @@ The canonical metadata stores one row per benchmark pair with columns such as:
62
  - `target_language`
63
  - `pair_id`
64
  - `dataset_name`
65
- - `split`
66
 
67
  When available, training-oriented annotations are also preserved:
68
 
@@ -84,12 +111,29 @@ Some subsets include additional task-specific metadata, for example `spam_type`
84
  - `robotcall`
85
  - `vctk_text_robust`
86
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  ## Notes
88
 
89
  - The `compression` directory is intentionally excluded from this dataset release.
90
  - This repository is organized for direct browsing in the Hugging Face dataset viewer.
91
-
92
- ## Paper
93
-
94
- This dataset is introduced in:
95
- [RVCBench: Benchmarking the Robustness of Voice Cloning Across Modern Audio Generation Models](https://arxiv.org/abs/2602.00443)
 
1
  ---
2
+ pretty_name: RVCBench
3
+ license: cc0-1.0
4
+ language:
5
+ - en
6
+ - zh
7
+ - fr
8
+ task_categories:
9
+ - text-to-speech
10
+ - automatic-speech-recognition
11
+ tags:
12
+ - voice-cloning
13
+ - text-to-speech
14
+ - speaker-privacy
15
+ - audio-protection
16
+ - adversarial-audio
17
+ - audio-deepfake
18
+ - speaker-verification
19
+ - speech-synthesis
20
+ - robustness
21
+ - benchmark
22
+ - zero-shot-voice-cloning
23
  configs:
24
  - config_name: AISHELL1_dev
25
  data_files:
26
+ - split: default
27
  path: AISHELL1_dev/metadata.parquet
28
  - config_name: Background_noise
29
  data_files:
30
+ - split: default
31
  path: Background_noise/metadata.parquet
32
  - config_name: Bilingual_uedin
33
  data_files:
34
+ - split: default
35
  path: Bilingual_uedin/metadata.parquet
36
  - config_name: CommonVoiceFR_dev
37
  data_files:
38
+ - split: default
39
  path: CommonVoiceFR_dev/metadata.parquet
40
  - config_name: Libritts
41
  data_files:
42
+ - split: default
43
  path: Libritts/metadata.parquet
44
  - config_name: Long_context
45
  data_files:
46
+ - split: default
47
  path: Long_context/metadata.parquet
48
  - config_name: Multispeaker_libri
49
  data_files:
50
+ - split: default
51
  path: Multispeaker_libri/metadata.parquet
52
  - config_name: VCTK
53
  data_files:
54
+ - split: default
55
  path: VCTK/metadata.parquet
56
  - config_name: robotcall
57
  data_files:
58
+ - split: default
59
  path: robotcall/metadata.parquet
60
  - config_name: vctk_text_robust
61
  data_files:
62
+ - split: default
63
  path: vctk_text_robust/metadata.parquet
64
  ---
65
 
66
  # RVCBench
67
 
68
+ RVCBench is a benchmark dataset for studying robustness in voice cloning, text-to-speech, speaker privacy, audio protection, adversarial audio perturbations, and related audio generation pipelines.
69
+
70
+ Dataset page: https://huggingface.co/datasets/Nanboy/RVCBench
71
+ Code repository: https://github.com/Nanboy-Ronan/RVCBench
72
+ Paper: https://arxiv.org/abs/2602.00443
73
+
74
+ RVCBench is designed for evaluating how modern voice cloning (VC), TTS, and audio generation systems behave under clean prompts, protected prompts, and denoised protected prompts. It supports research on audio deepfake robustness, anti-spoofing, speaker verification resilience, privacy-preserving speech generation, and standardized benchmark evaluation.
75
 
76
  Each subset is exposed as its own Hugging Face dataset configuration. Most subsets contain:
77
 
 
89
  - `target_language`
90
  - `pair_id`
91
  - `dataset_name`
92
+ - `data_split`
93
 
94
  When available, training-oriented annotations are also preserved:
95
 
 
111
  - `robotcall`
112
  - `vctk_text_robust`
113
 
114
+ ## Intended Use
115
+
116
+ Use this dataset with the RVCBench codebase to run reproducible voice cloning robustness experiments across source audio, protected audio, denoised audio, and generated audio. Typical tasks include:
117
+
118
+ - benchmarking zero-shot voice cloning and TTS models;
119
+ - comparing audio protection methods such as SafeSpeech, Enkidu, EM, AntiFake, and Gaussian noise;
120
+ - measuring speaker similarity, intelligibility, perceptual quality, word error rate, and runtime;
121
+ - studying speaker privacy and audio deepfake robustness under adversarial perturbations.
122
+
123
+ ## Citation
124
+
125
+ If you use RVCBench in your research, please cite:
126
+
127
+ ```bibtex
128
+ @article{liao2026rvcbench,
129
+ title = {RVCBench: Benchmarking the Robustness of Voice Cloning Across Modern Audio Generation Models},
130
+ author = {Liao, Xinting and Jin, Ruinan and Yu, Hanlin and Pandya, Deval and Li, Xiaoxiao},
131
+ journal = {arXiv preprint arXiv:2602.00443},
132
+ year = {2026}
133
+ }
134
+ ```
135
+
136
  ## Notes
137
 
138
  - The `compression` directory is intentionally excluded from this dataset release.
139
  - This repository is organized for direct browsing in the Hugging Face dataset viewer.
 
 
 
 
 
README_HF_DATASET.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: AISHELL1_dev
4
+ data_files:
5
+ - split: default
6
+ path: AISHELL1_dev/metadata.parquet
7
+ - config_name: Background_noise
8
+ data_files:
9
+ - split: default
10
+ path: Background_noise/metadata.parquet
11
+ - config_name: Bilingual_uedin
12
+ data_files:
13
+ - split: default
14
+ path: Bilingual_uedin/metadata.parquet
15
+ - config_name: CommonVoiceFR_dev
16
+ data_files:
17
+ - split: default
18
+ path: CommonVoiceFR_dev/metadata.parquet
19
+ - config_name: Libritts
20
+ data_files:
21
+ - split: default
22
+ path: Libritts/metadata.parquet
23
+ - config_name: Long_context
24
+ data_files:
25
+ - split: default
26
+ path: Long_context/metadata.parquet
27
+ - config_name: Multispeaker_libri
28
+ data_files:
29
+ - split: default
30
+ path: Multispeaker_libri/metadata.parquet
31
+ - config_name: VCTK
32
+ data_files:
33
+ - split: default
34
+ path: VCTK/metadata.parquet
35
+ - config_name: robotcall
36
+ data_files:
37
+ - split: default
38
+ path: robotcall/metadata.parquet
39
+ - config_name: vctk_text_robust
40
+ data_files:
41
+ - split: default
42
+ path: vctk_text_robust/metadata.parquet
43
+ ---
44
+
45
+ # RVCBench
46
+
47
+ RVCBench is a benchmark dataset for studying robustness in voice cloning and related audio generation pipelines.
48
+
49
+ Dataset page: https://huggingface.co/datasets/Nanboy/RVCBench
50
+
51
+ Each subset is exposed as its own Hugging Face dataset configuration. Most subsets contain:
52
+
53
+ - `metadata.parquet`
54
+ - `audios/`
55
+
56
+ The canonical metadata stores one row per benchmark pair with columns such as:
57
+
58
+ - `speaker_id`
59
+ - `prompt_file_name`
60
+ - `prompt_text`
61
+ - `prompt_language`
62
+ - `target_file_name`
63
+ - `target_text`
64
+ - `target_language`
65
+ - `pair_id`
66
+ - `dataset_name`
67
+ - `data_split`
68
+
69
+ When available, training-oriented annotations are also preserved:
70
+
71
+ - `prompt_phonemes`, `prompt_tone`, `prompt_word2ph`
72
+ - `target_phonemes`, `target_tone`, `target_word2ph`
73
+
74
+ Some subsets include additional task-specific metadata, for example `spam_type` in `robotcall`.
75
+
76
+ ## Available Configs
77
+
78
+ - `AISHELL1_dev`
79
+ - `Background_noise`
80
+ - `Bilingual_uedin`
81
+ - `CommonVoiceFR_dev`
82
+ - `Libritts`
83
+ - `Long_context`
84
+ - `Multispeaker_libri`
85
+ - `VCTK`
86
+ - `robotcall`
87
+ - `vctk_text_robust`
88
+
89
+ ## Notes
90
+
91
+ - The `compression` directory is intentionally excluded from this dataset release.
92
+ - This repository is organized for direct browsing in the Hugging Face dataset viewer.