Datasets:

Modalities:
Audio
Text
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
File size: 3,622 Bytes
e0fafbb
 
 
 
 
 
be0c0ae
 
 
e0fafbb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
274e3bb
 
e0fafbb
274e3bb
 
 
e0fafbb
 
 
 
be0c0ae
 
 
 
 
 
 
 
e0fafbb
be0c0ae
e0fafbb
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
---
license: cc-by-nc-sa-4.0
---
# SongEval 🎡  
**A Large-Scale Benchmark Dataset for Aesthetic Evaluation of Complete Songs**

<!-- [![Hugging Face Dataset](https://img.shields.io/badge/HuggingFace-Dataset-blue)](https://huggingface.co/datasets/ASLP-lab/SongEval) -->
[![Github Toolkit](https://img.shields.io/badge/Code-SongEval-blue?logo=github)](https://github.com/ASLP-lab/SongEval)
[![Arxiv Paper](https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg)](https://arxiv.org/pdf/2505.10793)
[![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)  

---

## πŸ“– Overview

**SongEval** is the first open-source, large-scale benchmark dataset designed for **aesthetic evaluation of complete songs**. It provides over **2,399 songs** (~140 hours) annotated by **16 expert raters** across **five perceptual dimensions**. The dataset enables research in evaluating and improving music generation systems from a human aesthetic perspective.


<p align="center"> <img src="assets/intro.png" alt="SongEval" width="800"/> </p>

---

## 🌟 Features

- 🎧 **2,399 complete songs** (with vocals and accompaniment)
- ⏱️ **~140 hours** of high-quality audio
- 🌍 **English and Chinese** songs
- 🎼 **9 mainstream genres**
- πŸ“ **5 aesthetic dimensions**:
  - Overall Coherence
  - Memorability
  - Naturalness of Vocal Breathing and Phrasing
  - Clarity of Song Structure
  - Overall Musicality
- πŸ“Š Ratings on a **5-point Likert scale** by **musically trained annotators**
- πŸŽ™οΈ Includes outputs from **five generation models** + a subset of real/bad-case samples

<div style="display: flex; justify-content: space-between;">
  <img src="assets/score.png" alt="Image 1" style="width: 48%;" />
  <img src="assets/distribution.png" alt="Image 2" style="width: 48%;" />
</div>


---

## πŸ“‚ Dataset Structure

Each sample includes:

- `audio`: WAV audio of the full song
- `gender`: male or female
- `aesthetic_scores`: dict of five human-annotated scores (1–5)

---

## πŸ” Use Cases

- Benchmarking song generation models from an aesthetic viewpoint
- Training perceptual quality predictors for song
- Exploring alignment between objective metrics and human judgments

---

## πŸ§ͺ Evaluation Toolkit

We provide an open-source evaluation toolkit trained on SongEval to help researchers evaluate new music generation outputs:

πŸ‘‰ GitHub: [https://github.com/ASLP-lab/SongEval](https://github.com/ASLP-lab/SongEval)

---

## πŸ“₯ Download

You can load the dataset directly using πŸ€— Datasets:

```python
from datasets import load_dataset

dataset = load_dataset("ASLP-lab/SongEval")

```

## πŸ™ Acknowledgement

This project is mainly organized by the audio, speech and language processing lab [(ASLP@NPU)](http://www.npu-aslp.org/).

We sincerely thank the **Shanghai Conservatory of Music** for their expert guidance on music theory, aesthetics, and annotation design.
Meanwhile, we thank AISHELL to help with the orgnization of the song annotations.

<p align="center"> <img src="assets/logo.png" alt="Shanghai Conservatory of Music Logo"/> </p>

---

## πŸ“¬ Citation
If you use this toolkit or the SongEval dataset, please cite the following:
```
@article{yao2025songeval,
  title   = {SongEval: A Benchmark Dataset for Song Aesthetics Evaluation},
  author  = {Yao, Jixun and Ma, Guobin and Xue, Huixin and Chen, Huakang and Hao, Chunbo and Jiang, Yuepeng and Liu, Haohe and Yuan, Ruibin and Xu, Jin and Xue, Wei and others},
  journal = {arXiv preprint arXiv:2505.10793},
  year={2025}
}

```