File size: 6,475 Bytes
8176d33
4009acb
 
 
 
 
 
 
 
 
 
 
 
 
 
8176d33
4009acb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7c8fceb
4009acb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
viewer: false
---

# Dataset Card for Bel Conto and Chinese Folk Song Singing Tech
The raw dataset, sourced from the [Bel Canto and National Singing Dataset](https://ccmusic-database.github.io/en/database/ccm.html#shou9), contains 203 acapella singing clips performed in two styles, Bel Canto and Chinese folk singing style, by professional vocalists. All of them are sung by professional vocalists and were recorded in professional commercial recording studios.

Based on the aforementioned raw dataset, we have constructed the `default subset` of the current integrated version of the dataset, and its data structure can be viewed in the [viewer](https://www.modelscope.cn/datasets/ccmusic-database/bel_canto/dataPeview).

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](https://www.modelscope.cn/models/ccmusic-database/bel_canto). Below are the data structures and invocation methods of the subsets.

## Dataset Structure
<style>
  .belcanto td {
    vertical-align: middle !important;
    text-align: center;
  }
  .belcanto th {
    text-align: center;
  }
</style>

### Default Subset
<table class="belcanto">
    <tr>
        <th>audio</th>
        <th>mel (spectrogram)</th>
        <th>label (4-class)</th>
        <th>gender (2-class)</th>
        <th>singing_method(2-class)</th>
    </tr>
    <tr>
        <td>.wav, 22050Hz</audio></td>
        <td>.jpg, 22050Hz</td>
        <td>m_bel, f_bel, m_folk, f_folk</td>
        <td>male, female</td>
        <td>Folk_Singing, Bel_Canto</td>
    </tr>
    <tr>
        <td>...</td>
        <td>...</td>
        <td>...</td>
        <td>...</td>
        <td>...</td>
    </tr>
</table>

### Eval Subset
<table class="belcanto">
    <tr>
        <th>mel</th>
        <th>cqt</th>
        <th>chroma</th>
        <th>label (4-class)</th>
        <th>gender (2-class)</th>
        <th>singing_method (2-class)</th>
    </tr>
    <tr>
        <td>.jpg, 1.6s, 22050Hz</td>
        <td>.jpg, 1.6s, 22050Hz</td>
        <td>.jpg, 1.6s, 22050Hz</td>
        <td>m_bel, f_bel, m_folk, f_folk</td>
        <td>male, female</td>
        <td>Folk_Singing, Bel_Canto</td>
    </tr>
    <tr>
        <td>...</td>
        <td>...</td>
        <td>...</td>
        <td>...</td>
        <td>...</td>
        <td>...</td>
    </tr>
</table>

<img src="https://www.modelscope.cn/api/v1/datasets/ccmusic-database/bel_canto/repo?Revision=master&FilePath=.%2Fdata%2Fbel.png&View=true">

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

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

### Data Splits 
| Split(8:1:1) / Subset |       default       |        eval         |
| :-------------------: | :-----------------: | :-----------------: |
|         train         |         159         |        7907         |
|      validation       |         20          |         988         |
|         test          |         23          |         991         |
|         total         |         202         |        9886         |
|   total duration(s)   | `18192.37652721089` | `18192.37652721089` |

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

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

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

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

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

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

dataset = 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 clone git@hf.co:datasets/ccmusic-database/bel_canto
cd bel_canto
```

## Dataset Description
- **Homepage:** <https://ccmusic-database.github.io>
- **Repository:** <https://huggingface.co/datasets/ccmusic-database/bel_canto>
- **Paper:** <https://doi.org/10.5281/zenodo.5676893>
- **Leaderboard:** <https://ccmusic-database.github.io/team.html>
- **Point of Contact:** <https://www.modelscope.cn/datasets/ccmusic-database/bel_canto>

### Dataset Summary
This database 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
Audio classification, Image classification, singing method classification, voice classification

### Languages
Chinese, English

## Dataset Creation
### Curation Rationale
Lack of a dataset for Bel Conto and Chinese folk song singing tech

### Source Data
#### Initial Data Collection and Normalization
Zhaorui Liu, Monan Zhou

#### Who are the source language producers?
Students from CCMUSIC

### Annotations
#### Annotation process
All of them are sung by professional vocalists and were recorded in professional commercial recording studios.

#### Who are the annotators?
professional vocalists

### Personal and Sensitive Information
None

## Considerations for Using the Data
### Social Impact of Dataset
Promoting the development of AI in the music industry

### Discussion of Biases
Only for Chinese songs

### Other Known Limitations
Some singers may not have enough professional training in classical or ethnic vocal techniques.

## Additional Information
### Dataset Curators
Zijin Li

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

### Citation Information
```bibtex
@dataset{zhaorui_liu_2021_5676893,
  author       = {Monan Zhou, Shenyang Xu, Zhaorui Liu, Zhaowen Wang, Feng Yu, Wei Li and Baoqiang Han},
  title        = {CCMusic: an Open and Diverse Database for Chinese and General Music Information Retrieval Research},
  month        = {mar},
  year         = {2024},
  publisher    = {HuggingFace},
  version      = {1.2},
  url          = {https://huggingface.co/ccmusic-database}
}
```

### Contributions
Provide a dataset for distinguishing Bel Conto and Chinese folk song singing tech