paper-with-me

Papers

Metrical Tagging in the Wild: Building and Annotating Poetry Corpora with Rhythmic Features

2021-02-17 · EACL 2021 2 · Thomas Haider

A prerequisite for the computational study of literature is the availability of properly digitized texts, ideally with reliable meta-data and ground-truth annotation. Poetry corpora do exist for a number of languages, but larger collections lack consistency and are encoded in various standards, while annotated corpora are typically constrained to a particular genre and/or were designed for the analysis of certain linguistic features (like rhyme). In this work, we provide large poetry corpora for English and German, and annotate prosodic features in smaller corpora to train corpus driven neural models that enable robust large scale analysis. We show that BiLSTM-CRF models with syllable embeddings outperform a CRF baseline and different BERT-based approaches. In a multi-task setup, particular beneficial task relations illustrate the inter-dependence of poetic features. A model learns foot boundaries better when jointly predicting syllable stress, aesthetic emotions and verse measures benefit from each other, and we find that caesuras are quite dependent on syntax and also integral to shaping the overall measure of the line.

📄 PDF Abstract BibTeX arXiv:2102.08858

Code (1)

tnhaider/metrical-tagging-in-the-wild 공식 구현

Methods 이 논문이 사용한 방법론

VERSE VERtex Similarity Embeddings (VERSE) is a simple, versatile, and memory-efficient method that derives graph embeddings explicitly calibrated to preserve the distributions of a…
CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…

Similar Papers 제목 키워드 기반

MetricalARGS: A Taxonomy for Studying Metrical Poetry with LLMs

2025-10-09 · Chalamalasetti Kranti, Sowmya Vajjala arxiv

Prior NLP work studying poetry has focused primarily on automatic poem generation and summarization. Many languages have well-studied traditions of poetic meter which enforce constraints on a poem in terms of syllable an…

PoetryDiffusion: Towards Joint Semantic and Metrical Manipulation in Poetry Generation

2023-06-14 · Zhiyuan Hu, Chumin Liu, Yue Feng, Anh Tuan Luu 외

Controllable text generation is a challenging and meaningful field in natural language generation (NLG). Especially, poetry generation is a typical one with well-defined and strict conditions for text generation which is…

DenoisingRhythmSentenceText Generation

Machine Learning for Metrical Analysis of English Poetry

2016-12-01 · COLING 2016 12 · Manex Agirrezabal, I{\~n}aki Alegria, Mans Hulden

In this work we tackle the challenge of identifying rhythmic patterns in poetry written in English. Although poetry is a literary form that makes use standard meters usually repeated among different authors, we will see …

BIG-bench Machine LearningStructured Prediction

Shall I Compare Thee to a Machine-Written Sonnet? An Approach to Algorithmic Sonnet Generation

2018-11-13 · John Benhardt, Peter Hase, Liuyi Zhu, Cynthia Rudin

We provide an approach for generating beautiful poetry. Our sonnet-generation algorithm includes several novel elements that improve over the state of the art, leading to metrical, rhyming poetry with many human-like qua…

Sonnet Generation

Automatic Scansion of Spanish Poetry without Syllabification

2020-12-23 · Guillermo Marco Remón, Julio Gonzalo

In recent years, several systems of automated metric analysis of Spanish poetry have emerged. These systems rely on complex methods of syllabification and stress assignment, which use PoS-tagging libraries, whose computa…

POSPOS Tagging