<?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">AriEmozione: Identifying Emotions in Opera Verses</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Francesco</forename><surname>Fernicola</surname></persName>
							<email>francesco.fernicola@studio.unibo.it</email>
							<affiliation key="aff0">
								<orgName type="department">Department of Interpreting</orgName>
								<orgName type="institution">Translation</orgName>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="institution">Università di Bologna</orgName>
								<address>
									<settlement>Forlì</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Shibingfeng</forename><surname>Zhang</surname></persName>
							<email>zhang.shibingfeng@studio.unibo.it</email>
							<affiliation key="aff0">
								<orgName type="department">Department of Interpreting</orgName>
								<orgName type="institution">Translation</orgName>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="institution">Università di Bologna</orgName>
								<address>
									<settlement>Forlì</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Federico</forename><surname>Garcea</surname></persName>
							<email>federico.garcea2@unibo.it</email>
							<affiliation key="aff0">
								<orgName type="department">Department of Interpreting</orgName>
								<orgName type="institution">Translation</orgName>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="institution">Università di Bologna</orgName>
								<address>
									<settlement>Forlì</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Paolo</forename><surname>Bonora</surname></persName>
							<email>paolo.bonora@unibo.it</email>
							<affiliation key="aff2">
								<orgName type="department">Department of Classical Philology and Italian Studies</orgName>
								<orgName type="institution">Università di Bologna</orgName>
								<address>
									<settlement>Bologna</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Alberto</forename><surname>Barrón-Cedeño</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Interpreting</orgName>
								<orgName type="institution">Translation</orgName>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="institution">Università di Bologna</orgName>
								<address>
									<settlement>Forlì</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">AriEmozione: Identifying Emotions in Opera Verses</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">D47A5C73007C2827B678677C6E62526A</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-19T15:38+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>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>We present a new task: the identification of the emotions transmitted in Italian opera arias at the verse level. This is a relevant problem for the organization of the vast repertoire of Italian Opera arias available and to enable further analyses by both musicologists and the lay public.</p><p>We shape the task as a multi-class supervised problem, considering six emotions: love, joy, admiration, anger, sadness, and fear. In order to address it, we manually-annotated an opera corpus with 2.5k verses -which we release to the research community-and experimented with different classification models and representations. Our best-performing models reach macroaveraged F 1 measures of ∼0.45, always considering character 3-grams representations. Such performance reflects the difficulty of the task at hand, partially caused by the size and nature of the corpus, which consists of relatively short verses written in 18thcentury Italian.</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>Opera lyrics have the function of expressing the emotional state of the singing character. In 17th-and 18th-century operas, characters brought on stage passions induced in their souls by the succession of events in the drama. Musicological studies use these affects as one of the interpretative keys of the work as a</p><p>Copyright ©2020 for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0).</p><p>whole <ref type="bibr" target="#b21">(Zoppelli, 2001;</ref><ref type="bibr" target="#b9">McClary, 2012)</ref>. Being able to automatically identify the emotions expressed by the different arias of each work would provide scholars with a useful tool for a systematic study of the repertoire. The technology to identify the emotion(s) expressed by an aria represents an effective tool to study the vast repertoire of arias and characters of this period for musicologists and the lay public alike. As an aria may express more than one emotion, we go one granularity level lower -at the verse level. The task is defined as follows:</p><p>Identify the emotion expressed in a verse, in the context of an aria.</p><p>In order to do that we created the AriEmozione 1.0 corpus: a collection of 678 operas with 2.5k verses, each of which has been manually annotated with respect to emotion. We experimented with different supervised models (e.g., SVMs, neural networks) and text (e.g., character n-grams and distributed representations).</p><p>Our experiments show that, regardless of the model, character 3-grams outperform all other representations, reaching weighted macro-averaged F 1 measures of ∼0.45. Underrepresented classes (e.g., fear) are the hardest to identify. Others, such as anger and sadness, being both negative, are often confused between each other.</p><p>The rest of the contribution is distributed as follows. Section 2 describes the AriEmozione 1.0 corpus. Section 3 describe the explored models and representations. Section 4 discusses the experiments and obtained results. Section 5 overviews some related work. Section 6 closes with conclusions and proposals for future work.</p><p>First of all, thank you for helping with this work. We are a group of researchers from the D. of Classical Philology and Italian Studies and the D. of Interpreting and Translation, both at UniBO. Your work will help us to produce artificial intelligence models to analyse the lyrics in music. At this stage we are focused on opera. You will annotate arie in Italian from diverse periods, looking for the emotions that they express. Your work consists of identifying the emotion expressed in each of the verses composing an aria. You can choose among six emotions (or none of them), which are defined next: <ref type="bibr">[. . . ]</ref> Each row is divided in six columns: id A unique id, tied to the verse. Do not modify it. verse A verse, inside of an aria. This is the text that you are going to analyse. emotion Here you can select the expressed emotion (or none of them) emotion sec. This is available to choose a secondary emotion, in case it is really difficult to choose just one confidence Not being 100% sure is ok. If that is the case, please let us know by choosing the right confidence level (default: "I am sure"). comments Feel free to tell us something about this instance, if you feel like. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">The AriEmozione 1.0 Corpus</head><p>The corpus AriEmozione 1.0 is a subset of the materials collected by project CORAGO.<ref type="foot" target="#foot_0">1</ref> AriEmozione 1.0 contains a selection of 678 operas composed between 1655 and 1765. We consider the lyrical text in the arias only. A. Zeno and P. Metastasio are among the most represented librettists in the corpus (∼ 30% of the operas); they are two of the most representative and prolific librettists of the 18th century. All texts are written in the 18th century Italian and articulated in verses and stanzas.</p><p>We labeled the emotions transmitted by every single verse, as we observed that this is the right granularity to obtain full text snippets expressing one single emotion. René Descartes wrote in 1649 "Les passions de l'âme", a sort of compendium of all possible emotions and their possible causes <ref type="bibr" target="#b5">(Garavaglia, 2018)</ref>. For the sake of concreteness, we leveraged <ref type="bibr" target="#b10">Parrott's (2001)</ref>   <ref type="table" target="#tab_4">362 344 342 562 618 193 52 2,473   Table 1: AriEmozione 1.0 corpus statistics.</ref> The first level of such tree includes six primary emotions: love, joy, surprise, anger, sadness, and fear. Based on the nature of the material under review, we substitute surprise with admiration, ending with the following six classes: Amore (love) incl. affection, lust, longing. Gioia (joy) incl. cheerfulness, zest, contentment, pride, optimism, enthrallment, relief. Ammirazione (admiration) admiration or adoration of someone's talent, skill, or other physical or mental qualities. Rabbia (anger) incl. irritability, exasperation, rage, disgust, envy, torment. Tristezza (sadness) incl. suffering, disappointment, shame, neglect, sympathy. Paura (fear) incl. horror and nervousness. An extra class nessuna (none) applies mostly to verses with non-actionable words only, neglected in the current experiments.</p><p>Two native speakers of Italian annotated all 2,473 instances independently considering the instructions displayed in Figure <ref type="figure" target="#fig_0">1</ref>. They were asked to include (i) the emotion transmitted by the verse, (ii) an optional secondary label (in case they perceived a second emotion), and (iii) their level of confidence: total confidence, partial confidence, or very doubtful.</p><p>We measured the Cohen's kappa interannotator agreement <ref type="bibr" target="#b4">(Fleiss et al., 1969)</ref> at this stage on the primary emotion. The result was 32.30, which is considered as a fair agreement. This value results from the perfect matching between the two annotators in 44% of the instances. When considering the secondary emotion as well, the two annotators coincided in 68% of the instances. These numbers reflect the complexity of the task. The same annotators gathered together to discuss and consolidate all dubious instances. Table <ref type="table">1</ref>   Table <ref type="table" target="#tab_2">2</ref> shows examples of verses in the corpus, including one of each of the six emotions.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Models and Representations</head><p>The nature of the corpus -a small amount of short verses written in 18th-century Italianled us to select a humble set of models and representation alternatives. The baseline is a k-Nearest Neighbors algorithm (kNN), considered thanks to its success in classification tasks <ref type="bibr" target="#b19">(Zhang and Zhou, 2007)</ref>. We also experiment with multi-class SVMs, logistic regression, and neural networks. Regarding the latter, we experiment with a number of architectures with two and three hidden layers. Finally, we experiment with a FastText classifier <ref type="bibr" target="#b8">(Joulin et al., 2017)</ref>. Table <ref type="table" target="#tab_4">3</ref>   As for the text representations, we consider TF-IDF vectors of both character 3-grams and word 1-grams (no higher n values are considered due to the corpus dimensions). For preprocessing, we employ the spacy Italian tokenizer 4 and casefold the texts. We also explore with dense representations, derived from the TF-IDF vectors, by means of both LDA <ref type="bibr" target="#b7">(Hoffman et al., 2010)</ref> and LSA <ref type="bibr" target="#b6">(Halko et al., 2011)</ref>.  <ref type="figure">Table 4</ref>:</p><p>F 1 and accuracy on crossvalidation held-out test for some of the model/representation combinations.</p><p>In both cases, we target reductions to 16, 32, and 64 dimensions. As for embeddings, we adopted the pre-trained 300-dimensional Italian vectors of FastText <ref type="bibr" target="#b8">(Joulin et al., 2017)</ref>, and tried with character 3-grams and words.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Experiments</head><p>We conducted several experiments to find the best combination of parameters and representations. Given the amount of instances available, we merged the training and development partitions and performed 10-fold cross validation. As standard, the test partition was left aside and only one prediction was carried out on it, after identifying the best configurations.</p><p>We evaluate our models on the basis of accuracy and weighted macro-averaged F 1 measure to account for the class imbalance. Table <ref type="table">4</ref> shows the results obtained with some interesting configurations and representations both for the cross-validation and on the test set.<ref type="foot" target="#foot_5">5</ref> Character and word n-grams TF-IDF, LSA, and LDA were tested with all models except ammirazione amore gioia paura rabbia tristezza ammirazione 0.37 0.03 0.18 0.07 0.11 0.06 amore 0.03 0.43 0.13 0.00 0.09 0.17 gioia 0.27 0.16 0.31 0.20 0.09 0.07 paura 0.10 0.03 0.00 0.40 0.02 0.07 rabbia 0.20 0.14 0.03 0.13 0.64 0.17 tristezza 0.17 0.14 0.13 0.07 0.19 0.48</p><p>Table <ref type="table">5</ref>: Confusion matrix for the 2-layers neural network with TF-IDF character 3-grams.</p><p>for FastText, on which we test with and without pre-trained embeddings. Notice that we are not interested in combining features, but in observing their performance in isolation.</p><p>The most promising representation on crossvalidation appears to be the simple character 3-grams, with which we obtained the best results across all models; although it also features the highest variability across folds. Among all 3-gram derived representations, LDA consistently obtained the worst results across all models. Still, it is more stable across folds than the sparse 3-gram representation. As for fastText, with the same epoch number and learning rate, the character 3-gram vectors always achieved much higher accuracy than the word vectors.</p><p>Similar patterns are observed when projecting to the unseen test set. The character 3grams in general hold the best performance, while the 3-gram LDA tends to remain the worst in spite of the model used. This behavior does not hold in all cases. For instance, the logistic regression model achieves F 1 =0.44 on cross-validation, but drops to 0.42 on test. This might be the result of over-fitting.</p><p>It is worth noting that all models tend to confuse rabbia and tristezza. Table <ref type="table">5</ref> shows the confusion matrix for the best model on test. These two emotions get confused between each other on an average of 18% of the cases. The classifiers tend to confuse ammirazione for gioia as well, which is understandable given their semantic closeness.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Related Work</head><p>Building on the numerous pre-existing studies focusing on sentiment analysis <ref type="bibr" target="#b0">(Ain et al., 2017;</ref><ref type="bibr" target="#b14">Shi et al., 2019)</ref>, some researchers have been seeking to dig deeper, towards multi-class emotion analysis. Most of the work thus far has focused on social media (e.g. Twitter). <ref type="bibr" target="#b3">Bouazizi and Ohtsuki (2016)</ref> built a classifier for seven emotions: happiness, sadness, anger, love, hate, sarcasm and neutral; i.e. an overlap of five classes with respect to the ones in ariEmozione. In contrast to our experiments, they focused on exploiting the polarity of the words from each instance to be fed to a random forest classifier. <ref type="bibr" target="#b2">Balabantaray et al. (2012)</ref> tried to distinguish among happy, sad, anger, disgust, fear and surprise using WordNet Affect <ref type="bibr" target="#b16">(Valitutti et al., 2004)</ref>. Given that no Word-net-Affect is currently available for Italian, such an approach is unfeasible.</p><p>Promising work has been carried out on news articles <ref type="bibr" target="#b18">(Ye et al., 2012)</ref>, news headlines <ref type="bibr" target="#b15">(Strapparava and Mihalcea, 2007</ref>) and children's narrative <ref type="bibr" target="#b1">(Alm et al., 2005)</ref>. While a lexical-based approach is the most frequent to determine the binary positive vs negative classification, Strapparava and Mihalcea ( <ref type="formula">2007</ref>) combined a high-dimensional word space produced from word TF-IDF vectors with a set of seed words to predict the valence of a text exploiting the syntagmatic relations between words. A bottom-up semantic approach has also been proposed <ref type="bibr" target="#b13">(Seal et al., 2020)</ref>.</p><p>To the best of our knowledge, no work in the field of either emotion or sentiment analysis has been performed on operas.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Conclusions and Future Work</head><p>We addressed the novel problem of emotion classification of opera arias at the verse level. The task is interesting because of the lack of automated tools for the analysis of operas and challenging due to both the language used in 17th-and 18th-century lyrics and the complexity to produce the necessary amount of quality supervised data.</p><p>We explored with various classification models and representations. A neural network with two hidden layers fed with a simple TF-IDF character 3-gram representation is among the most promising approaches to the problem. Among the six possible emotions, the most difficult to identify are rabbia and tristezza, which tend to be confused with each other, followed by ammirazione, which is often confused by gioia. In order to foster the research on this topic, we release the AriEmozione 1.0 corpus to the community (cf. footnote 2).</p><p>As for the future work, we intend to increase the size of the AriEmozione 1.0 corpus by means of active learning <ref type="bibr" target="#b17">(Yang et al., 2009)</ref>. Once a larger data volume is produced, we plan to explore with models to identify the emotion at the aria rather than at the verse level. Following the theory of emotion proposed by <ref type="bibr" target="#b11">Plutchik (1980)</ref>, we could identify the emotion of a whole aria by combining the emotions at the verse level, and then conduct experiments to verify which granularity is more adequate as a single emotion unit. In order to address the issue of emotional polysemy and ambiguity of aria verses, we aim at producing explainable models by highlighting the specific fragments expressing the emotion.</p><p>Another interesting alternative is the one highlighted by <ref type="bibr" target="#b20">Zhao and Ma (2019)</ref>, who adopted an efficient meta-learning approach to augment the learning ability of emotion distribution; i.e. the intensity values of a set of emotions within a single sentence, when the training dataset is small, as in the AriEmozione 1.0 corpus.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: Instructions given to the annotators of the emotions in the AriEmozione 1.0 corpus.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head></head><label></label><figDesc>tree of emotions classification.</figDesc><table><row><cell></cell><cell>amore</cell><cell>gioia</cell><cell>ammirazione</cell><cell>rabbia</cell><cell>tristezza</cell><cell>paura</cell><cell>nessuna</cell><cell>total</cell></row><row><cell>train</cell><cell cols="8">289 274 289 414 503 166 38 1,973</cell></row><row><cell>dev</cell><cell cols="7">36 31 23 84 61 12 3</cell><cell>250</cell></row><row><cell>test</cell><cell cols="7">37 39 30 64 54 15 11</cell><cell>250</cell></row><row><cell>overall</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head></head><label></label><figDesc>shows the number of instances per class for each corpus partition: training, development, and test set. The verse average length Non ho più lagrime; non ho più voce; non posso piangere; non so parlar Tristezza I have no more tears; I have no more voice; I cannot cry; I don't know how to speak ZAP1596431 00 Barbaro! Oh dio mi vedi divisa dal mio ben; barbaro, e non concedi ch'io ne dimandi almen ZAP1599979 01 Vede alfin l'amate sponde, vede il porto, e conforto prende allor di riposar Gioia Finally, the beloved shores, the harbor, are all in sight and with them come solace and sleep</figDesc><table><row><cell>id</cell><cell>verse</cell><cell>class</cell></row><row><cell cols="3">ZAP1593570 03 Rabbia</cell></row><row><cell></cell><cell>Barbarian! Oh Lord, you see me separated from my own good;</cell><cell></cell></row><row><cell></cell><cell>barbarian, you don't even allow me but one demand</cell><cell></cell></row><row><cell cols="2">ZAP1593766 01 Guardami e tutto obblio e a vendicarti io volo; di quello sguardo solo io</cell><cell>Amore</cell></row><row><cell></cell><cell>mi ricorderò</cell><cell></cell></row><row><cell></cell><cell>Look at me, all else is forgotten and I haste to avenge you;</cell><cell></cell></row><row><cell></cell><cell>only I shall remember that gaze</cell><cell></cell></row><row><cell cols="2">ZAP1594229 00 Su la pendice alpina dura la quercia antica e la stagion nemica per lei fatal</cell><cell>Ammirazione</cell></row><row><cell></cell><cell>non è;</cell><cell></cell></row><row><cell></cell><cell>Up on the slope of the mountain the ancient oak tree still</cell><cell></cell></row><row><cell></cell><cell>lives on, and the adverse season poses no fatal threat</cell><cell></cell></row><row><cell cols="2">ZAP1596807 00 In questa selva oscura entrai poc'anzi ardito; nel cammin smarrito timido</cell><cell>Paura</cell></row><row><cell></cell><cell>errando io vo</cell><cell></cell></row><row><cell></cell><cell>I entered this dark forest not too long ago, boldly; having now</cell><cell></cell></row><row><cell></cell><cell>lost the path I wander around, shyly</cell><cell></cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 2 :</head><label>2</label><figDesc>Instances from the AriEmozione 1.0 corpus, including unique identifier, verse in Italian and English translation, and class. We include free (unofficial) translations for clarity.</figDesc><table><row><cell>is 72.5 ± 31.6 characters and the corpus con-</cell></row><row><cell>tains 34, 608 (4, 458) tokens (types). 2</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head></head><label></label><figDesc>summarizes the explored configurations. 3</figDesc><table><row><cell cols="2">Model Settings</cell><cell></cell></row><row><cell>k-NN</cell><cell>L2-Norm exploring with k ∈ [1, . . . 9].</cell><cell></cell></row><row><cell>SVM</cell><cell>RBF; both explored with c</cell><cell>∈</cell></row><row><cell></cell><cell cols="2">[1, 10, 100, 1000] and γ ∈ [1e − 3, 1e − 4].</cell></row><row><cell cols="3">Log Reg Multinomial Logistic Regression with</cell></row><row><cell></cell><cell>Newton-CG solver.</cell><cell></cell></row><row><cell>NN</cell><cell cols="2">2 (3) hidden layers with size ∈</cell></row><row><cell></cell><cell cols="2">[32, 64, 96, 128, 256] (∈ [8, 16, 32, 64, 96]);</cell></row><row><cell></cell><cell cols="2">20% dropout; ReLu for input/hidden lay-</cell></row><row><cell></cell><cell cols="2">ers; softmax for output layer; categor-</cell></row><row><cell></cell><cell cols="2">ical cross-entropy loss function; Adam;</cell></row><row><cell></cell><cell>epochs ∈ [1, . . . 15]</cell><cell></cell></row><row><cell cols="3">FastText 300d embeddings with or without pre-</cell></row><row><cell></cell><cell cols="2">training; learning rate ∈ [0.3, 0.6, 1];</cell></row><row><cell></cell><cell>epochs ∈ [1, 3, 5, 10, . . . , 100]</cell><cell></cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_4"><head>Table 3 :</head><label>3</label><figDesc>Experimental settings overview.</figDesc><table /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">CORAGO is the Repertoire and archive of Italian opera librettos. It constitutes the first implementation of the RADAMES prototype (Repertoriazione e Archiviazione di Documenti Attinenti al Melodramma E allo Spettacolo) (Pompilio</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2005" xml:id="foot_1">et al., 2005); http://corago.unibo.it.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_2">The corpus is available at https://zenodo.org/ record/4022318.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_3">The code is available at https://github.com/ TinfFoil/AriEmozione. We used Sklearn for the kNN, SVM, and logistic regression models; Keras for the neural networks, and the Facebook-provided library for FastText (cf.https://scikit-learn.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" xml:id="foot_4">org, https://keras.io/, and https://github.com/ facebookresearch/fastText).</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_5">The full batch of results is available at https://docs.google.com/spreadsheets/d/ 1Ztjry2mJs6ufCZM1O5CQRyZ8pA5YDnToN0h0NGX1nW0/ edit?usp=sharing</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgments</head><p>This research is carried out in the framework of CRICC: Centro di Ricerca per l'interazione con le Industrie Culturali e Creative dell'Università di Bologna; a POR-FESR 2014-2020 Regione Emilia-Romagna project (https://site.unibo.it/cricc).</p><p>We thank Ilaria Gozzi and Marco Schillaci, students at Università di Bologna, for their support in the manual annotation of the AriEmozione 1.0 corpus.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Sentiment analysis using deep learning techniques: a review</title>
		<author>
			<persName><forename type="first">Qurat</forename><surname>Tul Ain</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mubashir</forename><surname>Ali</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Amna</forename><surname>Riaz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Amna</forename><surname>Noureen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Muhammad</forename><surname>Kamran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Babar</forename><surname>Hayat</surname></persName>
		</author>
		<author>
			<persName><surname>Rehman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Int J Adv Comput Sci Appl</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page">424</biblScope>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Emotions from text: machine learning for text-based emotion prediction</title>
		<author>
			<persName><forename type="first">Cecilia</forename><forename type="middle">O</forename><surname>Alm</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dan</forename><surname>Roth</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Richard</forename><surname>Sproat</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of Human Language Technology Conference and Conference on Empirical Methods in Natural Language Processing (HLT-EMNLP)</title>
				<meeting>Human Language Technology Conference and Conference on Empirical Methods in Natural Language Processing (HLT-EMNLP)</meeting>
		<imprint>
			<date type="published" when="2005">2005</date>
			<biblScope unit="page" from="579" to="586" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Multi-class twitter emotion classification: A new approach</title>
		<author>
			<persName><forename type="first">C</forename><surname>Rakesh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mudasir</forename><surname>Balabantaray</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Nibha</forename><surname>Mohammad</surname></persName>
		</author>
		<author>
			<persName><surname>Sharma</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ternational Journal of Applied Information Systems</title>
		<imprint>
			<biblScope unit="volume">4</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="48" to="53" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Sentiment analysis: From binary to multi-class classification: A pattern-based approach for multi-class sentiment analysis in twitter</title>
		<author>
			<persName><forename type="first">Mondher</forename><surname>Bouazizi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tomoaki</forename><surname>Ohtsuki</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE International Conference on Communications (ICC)</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="1" to="6" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Large sample standard errors of kappa and weighted kappa</title>
		<author>
			<persName><forename type="first">Joseph</forename><forename type="middle">L</forename><surname>Fleiss</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jacob</forename><surname>Cohen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">S</forename><surname>Everitt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Psychological Bulletin</title>
		<imprint>
			<biblScope unit="volume">72</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page" from="323" to="327" />
			<date type="published" when="1969">1969</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Funzioni espressive dell&apos;aria a metà seicento secondo il &quot;Giasone&quot; di Cicognini e Cavalli</title>
		<author>
			<persName><forename type="first">Andrea</forename><surname>Garavaglia</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Il Saggiatore Musicale</title>
		<imprint>
			<biblScope unit="volume">XXV</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="5" to="31" />
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
	<note>Anno</note>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Finding structure with randomness:probabilistic algorithms for constructing approximatematrix decompositions</title>
		<author>
			<persName><forename type="first">Nathan</forename><surname>Halko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Joel</forename><forename type="middle">A</forename><surname>Per-Gunnar Martinsson</surname></persName>
		</author>
		<author>
			<persName><surname>Tropp</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">SIAM Review</title>
		<imprint>
			<biblScope unit="volume">53</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="217" to="288" />
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Online learning for latent dirichlet allocation</title>
		<author>
			<persName><forename type="first">Matthew</forename><surname>Hoffman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Francis</forename><forename type="middle">R</forename><surname>Bach</surname></persName>
		</author>
		<author>
			<persName><forename type="first">David</forename><forename type="middle">M</forename><surname>Blei</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Advances in Neural Information Processing Systems 23</title>
				<editor>
			<persName><forename type="first">J</forename><forename type="middle">D</forename><surname>Lafferty</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><forename type="middle">K I</forename><surname>Williams</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Shawe-Taylor</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">R</forename><forename type="middle">S</forename><surname>Zemel</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Culotta</surname></persName>
		</editor>
		<imprint>
			<publisher>Curran Associates, Inc</publisher>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="856" to="864" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Bag of tricks for efficient text classification</title>
		<author>
			<persName><forename type="first">Armand</forename><surname>Joulin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Edouard</forename><surname>Grave</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Piotr</forename><surname>Bojanowski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tomas</forename><surname>Mikolov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 15th Conference of the European Chapter of the Association for Computational Linguistics</title>
		<title level="s">Short Papers</title>
		<meeting>the 15th Conference of the European Chapter of the Association for Computational Linguistics</meeting>
		<imprint>
			<publisher>ACL</publisher>
			<date type="published" when="2017-04">2017. April</date>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="page" from="427" to="431" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<title level="m" type="main">Desire and Pleasure in Seventeenth-Century Music</title>
		<author>
			<persName><forename type="first">Susan</forename><surname>Mcclary</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2012">2012</date>
			<publisher>University of California Press</publisher>
			<pubPlace>Berkeley, CA</pubPlace>
		</imprint>
	</monogr>
	<note>1 edition</note>
