Learning Rhyming Constraints using Structured Adversaries
Harsh Jhamtani, Sanket Vaibhav Mehta, Jaime Carbonell, Taylor, Berg-Kirkpatrick

TL;DR
This paper introduces a novel adversarial learning method that enables poetry generators to learn rhyming patterns directly from data without explicit phonetic information, improving the modeling of poetic structure.
Contribution
It proposes a structured discriminator in a GAN framework that learns rhyming constraints from poetry datasets, bypassing manual rule-based approaches.
Findings
Successfully learned rhyming patterns in Sonnet and Limerick datasets
Did not require phonetic information for learning rhymes
Improved modeling of poetic structure in generated text
Abstract
Existing recurrent neural language models often fail to capture higher-level structure present in text: for example, rhyming patterns present in poetry. Much prior work on poetry generation uses manually defined constraints which are satisfied during decoding using either specialized decoding procedures or rejection sampling. The rhyming constraints themselves are typically not learned by the generator. We propose an alternate approach that uses a structured discriminator to learn a poetry generator that directly captures rhyming constraints in a generative adversarial setup. By causing the discriminator to compare poems based only on a learned similarity matrix of pairs of line ending words, the proposed approach is able to successfully learn rhyming patterns in two different English poetry datasets (Sonnet and Limerick) without explicitly being provided with any phonetic information.
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Music and Audio Processing
