Benchgen

MusicCaps

1 phaseActive

5,521 music clips with rich expert text descriptions, the standard evaluation set for text-to-music generation models like MusicLM.

Overview

MusicCaps

Category Metric Tasks Saturation Created

Paper

Quick answer: MusicCaps is a 5,521-clip dataset of rich, human-expert-written music captions released alongside Google's MusicLM paper, and it has become the de facto standard evaluation set for text-to-music generation systems.

At a Glance

What it tests: Whether a text-to-music generation model produces audio that faithfully matches a detailed text description (e.g., "a calming violin melody backed by a distorted guitar riff") while maintaining audio fidelity and coherence over time.

Why it matters: Before MusicCaps, evaluating text-to-music systems lacked a shared, richly-annotated reference set; its expert-written captions cover both objective musical attributes and subjective qualities, enabling consistent comparison across models like MusicLM, MusicGen, and successors.

Known limitations: MusicCaps is a fixed 10-second-clip evaluation set, so it primarily measures short-form generation quality rather than long-form musical coherence, and automated metrics (FAD, CLAP score) are still imperfect proxies for genuine musical quality.

What MusicCaps Measures

MusicCaps consists of 5,521 music clips, each paired with a rich text description written by human music experts, covering genre, mood, instrumentation, and other musical attributes in natural language. It was released as supporting material for MusicLM, a hierarchical sequence-to-sequence text-to-music generation model that produces 24kHz audio consistent over several minutes.

Because captions are written by experts rather than crowd-workers, MusicCaps descriptions tend to be more musically precise than typical caption datasets, making it a stronger signal for evaluating whether generated audio matches nuanced textual instructions (e.g., matching both instrumentation and mood, not just genre).

MusicCaps is most commonly used in two directions: as ground truth for computing similarity-based generation metrics (Fréchet Audio Distance, CLAP score) between generated and reference audio, and as a source of text prompts to drive text-to-music generation for human or automated evaluation.

Benchmark Specifications

FieldValue
Task categoryMultimodal (text-to-music generation evaluation)
MetricFréchet Audio Distance (FAD), CLAP score, and/or Mean Opinion Score (MOS) depending on evaluation setup
Number of tasks5,521 music clips with expert text captions
SaturationMedium — generation quality has improved substantially since MusicLM but nuanced adherence remains imperfect
Created byAndrea Agostinelli, Timo I. Denk, Zalán Borsos, Jesse Engel, and collaborators
Source paperAgostinelli et al. 2023
DatasetHugging Face

How MusicCaps Is Scored

Evaluation typically combines an automated audio-similarity metric (Fréchet Audio Distance between generated and reference clips) with a text-audio adherence metric (e.g., CLAP score, measuring how well the generated audio matches the caption), and often human Mean Opinion Score ratings for overall quality and adherence.

State-of-the-Art Results

Scores vary heavily by generation architecture and evaluation protocol (FAD variant, CLAP model version). See published technical reports for current model-by-model comparisons.

MusicCaps on Benchgen

No Benchgen results yet — be the first to run MusicCaps.

MusicCaps vs Other Benchmarks

BenchmarkWhat it testsTasksSaturation
MusicCapsText-to-music generation quality & caption adherence5,521 clipsmedium
MMEMultimodal LLM perception + cognition2,374high
MTVQAMultilingual text-centric visual QA6,778low

MusicCaps is unique among Benchgen's multimodal benchmarks in evaluating audio generation rather than vision-language understanding, making it a key reference for teams building or fine-tuning music-generation models.

Run MusicCaps on Your Model

Benchgen lets teams evaluate their own text-to-music models against MusicCaps prompts on demand, tracking audio-similarity and caption-adherence metrics over time as generation architectures evolve.

Explore related multimodal benchmarks like MME and MTVQA to compare vision-language evaluation with MusicCaps' audio-generation focus.

Frequently Asked Questions

What is MusicCaps? MusicCaps is a 5,521-clip dataset of expert-written music captions, released alongside Google's MusicLM paper, used as the standard evaluation set for text-to-music generation quality and text adherence.
What does a good MusicCaps score look like? Because scoring depends on which metric is used (FAD, CLAP score, or MOS) and each has different scales, comparisons are typically made against a specific paper's reported baselines rather than a single universal threshold.
Who created MusicCaps? MusicCaps was created by Andrea Agostinelli and collaborators at Google Research as part of the MusicLM project.