<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Automated Korean Poetry Generation Using LSTM Autoencoder</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Eun-Soon</forename><surname>You</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of French language and culture</orgName>
								<orgName type="institution">Inha University</orgName>
								<address>
									<addrLine>100 Inha-ro, Michuhol-gu</addrLine>
									<postCode>22212</postCode>
									<settlement>Incheon</settlement>
									<country key="KR">Republic of Korea</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Soohwan</forename><surname>Kang</surname></persName>
							<affiliation key="aff1">
								<orgName type="department">Department of Korean Studies</orgName>
								<orgName type="institution">Inha University</orgName>
								<address>
									<addrLine>100 Inha-ro, Michuhol-gu</addrLine>
									<postCode>22212</postCode>
									<settlement>Incheon</settlement>
									<country key="KR">Republic of Korea</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Automated Korean Poetry Generation Using LSTM Autoencoder</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">58BC8A9194534ED433C39AF2EAA260F3</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T04:47+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Poem Generation</term>
					<term>Natural Language Generation</term>
					<term>Long Short Term Memory (LSTM)</term>
					<term>Writing Style</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Automatically composing poem is considered a highly challenging task, and it has received increasing attention across various fields. The computer has to ensure readability, meaningfulness, and vocabulary adequacy as well as the semantics of the poet's production, which are otherwise realized by their imagination and inspiration. In this study, a model for Korean poem generation based on long short-term memory (LSTM) is proposed with the aim of creating poems that imitate the writing style of four poets who represent Korea's modern poetry. To do this, 1000 poems by the target poets were collected, and their styles were defined using natural language processing (NLP). Following this, each sentence of the poem was preprocessed, and training was performed using LSTM. When a user selects the desired poet and enters a keyword, the model automatically generates a poem based on that poet's style. The poems produced showed some errors in syntactic structure and semantic delivery, but they successfully reproduced the characteristic vocabulary and emotions of the poet.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>The question of whether a computer is capable of writing text with creative features such as poetry (and if so, how it will differ from human creation) has become a popular one among researchers in the fields of natural language generation (NLG), computational creativity, and, broadly, artificial intelligence (AI). While a significant number of studies have long attempted to achieve automatic responses to a series of questions, automatic poetry generation has been receiving increasing attention in recent times. This is a challenging research area, because it requires a very high level of skill to satisfy the formal conditions and content of the poem.</p><p>Automated poetry creation not only indicates technological progress, but it represents a new creative approach altogether that is entirely different from the existing concept and principles of poetry creation. The shift in the perception of poetry creation methods dates back to 1920, even before computers were accessible. It can be observed in a poem by Tristan Tzara, a poet who participated in a new European art movement called Dadaism in the early 20th century. His poem <ref type="bibr" target="#b4">[5]</ref> is as follows:</p><p>To make a Dadaist poem: Take a newspaper. Take a pair of scissors. Choose an article as long as you are planning to make your poem. Cut out the article. Then cut out each of the words that make up this article and put them in a bag. Shake it gently. Then take out the scraps one after the other in the order in which they left the bag.</p><p>Copy conscientiously. The poem will be like you. And here are you a writer, infinitely original and endowed with a sensibility that is charming though beyond the understanding of the vulgar. Zara's poem, published in 1920, proposed a complete departure from traditional poetry. In it, the poet finds adequate poetic words and combines them according to the rules; their intentions, feelings, or causality cannot be found. This recalls the definition of an algorithm, meaning a procedure or method for solving a problem or a step for performing a task.</p><p>With the advent of computers, experimental attempts were made to generate poems. Bailey <ref type="bibr" target="#b0">[1]</ref> suggested semi-automatic poem generation, emphasizing the potential of computer use in poem creation. The French Atelier of Literature Assisted by Maths and Computers (ALAMO) group <ref type="bibr" target="#b1">[2]</ref> proposed 'rimbaudelaires,' a method to combine existing poems in order to create new ones, in which the structure of a poem by Rimbaud was filled with the vocabulary of Baudelaire's poems.</p><p>The use of deep learning algorithms such as recurrent neural networks (RNNs) and LSTM in computational creativity has evolved the concept of automatic poetry generation. In this context, the present study proposes a Korean poetry generation model based on deep learning which aims to imitate the writing style of a particular poet.</p><p>First, four poets, Kim So Wol, Yoon Dong-Joo, Baek Seok, and Jeong Ji-yong, who represent Korea's modern poetry and remain popular amongst Koreans, were selected. These poets wrote noteworthy poems within the forms of free poetry and lyric poetry during the Japanese occupation.</p><p>The rests of the paper are organized as follows. We start by reviewing previous works in the Section 2. Section 3 describes the approach adapted in our experiments. And we illustrate the evaluation in Section 4. The conclusion of this paper and future work are demonstrated in Section 5.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Related Work</head><p>If Bailey <ref type="bibr" target="#b0">[1]</ref> demonstrated the possibility of computer-generated poetry, Gervás <ref type="bibr" target="#b3">[4]</ref> marked the beginning of the automatic poetry generation, and various studies have been since. Wu and Tosa <ref type="bibr" target="#b9">[10]</ref> proposed a poem generation system based on Haiku phrase corpus. When the user enters a word or phrase, the system finds expressions containing it in the corpus and creates a poem by combining them. Manurung and Thompson <ref type="bibr" target="#b5">[6]</ref> developed a system using genetic algorithms. The poetry generation system, called McGonagall, finds one of several candidate poems with no grammatical error and clear meaning transmission according to stochastic search. Das and Gambäck <ref type="bibr" target="#b2">[3]</ref> presented a syllable-based poetry generator. When a user enters a sentence, the syllabification engine understands its rhythm and generates the appropriate sentence that follows it.</p><p>Recently, along with the advance of machine learning, poetry generation using deep learning have emerged. Wang et al. <ref type="bibr" target="#b8">[9]</ref> propose the machine poetry generator based on LSTM for imitating Chinese poet Du Fu's writing styles. Given the first character, this model produces a poem reflecting the tone and rhythm of Du Fu's poem. Zugarini and Maggini <ref type="bibr" target="#b10">[11]</ref> also suggested a system using LSTM to generate terrests, a feature of Dante Alighieri.</p><p>Poetic generation researches in various languages such as English, Japanese, Chinese, and Italian are being actively conducted. Regarding Korean poem generation, Park et al. <ref type="bibr" target="#b6">[7]</ref> introduced a model for generating poems using Sequence Generative Adversarial Networks (SeqGAN). Korean poem generation is just beginning. In this context, we present a Korean poetry generation model based on deep learning aiming to imitate the style of a particular poet.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Approaches</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Experimental Workflow</head><p>The whole experiment workflow is shown in Figure <ref type="figure" target="#fig_0">1</ref>. At the beginning of the experiment, we first collected 400 poems written by four poets. The poetic work of the target authors is usually not enough to successfully train deep neural networks, so we collected a total of 1000 pieces by adding other poems written during the Japanese colonial period. Before training the data using LSTM, we removed old language, Chinese character, etc. from the poem in the pre-processing process and then numbered each line of the poem. When a user enters a keyword and clicks a poet, a poem is generated.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Stylistic Analysis</head><p>We attempted a quantitative analysis of poetry text to define the style of each poet. To do this, we extracted high frequency vocabularies using part-of-speech (POS) tagging From the results of the stylistic analysis, certain characteristics could be determined. First, vocabulary related to nature appeared frequently in the poems by the specified poets; second, the primary emotion influencing their poetry is sorrow; and third, sensory expressions representing nature are often used. Finally, the use of first-person pronouns 'I' and determiner such as 'this' was high. Table <ref type="table">1</ref> shows the results of the stylistic analysis.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Categories Authors Examples</head><p>Nature 윤동주 (Yun Dong-Joo) 밤 (night), 하늘 (sky), 별 (star), etc. 정지용 (Jeong Ji-yong) 바다 (sea), 물 (water), etc. 김소월 (Kim So Wol) 산 (mountain), 나무 (tree), etc. 백석 (Baek Suk) 새 (bird), 개구리 (frog), etc. Emotion 슬프 (sad), 외롭 (alone), 괴롭 (painful), 서럽 (sorrow), etc. Sense 붉은 (red), 푸른 (blue), 밝은 (bright), 검은 (black), 높은 (high), 뜨거 운 (hot), etc. Pronoun 나 (I) Determiner 이(this), 그(that), etc.</p><p>Table <ref type="table">1</ref>: The results of the stylistic analysis.</p><p>Fig. <ref type="figure">2</ref>: The word cloud of top frequent word.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">Korean Poetry Generation Model based on LSTM</head><p>We present an approach based on LSTM to generate Korean poems with a specific style. As shown in Figure <ref type="figure">3</ref> and 4, we constructed a word-level encoder-decoder LSTM network, entered the author's name, poem title, the line number of the poem, and trained to minimize the difference between the target sentence and the sentence generated by the network. When the sequence (author name, poem title, poem's line number) enters the encoder network, this network performs word embedding and inputs it to the LSTM network to extract the feature values of the input sequence. The decoder network applies Attention Mechanism to train the relationship between input sequences and output sentences. Hidden size of each network is 256 Dimension and depth of layer is 3. The maximum length that can be trained is given by 30-word sequence length. All LSTM networks were initialized to zero before training.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Evaluation</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1">Syntactic and semantic errors</head><p>Some researchers have suggested criteria for evaluating automatically composed texts. For example, Manurung et al. <ref type="bibr" target="#b5">[6]</ref> introduced grammaticality, meaningfulness, and poeticness, while Sten et al. <ref type="bibr" target="#b7">[8]</ref> proposed adequacy, fluency, readability, and variation.</p><p>In the present study, readability, meaningfulness, and grammaticality were adopted, and five evaluators chose 60 poems out of 1000 based on the three criteria. However, some errors were found in the chosen poems, the most prominent of which were syntactic and semantic errors. In Korean, adjectives are generally placed before nouns. However, sentences that violate such syntactic rules were found. Additionally, in some cases, Fig. <ref type="figure">3:</ref> The training process for Korean poetry generation. sentence meanings could not be gathered despite the absence of syntactic errors. In order to improve on these aspects, a significant amount of further study is required.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2">Imitating the style of a poet</head><p>When a user clicks on one of the four poets and enters the desired keyword, a new poem reflecting the poet's style is created. Even if the same keyword is entered repeatedly, new results will be generated each time. The reproductions of the poets' vocabulary and emotions were analyzed in 60 poems. Words related to nature, such as rivers, skies, mountains, and the sea appeared in the title and content of the poem, and emotional words representing sorrow and loneliness were used. However, some meaninglessly repeated words affected the readability of the poems.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Conclusion</head><p>Automatic poetry composition is a highly challenging problem because poetry is a genre of literature that expresses human imagination and creativity. Several studies have been conducted to generate poems in various languages such as English, Chinese, and Japanese. In this paper, an LSTM-based approach to produce a Korean poem with a specific style is presented. When a user enters a keyword and clicks on a poet, the model creates a poem that reflects the poet's writing style. Korean poem generation research is just beginning; this work is expected to contribute to Korean text generation research.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 :</head><label>1</label><figDesc>Fig. 1: The workflow of the whole experiment.</figDesc><graphic coords="4,134.77,115.84,345.82,201.73" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 4 :</head><label>4</label><figDesc>Fig. 4: Korean Poetry Generation Model based on LSTM.</figDesc><graphic coords="7,134.77,115.84,345.83,242.89" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0"><head></head><label></label><figDesc></figDesc><graphic coords="5,134.77,115.84,345.84,186.30" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0"><head></head><label></label><figDesc></figDesc><graphic coords="6,134.77,115.84,345.83,277.72" type="bitmap" /></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgment</head><p>This research was supported by the Korea Creative Content Agency, under the Ministry of Culture, Sports and Tourism.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Computer-assisted poetry: the writing machine is for everybody</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">W</forename><surname>Bailey</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computers in the Humanities</title>
		<imprint>
			<biblScope unit="page" from="283" to="295" />
			<date type="published" when="1974">1974</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<author>
			<persName><forename type="first">G</forename><surname>Collectifs</surname></persName>
		</author>
		<ptr target="https://www.ebook.de/de/product/10458470/gall_collectifs_atlas_de_litt_potentiel.html" />
		<title level="m">Atlas de Littérature Potentiel</title>
				<meeting><address><addrLine>Paris, France</addrLine></address></meeting>
		<imprint>
			<publisher>Gallimard</publisher>
			<date type="published" when="1988-01">Jan 1988</date>
		</imprint>
	</monogr>
	<note>Folio essais</note>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Poetic machine: Computational creativity for automatic poetry generation in bengali</title>
		<author>
			<persName><forename type="first">A</forename><surname>Das</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Gambäck</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 5th International Conference on Computational Creativity (ICCC 2014)</title>
				<editor>
			<persName><forename type="first">S</forename><surname>Colton</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><surname>Ventura</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">N</forename><surname>Lavrac</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Cook</surname></persName>
		</editor>
		<meeting>the 5th International Conference on Computational Creativity (ICCC 2014)<address><addrLine>Ljubljana, Slovenia</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2014-06">Jun 2014</date>
			<biblScope unit="page" from="230" to="238" />
		</imprint>
	</monogr>
	<note>computationalcreativity.net</note>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Wasp: Evaluation of different strategies for the automatic generation of spanish verse</title>
		<author>
			<persName><forename type="first">P</forename><surname>Gervás</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Time for AI and Society -Proceedings of the AISB Symposium on Creative &amp; Cultural Aspects and Applications of AI &amp; Cognitive Science</title>
				<meeting><address><addrLine>Birmingham, UK</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2000-04">Apr 2000</date>
			<biblScope unit="page" from="93" to="100" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<author>
			<persName><forename type="first">P</forename><surname>Lewis</surname></persName>
		</author>
		<idno type="DOI">10.1017/cbo9780511803055</idno>
		<ptr target="https://doi.org/10.1017/cbo9780511803055" />
		<title level="m">The Cambridge Introduction to Modernism</title>
				<meeting><address><addrLine>Cambridge, UK</addrLine></address></meeting>
		<imprint>
			<publisher>Cambridge University Press</publisher>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Using genetic algorithms to create meaningful poetic text</title>
		<author>
			<persName><forename type="first">R</forename><surname>Manurung</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Ritchie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Thompson</surname></persName>
		</author>
		<idno type="DOI">10.1080/0952813x.2010.539029</idno>
		<ptr target="https://doi.org/10.1080/0952813x.2010.539029" />
	</analytic>
	<monogr>
		<title level="j">Journal of Experimental &amp; Theoretical Artificial Intelligence</title>
		<imprint>
			<biblScope unit="volume">24</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="43" to="64" />
			<date type="published" when="2012-03">Mar 2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Automatic generation of korean poetry using sequence generative adversarial networks</title>
		<author>
			<persName><forename type="first">Y</forename><forename type="middle">H</forename><surname>Park</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">J</forename><surname>Jeong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><forename type="middle">M</forename><surname>Kang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">Y</forename><surname>Park</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><forename type="middle">S</forename><surname>Choi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">J</forename><surname>Lee</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2018 Annual Conference on Human and Language Technology, Human and Language Technology</title>
				<meeting>the 2018 Annual Conference on Human and Language Technology, Human and Language Technology</meeting>
		<imprint>
			<date type="published" when="2018-10">Oct 2018</date>
			<biblScope unit="page" from="580" to="583" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Evaluating evaluation methods for generation in the presence of variation</title>
		<author>
			<persName><forename type="first">A</forename><surname>Stent</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Marge</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Singhai</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-540-30586-6_38</idno>
		<ptr target="https://doi.org/10.1007/978-3-540-30586-6_38" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 6th International Conference on Computational Linguistics and Intelligent Text Processing (CICLing</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">A</forename><forename type="middle">F</forename><surname>Gelbukh</surname></persName>
		</editor>
		<meeting>the 6th International Conference on Computational Linguistics and Intelligent Text Processing (CICLing<address><addrLine>Berlin Heidelberg, Mexico City, Mexico</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2005-02">2005. Feb 2005</date>
			<biblScope unit="volume">3406</biblScope>
			<biblScope unit="page" from="341" to="351" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">The machine poetry generator imitating du fu&apos;s styles</title>
		<author>
			<persName><forename type="first">K</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Tian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Gao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Yao</surname></persName>
		</author>
		<idno type="DOI">10.1109/icaibd.2018.8396206</idno>
		<ptr target="https://doi.org/10.1109/icaibd.2018.8396206" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2018 International Conference on Artificial Intelligence and Big Data (ICAIBD 2018)</title>
				<meeting>the 2018 International Conference on Artificial Intelligence and Big Data (ICAIBD 2018)<address><addrLine>Chengdu, China</addrLine></address></meeting>
		<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2018-05">May 2018</date>
			<biblScope unit="page" from="261" to="265" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">New hitch haiku: An interactive renku poem composition supporting tool applied for sightseeing navigation system</title>
		<author>
			<persName><forename type="first">X</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Tosa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Nakatsu</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-642-04052-8_19</idno>
		<ptr target="https://doi.org/10.1007/978-3-642-04052-8_19" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 8th International Conference on Entertainment Computing (ICEC 2009)</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">S</forename><surname>Natkin</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Dupire</surname></persName>
		</editor>
		<meeting>the 8th International Conference on Entertainment Computing (ICEC 2009)<address><addrLine>Berlin Heidelberg, Paris, France</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2009-09">Sep 2009</date>
			<biblScope unit="volume">5709</biblScope>
			<biblScope unit="page" from="191" to="196" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Neural poetry: Learning to generate poems using syllables</title>
		<author>
			<persName><forename type="first">A</forename><surname>Zugarini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Melacci</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Maggini</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-030-30490-4_26</idno>
		<ptr target="https://doi.org/10.1007/978-3-030-30490-4_26" />
	</analytic>
	<monogr>
		<title level="m">Artificial Neural Networks and Machine Learning -ICANN 2019: Text and Time Series -Proceedings of the 28th International Conference on Artificial Neural Networks</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">I</forename><forename type="middle">V</forename><surname>Tetko</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">V</forename><surname>Kurková</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><surname>Karpov</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">F</forename><forename type="middle">J</forename><surname>Theis</surname></persName>
		</editor>
		<meeting><address><addrLine>Munich, Germany</addrLine></address></meeting>
		<imprint>
			<publisher>Springer International Publishing</publisher>
			<date type="published" when="2019-09">Sep 2019</date>
			<biblScope unit="volume">11730</biblScope>
			<biblScope unit="page" from="313" to="325" />
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
