File size: 5,914 Bytes
f2a907d
7ca6a63
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f2a907d
7ca6a63
 
70f3213
7ca6a63
70f3213
7ca6a63
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9035011
7ca6a63
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: cc-by-nc-nd-4.0
task_categories:
- audio-classification
- table-question-answering
- summarization
language:
- zh
- en
tags:
- music
- art
pretty_name: Acapella Evaluation Dataset
size_categories:
- n<1K
viewer: false
---

# Dataset Card for Acapella Evaluation
The original dataset, sourced from the [Acapella Evaluation Dataset](https://ccmusic-database.github.io/en/database/ccm.html#shou2), comprises six Mandarin pop song segments performed by 22 singers, resulting in a total of 132 audio clips. Each segment includes both a verse and a chorus. Four judges from the China Conservatory of Music assess the singing across nine dimensions: pitch, rhythm, vocal range, timbre, pronunciation, vibrato, dynamics, breath control, and overall performance, using a 10-point scale. The evaluations are recorded in an Excel spreadsheet in .xls format.

Due to the original dataset comprising separate files for audio recordings and evaluation sheets, which hindered efficient data retrieval, we combined the original vocal recordings with their corresponding evaluation sheets to construct the [default subset](#usage) of the current integrated version of the dataset. The data structure can be viewed in the [viewer](https://www.modelscope.cn/datasets/ccmusic-database/acapella/dataPeview). The current dataset is already endorsed by published articles, hence there is no need to construct the eval subset.

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

## Dataset Structure
<style>
  .datastructure td {
    vertical-align: middle !important;
    text-align: center;
  }
  .datastructure th {
    text-align: center;
  }
</style>
<table class="datastructure">
    <tr>
        <th>audio</th>
        <th>mel</th>
        <th>singer_id</th>
        <th>pitch / rhythm / ... / overall_performance (9 colums)</th>
    </tr>
    <tr>
        <td>.wav, 48000Hz</td>
        <td>.jpg, 48000Hz</td>
        <td>int</td>
        <td>float(0-10)</td>
    </tr>
    <tr>
        <td>...</td>
        <td>...</td>
        <td>...</td>
        <td>...</td>
    </tr>
</table>

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

### Data Fields
song, singer id, pitch, rhythm, vocal range, timbre, pronunciation, vibrato, dynamic, breath control and overall performance

### Data Splits
song1-6

## Dataset Description
- **Homepage:** <https://ccmusic-database.github.io>
- **Repository:** <https://huggingface.co/datasets/ccmusic-database/acapella_evaluation>
- **Paper:** <https://doi.org/10.5281/zenodo.5676893>
- **Leaderboard:** <https://www.modelscope.cn/datasets/ccmusic-database/acapella>
- **Point of Contact:** <https://www.mdpi.com/2076-3417/12/19/9931>

### Dataset Summary
Due to the original dataset comprising separate files for audio recordings and evaluation sheets, which hindered efficient data retrieval, we have consolidated the raw vocal recordings with their corresponding assessments. The dataset is divided into six segments, each representing a different song, resulting in a total of six divisions. Each segment contains 22 entries, with each entry detailing the vocal recording of an individual singer sampled at 22,050 Hz, the singer's ID, and evaluations across the nine dimensions previously mentioned. Consequently, each entry encompasses 11 columns of data. This dataset is well-suited for tasks such as vocal analysis and regression-based singing voice rating. For instance, as previously stated, the final column of each entry denotes the overall performance score, allowing the audio to be utilized as data and this score to serve as the label for regression analysis.

### Supported Tasks and Leaderboards
Acapella evaluation/scoring

### Languages
Chinese, English

## Maintenance
```bash
git clone [email protected]:datasets/ccmusic-database/acapella
cd acapella
```

## Usage
```python
from datasets import load_dataset

dataset = load_dataset("ccmusic-database/acapella", subset="default")
for i in range(1, 7):
    for item in dataset[f"song{i}"]:
        print(item)
```

## Dataset Creation
### Curation Rationale
Lack of a training dataset for the acapella scoring system

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

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

### Annotations
#### Annotation process
6 Mandarin song segments were sung by 22 singers, totaling 132 audio clips. Each segment consists of a verse and a chorus. Four judges evaluate the singing from nine aspects which are pitch, rhythm, vocal range, timbre, pronunciation, vibrato, dynamic, breath control and overall performance on a 10-point scale. The scores are recorded on a sheet.

#### Who are the annotators?
Judges from CCMUSIC

### Personal and Sensitive Information
Singers' and judges' names are hided

## Considerations for Using the Data
### Social Impact of Dataset
Providing a training dataset for the acapella scoring system may improve the development of related Apps

### Discussion of Biases
Only for Mandarin songs

### Other Known Limitations
No starting point has been marked for the vocal

## Additional Information
### Dataset Curators
Zijin Li

### Evaluation
[Li, R.; Zhang, M. Singing-Voice Timbre Evaluations Based on Transfer Learning. Appl. Sci. 2022, 12, 9931. https://doi.org/10.3390/app12199931](https://www.mdpi.com/2076-3417/12/19/9931)

### 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 training dataset for the acapella scoring system