MuGeminorum Studio commited on
Commit
f04070d
1 Parent(s): aad065f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +121 -0
README.md CHANGED
@@ -1,3 +1,124 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - audio-classification
5
+ language:
6
+ - zh
7
+ - en
8
+ tags:
9
+ - music
10
+ - art
11
+ pretty_name: Guzheng Technique 99 Dataset
12
+ size_categories:
13
+ - n<1K
14
  ---
15
+ # Dataset Card for Guzheng Technique 99 Dataset
16
+ ## Dataset Description
17
+ - **Homepage:** <https://ccmusic-database.github.io>
18
+ - **Repository:** <https://huggingface.co/datasets/ccmusic-database/Guzheng_Tech99>
19
+ - **Paper:** <https://doi.org/10.5281/zenodo.5676893>
20
+ - **Leaderboard:** <https://ccmusic-database.github.io/team.html>
21
+ - **Point of Contact:** <https://github.com/LiDCC/GuzhengTech99/tree/windows>
22
+
23
+ ### Dataset Summary
24
+ Instrument playing technique (IPT) is a key element of musical presentation.
25
+
26
+ Guzheng is a polyphonic instrument. In Guzheng performance, notes with different IPTs are usually overlapped and mixed IPTs that can be decomposed into multiple independent IPTs are usually used. Most existing work on IPT detection typically uses datasets with monophonic instrumental solo pieces. This dataset fills a gap in the research field.
27
+
28
+ The dataset comprises 99 Guzheng solo compositions, recorded by professionals in a studio, totaling 9064.6 seconds. It includes seven playing techniques labeled for each note (onset, offset, pitch, vibrato, point note, upward portamento, downward portamento, plucks, glissando, and tremolo), resulting in 63,352 annotated labels. The dataset is divided into 79, 10, and 10 songs for the training, validation, and test sets, respectively.
29
+
30
+ ### Supported Tasks and Leaderboards
31
+ MIR, audio classification
32
+
33
+ ### Languages
34
+ Chinese, English
35
+
36
+ ## Dataset Structure
37
+ ### Data Instances
38
+ .zip(.flac, .csv)
39
+
40
+ ### Data Fields
41
+ The dataset comprises 99 Guzheng solo compositions, recorded by professionals in a studio, totaling 9064.6 seconds. It includes seven playing techniques labeled for each note (onset, offset, pitch, vibrato, point note, upward portamento, downward portamento, plucks, glissando, and tremolo), resulting in 63,352 annotated labels. The dataset is divided into 79, 10, and 10 songs for the training, validation, and test sets, respectively.
42
+
43
+ ### Data Splits
44
+ train, valid, test
45
+
46
+ ## Dataset Creation
47
+ ### Curation Rationale
48
+ Instrument playing technique (IPT) is a key element of musical presentation.
49
+
50
+ ### Source Data
51
+ #### Initial Data Collection and Normalization
52
+ Dichucheng Li, Monan Zhou
53
+
54
+ #### Who are the source language producers?
55
+ Students from FD-LAMT
56
+
57
+ ### Annotations
58
+ #### Annotation process
59
+ Guzheng is a polyphonic instrument. In Guzheng performance, notes with different IPTs are usually overlapped and mixed IPTs that can be decomposed into multiple independent IPTs are usually used. Most existing work on IPT detection typically uses datasets with monophonic instrumental solo pieces. This dataset fills a gap in the research field.
60
+
61
+ #### Who are the annotators?
62
+ Students from FD-LAMT
63
+
64
+ ### Personal and Sensitive Information
65
+ None
66
+
67
+ ## Considerations for Using the Data
68
+ ### Social Impact of Dataset
69
+ Promoting the development of music AI industry
70
+
71
+ ### Discussion of Biases
72
+ Only for Traditional Chinese Instruments
73
+
74
+ ### Other Known Limitations
75
+ Insufficient sample
76
+
77
+ ## Additional Information
78
+ ### Dataset Curators
79
+ Dichucheng Li
80
+
81
+ ### Evaluation
82
+ [Dichucheng Li, Mingjin Che, Wenwu Meng, Yulun Wu, Yi Yu, Fan Xia and Wei Li. "Frame-Level Multi-Label Playing Technique Detection Using Multi-Scale Network and Self-Attention Mechanism", in IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP 2023).](https://arxiv.org/pdf/2303.13272.pdf)
83
+
84
+ ### Licensing Information
85
+ ```
86
+ MIT License
87
+
88
+ Copyright (c) FD-LAMT
89
+
90
+ Permission is hereby granted, free of charge, to any person obtaining a copy
91
+ of this software and associated documentation files (the "Software"), to deal
92
+ in the Software without restriction, including without limitation the rights
93
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
94
+ copies of the Software, and to permit persons to whom the Software is
95
+ furnished to do so, subject to the following conditions:
96
+
97
+ The above copyright notice and this permission notice shall be included in all
98
+ copies or substantial portions of the Software.
99
+
100
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
101
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
102
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
103
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
104
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
105
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
106
+ SOFTWARE.
107
+ ```
108
+
109
+ ### Citation Information
110
+ ```
111
+ @dataset{zhaorui_liu_2021_5676893,
112
+ author = {Zhaorui Liu, Monan Zhou, Shenyang Xu, Wei Li, Zhaowen Wang and Zijin Li},
113
+ title = {CCMUSIC DATABASE: A Music Data Sharing Platform for Computational Musicology Research},
114
+ month = {nov},
115
+ year = {2021},
116
+ publisher = {Zenodo},
117
+ version = {1.1},
118
+ doi = {10.5281/zenodo.5676893},
119
+ url = {https://doi.org/10.5281/zenodo.5676893}
120
+ }
121
+ ```
122
+
123
+ ### Contributions
124
+ Promoting the development of music AI industry