File size: 9,005 Bytes
8176d33
4009acb
 
 
 
 
 
 
 
 
 
 
 
 
228ca38
 
 
 
 
 
 
 
 
 
82e864c
 
 
 
 
 
 
228ca38
82e864c
 
 
 
 
228ca38
82e864c
 
 
 
 
228ca38
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82e864c
 
 
 
 
 
 
228ca38
82e864c
 
 
 
 
228ca38
82e864c
 
 
 
 
228ca38
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8176d33
228ca38
4009acb
147011c
 
4009acb
147011c
 
 
228ca38
147011c
 
28b3330
 
 
147011c
28b3330
147011c
 
 
 
 
 
 
 
 
4009acb
de9348d
4009acb
14f5d72
 
 
 
 
 
 
 
4009acb
 
 
 
 
 
 
 
 
 
 
de9348d
9238850
4009acb
 
 
 
 
 
 
8f44364
4009acb
 
 
 
 
 
 
 
 
 
 
 
228ca38
4009acb
 
 
48c6214
de9348d
48c6214
4009acb
 
147011c
89fe33e
4009acb
54a16ce
4009acb
 
 
 
 
 
 
 
 
 
 
 
 
77ba501
0fcbae4
d8bd952
 
3c09d9a
 
 
d8bd952
3c09d9a
d8bd952
 
4009acb
 
 
 
54a16ce
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
---
license: cc-by-nc-nd-4.0
task_categories:
- audio-classification
- image-classification
language:
- zh
- en
tags:
- music
- art
pretty_name: Bel Conto and Chinese Folk Song Singing Tech
size_categories:
- 1K<n<10K
dataset_info:
  - config_name: default
    features:
      - name: audio
        dtype:
          audio:
            sampling_rate: 22050
      - name: mel
        dtype: image
      - name: label
        dtype:
          class_label:
            names:
                '0': m_bel
                '1': f_bel
                '2': m_folk
                '3': f_folk
      - name: gender
        dtype:
          class_label:
            names:
                '0': female
                '1': male
      - name: singing_method
        dtype:
          class_label:
            names:
                '0': Folk_Singing
                '1': Bel_Canto
    splits:
      - name: train
        num_bytes: 74400
        num_examples: 203
    download_size: 1221158882
    dataset_size: 74400
  - config_name: eval
    features:
      - name: mel
        dtype: image
      - name: cqt
        dtype: image
      - name: chroma
        dtype: image
      - name: label
        dtype:
          class_label:
            names:
                '0': m_bel
                '1': f_bel
                '2': m_folk
                '3': f_folk
      - name: gender
        dtype:
          class_label:
            names:
                '0': female
                '1': male
      - name: singing_method
        dtype:
          class_label:
            names:
                '0': Folk_Singing
                '1': Bel_Canto
    splits:
      - name: train
        num_bytes: 4463751
        num_examples: 7926
      - name: validation
        num_bytes: 557511
        num_examples: 990
      - name: test
        num_bytes: 559833
        num_examples: 994
    download_size: 889320608
    dataset_size: 5581095
configs:
  - config_name: default
    data_files:
      - split: train
        path: default/train/data-*.arrow
  - config_name: eval
    data_files:
      - split: train
        path: eval/train/data-*.arrow
      - split: validation
        path: eval/validation/data-*.arrow
      - split: test
        path: eval/test/data-*.arrow
---

# 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](#default-subset) of the current integrated version of the dataset, and its data structure can be viewed in the [viewer](https://huggingface.co/datasets/ccmusic-database/bel_canto/viewer). Since the default subset has not been evaluated, to verify its effectiveness, we have built the [eval subset](#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](https://huggingface.co/ccmusic-database/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. 1**                                             |                                              **Fig. 2**                                              |                                             **Fig. 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 items  |        Values        |
| :-----------------: | :------------------: |
|  Total duration(s)  | `18270.477865079374` |
|  Mean duration(s)   | `90.00235401516929`  |
|   Min duration(s)   |        `13.7`        |
|   Max duration(s)   |       `310.0`        |
| Class with max durs |  `Bel Canto Female`  |

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

### Eval Subset Splits
|   Split    | 8:1:1 |
| :--------: | :---: |
|   train    | 7926  |
| validation |  990  |
|    test    |  994  |
|   total    | 9910  |

### Data Instances
.zip(.wav, .jpg)

### Data Fields
m_bel, f_bel, m_folk, f_folk

## Usage
### Default Subset
```python
from datasets import load_dataset

ds = load_dataset("ccmusic-database/bel_canto", name="default", split="train")
for item in ds:
    print(item)
```

### Eval Subset
```python
from datasets import load_dataset

ds = load_dataset("ccmusic-database/bel_canto", name="eval")
for item in ds["train"]:
    print(item)

for item in ds["validation"]:
    print(item)

for item in ds["test"]:
    print(item)
```

## 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