paper-with-me

Papers

Leveraging Knowledge Bases And Parallel Annotations For Music Genre Translation

2019-07-18 · Elena V. Epure, Anis Khlif, Romain Hennequin

Prevalent efforts have been put in automatically inferring genres of musical items. Yet, the propose solutions often rely on simplifications and fail to address the diversity and subjectivity of music genres. Accounting for these has, though, many benefits for aligning knowledge sources, integrating data and enriching musical items with tags. Here, we choose a new angle for the genre study by seeking to predict what would be the genres of musical items in a target tag system, knowing the genres assigned to them within source tag systems. We call this a translation task and identify three cases: 1) no common annotated corpus between source and target tag systems exists, 2) such a large corpus exists, 3) only few common annotations exist. We propose the related solutions: a knowledge-based translation modeled as taxonomy mapping, a statistical translation modeled with maximum likelihood logistic regression; a hybrid translation modeled with maximum a posteriori logistic regression with priors given by the knowledge-based translation. During evaluation, the solutions fit well the identified cases and the hybrid translation is systematically the most effective w.r.t. multilabel classification metrics. This is a first attempt to unify genre tag systems by leveraging both representation and interpretation diversity.

📄 PDF Abstract BibTeX arXiv:1907.08698

Code (2)

deezer/MusicGenreTranslation 공식 구현
deezer/MultilingualMusicGenreEmbedding pytorch

Tasks

DiversityregressionTAGTranslation

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

A Parallel Corpus of Music and Lyrics Annotated with Emotions

2012-05-01 · LREC 2012 5 · Carlo Strapparava, Rada Mihalcea, Alberto Battocchi

In this paper, we introduce a novel parallel corpus of music and lyrics, annotated with emotions at line level. We first describe the corpus, consisting of 100 popular songs, each of them including a music component, pro…

Emotion ClassificationEmotion RecognitionInformation RetrievalMusic Information Retrieval

Learning Hierarchical Metrical Structure Beyond Measures

2022-09-21 · Junyan Jiang, Daniel Chin, Yixiao Zhang, Gus Xia

Music contains hierarchical structures beyond beats and measures. While hierarchical structure annotations are helpful for music information retrieval and computer musicology, such annotations are scarce in current digit…

Information RetrievalMusic Information RetrievalRetrieval

Practical and Reproducible Symbolic Music Generation by Large Language Models with Structural Embeddings

2024-07-29 · Seungyeon Rhyu, Kichang Yang, Sungjun Cho, Jaehyeon Kim 외

Music generation introduces challenging complexities to large language models. Symbolic structures of music often include vertical harmonization as well as horizontal counterpoint, urging various adaptations and enhancem…

Music Generation

Multilingual Music Genre Embeddings for Effective Cross-Lingual Music Item Annotation

2020-09-16 · Elena V. Epure, Guillaume Salha, Romain Hennequin

Annotating music items with music genres is crucial for music recommendation and information retrieval, yet challenging given that music genres are subjective concepts. Recently, in order to explicitly consider this subj…

Information RetrievalMusic RecommendationRetrievalTAG+2

Program Transfer for Answering Complex Questions over Knowledge Bases

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Program induction for answering complex questions over knowledge bases (KBs) aims to decompose a question into a multi-step program, whose execution against the KB produces the final answer. Learning to induce programs …

Program induction