paper-with-me

Papers

The Music Maestro or The Musically Challenged, A Massive Music Evaluation Benchmark for Large Language Models

2024-06-22 · Jiajia Li, Lu Yang, Mingni Tang, Cong Chen, Zuchao Li, Ping Wang, Hai Zhao

Benchmark plays a pivotal role in assessing the advancements of large language models (LLMs). While numerous benchmarks have been proposed to evaluate LLMs' capabilities, there is a notable absence of a dedicated benchmark for assessing their musical abilities. To address this gap, we present ZIQI-Eval, a comprehensive and large-scale music benchmark specifically designed to evaluate the music-related capabilities of LLMs. ZIQI-Eval encompasses a wide range of questions, covering 10 major categories and 56 subcategories, resulting in over 14,000 meticulously curated data entries. By leveraging ZIQI-Eval, we conduct a comprehensive evaluation over 16 LLMs to evaluate and analyze LLMs' performance in the domain of music. Results indicate that all LLMs perform poorly on the ZIQI-Eval benchmark, suggesting significant room for improvement in their musical capabilities. With ZIQI-Eval, we aim to provide a standardized and robust evaluation framework that facilitates a comprehensive assessment of LLMs' music-related abilities. The dataset is available at GitHub\footnote{https://github.com/zcli-charlie/ZIQI-Eval} and HuggingFace\footnote{https://huggingface.co/datasets/MYTH-Lab/ZIQI-Eval}.

📄 PDF Abstract BibTeX arXiv:2406.15885

Code (1)

zcli-charlie/ziqi-eval 공식 구현 pytorch

Similar Papers 제목 키워드 기반

musicnn: Pre-trained convolutional neural networks for music audio tagging

2019-09-14 · Jordi Pons, Xavier Serra

Pronounced as "musician", the musicnn library contains a set of pre-trained musically motivated convolutional neural networks for music audio tagging: https://github.com/jordipons/musicnn. This repository also includes s…

Audio TaggingTransfer Learning

Semi-Supervised Contrastive Learning of Musical Representations

2024-07-18 · Julien Guinot, Elio Quinton, György Fazekas

Despite the success of contrastive learning in Music Information Retrieval, the inherent ambiguity of contrastive self-supervision presents a challenge. Relying solely on augmentation chains and self-supervised positive …

Contrastive LearningInformation RetrievalMusic Information RetrievalTransfer Learning

Explicitly Conditioned Melody Generation: A Case Study with Interdependent RNNs

2019-07-10 · Benjamin Genchel, Ashis Pati, Alexander Lerch

Deep generative models for symbolic music are typically designed to model temporal dependencies in music so as to predict the next musical event given previous events. In many cases, such models are expected to learn abs…

Rhythm

Enabling Factorized Piano Music Modeling and Generation with the MAESTRO Dataset

2018-10-29 · ICLR 2019 5 · Curtis Hawthorne, Andriy Stasyuk, Adam Roberts, Ian Simon 외

Generating musical audio directly with neural networks is notoriously difficult because it requires coherently modeling structure at many different timescales. Fortunately, most music is also highly structured and can be…

Music GenerationMusic ModelingMusic TranscriptionPiano Music Modeling

Variable-Length Music Score Infilling via XLNet and Musically Specialized Positional Encoding

2021-08-11 · Chin-Jui Chang, Chun-Yi Lee, Yi-Hsuan Yang

This paper proposes a new self-attention based model for music score infilling, i.e., to generate a polyphonic music sequence that fills in the gap between given past and future contexts. While existing approaches can on…