Datasets:
File size: 4,035 Bytes
843b5e3 |
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 |
---
license: apache-2.0
dataset_info:
features:
- name: id
dtype: string
- name: question
dtype: string
- name: audio
dtype:
audio:
sampling_rate: 16000
- name: time_seg
sequence: float32
- name: choices
sequence: string
- name: choices_text
dtype: string
- name: correct_choice
dtype: string
- name: answer
dtype: string
splits:
- name: ballroom_genres
num_bytes: 1925899097
num_examples: 698
- name: ballroom_tempo
num_bytes: 1925872452
num_examples: 698
- name: fma_medium
num_bytes: 498305254
num_examples: 500
- name: fma_small
num_bytes: 494577738
num_examples: 500
- name: gs_key
num_bytes: 871698808
num_examples: 604
- name: gs_key_30s
num_bytes: 723475817
num_examples: 500
- name: gtzan
num_bytes: 1322966904
num_examples: 999
- name: gtzan_key
num_bytes: 1107113457
num_examples: 836
- name: gtzan_tempo
num_bytes: 1322940956
num_examples: 999
- name: guitarset
num_bytes: 1412458931
num_examples: 500
- name: ins_cls
num_bytes: 66276146
num_examples: 500
- name: mcaps
num_bytes: 1722373272
num_examples: 500
- name: md4q
num_bytes: 291638084
num_examples: 900
- name: mmau_music
num_bytes: 357422483
num_examples: 334
- name: mtg_genre
num_bytes: 4668391219
num_examples: 500
- name: mtg_ins
num_bytes: 4401162056
num_examples: 500
- name: mtg_mood
num_bytes: 4021913485
num_examples: 500
- name: mucho
num_bytes: 4664881419.128
num_examples: 1184
- name: nsyn_ins
num_bytes: 64126382
num_examples: 500
- name: nsyn_pitch
num_bytes: 64106228
num_examples: 500
- name: salami_cnt
num_bytes: 3343328652
num_examples: 831
- name: salami_overall
num_bytes: 1465379451
num_examples: 380
- name: salami_pred
num_bytes: 2090449745
num_examples: 500
- name: salami_segd
num_bytes: 1989854578
num_examples: 500
- name: tat
num_bytes: 58716441
num_examples: 500
download_size: 37124447550
dataset_size: 40875329055.128
configs:
- config_name: default
data_files:
- split: ballroom_genres
path: data/ballroom_genres-*
- split: ballroom_tempo
path: data/ballroom_tempo-*
- split: fma_medium
path: data/fma_medium-*
- split: fma_small
path: data/fma_small-*
- split: gs_key
path: data/gs_key-*
- split: gs_key_30s
path: data/gs_key_30s-*
- split: gtzan
path: data/gtzan-*
- split: gtzan_key
path: data/gtzan_key-*
- split: gtzan_tempo
path: data/gtzan_tempo-*
- split: guitarset
path: data/guitarset-*
- split: ins_cls
path: data/ins_cls-*
- split: mcaps
path: data/mcaps-*
- split: md4q
path: data/md4q-*
- split: mmau_music
path: data/mmau_music-*
- split: mtg_genre
path: data/mtg_genre-*
- split: mtg_ins
path: data/mtg_ins-*
- split: mtg_mood
path: data/mtg_mood-*
- split: mucho
path: data/mucho-*
- split: nsyn_ins
path: data/nsyn_ins-*
- split: nsyn_pitch
path: data/nsyn_pitch-*
- split: salami_cnt
path: data/salami_cnt-*
- split: salami_overall
path: data/salami_overall-*
- split: salami_pred
path: data/salami_pred-*
- split: salami_segd
path: data/salami_segd-*
- split: tat
path: data/tat-*
tags:
- music
size_categories:
- 10K<n<100K
---
MuCUE bench proposed in [Advancing the Foundation Model for Music Understanding](https://arxiv.org/abs/2508.01178)
eval code: https://github.com/Rickey-CS/MuCUE-Bench
## Citation
```bibtex
@misc{jiang2025advancingfoundationmodelmusic,
title={Advancing the Foundation Model for Music Understanding},
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},
year={2025},
eprint={2508.01178},
archivePrefix={arXiv},
primaryClass={cs.SD},
url={https://arxiv.org/abs/2508.01178},
} |