Search papers, labs, and topics across Lattice.
This paper introduces MUSECRITIC, a semi-scalar reward model that generates natural-language critiques across five aesthetic dimensions to improve the evaluation of long-form song generation models. By employing a two-stage training pipeline, MUSECRITIC fine-tunes a teacher model to produce high-quality critiques, which are then used to predict continuous reward scores, effectively addressing the distribution shift between training and inference. The model significantly reduces scoring error on in-domain and out-of-domain benchmarks, demonstrating its effectiveness in aligning song generation with human aesthetic preferences.
Natural-language critiques can transform how we evaluate and optimize song generation models, leading to more human-aligned outputs.
Long-form song generation models continue to improve in duration, structural integrity, and acoustic complexity, making reliable aesthetic rewards increasingly important for aligning these models with human preferences. However, reward models for complete songs remain limited, and existing evaluators typically predict scores in a single forward pass without providing readable explanations. We introduce MUSECRITIC, a semi-scalar reward model that generates a natural-language critique covering five aesthetic dimensions and uses it as an intermediate representation to predict continuous reward scores. MUSECRITIC follows a two-stage training pipeline: a teacher model first provides high-quality critiques for supervised fine-tuning, after which the fine-tuned model generates its own critiques for reward learning, mitigating distribution shift between training and inference. On an in-domain test set of 200 SongEval songs, MUSECRITIC reduces macro-averaged mean squared error from 0.2875 to 0.2316 and improves macro-averaged LCC, SRCC, and Kendall's tau to 0.9068, 0.8838, and 0.7178, respectively. On the out-of-domain Music Arena benchmark with 733 preference pairs, it achieves the highest accuracy of 71.35%. Moreover, using MUSECRITIC with GRPO improves Muse-0.6B on all nine aesthetic metrics from SongEval and Audiobox Aesthetics. These results demonstrate that critique-conditioned reward modeling reduces scoring error and provides an effective optimization signal for song generation. The project repository is available at https://github.com/WuqnEl/MuseCritic.