EMNLP 2022finding26 citations

PoeLM: A Meter- and Rhyme-Controllable Language Model for Unsupervised Poetry Generation

Aitor Ormazabal, Mikel Artetxe, Manex Agirrezabal, Aitor Soroa, Eneko Agirre

Abstract

Formal verse poetry imposes strict constraints on the meter and rhyme scheme of poems. Most prior work on generating this type of poetry uses existing poems for supervision, which are difficult to obtain for most languages and poetic forms. In this work, we propose an unsupervised approach to generate poems that follow any given meter and rhyme scheme, without requiring any poetic text for training. Our method works by splitting a regular, non-poetic corpus into phrases, prepending control codes that describe the length and end rhyme of each phrase, and training a transformer language model in the augmented corpus. The transformer learns to link the structure descriptor with the control codes to the number of lines, their length and their end rhyme. During inference, we build control codes for the desired meter and rhyme scheme, and condition our language model on them to generate formal verse poetry. Experiments in Spanish and Basque show that our approach is able to generate valid poems, which are often comparable in quality to those written by humans.

BibTeX
@inproceedings{ormazabal-etal-2022-poelm,
    title = "{P}oe{LM}: A Meter- and Rhyme-Controllable Language Model for Unsupervised Poetry Generation",
    author = "Ormazabal, Aitor  and
      Artetxe, Mikel  and
      Agirrezabal, Manex  and
      Soroa, Aitor  and
      Agirre, Eneko",
    editor = "Goldberg, Yoav  and
      Kozareva, Zornitsa  and
      Zhang, Yue",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2022",
    month = dec,
    year = "2022",
    address = "Abu Dhabi, United Arab Emirates",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.findings-emnlp.268/",
    doi = "10.18653/v1/2022.findings-emnlp.268",
    pages = "3655--3670"
}
PoeLM: A Meter- and Rhyme-Controllable Language Model for Unsupervised Poetry Generation · EMNLP 2022