File size: 2,953 Bytes
71f6469
 
 
cda5623
71f6469
 
cda5623
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
672bbf1
b00dd71
672bbf1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b00dd71
cda5623
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71f6469
 
cda5623
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
language:
- en
license: cc-by-nc-4.0
tags:
- music
- audio
- multimodal
- regression
- aesthetics
- dataset
---

# MADB: Music Aesthetics Dataset and Benchmark

## Dataset Description

MADB is a large-scale dataset for music aesthetic evaluation, designed to support research on multi-dimensional and subjective music perception.

The dataset contains approximately **10,000 music tracks**, each annotated by **multiple trained annotators** across **10 perceptual dimensions** and one overall score. In addition, each track includes **textual comments** and **semantic tags** (genre and mood), enabling multimodal learning.

---

## Data Composition

### Audio

- All audio files are stored under `data/audio/` (mp3 format)  
- 1730 tracks are generated by Suno and Levo  
- 4400 tracks are from the Muchin dataset: https://github.com/CarlWangChina/MuChin  
- Remaining tracks are collected from diverse online sources  

---

### Annotations

Annotations are stored under `data/annotation/`:

- `avg_score.csv`: average score for each dimension per track  
- `MADB_data.csv`: full annotation data, including:
  - per-annotator scores  
  - textual comments  
  - genre and mood tags
- `split_val_seed5.csv`: the validate set with random seed 5

---

### Sample

Samples are stored under `sample/`:

- sample_audio: 200 audios selected from validate set:  
  - 100 audios randomly selected from Muchin   
  - 50 audios from levo  
  - 50 audios from suno
- sample_embedding: embedding extracted from sample audios:
  - clap: extracted with original clap  
  - muq: extracted with original muq
  - clap_com: extracted with clap after adaption with comments
  - clap_com_tag: extracted with clap after adaption with comments and tags
- `sample_ids.csv`: contains all sample audios' id

---

## Annotation Framework

Each track is rated across the following dimensions:

- Melody perception  
- Melody emotion  
- Arrangement perception  
- Arrangement emotion  
- Rhythm perception  
- Structure perception  
- Performance and singing mood  
- Enunciation and singing skill  
- Performance skill  
- Sound effect perception  
- Overall score  

Some dimensions may be **not applicable**, in which case a value of `0` is assigned.

---

## Annotation Process

- Annotators have at least **3 years of formal music training**  
- All annotators hold at least a **bachelor's degree**  
- Quality control is conducted by experts with **10+ years of professional experience**  
- Each track is rated by multiple annotators  

---

## Intended Use

This dataset is designed for:

- Music aesthetic evaluation  
- Multimodal learning (audio + text + tags)  
- Music understanding and analysis  
- Evaluation of generative music systems  


---

## Licensing and Usage

- Audio data may be subject to original copyright restrictions  
- Users should ensure compliance with the original data sources  
- This dataset is intended for **research purposes only**