Code for ACL 2020 paper "Rigid Formats Controlled Text Generation":https://www.aclweb.org/anthology/2020.acl-main.68/
-
Updated
May 25, 2021 - Python
Code for ACL 2020 paper "Rigid Formats Controlled Text Generation":https://www.aclweb.org/anthology/2020.acl-main.68/
In the project, the aim is to generate new song lyrics based on the artist’s previously released song’s context and style. We have chosen a Kaggle dataset of over 57,000 songs, having over 650 artists. The dataset contains artist name, song name, a link of the song for reference & lyrics of that song. We tend to create an RNN character-level la…
Train an LSTM machine learning model to generate lyrics based on any artists style. End-to-end package allowing lyrics fetching, clean up, training, and generation.
Add a description, image, and links to the lyrics-generation topic page so that developers can more easily learn about it.
To associate your repository with the lyrics-generation topic, visit your repo's landing page and select "manage topics."