LGAICLNEMay 18, 2015

DopeLearning: A Computational Approach to Rap Lyrics Generation

arXiv:1505.04771v289 citations
AI Analysis

This addresses the problem of automating creative content generation for rap music enthusiasts, though it is incremental in combining existing techniques for a specific domain.

The paper tackled rap lyrics generation by developing a prediction model that identifies the next line in lyrics with 17% accuracy (over 50 times better than random) and using it to generate lyrics that outperform human rappers by 21% in rhyme density.

Writing rap lyrics requires both creativity to construct a meaningful, interesting story and lyrical skills to produce complex rhyme patterns, which form the cornerstone of good flow. We present a rap lyrics generation method that captures both of these aspects. First, we develop a prediction model to identify the next line of existing lyrics from a set of candidate next lines. This model is based on two machine-learning techniques: the RankSVM algorithm and a deep neural network model with a novel structure. Results show that the prediction model can identify the true next line among 299 randomly selected lines with an accuracy of 17%, i.e., over 50 times more likely than by random. Second, we employ the prediction model to combine lines from existing songs, producing lyrics with rhyme and a meaning. An evaluation of the produced lyrics shows that in terms of quantitative rhyme density, the method outperforms the best human rappers by 21%. The rap lyrics generator has been deployed as an online tool called DeepBeat, and the performance of the tool has been assessed by analyzing its usage logs. This analysis shows that machine-learned rankings correlate with user preferences.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes