Optimizing the Songwriting Process: Genre-Based Lyric Generation Using Deep Learning Models
Tracy Cai, Wilson Liang, Donte Townes

TL;DR
This paper presents a deep learning approach to generate genre-specific song lyrics, aiming to streamline the songwriting process and produce lyrics that fit different musical genres effectively.
Contribution
It introduces a novel preprocessing method and compares seq2seq and LSTM models for genre-based lyric generation, demonstrating their potential to accelerate songwriting.
Findings
Baseline model achieved higher recall (ROUGE) in lyric generation.
Both models showed similar precision (BLEU) scores.
Generated lyrics were comprehensible and genre-distinctive.
Abstract
The traditional songwriting process is rather complex and this is evident in the time it takes to produce lyrics that fit the genre and form comprehensive verses. Our project aims to simplify this process with deep learning techniques, thus optimizing the songwriting process and enabling an artist to hit their target audience by staying in genre. Using a dataset of 18,000 songs off Spotify, we developed a unique preprocessing format using tokens to parse lyrics into individual verses. These results were used to train a baseline pretrained seq2seq model, and a LSTM-based neural network models according to song genres. We found that generation yielded higher recall (ROUGE) in the baseline model, but similar precision (BLEU) for both models. Qualitatively, we found that many of the lyrical phrases generated by the original model were still comprehensible and discernible between which…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMusic and Audio Processing
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory · Sequence to Sequence
