Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,154 +1,174 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
dataset_info:
|
4 |
-
features:
|
5 |
-
- name: id
|
6 |
-
dtype: string
|
7 |
-
- name: question
|
8 |
-
dtype: string
|
9 |
-
- name: audio
|
10 |
-
dtype:
|
11 |
-
audio:
|
12 |
-
sampling_rate: 16000
|
13 |
-
- name: time_seg
|
14 |
-
sequence: float32
|
15 |
-
- name: choices
|
16 |
-
sequence: string
|
17 |
-
- name: choices_text
|
18 |
-
dtype: string
|
19 |
-
- name: correct_choice
|
20 |
-
dtype: string
|
21 |
-
- name: answer
|
22 |
-
dtype: string
|
23 |
-
splits:
|
24 |
-
- name: ballroom_genres
|
25 |
-
num_bytes: 1925899097
|
26 |
-
num_examples: 698
|
27 |
-
- name: ballroom_tempo
|
28 |
-
num_bytes: 1925872452
|
29 |
-
num_examples: 698
|
30 |
-
- name: fma_medium
|
31 |
-
num_bytes: 498305254
|
32 |
-
num_examples: 500
|
33 |
-
- name: fma_small
|
34 |
-
num_bytes: 494577738
|
35 |
-
num_examples: 500
|
36 |
-
- name: gs_key
|
37 |
-
num_bytes: 871698808
|
38 |
-
num_examples: 604
|
39 |
-
- name: gs_key_30s
|
40 |
-
num_bytes: 723475817
|
41 |
-
num_examples: 500
|
42 |
-
- name: gtzan
|
43 |
-
num_bytes: 1322966904
|
44 |
-
num_examples: 999
|
45 |
-
- name: gtzan_key
|
46 |
-
num_bytes: 1107113457
|
47 |
-
num_examples: 836
|
48 |
-
- name: gtzan_tempo
|
49 |
-
num_bytes: 1322940956
|
50 |
-
num_examples: 999
|
51 |
-
- name: guitarset
|
52 |
-
num_bytes: 1412458931
|
53 |
-
num_examples: 500
|
54 |
-
- name: ins_cls
|
55 |
-
num_bytes: 66276146
|
56 |
-
num_examples: 500
|
57 |
-
- name: mcaps
|
58 |
-
num_bytes: 1722373272
|
59 |
-
num_examples: 500
|
60 |
-
- name: md4q
|
61 |
-
num_bytes: 291638084
|
62 |
-
num_examples: 900
|
63 |
-
- name: mmau_music
|
64 |
-
num_bytes: 357422483
|
65 |
-
num_examples: 334
|
66 |
-
- name: mtg_genre
|
67 |
-
num_bytes: 4668391219
|
68 |
-
num_examples: 500
|
69 |
-
- name: mtg_ins
|
70 |
-
num_bytes: 4401162056
|
71 |
-
num_examples: 500
|
72 |
-
- name: mtg_mood
|
73 |
-
num_bytes: 4021913485
|
74 |
-
num_examples: 500
|
75 |
-
- name: mucho
|
76 |
-
num_bytes: 4664881419.128
|
77 |
-
num_examples: 1184
|
78 |
-
- name: nsyn_ins
|
79 |
-
num_bytes: 64126382
|
80 |
-
num_examples: 500
|
81 |
-
- name: nsyn_pitch
|
82 |
-
num_bytes: 64106228
|
83 |
-
num_examples: 500
|
84 |
-
- name: salami_cnt
|
85 |
-
num_bytes: 3343328652
|
86 |
-
num_examples: 831
|
87 |
-
- name: salami_overall
|
88 |
-
num_bytes: 1465379451
|
89 |
-
num_examples: 380
|
90 |
-
- name: salami_pred
|
91 |
-
num_bytes: 2090449745
|
92 |
-
num_examples: 500
|
93 |
-
- name: salami_segd
|
94 |
-
num_bytes: 1989854578
|
95 |
-
num_examples: 500
|
96 |
-
- name: tat
|
97 |
-
num_bytes: 58716441
|
98 |
-
num_examples: 500
|
99 |
-
download_size: 37124447550
|
100 |
-
dataset_size: 40875329055.128
|
101 |
-
configs:
|
102 |
-
- config_name: default
|
103 |
-
data_files:
|
104 |
-
- split: ballroom_genres
|
105 |
-
path: data/ballroom_genres-*
|
106 |
-
- split: ballroom_tempo
|
107 |
-
path: data/ballroom_tempo-*
|
108 |
-
- split: fma_medium
|
109 |
-
path: data/fma_medium-*
|
110 |
-
- split: fma_small
|
111 |
-
path: data/fma_small-*
|
112 |
-
- split: gs_key
|
113 |
-
path: data/gs_key-*
|
114 |
-
- split: gs_key_30s
|
115 |
-
path: data/gs_key_30s-*
|
116 |
-
- split: gtzan
|
117 |
-
path: data/gtzan-*
|
118 |
-
- split: gtzan_key
|
119 |
-
path: data/gtzan_key-*
|
120 |
-
- split: gtzan_tempo
|
121 |
-
path: data/gtzan_tempo-*
|
122 |
-
- split: guitarset
|
123 |
-
path: data/guitarset-*
|
124 |
-
- split: ins_cls
|
125 |
-
path: data/ins_cls-*
|
126 |
-
- split: mcaps
|
127 |
-
path: data/mcaps-*
|
128 |
-
- split: md4q
|
129 |
-
path: data/md4q-*
|
130 |
-
- split: mmau_music
|
131 |
-
path: data/mmau_music-*
|
132 |
-
- split: mtg_genre
|
133 |
-
path: data/mtg_genre-*
|
134 |
-
- split: mtg_ins
|
135 |
-
path: data/mtg_ins-*
|
136 |
-
- split: mtg_mood
|
137 |
-
path: data/mtg_mood-*
|
138 |
-
- split: mucho
|
139 |
-
path: data/mucho-*
|
140 |
-
- split: nsyn_ins
|
141 |
-
path: data/nsyn_ins-*
|
142 |
-
- split: nsyn_pitch
|
143 |
-
path: data/nsyn_pitch-*
|
144 |
-
- split: salami_cnt
|
145 |
-
path: data/salami_cnt-*
|
146 |
-
- split: salami_overall
|
147 |
-
path: data/salami_overall-*
|
148 |
-
- split: salami_pred
|
149 |
-
path: data/salami_pred-*
|
150 |
-
- split: salami_segd
|
151 |
-
path: data/salami_segd-*
|
152 |
-
- split: tat
|
153 |
-
path: data/tat-*
|
154 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: id
|
6 |
+
dtype: string
|
7 |
+
- name: question
|
8 |
+
dtype: string
|
9 |
+
- name: audio
|
10 |
+
dtype:
|
11 |
+
audio:
|
12 |
+
sampling_rate: 16000
|
13 |
+
- name: time_seg
|
14 |
+
sequence: float32
|
15 |
+
- name: choices
|
16 |
+
sequence: string
|
17 |
+
- name: choices_text
|
18 |
+
dtype: string
|
19 |
+
- name: correct_choice
|
20 |
+
dtype: string
|
21 |
+
- name: answer
|
22 |
+
dtype: string
|
23 |
+
splits:
|
24 |
+
- name: ballroom_genres
|
25 |
+
num_bytes: 1925899097
|
26 |
+
num_examples: 698
|
27 |
+
- name: ballroom_tempo
|
28 |
+
num_bytes: 1925872452
|
29 |
+
num_examples: 698
|
30 |
+
- name: fma_medium
|
31 |
+
num_bytes: 498305254
|
32 |
+
num_examples: 500
|
33 |
+
- name: fma_small
|
34 |
+
num_bytes: 494577738
|
35 |
+
num_examples: 500
|
36 |
+
- name: gs_key
|
37 |
+
num_bytes: 871698808
|
38 |
+
num_examples: 604
|
39 |
+
- name: gs_key_30s
|
40 |
+
num_bytes: 723475817
|
41 |
+
num_examples: 500
|
42 |
+
- name: gtzan
|
43 |
+
num_bytes: 1322966904
|
44 |
+
num_examples: 999
|
45 |
+
- name: gtzan_key
|
46 |
+
num_bytes: 1107113457
|
47 |
+
num_examples: 836
|
48 |
+
- name: gtzan_tempo
|
49 |
+
num_bytes: 1322940956
|
50 |
+
num_examples: 999
|
51 |
+
- name: guitarset
|
52 |
+
num_bytes: 1412458931
|
53 |
+
num_examples: 500
|
54 |
+
- name: ins_cls
|
55 |
+
num_bytes: 66276146
|
56 |
+
num_examples: 500
|
57 |
+
- name: mcaps
|
58 |
+
num_bytes: 1722373272
|
59 |
+
num_examples: 500
|
60 |
+
- name: md4q
|
61 |
+
num_bytes: 291638084
|
62 |
+
num_examples: 900
|
63 |
+
- name: mmau_music
|
64 |
+
num_bytes: 357422483
|
65 |
+
num_examples: 334
|
66 |
+
- name: mtg_genre
|
67 |
+
num_bytes: 4668391219
|
68 |
+
num_examples: 500
|
69 |
+
- name: mtg_ins
|
70 |
+
num_bytes: 4401162056
|
71 |
+
num_examples: 500
|
72 |
+
- name: mtg_mood
|
73 |
+
num_bytes: 4021913485
|
74 |
+
num_examples: 500
|
75 |
+
- name: mucho
|
76 |
+
num_bytes: 4664881419.128
|
77 |
+
num_examples: 1184
|
78 |
+
- name: nsyn_ins
|
79 |
+
num_bytes: 64126382
|
80 |
+
num_examples: 500
|
81 |
+
- name: nsyn_pitch
|
82 |
+
num_bytes: 64106228
|
83 |
+
num_examples: 500
|
84 |
+
- name: salami_cnt
|
85 |
+
num_bytes: 3343328652
|
86 |
+
num_examples: 831
|
87 |
+
- name: salami_overall
|
88 |
+
num_bytes: 1465379451
|
89 |
+
num_examples: 380
|
90 |
+
- name: salami_pred
|
91 |
+
num_bytes: 2090449745
|
92 |
+
num_examples: 500
|
93 |
+
- name: salami_segd
|
94 |
+
num_bytes: 1989854578
|
95 |
+
num_examples: 500
|
96 |
+
- name: tat
|
97 |
+
num_bytes: 58716441
|
98 |
+
num_examples: 500
|
99 |
+
download_size: 37124447550
|
100 |
+
dataset_size: 40875329055.128
|
101 |
+
configs:
|
102 |
+
- config_name: default
|
103 |
+
data_files:
|
104 |
+
- split: ballroom_genres
|
105 |
+
path: data/ballroom_genres-*
|
106 |
+
- split: ballroom_tempo
|
107 |
+
path: data/ballroom_tempo-*
|
108 |
+
- split: fma_medium
|
109 |
+
path: data/fma_medium-*
|
110 |
+
- split: fma_small
|
111 |
+
path: data/fma_small-*
|
112 |
+
- split: gs_key
|
113 |
+
path: data/gs_key-*
|
114 |
+
- split: gs_key_30s
|
115 |
+
path: data/gs_key_30s-*
|
116 |
+
- split: gtzan
|
117 |
+
path: data/gtzan-*
|
118 |
+
- split: gtzan_key
|
119 |
+
path: data/gtzan_key-*
|
120 |
+
- split: gtzan_tempo
|
121 |
+
path: data/gtzan_tempo-*
|
122 |
+
- split: guitarset
|
123 |
+
path: data/guitarset-*
|
124 |
+
- split: ins_cls
|
125 |
+
path: data/ins_cls-*
|
126 |
+
- split: mcaps
|
127 |
+
path: data/mcaps-*
|
128 |
+
- split: md4q
|
129 |
+
path: data/md4q-*
|
130 |
+
- split: mmau_music
|
131 |
+
path: data/mmau_music-*
|
132 |
+
- split: mtg_genre
|
133 |
+
path: data/mtg_genre-*
|
134 |
+
- split: mtg_ins
|
135 |
+
path: data/mtg_ins-*
|
136 |
+
- split: mtg_mood
|
137 |
+
path: data/mtg_mood-*
|
138 |
+
- split: mucho
|
139 |
+
path: data/mucho-*
|
140 |
+
- split: nsyn_ins
|
141 |
+
path: data/nsyn_ins-*
|
142 |
+
- split: nsyn_pitch
|
143 |
+
path: data/nsyn_pitch-*
|
144 |
+
- split: salami_cnt
|
145 |
+
path: data/salami_cnt-*
|
146 |
+
- split: salami_overall
|
147 |
+
path: data/salami_overall-*
|
148 |
+
- split: salami_pred
|
149 |
+
path: data/salami_pred-*
|
150 |
+
- split: salami_segd
|
151 |
+
path: data/salami_segd-*
|
152 |
+
- split: tat
|
153 |
+
path: data/tat-*
|
154 |
+
tags:
|
155 |
+
- music
|
156 |
+
size_categories:
|
157 |
+
- 10K<n<100K
|
158 |
+
---
|
159 |
+
MuCUE bench proposed in [Advancing the Foundation Model for Music Understanding](https://arxiv.org/abs/2508.01178)
|
160 |
+
|
161 |
+
eval code: https://github.com/Rickey-CS/MuCUE-Bench
|
162 |
+
|
163 |
+
## Citation
|
164 |
+
|
165 |
+
```bibtex
|
166 |
+
@misc{jiang2025advancingfoundationmodelmusic,
|
167 |
+
title={Advancing the Foundation Model for Music Understanding},
|
168 |
+
author={Yi Jiang and Wei Wang and Xianwen Guo and Huiyun Liu and Hanrui Wang and Youri Xu and Haoqi Gu and Zhongqian Xie and Chuanjiang Luo},
|
169 |
+
year={2025},
|
170 |
+
eprint={2508.01178},
|
171 |
+
archivePrefix={arXiv},
|
172 |
+
primaryClass={cs.SD},
|
173 |
+
url={https://arxiv.org/abs/2508.01178},
|
174 |
+
}
|