Datasets:
Formats:
parquet
Size:
10K - 100K
ArXiv:
Tags:
voice-cloning
text-to-speech
speaker-privacy
audio-protection
adversarial-audio
audio-deepfake
License:
File size: 4,241 Bytes
da16c69 b2b0c28 da16c69 b2b0c28 da16c69 b2b0c28 da16c69 b2b0c28 da16c69 b2b0c28 da16c69 b2b0c28 da16c69 b2b0c28 da16c69 b2b0c28 da16c69 b2b0c28 da16c69 b2b0c28 da16c69 b2b0c28 da16c69 b2b0c28 da16c69 b2b0c28 da16c69 b2b0c28 2bcdf13 b2b0c28 2bcdf13 b2b0c28 2bcdf13 b2b0c28 da16c69 | 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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 | ---
pretty_name: RVCBench
license: cc0-1.0
language:
- en
- zh
- fr
task_categories:
- text-to-speech
- automatic-speech-recognition
tags:
- voice-cloning
- text-to-speech
- speaker-privacy
- audio-protection
- adversarial-audio
- audio-deepfake
- speaker-verification
- speech-synthesis
- robustness
- benchmark
- zero-shot-voice-cloning
configs:
- config_name: AISHELL1_dev
data_files:
- split: default
path: AISHELL1_dev/metadata.parquet
- config_name: Background_noise
data_files:
- split: default
path: Background_noise/metadata.parquet
- config_name: Bilingual_uedin
data_files:
- split: default
path: Bilingual_uedin/metadata.parquet
- config_name: CommonVoiceFR_dev
data_files:
- split: default
path: CommonVoiceFR_dev/metadata.parquet
- config_name: Libritts
data_files:
- split: default
path: Libritts/metadata.parquet
- config_name: Long_context
data_files:
- split: default
path: Long_context/metadata.parquet
- config_name: Multispeaker_libri
data_files:
- split: default
path: Multispeaker_libri/metadata.parquet
- config_name: VCTK
data_files:
- split: default
path: VCTK/metadata.parquet
- config_name: robotcall
data_files:
- split: default
path: robotcall/metadata.parquet
- config_name: vctk_text_robust
data_files:
- split: default
path: vctk_text_robust/metadata.parquet
---
# RVCBench
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.
Dataset page: https://huggingface.co/datasets/Nanboy/RVCBench
Code repository: https://github.com/Nanboy-Ronan/RVCBench
Paper: https://arxiv.org/abs/2602.00443
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.
Each subset is exposed as its own Hugging Face dataset configuration. Most subsets contain:
- `metadata.parquet`
- `audios/`
The canonical metadata stores one row per benchmark pair with columns such as:
- `speaker_id`
- `prompt_file_name`
- `prompt_text`
- `prompt_language`
- `target_file_name`
- `target_text`
- `target_language`
- `pair_id`
- `dataset_name`
- `data_split`
When available, training-oriented annotations are also preserved:
- `prompt_phonemes`, `prompt_tone`, `prompt_word2ph`
- `target_phonemes`, `target_tone`, `target_word2ph`
Some subsets include additional task-specific metadata, for example `spam_type` in `robotcall`.
## Available Configs
- `AISHELL1_dev`
- `Background_noise`
- `Bilingual_uedin`
- `CommonVoiceFR_dev`
- `Libritts`
- `Long_context`
- `Multispeaker_libri`
- `VCTK`
- `robotcall`
- `vctk_text_robust`
## Intended Use
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:
- benchmarking zero-shot voice cloning and TTS models;
- comparing audio protection methods such as SafeSpeech, Enkidu, EM, spectral perturbation, and Gaussian noise;
- measuring speaker similarity, intelligibility, perceptual quality, word error rate, and runtime;
- studying speaker privacy and audio deepfake robustness under adversarial perturbations.
## Citation
If you use RVCBench in your research, please cite:
```bibtex
@article{jin2026rvcbench,
title = {RVCBench: Benchmarking the Robustness of Voice Cloning Across Modern Audio Generation Models},
author = {Jin, Ruinan and Liao, Xinting and Yu, Hanlin and Pandya, Deval and Li, Xiaoxiao},
journal = {arXiv preprint arXiv:2602.00443},
year = {2026}
}
```
## Notes
- The `compression` directory is intentionally excluded from this dataset release.
- This repository is organized for direct browsing in the Hugging Face dataset viewer.
|