CoolFace
Datasetpublic

ccmusic-database/bel_canto

Dataset Card for Bel Conto and Chinese Folk Song Singing Tech Original Content This dataset is created by the authors and encompasses two distinct singing styles: bel canto and Chinese folk singing. Bel canto is a vocal technique frequently employed in Western classical music and opera, symbolizing the zenith of vocal artistry within the broader Western musical heritage. Chinese folk singing, for which there is no official English translation, is referred to here… See the full description on the dataset page: https://huggingface.co/datasets/ccmusic-database/bel_canto.

sourceHugging Facecc-by-nc-nd-4.0updated 7mo agoView on Hugging Face
33likes380downloads
Dataset Card

Dataset Card for Bel Conto and Chinese Folk Song Singing Tech

Original Content

This dataset is created by the authors and encompasses two distinct singing styles: bel canto and Chinese folk singing. Bel canto is a vocal technique frequently employed in Western classical music and opera, symbolizing the zenith of vocal artistry within the broader Western musical heritage. Chinese folk singing, for which there is no official English translation, is referred to here as a classical singing style that originated in China during the 20th century. It is a fusion of traditional Chinese vocal techniques with European bel canto singing and is currently widely utilized in the performance of various forms of Chinese folk music. The purpose of creating this dataset is to fill a gap in the current singing datasets, as none of them includes Chinese folk singing, and by incorporating both bel canto and Chinese folk singing, it provides a valuable resource for researchers to conduct cross-cultural comparative studies in vocal performance. The original dataset contains 203 acapella singing recordings sung in two styles, bel canto and Chinese folk singing style. All of them were sung by professional vocalists and were recorded in the recording studio of the China Conservatory of Music using a Schoeps MK4 microphone. Additionally, apart from singing style labels, gender labels are also included.

Integration

Since this is a self-created dataset, we directly carry out the unified integration of the data structure. After integration, the data structure of the dataset is as follows: audio (with a sampling rate of 22,050 Hz), mel spectrograms, 4-class numerical label, gender label and singing style label. The data number remains 203, with a total duration of 5.08 hours. The average duration is 90 seconds.

We have constructed the default subset of the current integrated version of the dataset, and its data structure can be viewed in the viewer. Since the default subset has not been evaluated, to verify its effectiveness, we have built the eval subset based on the default subset for the evaluation of the integrated version of the dataset. The evaluation results can be seen in the bel_canto. Below are the data structures and invocation methods of the subsets.

Statistics

![](https://www.modelscope.cn/datasets/ccmusic-database/bel_canto/resolve/master/data/bel_pie.jpg)![](https://www.modelscope.cn/datasets/ccmusic-database/bel_canto/resolve/master/data/bel_canto.jpg)![](https://www.modelscope.cn/datasets/ccmusic-database/bel_canto/resolve/master/data/bel_bar.jpg)
Fig. 1Fig. 2Fig. 3

Firstly, Fig. 1 presents the clip number of each category. The label with the highest data volume is Folk singing female, comprising 93 audio clips, which is 45.8% of the dataset. The label with the lowest data volume is Bel Canto Male, with 32 audio clips, constituting 15.8% of the dataset. Next, we assess the length of the audio for each label in Fig. 2. The Folk Singing Female label has the longest audio data, totaling 119.85 minutes. Bel Canto Male has the shortest audio duration, amounting to 46.61 minutes. The trend is the same as the data number difference shown in the pie chart. Lastly, in Fig. 3, the number of audio clips within various duration intervals is displayed. The most common duration range is observed to be 46-79 seconds, with 78 audio segments, while the least common range is 211-244 seconds, featuring only 2 audio segments.

Statistical itemsValues
Total duration(s)18270.477865079374
Mean duration(s)90.00235401516929
Min duration(s)13.7
Max duration(s)310.0
Class with max dursBel Canto Female

Dataset Structure

<https://huggingface.co/datasets/ccmusic-database/bel_canto/viewer>

Eval Subset Splits

Splittrainvalidationtesttotal
8:1:17,9269909949,910

Data Instances

.zip(.wav, .jpg)

Data Fields

mbel, fbel, mfolk, ffolk

Usage

python
from datasets import load_dataset

ds = load_dataset(
    "ccmusic-database/bel_canto",
    name="default", # default / eval
    split="train", # train / validation / test (default only has train)
    cache_dir="./__pycache__",
)
for i in ds:
    print(i)

Maintenance

bash
GIT_LFS_SKIP_SMUDGE=1 git clone git@hf.co:datasets/ccmusic-database/bel_canto
cd bel_canto

Mirror

<https://www.modelscope.cn/datasets/ccmusic-database/bel_canto>

Dataset Description

Dataset Summary

This dataset contains hundreds of acapella singing clips that are sung in two styles, Bel Conto and Chinese national singing style by professional vocalists. All of them are sung by professional vocalists and were recorded in professional commercial recording studios.

Supported Tasks and Leaderboards

MIR, Audio classification, singing method classification, voice classification

Languages

Chinese, English

Additional Information

Dataset Curators

Zijin Li

Evaluation

<https://huggingface.co/ccmusic-database/bel_canto>

Citation Information

bibtex
@article{Zhou-2025,
  author  = {Monan Zhou and Shenyang Xu and Zhaorui Liu and Zhaowen Wang and Feng Yu and Wei Li and Baoqiang Han},
  title   = {CCMusic: An Open and Diverse Database for Chinese Music Information Retrieval Research},
  journal = {Transactions of the International Society for Music Information Retrieval},
  volume  = {8},
  number  = {1},
  pages   = {22--38},
  month   = {Mar},
  year    = {2025},
  url     = {https://doi.org/10.5334/tismir.194},
  doi     = {10.5334/tismir.194}
}

Contributions

A dataset of bel conto and Chinese folk singing