A Large-Scale Benchmark Dataset for Aesthetic Evaluation of Complete Songs
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.
Each sample includes:
audio: WAV audio of the full songgender: male or femaleaesthetic_scores: dict of five human-annotated scores (1β5)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
You can load the dataset directly using π€ Datasets:
from datasets import load_dataset
dataset = load_dataset("ASLP-lab/SongEval")
This project is mainly organized by the audio, speech and language processing lab (ASLP@NPU).
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.
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}
}
A Large-Scale Benchmark Dataset for Aesthetic Evaluation of Complete Songs
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.
Each sample includes:
audio: WAV audio of the full songgender: male or femaleaesthetic_scores: dict of five human-annotated scores (1β5)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
You can load the dataset directly using π€ Datasets:
from datasets import load_dataset
dataset = load_dataset("ASLP-lab/SongEval")
This project is mainly organized by the audio, speech and language processing lab (ASLP@NPU).
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.
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}
}