Factual and Musical Evaluation Metrics for Music Language Models
Daniel Chenyu Lin, Michael Freeman, John Thickstun
TL;DR
The paper addresses the misalignment between common NLP metrics and factual understanding in Music LMs. It introduces CLAPText, a musically aware similarity metric based on CLAP embeddings, and a modality-agnostic Factual QA framework that converts open-ended outputs into structured labels for interpretable evaluation using Precision, Recall, and F1. Through Free-Form QA experiments on MusicQA-derived data and Factual QA on FMA and MusicNet, the authors show that traditional metrics often fail to reflect factual audio understanding, while CLAPText and the proposed factual framework provide more reliable assessments and reveal the influence of prompting. The findings suggest that evaluating Music LMs requires metrics that reward factual correctness over linguistic fluency, with broader implications for reliable multimodal language models across domains.
Abstract
Music language models (Music LMs), like vision language models, leverage multimodal representations to answer natural language queries about musical audio recordings. Although Music LMs are reportedly improving, we find that current evaluations fail to capture whether their answers are correct. Specifically, for all Music LMs that we examine, widely-used evaluation metrics such as BLEU, METEOR, and BERTScore fail to measure anything beyond linguistic fluency of the model's responses. To measure the true performance of Music LMs, we propose (1) a better general-purpose evaluation metric for Music LMs adapted to the music domain and (2) a factual evaluation framework to quantify the correctness of a Music LM's responses. Our framework is agnostic to the modality of the question-answering model and could be generalized to quantify performance in other open-ended question-answering domains. We use open datasets in our experiments and will release all code on publication.
