ConceptCaps -- a Distilled Concept Dataset for Interpretability in Music Models
Bruno Sienkiewicz, Łukasz Neumann, Mateusz Modrzejewski
TL;DR
ConceptCaps addresses a key barrier in concept-based interpretability for music models by creating a large, coherent dataset of 23k music-description pairs with explicit concept labels. The authors decouple semantic modeling from text generation via a two-stage pipeline: a β-VAE models plausible attribute co-occurrences, and a fine-tuned LLM converts attributes into professional captions, followed by MusicGen audio synthesis conditioned on these captions. They validate quality through linguistic metrics (BLEU, ROUGE, BERTScore, MAUVE), audio-text alignment (CLAP), and TCAV analyses showing musically meaningful concept separability, while achieving efficiency gains over API-based baselines. This pipeline provides fine-grained controllability over concept composition and yields a reproducible, copyright-free resource to advance interpretability research in music AI. The work highlights practical implications for robust, interpretable music-model evaluations and points to future expansion into non-Western musical concepts and broader notion coverage.
Abstract
Concept-based interpretability methods like TCAV require clean, well-separated positive and negative examples for each concept. Existing music datasets lack this structure: tags are sparse, noisy, or ill-defined. We introduce ConceptCaps, a dataset of 23k music-caption-audio triplets with explicit labels from a 200-attribute taxonomy. Our pipeline separates semantic modeling from text generation: a VAE learns plausible attribute co-occurrence patterns, a fine-tuned LLM converts attribute lists into professional descriptions, and MusicGen synthesizes corresponding audio. This separation improves coherence and controllability over end-to-end approaches. We validate the dataset through audio-text alignment (CLAP), linguistic quality metrics (BERTScore, MAUVE), and TCAV analysis confirming that concept probes recover musically meaningful patterns. Dataset and code are available online.