</biblStruct>

<biblStruct xml:id="b10">
	<monogr>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">Gerrod</forename><surname>Parrott</surname></persName>
		</author>
		<title level="m">Emotions in social psychology: Essential readings</title>
				<imprint>
			<publisher>Psychology Press</publisher>
			<date type="published" when="2001">2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">A general psychoevolutionary theory of emotion</title>
		<author>
			<persName><forename type="first">Robert</forename><surname>Plutchik</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Theories of emotion</title>
		<imprint>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="3" to="31" />
			<date type="published" when="1980">1980</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">RADAMES: A new management approach to opera: Repertory, archives and related documents</title>
		<author>
			<persName><forename type="first">Angelo</forename><surname>Pompilio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lorenzo</forename><surname>Bianconi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Fabio</forename><surname>Regazzi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Paolo</forename><surname>Bonora</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings -First International Conference on Automated Production of Cross Media Content for Multi-channel Distribution</title>
				<meeting>-First International Conference on Automated Production of Cross Media Content for Multi-channel Distribution</meeting>
		<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Sentence-level emotion detection from text based on semantic rules</title>
		<author>
			<persName><forename type="first">Dibyendu</forename><surname>Seal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Uttam</forename><forename type="middle">K</forename><surname>Roy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Rohini</forename><surname>Basak</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">formation and Communication Technology for Sustainable Development</title>
				<editor>
			<persName><forename type="first">Milan</forename><surname>Tuba</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Shyam</forename><surname>Akashe</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Amit</forename><surname>Joshi</surname></persName>
		</editor>
		<meeting><address><addrLine>Singapore</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="423" to="430" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Survey on classic and latest textual sentiment analysis articles and techniques</title>
		<author>
			<persName><forename type="first">Yong</forename><surname>Shi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Luyao</forename><surname>Zhu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Wei</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kun</forename><surname>Guo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yuanchun</forename><surname>Zheng</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Information Technology &amp; Decision Making</title>
		<imprint>
			<biblScope unit="volume">18</biblScope>
			<biblScope unit="issue">04</biblScope>
			<biblScope unit="page" from="1243" to="1287" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">SemEval-2007 task 14: Affective text</title>
		<author>
			<persName><forename type="first">Carlo</forename><surname>Strapparava</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Rada</forename><surname>Mihalcea</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Fourth International Workshop on Semantic Evaluations (SemEval-2007)</title>
				<meeting>the Fourth International Workshop on Semantic Evaluations (SemEval-2007)<address><addrLine>Prague, Czech Republic</addrLine></address></meeting>
		<imprint>
			<publisher>Association for Computational Linguistics</publisher>
			<date type="published" when="2007-06">2007. June</date>
			<biblScope unit="page" from="70" to="74" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Developing affective lexical resources</title>
		<author>
			<persName><forename type="first">Alessandro</forename><surname>Valitutti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Carlo</forename><surname>Strapparava</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Oliviero</forename><surname>Stock</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">PsychNology Journal</title>
		<imprint>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="issue">1</biblScope>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Effective multi-label active learning for text classification</title>
		<author>
			<persName><forename type="first">Bishan</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jian-Tao</forename><surname>Sun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tengjiao</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Zheng</forename><surname>Chen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 15th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, KDD &apos;09, page 917âĂŞ925</title>
				<meeting>the 15th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, KDD &apos;09, page 917âĂŞ925<address><addrLine>New York, NY</addrLine></address></meeting>
		<imprint>
			<publisher>Association for Computing Machinery</publisher>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Emotion prediction of news articles from reader&apos;s perspective based on multi-label classification</title>
		<author>
			<persName><forename type="first">Lu</forename><surname>Ye</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Rui-Feng</forename><surname>Xu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jun</forename><surname>Xu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">2012 international conference on machine learning and cybernetics</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2012">2012</date>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="page" from="2019" to="2024" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Ml-knn: A lazy learning approach to multi-label learning</title>
		<author>
			<persName><forename type="first">Min-Ling</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Zhi-Hua</forename><surname>Zhou</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Pattern recognition</title>
		<imprint>
			<biblScope unit="volume">40</biblScope>
			<biblScope unit="issue">7</biblScope>
			<biblScope unit="page" from="2038" to="2048" />
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Text emotion distribution learning from small sample: A meta-learning approach</title>
		<author>
			<persName><forename type="first">Zhenjie</forename><surname>Zhao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Xiaojuan</forename><surname>Ma</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)</title>
				<meeting>the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)<address><addrLine>Hong Kong, China</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2019-11">2019. November</date>
			<biblScope unit="page" from="3957" to="3967" />
		</imprint>
	</monogr>
	<note>Association for Computational Linguistics</note>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Il teatro dell&apos;umane passioni: note sull&apos;antropologia dell&apos;aria secentesca</title>
		<author>
			<persName><forename type="first">Luca</forename><surname>Zoppelli</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">I luoghi dell&apos;immaginario barocco</title>
				<meeting><address><addrLine>Napoli, Italia</addrLine></address></meeting>
		<imprint>
			<publisher>Liguori</publisher>
			<date type="published" when="2001">2001</date>
		</imprint>
	</monogr>
</biblStruct>

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