CoolFace
Datasetpublic

ASLP-lab/SongEval

SongEval ๐ŸŽต A Large-Scale Benchmark Dataset for Aesthetic Evaluation of Complete Songs ๐Ÿ“– 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. ๐ŸŒŸโ€ฆ See the full description on the dataset page: https://huggingface.co/datasets/ASLP-lab/SongEval.

sourceHugging Facecc-by-nc-sa-4.0updated 1y agoView on Hugging Face
24likes3.1kdownloads
Dataset Card

SongEval ๐ŸŽต

A Large-Scale Benchmark Dataset for Aesthetic Evaluation of Complete Songs

<!-- ![Hugging Face Dataset](https://huggingface.co/datasets/ASLP-lab/SongEval) --> ![Github Toolkit](https://github.com/ASLP-lab/SongEval) ![Arxiv Paper](https://arxiv.org/pdf/2505.10793) ![License: CC BY-NC-SA 4.0](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


๐Ÿ“ฅ 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).

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}
}