paper-with-me

홈 › Papers

Predicting User Intents and Musical Attributes from Music Discovery Conversations

2024-11-19 · Daeyong Kwon, Seungheon Doh, Juhan Nam

Intent classification is a text understanding task that identifies user needs from input text queries. While intent classification has been extensively studied in various domains, it has not received much attention in the music domain. In this paper, we investigate intent classification models for music discovery conversation, focusing on pre-trained language models. Rather than only predicting functional needs: intent classification, we also include a task for classifying musical needs: musical attribute classification. Additionally, we propose a method of concatenating previous chat history with just single-turn user queries in the input text, allowing the model to understand the overall conversation context better. Our proposed model significantly improves the F1 score for both user intent and musical attribute classification, and surpasses the zero-shot and few-shot performance of the pretrained Llama 3 model.

📄 PDF Abstract BibTeX arXiv:2411.12254

Code (1)

daeyongkwon98/intent_classification 공식 구현 pytorch

Tasks

AttributeClassificationintent-classificationIntent Classification

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…

Similar Papers 제목 키워드 기반

"All of Me": Mining Users' Attributes from their Public Spotify Playlists

2024-01-25 · Pier Paolo Tricomi, Luca Pajola, Luca Pasa, Mauro Conti

In the age of digital music streaming, playlists on platforms like Spotify have become an integral part of individuals' musical experiences. People create and publicly share their own playlists to express their musical t…

All

MuseCoco: Generating Symbolic Music from Text

2023-05-31 · Peiling Lu, Xin Xu, Chenfei Kang, Botao Yu 외

Generating music from text descriptions is a user-friendly mode since the text is a relatively easy interface for user engagement. While some approaches utilize texts to control music audio generation, editing musical el…

AttributeAudio GenerationMusic Generation

Music Discovery Dialogue Generation Using Human Intent Analysis and Large Language Models

2024-11-11 · Seungheon Doh, Keunwoo Choi, Daeyong Kwon, Taesu Kim 외

A conversational music retrieval system can help users discover music that matches their preferences through dialogue. To achieve this, a conversational music retrieval system should seamlessly engage in multi-turn conve…

AttributeDialogue GenerationLanguage ModelingLanguage Modelling+2

Predicting Musical Sophistication from Music Listening Behaviors: A Preliminary Study

2018-08-22 · Bruce Ferwerda, Mark Graus

Psychological models are increasingly being used to explain online behavioral traces. Aside from the commonly used personality traits as a general user model, more domain dependent models are gaining attention. The use o…

CSL-L2M: Controllable Song-Level Lyric-to-Melody Generation Based on Conditional Transformer with Fine-Grained Lyric and Musical Controls

2024-12-13 · Li Chai, Donglin Wang

Lyric-to-melody generation is a highly challenging task in the field of AI music generation. Due to the difficulty of learning strict yet weak correlations between lyrics and melodies, previous methods have suffered from…

DecoderMusic GenerationSentence