|
{ |
|
"paper_id": "2021", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T11:58:30.271691Z" |
|
}, |
|
"title": "Automating the Detection of Poetic Features: The Limerick as Model Organism", |
|
"authors": [ |
|
{ |
|
"first": "Almas", |
|
"middle": [], |
|
"last": "Abdibayev", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Sudikoff Lab Dartmouth College Hanover", |
|
"location": { |
|
"postCode": "03755", |
|
"region": "NH" |
|
} |
|
}, |
|
"email": "[email protected]" |
|
}, |
|
{ |
|
"first": "Yohei", |
|
"middle": [], |
|
"last": "Igarashi", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of Connecticut Storrs", |
|
"location": { |
|
"postCode": "06269-4025", |
|
"region": "CT" |
|
} |
|
}, |
|
"email": "[email protected]" |
|
}, |
|
{ |
|
"first": "Allen", |
|
"middle": [], |
|
"last": "Riddell", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Indiana University", |
|
"location": { |
|
"addrLine": "Bloomington Bloomington", |
|
"postCode": "47408", |
|
"region": "IN" |
|
} |
|
}, |
|
"email": "[email protected]" |
|
}, |
|
{ |
|
"first": "Daniel", |
|
"middle": [], |
|
"last": "Rockmore", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "Dartmouth College Hanover", |
|
"location": { |
|
"postCode": "03755", |
|
"region": "NH" |
|
} |
|
}, |
|
"email": "[email protected]" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "", |
|
"pdf_parse": { |
|
"paper_id": "2021", |
|
"_pdf_hash": "", |
|
"abstract": [], |
|
"body_text": [ |
|
{ |
|
"text": "In this paper we take up the problem of \"limerick detection\" and describe a system to identify five-line poems as limericks or not. This turns out to be a surprisingly difficult challenge with many subtleties. More precisely, we produce an algorithm which focuses on the structural aspects of the limerick -rhyme scheme and rhythm (i.e., stress patterns) -and when tested on a a culled data set of 98,454 publicly available limericks, our \"limerick filter\" accepts 67% as limericks. The primary failure of our filter is on the detection of \"nonstandard\" rhymes, which we highlight as an outstanding challenge in computational poetics. Our accent detection algorithm proves to be very robust. Our main contributions are (1) a novel rhyme detection algorithm that works on English words including rare proper nouns and made-up words (and thus, words not in the widely used CMUDict database); (2) a novel rhythm-identifying heuristic that is robust to language noise at moderate levels and comparable in accuracy to state-of-the-art scansion algorithms. As a third significant contribution (3) we make publicly available a large corpus of limericks that includes tags of \"limerick\" or \"not-limerick\" as determined by our identification software, thereby providing a benchmark for the community. The poetic tasks that we have identified as challenges for machines suggest that the limerick is a useful \"model organism\" for the study of machine capabilities in poetry and more broadly literature and lan-guage. We include a list of open challenges as well. Generally, we anticipate that this work will provide useful material and benchmarks for future explorations in the field.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The application of natural language processing methods to the field of poetry and poetics has led to much promising work. In particular, advances in machine learning-based language models have spurred investigations into various kinds of automated poetic analysis and synthesis. There has been recent work pursuing automated scansion (\"scansion\" denoting the marking of feet, accents, and caesuras or pauses in lines of poetry) (Agirrezabal et al., 2017a; Anttila and Heuser, 2016; de la Rosa et al., 2020; Marco et al., 2021; Greene et al., 2010; Hammond, 2013; McCurdy et al., 2015; Lau et al., 2018) and probing the ability of language models to encode rhyme (Abdibayev et al., 2021) . Other work is devoted to the automatic classification of poetic kinds, like the haiku in English (Long and So, 2016) and free verse (Baumann et al., 2018) . On the generative or machine writing side of the problem, models have been trained to output synthetic poems that are increasingly difficult to tell apart from human-made poetic compositions; such work includes the generation of sonnets (Ghazvininejad et al., 2017) and, especially relevant to the present paper, limericks (Wang et al., 2021) . These computational approaches to poet-ics share many of the same objects of inquiry as recent scholarship in literary criticism, especially those associated with the \"New Formalism\" and \"Historical Poetics\" (Adams et al., 2016; Levinson, 2007; Culler and Glaser, 2019) . Such scholarship and computational poetics together prompt us to attend once again to the particularities of poetic form -meter and rhythm, poetic sound generally, aspects of lyric poetry, and related concerns. This kind of joined work promises to advance our understanding of the formal elements of poetry while also making progress in our understanding of the capabilities of language models to gain what might be called poetic knowledge.", |
|
"cite_spans": [ |
|
{ |
|
"start": 428, |
|
"end": 455, |
|
"text": "(Agirrezabal et al., 2017a;", |
|
"ref_id": "BIBREF4" |
|
}, |
|
{ |
|
"start": 456, |
|
"end": 481, |
|
"text": "Anttila and Heuser, 2016;", |
|
"ref_id": "BIBREF7" |
|
}, |
|
{ |
|
"start": 482, |
|
"end": 506, |
|
"text": "de la Rosa et al., 2020;", |
|
"ref_id": "BIBREF15" |
|
}, |
|
{ |
|
"start": 507, |
|
"end": 526, |
|
"text": "Marco et al., 2021;", |
|
"ref_id": "BIBREF33" |
|
}, |
|
{ |
|
"start": 527, |
|
"end": 547, |
|
"text": "Greene et al., 2010;", |
|
"ref_id": "BIBREF19" |
|
}, |
|
{ |
|
"start": 548, |
|
"end": 562, |
|
"text": "Hammond, 2013;", |
|
"ref_id": "BIBREF21" |
|
}, |
|
{ |
|
"start": 563, |
|
"end": 584, |
|
"text": "McCurdy et al., 2015;", |
|
"ref_id": "BIBREF34" |
|
}, |
|
{ |
|
"start": 585, |
|
"end": 602, |
|
"text": "Lau et al., 2018)", |
|
"ref_id": "BIBREF27" |
|
}, |
|
{ |
|
"start": 662, |
|
"end": 686, |
|
"text": "(Abdibayev et al., 2021)", |
|
"ref_id": "BIBREF1" |
|
}, |
|
{ |
|
"start": 786, |
|
"end": 805, |
|
"text": "(Long and So, 2016)", |
|
"ref_id": "BIBREF32" |
|
}, |
|
{ |
|
"start": 821, |
|
"end": 843, |
|
"text": "(Baumann et al., 2018)", |
|
"ref_id": "BIBREF11" |
|
}, |
|
{ |
|
"start": 1083, |
|
"end": 1111, |
|
"text": "(Ghazvininejad et al., 2017)", |
|
"ref_id": "BIBREF18" |
|
}, |
|
{ |
|
"start": 1169, |
|
"end": 1188, |
|
"text": "(Wang et al., 2021)", |
|
"ref_id": "BIBREF41" |
|
}, |
|
{ |
|
"start": 1399, |
|
"end": 1419, |
|
"text": "(Adams et al., 2016;", |
|
"ref_id": "BIBREF3" |
|
}, |
|
{ |
|
"start": 1420, |
|
"end": 1435, |
|
"text": "Levinson, 2007;", |
|
"ref_id": "BIBREF30" |
|
}, |
|
{ |
|
"start": 1436, |
|
"end": 1460, |
|
"text": "Culler and Glaser, 2019)", |
|
"ref_id": "BIBREF14" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In this paper we hope to contribute to computational poetics and formalist literary criticism alike by offering an account of our work in the automatic detection of poetic features, using the limerick form. The limerick is a comedic, light, and primarily oral poetic kind. While there is but a scattering of scholarship on the genre (see e.g., (Baring-Gould, 1988; Belknap, 1981; Bibby, 1978; Legman, 1969 Legman, , 1980 ) there are nevertheless important reasons to take up the limerick. State-of-the-art language models still tend to perform better with short texts (Liu et al., 2019) , and the limerick is a short verse form. Even better, limericks have a high density of conspicuous poetic-formal features compared to other short verse forms (Wang et al., 2021) . Haiku, for example, do not have rhymes or consistent accentual patterning, and epigrammatic couplets are less interesting than limericks in terms of rhyme scheme and rhythmic variation between lines. For these reasons, the limerick is a particularly promising case study for computational poetics. In biological terms, it is a useful model organism, an object of study tactically chosen for its relative simplicity and potential to provide insights into broader phenomena (Hedges, 2002; Poovey, 2001 ) -in our case, poetry more broadly. Specifically, with this paper we offer the following. First, a large, clean limerick data set as a resource to other researchers: Wang et. al, noting the unavailability of large limerick data sets, have offered a novel corpus of their own, made up of 2,000 limericks (Wang et al., 2021) We offer a data set of 98,454 highly regular limericks drawn from the The Omnificent English Dictionary in Limerick Form (\"OEDILF\") website. Second, we outline our methods for detecting two of the three main features of limericks: their rhyme scheme and ac-centual pattern. (We discuss the third feature of the limerick, its triplet meter, which is closely related to its accentual pattern, in our \"Future Directions\" section.)", |
|
"cite_spans": [ |
|
{ |
|
"start": 344, |
|
"end": 364, |
|
"text": "(Baring-Gould, 1988;", |
|
"ref_id": "BIBREF10" |
|
}, |
|
{ |
|
"start": 365, |
|
"end": 379, |
|
"text": "Belknap, 1981;", |
|
"ref_id": "BIBREF12" |
|
}, |
|
{ |
|
"start": 380, |
|
"end": 392, |
|
"text": "Bibby, 1978;", |
|
"ref_id": "BIBREF13" |
|
}, |
|
{ |
|
"start": 393, |
|
"end": 405, |
|
"text": "Legman, 1969", |
|
"ref_id": "BIBREF28" |
|
}, |
|
{ |
|
"start": 406, |
|
"end": 420, |
|
"text": "Legman, , 1980", |
|
"ref_id": "BIBREF29" |
|
}, |
|
{ |
|
"start": 568, |
|
"end": 586, |
|
"text": "(Liu et al., 2019)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 746, |
|
"end": 765, |
|
"text": "(Wang et al., 2021)", |
|
"ref_id": "BIBREF41" |
|
}, |
|
{ |
|
"start": 1240, |
|
"end": 1254, |
|
"text": "(Hedges, 2002;", |
|
"ref_id": "BIBREF22" |
|
}, |
|
{ |
|
"start": 1255, |
|
"end": 1267, |
|
"text": "Poovey, 2001", |
|
"ref_id": "BIBREF37" |
|
}, |
|
{ |
|
"start": 1572, |
|
"end": 1591, |
|
"text": "(Wang et al., 2021)", |
|
"ref_id": "BIBREF41" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "The \"limerick decision\" problem, of deciding whether or not a poem is a limerick through the automatic discernment of formal features, may appear to be of only narrow interest. But, as per the model organism conceit we see it as not only enabling the construction of a well-defined poetic, even literary laboratory, but also as a direct pathway to a range of broader potential applications for computational poetics and formal feature detection. These include the automated discernment of latent poetic features of songs, advertising and marketing copy, political speeches, and more. We take this up in the concluding \"Future Directions\" section. The case or model organism of the limerick has implications that reach well beyond the form itself.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "According to the New Princeton Encyclopedia of Poetry and Poetics the limerick is \"the most popular form of comic, light verse in English.\" The origins of the form and its very name \"limerick\" are obscure, but the form was popularized by Edward Lear's A Book of Nonsense (1846) and became widespread by the early 20th century (Preminger et al., 1993) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 326, |
|
"end": 350, |
|
"text": "(Preminger et al., 1993)", |
|
"ref_id": "BIBREF38" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Recognizing The Limerick", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "The limerick form has three main formal features:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Recognizing The Limerick", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Rhyme scheme. The limerick's rhyme scheme is AABBA. In written form, limericks are almost always arranged as five-line poems, but it is also possible to view the limerick as a four-line poem by combining the third and fourth lines as a pair of hemistichs (half-lines of verse) that are separated by a caesura (a pause). It is even possible to understand the limerick as comprised of two long verse lines, the first (merging lines 1 and 2) having six accents and the second (merging lines 3-5) having seven accents. (Preminger et al., 1993; Attridge, 1982) . Whatever its written form, all recited limericks conform aurally to the AABBA rhyme scheme.", |
|
"cite_spans": [ |
|
{ |
|
"start": 515, |
|
"end": 539, |
|
"text": "(Preminger et al., 1993;", |
|
"ref_id": "BIBREF38" |
|
}, |
|
{ |
|
"start": 540, |
|
"end": 555, |
|
"text": "Attridge, 1982)", |
|
"ref_id": "BIBREF8" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Recognizing The Limerick", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Accents or Stresses. The number of stresses in each line is organized as follows: line 1 (3 stresses), line 2 (3 stresses), line 3 (2 stresses), line 4 (2 stresses), and line 5 (3 stresses). The 3-stress lineslines 1, 2, and 5-typically have seven to ten syllables, while the two shorter lines-lines 3 and 4typically have five to seven syllables. But, being an instance of accentual verse like the traditional ballad, the limerick allows for much variation in the total number of syllables per line in realizing the necessary 3-3-2-2-3 stress pattern.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Recognizing The Limerick", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Meter. The main metrical foot of limericks is debatable. Depending on how one hears or recites limericks, the limerick's metrical foot is either anapestic, amphibrachic (Preminger et al., 1993) , or (if one treats the initial unstressed syllable as something like a musical pick-up note or anacrusis) dactyllic. What is unequivocal is that there are trisyllabic feet (or, triplets, musically speaking) driving the rhythm. Another interesting aspect of limerick rhythm is known to all reciters and auditors of limericks: the pauses at the end lines, which themselves can be sorted into the typically lengthier pauses at the end of lines 1, 2, and 5 and the shorter pauses at the end of lines 3 and 4. These lines can be classified as \"catalectic\" (an incomplete line of verse). But isochronic approaches to meter, though out of fashion today, have historically incorporated musical notation, and they are therefore best at revealing these important rests which are not registered by scansion (Attridge, 1982; Lanier, 1979) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 169, |
|
"end": 193, |
|
"text": "(Preminger et al., 1993)", |
|
"ref_id": "BIBREF38" |
|
}, |
|
{ |
|
"start": 991, |
|
"end": 1007, |
|
"text": "(Attridge, 1982;", |
|
"ref_id": "BIBREF8" |
|
}, |
|
{ |
|
"start": 1008, |
|
"end": 1021, |
|
"text": "Lanier, 1979)", |
|
"ref_id": "BIBREF26" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Recognizing The Limerick", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "The content of limericks is usually bawdy, which can raise problems in data curation. Nevertheless, it is a poetic form whose relative brevity, rhyme scheme, distinct accentual pattern, and meter make it not only an ideal form for introducing poetry to elementary school students, but a valuable testbed for computational poetics. We can see these primary formal elements at work in one of Lear's most well-known limericks, \"There was an Old Man with a Beard\" (Foundation, 2021):", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Recognizing The Limerick", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "There was an Old Man with a beard, Who said, \"It is just as I feared! -Two Owls and a Hen, four Larks and a Wren, Have all built their nests in my beard!\" Note the adherence to the AABBA rhyme scheme -\"beard,\" \"feared,\" \"Hen,\" \"Wren,\" \"beard\" -and how the final line's end rhyme circles back to the A rhyme, giving a sense of circularity and closure. We can also hear the 3-3-2-2-3 accentual pattern: in line 1, \"there was an Old Man with a beard,\" and in line 3, \"Two Owls and a Hen.\" The dominance of trisyllabic feet (dactyllic, anapestic, or amphibrachic) is audible too: if predominantly dactyllic, the initial syllable of each line is unstressed, then followed by a series of dactyls (\"all built their nests in my . . . \").", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Recognizing The Limerick", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Herein we focus on the detection of limerick rhyme scheme and accentual pattern. While these appeared to be the most tractable formal elements (compared to the ambiguities of the metrical system), even rhyme and accent detection turn out to be nontrivial problems.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Recognizing The Limerick", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "We scraped from the website The Omnificent English Dictionary in Limerick Form (\"OEDILF\"). The OEDILF, established in 2004, is an amateur, crowd-sourced project whose goal is to have at least one limerick for every meaning of every word found in the Oxford English Dictionary. Usersubmitted limericks are subject to approval by moderators, and, if approved, are published on the website. 1 We turned to OEDILF in order to get a large number of limericks which we could then sort according to different categories of metadata. 2 At the time of writing this paper, OEDILF contained 112,609 submitted limericks, of which 110,610 were approved and posted to the site.", |
|
"cite_spans": [ |
|
{ |
|
"start": 388, |
|
"end": 389, |
|
"text": "1", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Data", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "On the website, the limericks are organized according to different categories:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Data", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Authors. Our scrape of OEDILF contains limericks by 1624 unique authors. The distribution of limericks by author is not uniform (Figure 1) , with the top ten authors responsible for ca. 40% of all limericks.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 128, |
|
"end": 138, |
|
"text": "(Figure 1)", |
|
"ref_id": "FIGREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Data", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Topics. The topics are generated by the contributors to the website as well as by the moderators.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Data", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Words. OEDILF is interested in words as found in the dictionary, as described above. The website allows users to search limericks by keywords: for instance, there are 52 limericks featuring the word, \"bridge,\" spanning its denotations as card game, infrastructure, a platform found on vessels, segment of a pop song, and so on. Currently, OEDILF is focusing on words beginning with the letters \"Aa-\" through \"Ha-,\" and indicates the projected date of completion (presumably having a limerick for every meaning of every word found in the OED) as November 3, 2063. 3 For our detection experiments below, we first filtered limericks based on simple criteria: limericks must have 5 lines and must use words (as opposed to symbols, such as emojis or formulae). This excludes a range of unorthodox limericks such as ASCII art limericks. The result was a corpus of 98,454 limericks, dated 1998 to the present. ", |
|
"cite_spans": [ |
|
{ |
|
"start": 563, |
|
"end": 564, |
|
"text": "3", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Data", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Detecting the correct rhyme scheme (AABBA) was the first step we took in order to sort out limericks that did not adhere to the rhyme scheme. We employed two models trained on CMUDict 4 : one to predict phoneme structure and another to predict stress patterns across these phones. Using this method, we determine that two words rhyme if after breaking them down into phonemes with stressed vowels, the last stressed vowels in the syllables match and any following phonemes also match. For example, words fire and rewire are broken down into F AY1 ER0 and R IY0 W AY1 ER0. The spaces separate phones and numbers indicate stress pattern, 0 for no stress, 2 for secondary stress, and 1 for primary stress. In this case the algorithm would walk through the phonemes until encountering AY1 in both phoneme sequences and then compare AY1 ER0 with AY1 ER0, concluding that the words are in fact rhyming. In some cases words may have several pronunciations which results in two different phone sequences. Here, we assume that if one of the phoneme sequences matches with the phoneme sequence of another end-of-the-line word in the limerick, then that is the intended pronunciation.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Rhyme Detection", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "We choose a two-model approach since joint models of phoneme and stress tend show lower accuracy for the stress prediction task. The first model, the phoneme predictor, is an open source Transformer (Vaswani et al., 2017) model (out of the box implementation available in the Ten-sor2Tensor toolkit (Vaswani et al., 2018) ) that was trained on CMUDict 5 . Transformer is a neural network that consists of several layers of attention (Bahdanau et al., 2014) interspersed with fully connected layers. The variation of the model trained to predict phonemes was released by researchers at Carnegie Mellon University, under the umbrella name CMU Sphinx. It features 3 layers with an embedding size of 256. The second model is a custom phoneme LSTM (Hochreiter and Schmidhuber, 1997 ) that we also trained on CMUDict to predict the stress pattern for a sequence of phonemes produced by the previous grapheme to phoneme model. In particular, our model is a simple bidirectional LSTM (biLSTM) with 3 layers and hidden size of 30 units, followed by a linear projection layer that outputs probabilities for all three possible stress patterns. We do not use dropout or other regularization techniques (such as variational dropout) as we found they lower performance on the test set. We trained this network for 10 epochs using learning rate of 10 \u22124 using AdamW on a test set of 107,498 examples, validation set of 13,437 examples, and test set of 13,438 examples, until validation loss plateaued. We obtain 84% accuracy on our test set. This model has a total of 60,393 parameters. We have experimented with other more complex architectures (such as a vanilla GPT model of varying number of layers and embedding sizes) and hyperparameter setups, but found that biLSTM performs the best (our best Transformer model achieved 70% accuracy on the task), perhaps due to the size of the data set, while also featuring 2 orders of magnitude fewer parameters.", |
|
"cite_spans": [ |
|
{ |
|
"start": 199, |
|
"end": 221, |
|
"text": "(Vaswani et al., 2017)", |
|
"ref_id": "BIBREF40" |
|
}, |
|
{ |
|
"start": 299, |
|
"end": 321, |
|
"text": "(Vaswani et al., 2018)", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 433, |
|
"end": 456, |
|
"text": "(Bahdanau et al., 2014)", |
|
"ref_id": "BIBREF9" |
|
}, |
|
{ |
|
"start": 743, |
|
"end": 776, |
|
"text": "(Hochreiter and Schmidhuber, 1997", |
|
"ref_id": "BIBREF23" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Rhyme Detection", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "As a result of rhyme scheme filtering using predicted stressed phonemes, we were left with 65,971 limericks out of 98,454 of the original data set (a 70% yield). The associated labeled data set (\"limerick\" or \"non-limerick\") can be found at http://dx.doi.org/10.5281/ zenodo.5520078.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Rhyme Detection", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "A random sample of limericks that did not pass the rhyming test (30% of all limericks) yielded fifteen examples where the non-rhyme could be attributed to non-standard or difficult word spellings (and thus an associated difficulty in producing the phones). There were four examples of \"near\" or \"imperfect\" rhymes (e.g., \"groaned\" and \"crooned\") and one example of an \"eye\" or \"sight\" rhyme (e.g., \"prove\" and \"love\") (Abrams, 1999) . In Table 1 , there are examples of these, while in the Appendix we include five other examples of \"failures.\" The detection of near and eye rhymes is an outstanding challenge for computational poetics.", |
|
"cite_spans": [ |
|
{ |
|
"start": 418, |
|
"end": 432, |
|
"text": "(Abrams, 1999)", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 438, |
|
"end": 445, |
|
"text": "Table 1", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Rhyme Detection", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "To characterize the rhythm of a poem, we \"scan\" a poem (that is, perform a scansion). Numerous studies have documented that it is possible to use familiar models from computational linguistics to scan poetry (Haider, 2021; Agirrezabal et al., 2017b; Estes and Hench, 2016) . These models are trained on poems that have been scanned by human annotators. We use a conditional random field (CRF) model (Lafferty et al., 2001; Okazaki, 2007) , trained on the For Better for Verse corpus (Bet, Accessed July 1, 2021). We extract a range of simple features from each word (e.g., character trigrams, syllable count) and predict each word's \"label\"-the word-specific scansion. For example, in a particular poem the word evening might be scanned as +-, where \"+\" indicates a stressed syllable and \"-\" an unstressed one. The CRF, sometimes called a discriminative random field, jointly models the input features and the labels. The CRF model has the virtue of being more than a decade old and being widely used in computational linguistics for named entity recognition, among other applications (Murphy, 2012, Sec. 19.6) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 208, |
|
"end": 222, |
|
"text": "(Haider, 2021;", |
|
"ref_id": "BIBREF20" |
|
}, |
|
{ |
|
"start": 223, |
|
"end": 249, |
|
"text": "Agirrezabal et al., 2017b;", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 250, |
|
"end": 272, |
|
"text": "Estes and Hench, 2016)", |
|
"ref_id": "BIBREF16" |
|
}, |
|
{ |
|
"start": 399, |
|
"end": 422, |
|
"text": "(Lafferty et al., 2001;", |
|
"ref_id": "BIBREF25" |
|
}, |
|
{ |
|
"start": 423, |
|
"end": 437, |
|
"text": "Okazaki, 2007)", |
|
"ref_id": "BIBREF36" |
|
}, |
|
{ |
|
"start": 1085, |
|
"end": 1110, |
|
"text": "(Murphy, 2012, Sec. 19.6)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Rhythm (Accentual Pattern) Detection", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "A simple approach to identifying five-line poems that feature the limerick rhythm would be to use a model which infers, for each line, a probability distribution over the number of accented syllables. If the number of accents conspicuously departs from the (3, 3, 2, 2, 3) pattern, the poem would be rejected as a non-limerick. Unfortunately, such an approach is not available at present because the best models that perform scansion frequently make mistakes when considering whole lines (Haider, 2021) . No method exists which has line-level accuracy above 90% for English poetry. Moreover, the limerick form poses special difficulties because its pattern of stresses and unstresses oftentimes depends on a departure from word or lexical stress: for example, ordinarily, in the line, \"There was an Old Man with a beard,\" \"Old Man\" would be two consecutive stresses (a spondee), but the three beats of this line dictate that \"Old\" is demoted a to non-stressed syllable in recitation, while \"was\" becomes stressed. Limericks and their comedic effects depend on such \"wrenched accents\" (Abrams, 1999) , which mark the difference between lexical stress and the recited poetic rhythm, but this makes word-based scansion impractical.", |
|
"cite_spans": [ |
|
{ |
|
"start": 488, |
|
"end": 502, |
|
"text": "(Haider, 2021)", |
|
"ref_id": "BIBREF20" |
|
}, |
|
{ |
|
"start": 1084, |
|
"end": 1098, |
|
"text": "(Abrams, 1999)", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Rhythm (Accentual Pattern) Detection", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "We therefore choose a simpler approach and instead attempt to identify poems which have, in", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Rhythm (Accentual Pattern) Detection", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "This sign, where the road intersects In my audio-lingual exam, With the train track, is shaped like an X.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Near Rhyme Eye Rhyme", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "I recited from Omar Khayyam. It's a crossbuck, which works I am fortunate, still, As a warning to jerks For this Arabic drill: Who might otherwise end up in wrecks. Jug of wine, loaf of bread, lots of jam. Table 1 : Two limericks whose rhyming defeated our filter. The rhyming of \"X\" with \"intersects\" and \" wrecks\" is a near rhyme and the rhyming of \"Khayyam\" rhyming with \"exam\" and \"jam\" is an eye rhyme. Both limericks by Chris Doyle, available at OEDILF as limericks #60115 and #9508 (accessed July 1, 2021).", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 206, |
|
"end": 213, |
|
"text": "Table 1", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Near Rhyme Eye Rhyme", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "aggregate, more accented syllables than would be expected given the (3, 3, 2, 2 , 3) pattern found in conventional limericks. We use the ratio of accented syllables to total syllables as our measure of the prevalence of stressed syllables. Because this approach considers the entire poem, it averages over the line-level inaccuracy of the scansion model.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 68, |
|
"end": 79, |
|
"text": "(3, 3, 2, 2", |
|
"ref_id": "FIGREF1" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Near Rhyme Eye Rhyme", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "To determine a cutoff beyond which we say a poem contains too many accented syllables, we look at the ratios associated with a small number of published conventional limericks. The mean and standard deviation of these ratios are 0.47 and 0.038 respectively. Assuming that the ratio follows a normal distribution in conventional limericks, we set our cutoff to be 2.33 standard deviations higher than the mean (\u03a6 \u22121 (0.99) \u2248 2.33). So any poem associated with a ratio higher than this value, 0.562, will be rejected as featuring too many accented syllables to be a limerick. 6 Of the 98,454 poems in the OEDILF corpus, 4,773 (5%) were flagged as having more accented syllables than would be expected in a limerick. To estimate the performance of this method, we randomly sampled 20 flagged limericks as well as 20 limericks which were not flagged. We then manually assessed whether or not our approach succeeded in identifying poems which did not feature the conventional limerick rhythm. We estimate that this method has an accuracy of about 95% and an F1 score of about 0.096. Because the vast majority of limericks in the OEDLIF corpus use the expected rhythm, estimating the true negative rate of this classifier is a challenge. (A corpus of almost-correct limericks would be helpful here.) The only poem correctly flagged as flawed was the 6 Note that these values are all calculated using our particular CRF model. The particular values (mean, standard deviation, cutoff) should be re-calculated if a different model is used.", |
|
"cite_spans": [ |
|
{ |
|
"start": 574, |
|
"end": 575, |
|
"text": "6", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 1344, |
|
"end": 1345, |
|
"text": "6", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Near Rhyme Eye Rhyme", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Upset tum from a dubious chef? Coughing? Lame? Itchy? Sore? Sleepy? Deaf? Deaf? My old British National Formulary ration 'll List the pills for your ills -BNF.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "following: 7", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "We view this poem as flawed in terms of rhythm because it is extremely difficult to recite the third line of the poem using only two accented syllables.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "following: 7", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Clearly there is considerable opportunity for improvement here. A corpus of obviously flawed limericks (in terms of rhythm) would be particularly valuable for future research as such a corpus would allow researchers to accurately estimate the performance of a classifier designed to detect flawed rhythm.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "following: 7", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "After applying all of our rhyming and meter filters we identify a final clean set of 65,971 limericks, which constitutes 67% of our original set of limericks that we scraped (Table 2) .", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 174, |
|
"end": 183, |
|
"text": "(Table 2)", |
|
"ref_id": "TABREF1" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "One implication of our results is that in the limerick form, at least as understood by the poetizing users and editors of OEDILF, accentual pattern predominates as a necessary formal trait. 95% of the limericks in the data set satisfied our accent measure, and 70% cleared our rhyme filter. Ideally, a poem is an \"organic whole\" (Poovey, 2001 ) with its different formal features and the work's meaning working harmoniously together. Yet our findings suggest that, practically speaking, there is a hierarchy of formal features. All formal features are not emphasized equally by writers and readers of poems: some features matter more than others in the quiddity of the form -in the limerick-ness of the limerick. Another way to put this is that we (humans) have laxer expectations about some formal elements of poems (like syllables), a higher toleration for variation among these elements while still identifying the work as an instance of the poetic kind. (For example, a sonnet with 13 lines may seem less like sonnet than a sonnet whose rhyme scheme is slightly aberrant: in other words, in practice, the number of lines is a more essential feature of the sonnet than strict adherence to the rhyme scheme.)", |
|
"cite_spans": [ |
|
{ |
|
"start": 329, |
|
"end": 342, |
|
"text": "(Poovey, 2001", |
|
"ref_id": "BIBREF37" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "The previous subsections take the limerick and break out fundamental structural components that need to be identified for limerick detection. That said, the human -poet or not -can readily create new difficult limericks that might defeat these state-of-the-art poetic classification engines.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Difficult Examples", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "We tested our rhyme detection and accent detection algorithms on the following poems 8 with made-up words for end rhymes. These are words that are definitely not included in CMUDict. Our rhyme and accent detectors both correctly evaluated these examples, accepting all three limericks as featuring legitimate limerick rhyme schemes and stress patterns.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Difficult Examples", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "My favorite food is red schnook, It is best when eaten with glook, Or with sauce from meef, Or with sides of dreef, It always makes me feel so trook. I like to walk in the dark fraze, At my side a furry brown braze, It lopes on its broops, And shakes his sharp croops, That stir up the hidden small snays.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Difficult Examples", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "It's so tough to fagrewzin a kloom, Its frantabulous frinks are a croom,", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Difficult Examples", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "To brillig the shneezles, Or traming the dreaszels, The sturmping coughs up shnayble and stoom.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Difficult Examples", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "As mentioned, in this paper we have only addressed the problem of the structural identification of the 8 All three poems were written by one of the authors of this paper.", |
|
"cite_spans": [ |
|
{ |
|
"start": 103, |
|
"end": 104, |
|
"text": "8", |
|
"ref_id": "BIBREF43" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Future Directions", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "limerick. But, of course there is much more to the limerick than just patterns of rhyme and rhythm.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Future Directions", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "The limerick is typically a narrative. These brief, comic stories fall into different narrative types and structures. For example, consider the paired examples below: the one on the right (\"Old Man with a Beard\") exhibits a more linear or teleological structure, while the one on the left (\"Old Person of Dean\") 9 is circular in that it ends with a return to the first line, thereby resembling the refrains found in ballads and villanelles:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Future Directions", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "There was an Old Man with a beard, Who said, 'It is just as I feared! Two Owls and a Hen, Four Larks and a Wren, Have all built their nests in my beard!'", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Future Directions", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "There was an Old Person of Dean, Who dined on one pea and one bean; For he said, \"More than that would make me too fat,\" That cautious Old Person of Dean.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Future Directions", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "Thus the narrative aspects of limericks warrant further study, including their narrative structure, punchlines and jokes (which can range from the subtle to the vulgar), twists in the story, and more. A related feature of limericks is their semantic integrity: despite the limerick form's association with nonsense verse because of Edward Lear's A Book of Nonsense and their oftentimes silly content, good limericks still make sense, cohere, and have aesthetic qualities that can be appreciated. For example, can a machine discern that the limerick immediately below 10 is more successful than the one below it 11 because of the latter's non-sequitur conclusion? Moreover, can it readily detect the non-sequitur?", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Future Directions", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "There was an Old Man in a tree, Who was horribly bored by a Bee; When they said, 'Does it buzz?' He replied, 'Yes, it does!' 'It's a very regular brute of a Bee!' 9 by Edward Lear, 1920 10 \"There was an Old Man in a tree\", by Edward Lear, in The Book of Nonsense (1887)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Future Directions", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "11 Derived from \"There was an Old Man with a beard\", by Edward Lear, in The Book of Nonsense (1887), by changing the last sentence. We analyze our data set using various filters to satisfy two of the conventional criteria of a limerick. In other words, (1) it has to follow the AABBA rhyming scheme, and (2) it has to follow the 3-3-2-2-3 accentual pattern.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Future Directions", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "There was an Old Man with a beard, Who said, \"It is just as I feared! Two Owls and a Hen, four Larks and a Wren, and mutton is best boiled, not seared.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Future Directions", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "A third potential area of investigation is wordplay, some of which depends on poetic devices such as assonance, alliteration, and puns and innuendo. The problem of machine recognition and subsequent classification of such literary devices pose interesting challenges for a next generation of machine limerick readers.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Future Directions", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "The long range goals we mention above -indeed the entire setting of this work -places these kinds of investigations and challenges within the context of machine learning and language and thus, broadly in the space of natural language processing (NLP). In that setting, there is a strong thread of work focused on probing the linguistic knowledge of the increasingly complex language models (e.g., Transformer-based deep learning architectures). Of interest are the \"minimal pair\" challenges in which the architecture is \"asked\" -after suitable training -to assign a likelihood of correctness (in the sense of a model's \"preference\") between an original and presumably correct instance of some phenomenon and a minimally corrupted (relative to a given grammatical rule) version as evidence of some ability to distinguish a particular linguistic characteristic. In (Warstadt et al., 2020) 12 kinds of phenomena are investigated and each phenomenon is further deconstructed into \"paradigms\" and paradigm is the source of 1000 instances of minimal pairs. 12 This minimal pairs approach is being extended to poetic devices -specifically, in the investigation of language models to encode rhyming information (Abdibayev et al., 2021) . One extension of this work would be the comparison of a \"correct\" lim-erick and a variation minimally corrupted in terms of meter or rhyme scheme to test the poetic knowledge in language models and whose results will produce benchmarks (and a fixed test set) for the deep learning community. It is our general sense that poetic knowledge is a challenging domain that productively probes the linguistic capabilities of advanced language models. Moreover, we could well imagine an even broader set of minimal pair benchmarks to interrogate the \"writerly\" or \"stylistic\" knowledge of language models.", |
|
"cite_spans": [ |
|
{ |
|
"start": 863, |
|
"end": 886, |
|
"text": "(Warstadt et al., 2020)", |
|
"ref_id": "BIBREF42" |
|
}, |
|
{ |
|
"start": 1203, |
|
"end": 1227, |
|
"text": "(Abdibayev et al., 2021)", |
|
"ref_id": "BIBREF1" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Future Directions", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "It is also possible to envision applications for language models that possess poetic knowledge. As Roman Jakobson showed, political slogans (like \"I Like Ike\") can have rich aural, orthographic, and rhythmic patterning which augment their catchiness (Jakobson et al., 1987) . Such poetic knowledge could extend to the large scale analysis of popular music, advertising and marketing copy, and perhaps even political speeches, propaganda, and disinformation -all with an eye toward examining what makes certain non-poetic instances of language which are nevertheless suffused with poetic features so effective or memorable to large audiences.", |
|
"cite_spans": [ |
|
{ |
|
"start": 250, |
|
"end": 273, |
|
"text": "(Jakobson et al., 1987)", |
|
"ref_id": "BIBREF24" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Future Directions", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "At its most speculative, this kind of work trains an odd light on the seemingly impenetrable process of how we learn to write even the simplest forms of poetry like the limerick. A young child learns to rhyme, decide syllable breaks, and can develop a sense of poetic meter very quickly -say, in a single grade school class (if the plethora of teachers' worksheets available on the internet is any indication). That a language model with billions of parameters and thousands of examples isn't yet perfect says a lot about both the models we develop and the human process of learning as well.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Future Directions", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "http://http://www.oedilf.com/db/Lim.php?View=About 2 http://www.oedilf.com/db/Lim.php 3 http://http://www.oedilf.com/db/Lim.php?View=About", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "http://www.speech.cs.cmu.edu/cgi-bin/cmudict. For a different method based on eSpeak, seeAlnajjar and H\u00e4m\u00e4l\u00e4inen 2018", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "https://github.com/cmusphinx/g2p-seq2seq", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "By Chris Young, Limerick #83205 in the OEDILF.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "For example one minimal pair that tests subject-verb agreement (seeTable 1of(Warstadt et al., 2020)) is These casseroles disgust Kayla. v. These casseroles disgusts Kayla.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
} |
|
], |
|
"back_matter": [], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "For Better for Verse", |
|
"authors": [ |
|
{ |
|
"first": "Accessed", |
|
"middle": [], |
|
"last": "", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2021, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Accessed July 1, 2021. For Better for Verse.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "BPoMP: The benchmark of poetic minimal pairs -limericks, rhyme, and narrative coherence", |
|
"authors": [ |
|
{ |
|
"first": "Almas", |
|
"middle": [], |
|
"last": "Abdibayev", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Allen", |
|
"middle": [], |
|
"last": "Riddell", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Daniel", |
|
"middle": [ |
|
"N" |
|
], |
|
"last": "Rockmore", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2021, |
|
"venue": "Proceedings of Recent Advances in Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1--9", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.26615/978-954-452-072-4_001" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Almas Abdibayev, Allen Riddell, and Daniel N. Rock- more. 2021. BPoMP: The benchmark of poetic min- imal pairs -limericks, rhyme, and narrative coher- ence. In Proceedings of Recent Advances in Nat- ural Language Processing, pages 1-9. Association for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "A Glossary of Literary Terms", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [ |
|
"H" |
|
], |
|
"last": "Abrams", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1999, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "M. H. Abrams. 1999. A Glossary of Literary Terms, 7th ed edition. Harcourt Brace College Publishers.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "Special Issue: Historical Poetics", |
|
"authors": [ |
|
{ |
|
"first": "V", |
|
"middle": [], |
|
"last": "", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Joshua", |
|
"middle": [], |
|
"last": "Adams", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Joel", |
|
"middle": [], |
|
"last": "Calahan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Michael", |
|
"middle": [], |
|
"last": "Hansen", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1215/00267929-3331568" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "V. Joshua Adams, Joel Calahan, and Michael Hansen, editors. 2016. Special Issue: Historical Poetics, vol- ume 77 of Modern Language Quarterly.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "A comparison of feature-based and neural scansion of poetry", |
|
"authors": [ |
|
{ |
|
"first": "Manex", |
|
"middle": [], |
|
"last": "Agirrezabal", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mans", |
|
"middle": [], |
|
"last": "I\u00f1aki Alegria", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Hulden", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2017, |
|
"venue": "Proceedings of the International Conference Recent Advances in Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "18--23", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.26615/978-954-452-049-6_003" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Manex Agirrezabal, I\u00f1aki Alegria, and Mans Hulden. 2017a. A comparison of feature-based and neu- ral scansion of poetry. In Proceedings of the In- ternational Conference Recent Advances in Natural Language Processing, RANLP 2017, pages 18-23, Varna, Bulgaria. INCOMA Ltd.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "I\u00f1aki Alegria, and Mans Hulden. 2017b. A comparison of feature-based and neural scansion of poetry", |
|
"authors": [ |
|
{ |
|
"first": "Manex", |
|
"middle": [], |
|
"last": "Agirrezabal", |
|
"suffix": "" |
|
} |
|
], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": { |
|
"arXiv": [ |
|
"arXiv:1711.00938" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Manex Agirrezabal, I\u00f1aki Alegria, and Mans Hulden. 2017b. A comparison of feature-based and neural scansion of poetry. arXiv preprint arXiv:1711.00938.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "A master-apprentice approach to automatic creation of culturally satirical movie titles", |
|
"authors": [ |
|
{ |
|
"first": "Khalid", |
|
"middle": [], |
|
"last": "Alnajjar", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Mika", |
|
"middle": [], |
|
"last": "H\u00e4m\u00e4l\u00e4inen", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "Proceedings of the 11th International Conference on Natural Language Generation", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "274--283", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.18653/v1/W18-6534" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Khalid Alnajjar and Mika H\u00e4m\u00e4l\u00e4inen. 2018. A master-apprentice approach to automatic creation of culturally satirical movie titles. In Proceedings of the 11th International Conference on Natural Language Generation, pages 274-283, Tilburg Uni- versity, The Netherlands. Association for Computa- tional Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "Phonological and metrical variation across genres", |
|
"authors": [ |
|
{ |
|
"first": "Arto", |
|
"middle": [], |
|
"last": "Anttila", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ryan", |
|
"middle": [], |
|
"last": "Heuser", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "Proceedings of the Annual Meetings on Phonology", |
|
"volume": "", |
|
"issue": "0", |
|
"pages": "", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.3765/amp.v3i0.3679" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Arto Anttila and Ryan Heuser. 2016. Phonological and metrical variation across genres. Proceedings of the Annual Meetings on Phonology, 3(0).", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "The Rhythms of English Poetry. English language series", |
|
"authors": [ |
|
{ |
|
"first": "Derek", |
|
"middle": [], |
|
"last": "Attridge", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1982, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Derek Attridge. 1982. The Rhythms of English Poetry. English language series. Longman, London; New York.", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "Neural machine translation by jointly learning to align and translate", |
|
"authors": [ |
|
{ |
|
"first": "Dzmitry", |
|
"middle": [], |
|
"last": "Bahdanau", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kyunghyun", |
|
"middle": [], |
|
"last": "Cho", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yoshua", |
|
"middle": [], |
|
"last": "Bengio", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2014, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": { |
|
"arXiv": [ |
|
"arXiv:1409.0473" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Dzmitry Bahdanau, Kyunghyun Cho, and Yoshua Ben- gio. 2014. Neural machine translation by jointly learning to align and translate. arXiv preprint arXiv:1409.0473.", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "The Lure of the Limerick: An Uninhibited History", |
|
"authors": [ |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "William", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Baring-Gould", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1988, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "William S. Baring-Gould. 1988. The Lure of the Lim- erick: An Uninhibited History. Clarkson Potter.", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "Style detection for free verse poetry from text and speech", |
|
"authors": [ |
|
{ |
|
"first": "Timo", |
|
"middle": [], |
|
"last": "Baumann", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Hussein", |
|
"middle": [], |
|
"last": "Hussein", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Burkhard", |
|
"middle": [], |
|
"last": "Meyer-Sickendiek", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "Proceedings of the 27th International Conference on Computational Linguistics", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1929--1940", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Timo Baumann, Hussein Hussein, and Burkhard Meyer-Sickendiek. 2018. Style detection for free verse poetry from text and speech. In Proceedings of the 27th International Conference on Computa- tional Linguistics, pages 1929-1940, Santa Fe, New Mexico, USA. Association for Computational Lin- guistics.", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "History of the limerick. The Papers of the Bibliographical Society of America", |
|
"authors": [ |
|
{ |
|
"first": "George", |
|
"middle": [], |
|
"last": "Belknap", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1981, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "George Belknap. 1981. History of the limerick. The Papers of the Bibliographical Society of America, 75(1).", |
|
"links": null |
|
}, |
|
"BIBREF13": { |
|
"ref_id": "b13", |
|
"title": "The Art of the Limerick. The Research Publishing Co", |
|
"authors": [ |
|
{ |
|
"first": "Cyril", |
|
"middle": [], |
|
"last": "Bibby", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1978, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Cyril Bibby. 1978. The Art of the Limerick. The Re- search Publishing Co., London.", |
|
"links": null |
|
}, |
|
"BIBREF14": { |
|
"ref_id": "b14", |
|
"title": "Critical Rhythm: The Poetics of a Literary Life Form", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Jonathan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Ben", |
|
"middle": [], |
|
"last": "Culler", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Glaser", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2019, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1515/9780823282067" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jonathan D Culler and Ben Glaser, editors. 2019. Crit- ical Rhythm: The Poetics of a Literary Life Form. Fordham University Press. OCLC: 1076879939.", |
|
"links": null |
|
}, |
|
"BIBREF15": { |
|
"ref_id": "b15", |
|
"title": "Rantanplan, fast and accurate syllabification and scansion of Spanish poetry", |
|
"authors": [ |
|
{ |
|
"first": "Javier", |
|
"middle": [], |
|
"last": "De La Rosa", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Alvaro", |
|
"middle": [], |
|
"last": "Perez", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Laura", |
|
"middle": [], |
|
"last": "Hernandez", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Salvador", |
|
"middle": [], |
|
"last": "Ros", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Elena", |
|
"middle": [], |
|
"last": "Gonzalez-Blanco", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "Procesamiento del Lenguaje Natural", |
|
"volume": "65", |
|
"issue": "", |
|
"pages": "83--90", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Javier de la Rosa, Alvaro Perez, Laura Hernandez, Salvador Ros, and Elena Gonzalez-Blanco. 2020. Rantanplan, fast and accurate syllabification and scansion of Spanish poetry. Procesamiento del Lenguaje Natural, 65:83-90.", |
|
"links": null |
|
}, |
|
"BIBREF16": { |
|
"ref_id": "b16", |
|
"title": "Supervised machine learning for hybrid meter", |
|
"authors": [ |
|
{ |
|
"first": "Alex", |
|
"middle": [], |
|
"last": "Estes", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Christopher", |
|
"middle": [], |
|
"last": "Hench", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "Proceedings of the Fifth Workshop on Computational Linguistics for Literature", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1--8", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.18653/v1/W16-0201" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Alex Estes and Christopher Hench. 2016. Supervised machine learning for hybrid meter. In Proceedings of the Fifth Workshop on Computational Linguis- tics for Literature, pages 1-8, San Diego, California, USA. Association for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF17": { |
|
"ref_id": "b17", |
|
"title": "Poetry Foundation. 2021. There was an Old Man with a Beard by", |
|
"authors": [], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Poetry Foundation. 2021. There was an Old Man with a Beard by Edward Lear.", |
|
"links": null |
|
}, |
|
"BIBREF18": { |
|
"ref_id": "b18", |
|
"title": "Hafez: an interactive poetry generation system", |
|
"authors": [ |
|
{ |
|
"first": "Marjan", |
|
"middle": [], |
|
"last": "Ghazvininejad", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Xing", |
|
"middle": [], |
|
"last": "Shi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jay", |
|
"middle": [], |
|
"last": "Priyadarshi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kevin", |
|
"middle": [], |
|
"last": "Knight", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2017, |
|
"venue": "Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics-System Demonstrations", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "43--48", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Marjan Ghazvininejad, Xing Shi, Jay Priyadarshi, and Kevin Knight. 2017. Hafez: an interactive poetry generation system. In Proceedings of the 55th An- nual Meeting of the Association for Computational Linguistics-System Demonstrations, pages 43-48.", |
|
"links": null |
|
}, |
|
"BIBREF19": { |
|
"ref_id": "b19", |
|
"title": "Automatic analysis of rhythmic poetry with applications to generation and translation", |
|
"authors": [ |
|
{ |
|
"first": "Erica", |
|
"middle": [], |
|
"last": "Greene", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Tugba", |
|
"middle": [], |
|
"last": "Bodrumlu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Kevin", |
|
"middle": [], |
|
"last": "Knight", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Proceedings of the 2010 Conference on Empirical Methods in Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "524--533", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Erica Greene, Tugba Bodrumlu, and Kevin Knight. 2010. Automatic analysis of rhythmic poetry with applications to generation and translation. In Pro- ceedings of the 2010 Conference on Empirical Meth- ods in Natural Language Processing, pages 524- 533, Cambridge, MA. Association for Computa- tional Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF20": { |
|
"ref_id": "b20", |
|
"title": "Metrical tagging in the wild: Building and annotating poetry corpora with rhythmic features", |
|
"authors": [ |
|
{ |
|
"first": "Thomas", |
|
"middle": [], |
|
"last": "Haider", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2021, |
|
"venue": "Proceedings of the 16th Conference of the European Chapter of the Association for Computational Linguistics: Main Volume", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "3715--3725", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Thomas Haider. 2021. Metrical tagging in the wild: Building and annotating poetry corpora with rhyth- mic features. In Proceedings of the 16th Conference of the European Chapter of the Association for Com- putational Linguistics: Main Volume, pages 3715- 3725, Online. Association for Computational Lin- guistics.", |
|
"links": null |
|
}, |
|
"BIBREF21": { |
|
"ref_id": "b21", |
|
"title": "Calculating syllable count automatically from fixed-meter poetry in English and Welsh*. Literary and Linguistic Computing", |
|
"authors": [ |
|
{ |
|
"first": "Michael", |
|
"middle": [], |
|
"last": "Hammond", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2013, |
|
"venue": "", |
|
"volume": "29", |
|
"issue": "", |
|
"pages": "218--233", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1093/llc/fqt019" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Michael Hammond. 2013. Calculating syllable count automatically from fixed-meter poetry in English and Welsh*. Literary and Linguistic Computing, 29(2):218-233.", |
|
"links": null |
|
}, |
|
"BIBREF22": { |
|
"ref_id": "b22", |
|
"title": "The origin and evolution of model organisms", |
|
"authors": [ |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Blair", |
|
"middle": [], |
|
"last": "Hedges", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2002, |
|
"venue": "Nature Reviews Genetics", |
|
"volume": "3", |
|
"issue": "11", |
|
"pages": "838--849", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1038/nrg929" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "S. Blair Hedges. 2002. The origin and evolution of model organisms. Nature Reviews Genetics, 3(11):838-849.", |
|
"links": null |
|
}, |
|
"BIBREF23": { |
|
"ref_id": "b23", |
|
"title": "Long short-term memory", |
|
"authors": [ |
|
{ |
|
"first": "Sepp", |
|
"middle": [], |
|
"last": "Hochreiter", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J\u00fcrgen", |
|
"middle": [], |
|
"last": "Schmidhuber", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1997, |
|
"venue": "Neural Computation", |
|
"volume": "9", |
|
"issue": "8", |
|
"pages": "1735--1780", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Sepp Hochreiter and J\u00fcrgen Schmidhuber. 1997. Long short-term memory. Neural Computation, 9(8):1735-1780.", |
|
"links": null |
|
}, |
|
"BIBREF24": { |
|
"ref_id": "b24", |
|
"title": "Language in Literature", |
|
"authors": [ |
|
{ |
|
"first": "Roman", |
|
"middle": [], |
|
"last": "Jakobson", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Krystyna", |
|
"middle": [], |
|
"last": "Pomorska", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Stephen", |
|
"middle": [], |
|
"last": "Rudy", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1987, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Roman Jakobson, Krystyna Pomorska, and Stephen Rudy. 1987. Language in Literature. Belknap Press, Cambridge, Mass.", |
|
"links": null |
|
}, |
|
"BIBREF25": { |
|
"ref_id": "b25", |
|
"title": "Conditional random fields: Probabilistic models for segmenting and labeling sequence data", |
|
"authors": [ |
|
{ |
|
"first": "John", |
|
"middle": [ |
|
"D" |
|
], |
|
"last": "Lafferty", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Andrew", |
|
"middle": [], |
|
"last": "Mccallum", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Fernando", |
|
"middle": [ |
|
"C N" |
|
], |
|
"last": "Pereira", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2001, |
|
"venue": "Proceedings of the Eighteenth International Conference on Machine Learning, ICML '01", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "282--289", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "John D. Lafferty, Andrew McCallum, and Fernando C. N. Pereira. 2001. Conditional random fields: Probabilistic models for segmenting and labeling se- quence data. In Proceedings of the Eighteenth Inter- national Conference on Machine Learning, ICML '01, page 282-289, San Francisco, CA, USA. Mor- gan Kaufmann Publishers Inc.", |
|
"links": null |
|
}, |
|
"BIBREF26": { |
|
"ref_id": "b26", |
|
"title": "The Science of English Verse", |
|
"authors": [ |
|
{ |
|
"first": "Sidney", |
|
"middle": [], |
|
"last": "Lanier", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1979, |
|
"venue": "Folcroft Library Editions", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Sidney Lanier. 1979. The Science of English Verse. Folcroft Library Editions, Folcroft, Pa.", |
|
"links": null |
|
}, |
|
"BIBREF27": { |
|
"ref_id": "b27", |
|
"title": "Deep-speare: A joint neural model of poetic language, meter and rhyme", |
|
"authors": [ |
|
{ |
|
"first": "Trevor", |
|
"middle": [], |
|
"last": "Jey Han Lau", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Timothy", |
|
"middle": [], |
|
"last": "Cohn", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Julian", |
|
"middle": [], |
|
"last": "Baldwin", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Adam", |
|
"middle": [], |
|
"last": "Brooke", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Hammond", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2018, |
|
"venue": "Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics", |
|
"volume": "1", |
|
"issue": "", |
|
"pages": "1948--1958", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.18653/v1/P18-1181" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jey Han Lau, Trevor Cohn, Timothy Baldwin, Julian Brooke, and Adam Hammond. 2018. Deep-speare: A joint neural model of poetic language, meter and rhyme. In Proceedings of the 56th Annual Meet- ing of the Association for Computational Linguistics (Volume 1: Long Papers), pages 1948-1958, Mel- bourne, Australia. Association for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF28": { |
|
"ref_id": "b28", |
|
"title": "The Limerick. 1700 Examples, With Notes, Variants and Index", |
|
"authors": [ |
|
{ |
|
"first": "G", |
|
"middle": [], |
|
"last": "Legman", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1969, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "G. Legman. 1969. The Limerick. 1700 Examples, With Notes, Variants and Index. Bell Publishing Co., New York.", |
|
"links": null |
|
}, |
|
"BIBREF29": { |
|
"ref_id": "b29", |
|
"title": "More Limericks. 2750 Unpublished Examples, American and British", |
|
"authors": [ |
|
{ |
|
"first": "G", |
|
"middle": [], |
|
"last": "Legman", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1980, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "G. Legman. 1980. More Limericks. 2750 Unpublished Examples, American and British. Bell Publishing Co., New York.", |
|
"links": null |
|
}, |
|
"BIBREF30": { |
|
"ref_id": "b30", |
|
"title": "What is new formalism?", |
|
"authors": [ |
|
{ |
|
"first": "Marjorie", |
|
"middle": [], |
|
"last": "Levinson", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2007, |
|
"venue": "PMLA", |
|
"volume": "122", |
|
"issue": "2", |
|
"pages": "558--569", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Marjorie Levinson. 2007. What is new formalism? PMLA, 122(2):558-569.", |
|
"links": null |
|
}, |
|
"BIBREF32": { |
|
"ref_id": "b32", |
|
"title": "Literary pattern recognition: Modernism between close reading and machine learning", |
|
"authors": [ |
|
{ |
|
"first": "Hoyt", |
|
"middle": [], |
|
"last": "Long", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Richard", |
|
"middle": [ |
|
"Jean" |
|
], |
|
"last": "So", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2016, |
|
"venue": "Critical inquiry", |
|
"volume": "42", |
|
"issue": "2", |
|
"pages": "235--267", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Hoyt Long and Richard Jean So. 2016. Literary pattern recognition: Modernism between close reading and machine learning. Critical inquiry, 42(2):235-267.", |
|
"links": null |
|
}, |
|
"BIBREF33": { |
|
"ref_id": "b33", |
|
"title": "Automated metric analysis of spanish poetry: Two complementary approaches", |
|
"authors": [ |
|
{ |
|
"first": "Guillermo", |
|
"middle": [], |
|
"last": "Marco", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Javier", |
|
"middle": [], |
|
"last": "De La Rosa", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Julio", |
|
"middle": [], |
|
"last": "Gonzalo", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Salvador", |
|
"middle": [], |
|
"last": "Ros", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Elena", |
|
"middle": [], |
|
"last": "Gonz\u00e1lez-Blanco", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2021, |
|
"venue": "IEEE Access", |
|
"volume": "9", |
|
"issue": "", |
|
"pages": "51734--51746", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1109/ACCESS.2021.3069635" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Guillermo Marco, Javier de la Rosa, Julio Gonzalo, Salvador Ros, and Elena Gonz\u00e1lez-Blanco. 2021. Automated metric analysis of spanish poetry: Two complementary approaches. IEEE Access, 9:51734- 51746.", |
|
"links": null |
|
}, |
|
"BIBREF34": { |
|
"ref_id": "b34", |
|
"title": "RhymeDesign: A tool for analyzing sonic devices in poetry", |
|
"authors": [ |
|
{ |
|
"first": "Nina", |
|
"middle": [], |
|
"last": "Mccurdy", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Vivek", |
|
"middle": [], |
|
"last": "Srikumar", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Miriah", |
|
"middle": [], |
|
"last": "Meyer", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2015, |
|
"venue": "Proceedings of the Fourth Workshop on Computational Linguistics for Literature", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "12--22", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.3115/v1/W15-0702" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Nina McCurdy, Vivek Srikumar, and Miriah Meyer. 2015. RhymeDesign: A tool for analyzing sonic de- vices in poetry. In Proceedings of the Fourth Work- shop on Computational Linguistics for Literature, pages 12-22, Denver, Colorado, USA. Association for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF35": { |
|
"ref_id": "b35", |
|
"title": "Machine Learning: A Probabilistic Perspective", |
|
"authors": [ |
|
{ |
|
"first": "Kevin", |
|
"middle": [ |
|
"P" |
|
], |
|
"last": "Murphy", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2012, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Kevin P. Murphy. 2012. Machine Learning: A Prob- abilistic Perspective. The MIT Press, Cambridge, MA.", |
|
"links": null |
|
}, |
|
"BIBREF36": { |
|
"ref_id": "b36", |
|
"title": "CRFsuite: A fast implementation of conditional random fields (CRFs)", |
|
"authors": [ |
|
{ |
|
"first": "Naoaki", |
|
"middle": [], |
|
"last": "Okazaki", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2007, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Naoaki Okazaki. 2007. CRFsuite: A fast implementa- tion of conditional random fields (CRFs).", |
|
"links": null |
|
}, |
|
"BIBREF37": { |
|
"ref_id": "b37", |
|
"title": "The model system of contemporary literary criticism", |
|
"authors": [ |
|
{ |
|
"first": "Mary", |
|
"middle": [], |
|
"last": "Poovey", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2001, |
|
"venue": "Critical Inquiry", |
|
"volume": "27", |
|
"issue": "3", |
|
"pages": "408--438", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Mary Poovey. 2001. The model system of contempo- rary literary criticism. Critical Inquiry, 27(3):408- 438.", |
|
"links": null |
|
}, |
|
"BIBREF38": { |
|
"ref_id": "b38", |
|
"title": "New Princeton Encyclopedia of Poetry and Poetics", |
|
"authors": [ |
|
{ |
|
"first": "Alex", |
|
"middle": [], |
|
"last": "Preminger", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "V", |
|
"middle": [ |
|
"F" |
|
], |
|
"last": "Terry", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Frank", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Brogan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Warnke", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1993, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Alex Preminger, Terry V.F. Brogan, and Frank J. Warnke, editors. 1993. New Princeton Encyclopedia of Poetry and Poetics. Princeton University Press.", |
|
"links": null |
|
}, |
|
"BIBREF40": { |
|
"ref_id": "b40", |
|
"title": "Attention is all you need", |
|
"authors": [ |
|
{ |
|
"first": "Ashish", |
|
"middle": [], |
|
"last": "Vaswani", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Noam", |
|
"middle": [], |
|
"last": "Shazeer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Niki", |
|
"middle": [], |
|
"last": "Parmar", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Jakob", |
|
"middle": [], |
|
"last": "Uszkoreit", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Llion", |
|
"middle": [], |
|
"last": "Jones", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Aidan", |
|
"middle": [ |
|
"N" |
|
], |
|
"last": "Gomez", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "\u0141ukasz", |
|
"middle": [], |
|
"last": "Kaiser", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Illia", |
|
"middle": [], |
|
"last": "Polosukhin", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2017, |
|
"venue": "Advances in Neural Information Processing Systems", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "5998--6008", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, \u0141ukasz Kaiser, and Illia Polosukhin. 2017. Attention is all you need. In Advances in Neural Information Pro- cessing Systems, pages 5998-6008.", |
|
"links": null |
|
}, |
|
"BIBREF41": { |
|
"ref_id": "b41", |
|
"title": "There once was a really bad poet", |
|
"authors": [ |
|
{ |
|
"first": "Jianyou", |
|
"middle": [], |
|
"last": "Wang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Xiaoxuan", |
|
"middle": [], |
|
"last": "Zhang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Yuren", |
|
"middle": [], |
|
"last": "Zhou", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Christopher", |
|
"middle": [], |
|
"last": "Suh", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Cynthia", |
|
"middle": [], |
|
"last": "Rudin", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2021, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Jianyou Wang, Xiaoxuan Zhang, Yuren Zhou, Christo- pher Suh, and Cynthia Rudin. 2021. There once was a really bad poet, it was automated but you didn't know it. CoRR, abs/2103.03775.", |
|
"links": null |
|
}, |
|
"BIBREF42": { |
|
"ref_id": "b42", |
|
"title": "BLiMP: The benchmark of linguistic minimal pairs for English", |
|
"authors": [ |
|
{ |
|
"first": "Alex", |
|
"middle": [], |
|
"last": "Warstadt", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Alicia", |
|
"middle": [], |
|
"last": "Parrish", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Haokun", |
|
"middle": [], |
|
"last": "Liu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Anhad", |
|
"middle": [], |
|
"last": "Mohananey", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Wei", |
|
"middle": [], |
|
"last": "Peng", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Sheng-Fu", |
|
"middle": [], |
|
"last": "Wang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Samuel", |
|
"middle": [ |
|
"R" |
|
], |
|
"last": "Bowman", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2020, |
|
"venue": "Transactions of the Association for Computational Linguistics", |
|
"volume": "8", |
|
"issue": "", |
|
"pages": "377--392", |
|
"other_ids": { |
|
"DOI": [ |
|
"10.1162/tacl_a_00321" |
|
] |
|
}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Alex Warstadt, Alicia Parrish, Haokun Liu, Anhad Mo- hananey, Wei Peng, Sheng-Fu Wang, and Samuel R. Bowman. 2020. BLiMP: The benchmark of linguis- tic minimal pairs for English. Transactions of the As- sociation for Computational Linguistics, 8:377-392.", |
|
"links": null |
|
}, |
|
"BIBREF43": { |
|
"ref_id": "b43", |
|
"title": "Appendix: A Random Selection of \"Failed\" Limericks", |
|
"authors": [], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Appendix: A Random Selection of \"Failed\" Limericks", |
|
"links": null |
|
}, |
|
"BIBREF44": { |
|
"ref_id": "b44", |
|
"title": "Here is a random sample of an additional five limericks that did not pass our rhyme test. Author names listed along with OEDILF number. \u2022 Beriberi's a scary disease", |
|
"authors": [], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Here is a random sample of an additional five limer- icks that did not pass our rhyme test. Author names listed along with OEDILF number. \u2022 Beriberi's a scary disease;", |
|
"links": null |
|
}, |
|
"BIBREF45": { |
|
"ref_id": "b45", |
|
"title": "You need To remember to feed On more egg rolls and liver and peas. Author: Chris Doyle", |
|
"authors": [], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "It appears when one vitamin B's Too deficient. You need To remember to feed On more egg rolls and liver and peas. Author: Chris Doyle, #21528", |
|
"links": null |
|
}, |
|
"BIBREF46": { |
|
"ref_id": "b46", |
|
"title": "Shone on Broadway at just 17. Did she dream, as a child, That the stalls would go wild, Shouting", |
|
"authors": [ |
|
{ |
|
"first": "Lulu", |
|
"middle": [], |
|
"last": "Glaser", |
|
"suffix": "" |
|
} |
|
], |
|
"year": null, |
|
"venue": "Lulu! The great actorine!\"? Author: Janet McConnaughey", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "\u2022 Lulu Glaser, a lucky chorine, Shone on Broadway at just 17. Did she dream, as a child, That the stalls would go wild, Shouting, \"Lulu! The great actorine!\"? Author: Janet McConnaughey, #100961", |
|
"links": null |
|
}, |
|
"BIBREF47": { |
|
"ref_id": "b47", |
|
"title": "\u2022 God a code virus bloggig by doze, Ad by 'puter's god dutz. I subboze Dat a virus idfected Ids code. I'b dejected. Wud virus is bad", |
|
"authors": [], |
|
"year": null, |
|
"venue": "Doo just blows. Author: Janet McConnaughey", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "\u2022 God a code virus bloggig by doze, Ad by 'puter's god dutz. I subboze Dat a virus idfected Ids code. I'b dejected. Wud virus is bad. Doo just blows. Author: Janet McConnaughey, #99468", |
|
"links": null |
|
}, |
|
"BIBREF48": { |
|
"ref_id": "b48", |
|
"title": "\u2022 A caper who's all caper-witted Is not a corsair who's well fitted For fightin' and luffin'. He'll cut capers on nuffin' When brainier pirates have flitted", |
|
"authors": [], |
|
"year": null, |
|
"venue": "Author: Janet McConnaughey", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "\u2022 A caper who's all caper-witted Is not a corsair who's well fitted For fightin' and luffin'. He'll cut capers on nuffin' When brainier pirates have flitted. Author: Janet McConnaughey, #63637", |
|
"links": null |
|
}, |
|
"BIBREF49": { |
|
"ref_id": "b49", |
|
"title": "You are kidding us, eh? Like this desert, you're full of hot air", |
|
"authors": [ |
|
{ |
|
"first": "Osoyoos", |
|
"middle": [], |
|
"last": "\u2022 In", |
|
"suffix": "" |
|
} |
|
], |
|
"year": null, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "\u2022 In Osoyoos, BC (this is rare), All four tires went flat! We'd no spare. What did CAA say? \"You are kidding us, eh? Like this desert, you're full of hot air.\" Author: MikeAq, #110550", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF0": { |
|
"num": null, |
|
"text": "Histogram plotting distribution of top 100 authors within the entire scraped dataset. The y-axis shows the number of authors within a bin, while the xaxis shows the number of limericks those authors produced.", |
|
"uris": null, |
|
"type_str": "figure" |
|
}, |
|
"FIGREF1": { |
|
"num": null, |
|
"text": "Overview of our filter.", |
|
"uris": null, |
|
"type_str": "figure" |
|
}, |
|
"TABREF1": { |
|
"num": null, |
|
"html": null, |
|
"content": "<table/>", |
|
"text": "Filter statistics. This is a summary of our results.", |
|
"type_str": "table" |
|
} |
|
} |
|
} |
|
} |