GlaxyEx999
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -15,9 +15,9 @@ viewer: false
|
|
15 |
---
|
16 |
|
17 |
# Dataset Card for Chinese Musical Instruments Timbre Evaluation Database
|
18 |
-
The original dataset is sourced from the [National Musical Instruments Timbre Evaluation Dataset](https://ccmusic-database.github.io/en/database/ccm.html#shou4), which includes subjective timbre evaluation scores using 16 terms such as bright, dark, raspy, etc., evaluated across 37 Chinese instruments and 24 Western instruments by participants with musical backgrounds in a subjective evaluation experiment. Additionally, it contains 10 spectrogram analysis reports for 10 instruments.
|
19 |
|
20 |
-
Based on the aforementioned original dataset, after data processing, we have constructed the [default subset](#usage) of the current integrated version of the dataset, dividing the Chinese section and the Western section into two splits. Each split consists of multiple data entries, with each entry structured across 18 columns. The Chinese split includes 37 entries, while the Western split comprises 24 entries. The first column of each data entry presents the instrument recordings in .wav format, sampled at a rate of 44,100 Hz. The second column provides the Chinese pinyin or English name of the instrument. The following 16 columns correspond to the
|
21 |
|
22 |
## Viewer
|
23 |
<https://www.modelscope.cn/datasets/ccmusic-database/instrument_timbre/dataPeview>
|
@@ -38,13 +38,13 @@ Based on the aforementioned original dataset, after data processing, we have con
|
|
38 |
<th>audio</th>
|
39 |
<th>mel</th>
|
40 |
<th>instrument_name</th>
|
41 |
-
<th>slim / bright / ... /
|
42 |
</tr>
|
43 |
<tr>
|
44 |
<td>.wav, 44100Hz</td>
|
45 |
<td>.jpg, 44100Hz</td>
|
46 |
<td>string</td>
|
47 |
-
<td>float(
|
48 |
</tr>
|
49 |
<tr>
|
50 |
<td>...</td>
|
@@ -71,7 +71,7 @@ Chinese, Western
|
|
71 |
- **Point of Contact:** <https://www.modelscope.cn/datasets/ccmusic-database/instrument_timbre>
|
72 |
|
73 |
### Dataset Summary
|
74 |
-
During the integration, we have crafted the Chinese part and the Non-Chinese part into two splits. Each split is composed of multiple data entries, with each entry structured across 18 columns. The Chinese split encompasses 37 entries, while the Non-Chinese split includes 24 entries. The premier column of each data entry presents the instrument recordings in the .wav format, sampled at a rate of 22,050 Hz. The second column provides the Chinese pinyin or English name of the instrument. The subsequent 16 columns correspond to the
|
75 |
|
76 |
### Supported Tasks and Leaderboards
|
77 |
Musical Instruments Timbre Evaluation
|
@@ -105,15 +105,12 @@ Lack of a dataset for musical instruments timbre evaluation
|
|
105 |
#### Initial Data Collection and Normalization
|
106 |
Zhaorui Liu, Monan Zhou
|
107 |
|
108 |
-
#### Who are the source language producers?
|
109 |
-
Students from CCMUSIC
|
110 |
-
|
111 |
### Annotations
|
112 |
#### Annotation process
|
113 |
-
Subjective timbre evaluation scores of 16 subjective timbre evaluation terms (such as bright, dark, raspy) on 37 Chinese national and 24 Non-Chinese terms
|
114 |
|
115 |
#### Who are the annotators?
|
116 |
-
|
117 |
|
118 |
### Personal and Sensitive Information
|
119 |
None
|
@@ -122,9 +119,6 @@ None
|
|
122 |
### Social Impact of Dataset
|
123 |
Promoting the development of AI in the music industry
|
124 |
|
125 |
-
### Discussion of Biases
|
126 |
-
Only for traditional instruments
|
127 |
-
|
128 |
### Other Known Limitations
|
129 |
Limited data
|
130 |
|
@@ -132,11 +126,8 @@ Limited data
|
|
132 |
### Dataset Curators
|
133 |
Zijin Li
|
134 |
|
135 |
-
### Evaluation
|
136 |
-
|
137 |
-
[Yiliang, J. et al. (2020) ‘Analysis of Chinese Musical Instrument Timbre Based on Objective Features’, Journal of Fudan University(Natural Science), pp. 346-353+359. doi:10.15943/j.cnki.fdxb-jns.2020.03.014.](https://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CJFD&dbname=CJFDLAST2020&filename=FDXB202003014&uniplatform=NZKPT&v=85qLeLUyrDt%25mmd2Btak%25mmd2BN90N7vYZSv%25mmd2BVc1EfPmaYcvpvrgY1XkL215gYG4J%25mmd2FD09viR0w)
|
138 |
-
#### For Non-Chinese instruments
|
139 |
-
[Jiang, Wei et al. “Analysis and Modeling of Timbre Perception Features of Chinese Musical Instruments.” 2019 IEEE/ACIS 18th International Conference on Computer and Information Science (ICIS) (2019): 191-195.](https://ieeexplore.ieee.org/document/8940168)
|
140 |
|
141 |
### Citation Information
|
142 |
```bibtex
|
|
|
15 |
---
|
16 |
|
17 |
# Dataset Card for Chinese Musical Instruments Timbre Evaluation Database
|
18 |
+
The original dataset is sourced from the [National Musical Instruments Timbre Evaluation Dataset](https://ccmusic-database.github.io/en/database/ccm.html#shou4), which includes subjective timbre evaluation scores using 16 terms such as bright, dark, raspy, etc., evaluated across 37 Chinese instruments and 24 Western instruments by Chinese participants with musical backgrounds in a subjective evaluation experiment. Additionally, it contains 10 spectrogram analysis reports for 10 instruments.
|
19 |
|
20 |
+
Based on the aforementioned original dataset, after data processing, we have constructed the [default subset](#usage) of the current integrated version of the dataset, dividing the Chinese section and the Western section into two splits. Each split consists of multiple data entries, with each entry structured across 18 columns. The Chinese split includes 37 entries, while the Western split comprises 24 entries. The first column of each data entry presents the instrument recordings in .wav format, sampled at a rate of 44,100 Hz. The second column provides the Chinese pinyin or English name of the instrument. The following 16 columns correspond to the 9-point scores of the 16 terms. This dataset is suitable for conducting timbre analysis of musical instruments and can also be utilized for various single or multiple regression tasks related to term scoring. The data structure of the default subset can be viewed in the [viewer](https://www.modelscope.cn/datasets/ccmusic-database/instrument_timbre/dataPeview).
|
21 |
|
22 |
## Viewer
|
23 |
<https://www.modelscope.cn/datasets/ccmusic-database/instrument_timbre/dataPeview>
|
|
|
38 |
<th>audio</th>
|
39 |
<th>mel</th>
|
40 |
<th>instrument_name</th>
|
41 |
+
<th>slim / bright / ... / Raspy (16 colums)</th>
|
42 |
</tr>
|
43 |
<tr>
|
44 |
<td>.wav, 44100Hz</td>
|
45 |
<td>.jpg, 44100Hz</td>
|
46 |
<td>string</td>
|
47 |
+
<td>float(1-9)</td>
|
48 |
</tr>
|
49 |
<tr>
|
50 |
<td>...</td>
|
|
|
71 |
- **Point of Contact:** <https://www.modelscope.cn/datasets/ccmusic-database/instrument_timbre>
|
72 |
|
73 |
### Dataset Summary
|
74 |
+
During the integration, we have crafted the Chinese part and the Non-Chinese part into two splits. Each split is composed of multiple data entries, with each entry structured across 18 columns. The Chinese split encompasses 37 entries, while the Non-Chinese split includes 24 entries. The premier column of each data entry presents the instrument recordings in the .wav format, sampled at a rate of 22,050 Hz. The second column provides the Chinese pinyin or English name of the instrument. The subsequent 16 columns correspond to the 9-point score of the 16 terms. This dataset is suitable for conducting timber analysis of musical instruments and can also be utilized for various single or multiple regression tasks related to term scoring.
|
75 |
|
76 |
### Supported Tasks and Leaderboards
|
77 |
Musical Instruments Timbre Evaluation
|
|
|
105 |
#### Initial Data Collection and Normalization
|
106 |
Zhaorui Liu, Monan Zhou
|
107 |
|
|
|
|
|
|
|
108 |
### Annotations
|
109 |
#### Annotation process
|
110 |
+
Subjective timbre evaluation scores of 16 subjective timbre evaluation terms (such as bright, dark, raspy) on 37 Chinese national and 24 Non-Chinese terms rated by Chinese listeners in a subjective evaluation experiment
|
111 |
|
112 |
#### Who are the annotators?
|
113 |
+
Chinese music professionals
|
114 |
|
115 |
### Personal and Sensitive Information
|
116 |
None
|
|
|
119 |
### Social Impact of Dataset
|
120 |
Promoting the development of AI in the music industry
|
121 |
|
|
|
|
|
|
|
122 |
### Other Known Limitations
|
123 |
Limited data
|
124 |
|
|
|
126 |
### Dataset Curators
|
127 |
Zijin Li
|
128 |
|
129 |
+
### Reference & Evaluation
|
130 |
+
[Jiang W, Liu J, Zhang X, Wang S, Jiang Y. Analysis and Modeling of Timbre Perception Features in Musical Sounds. Applied Sciences. 2020; 10(3):789.](https://www.mdpi.com/2076-3417/10/3/789)
|
|
|
|
|
|
|
131 |
|
132 |
### Citation Information
|
133 |
```bibtex
|