paper-with-me

Papers

Music Playlist Title Generation: A Machine-Translation Approach

2021-10-03 · NLP4MusA 2021 11 · Seungheon Doh, Junwon Lee, Juhan Nam

We propose a machine-translation approach to automatically generate a playlist title from a set of music tracks. We take a sequence of track IDs as input and a sequence of words in a playlist title as output, adapting the sequence-to-sequence framework based on Recurrent Neural Network (RNN) and Transformer to the music data. Considering the orderless nature of music tracks in a playlist, we propose two techniques that remove the order of the input sequence. One is data augmentation by shuffling and the other is deleting the positional encoding. We also reorganize the existing music playlist datasets to generate phrase-level playlist titles. The result shows that the Transformer models generally outperform the RNN model. Also, removing the order of input sequence improves the performance further.

📄 PDF Abstract BibTeX arXiv:2110.07354

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationMachine TranslationTranslation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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$…
Residual Connection 설명 없음
Adam 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Music Playlist Title Generation Using Artist Information

2023-01-14 · Haven Kim, Seungheon Doh, Junwon Lee, Juhan Nam

Automatically generating or captioning music playlist titles given a set of tracks is of significant interest in music streaming services as customized playlists are widely used in personalized music recommendation, and …

DecoderDiversityMusic Recommendation

Understanding Music Playlists

2015-11-22 · Choi Keunwoo, Fazekas George, Sandler Mark

As music streaming services dominate the music industry, the playlist is becoming an increasingly crucial element of music consumption. Con- sequently, the music recommendation problem is often casted as a playlist gener…

BIG-bench Machine LearningMusic RecommendationRecommendation Systems

Using Latent Semantics of Playlist Titles and Descriptions to Enhance Music Recommendations

2020-10-01 · NLP4MusA 2020 10 · Yun Hao, J. Stephen Downie

Automatic Playlist Continuation through a Composition of Collaborative Filters

2018-08-13 · Teinemaa Irene, Tax Niek, Bentes Carlos

The RecSys Challenge 2018 focused on automatic playlist continuation, i.e., the task was to recommend additional music tracks for playlists based on the playlist's title and/or a subset of the tracks that it already cont…

Track Mix Generation on Music Streaming Services using Transformers

2023-07-06 · Walid Bendada, Théo Bontempelli, Mathieu Morlon, Benjamin Chapus 외

This paper introduces Track Mix, a personalized playlist generation system released in 2022 on the music streaming service Deezer. Track Mix automatically generates "mix" playlists inspired by initial music tracks, allow…

Collaborative Filtering