<?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">Exploiting Affective-based Information for Profiling Ironic Users on Twitter</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Delia</forename><surname>Irazú Hernández-Farías</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Óptica y Electrónica</orgName>
								<orgName type="laboratory">Laboratorio de Tecnologías del Lenguaje</orgName>
								<orgName type="institution">Instituto Nacional de Astrofísica</orgName>
								<address>
									<country key="MX">Mexico</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Manuel</forename><surname>Montes-Y-Gómez</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Óptica y Electrónica</orgName>
								<orgName type="laboratory">Laboratorio de Tecnologías del Lenguaje</orgName>
								<orgName type="institution">Instituto Nacional de Astrofísica</orgName>
								<address>
									<country key="MX">Mexico</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Exploiting Affective-based Information for Profiling Ironic Users on Twitter</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">658BBCCAB8C6B0F4CBC5A9D9ED5735AF</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T03:32+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>irony detection</term>
					<term>author profiling</term>
					<term>stance detection</term>
					<term>affective information</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This paper describes our approach to addressing the Profiling Irony and Stereotype Spreaders on Twitter (IROSTEREO) 2022 shared task. For classifying the users, we consider the number of ironic tweets they posted. The ironic content in a given tweet is determined according to an irony detection model which mainly relies on affective information. Different traditional classifiers were evaluated being the Random Forest the one with the highest performance. According to the official results, our system obtained a 0.933 accuracy rate. Additionally, a sub-task on stance detection focused in ironic users was also organized. For participating in this sub-task, we evaluated the same set of features than in the main task, obtaining the first place in the official ranking.</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>Nowadays, social media platforms have become one of the main communication channels. People share ideas, information, opinions, and judgments about a wide variety of topics from general events to personal experiences. Such content has been used for different research purposes ranging from sentiment analysis to author profiling. Considering the latter, different aspects like gender, age, personality, native language, political ideology, among others <ref type="bibr" target="#b0">[1]</ref>. Recently, interest in profiling authors who use social media to achieve particular communication purposes has grown. Some shared tasks have been organized to profile users spreading fake news <ref type="bibr" target="#b1">[2]</ref> in 2020, hate speech <ref type="bibr" target="#b2">[3]</ref> in 2021, and this year irony and stereotypes <ref type="bibr" target="#b3">[4]</ref>. IROSTEREO aims to determine whether or not an author spreads Irony and Stereotypes considering a set of tweets posted by him/her. Then, the authors must be classified as ironic or not depending on the number of ironic tweets he/she has. In addition, a subtask on Stance Detection is also proposed aiming to identify if an ironic author is in favour or against the target of a given tweet.</p><p>Most of the time, people only have an intuitive definition of what irony is. Thus, dealing with this kind of figurative language device from a computational linguistics perspective is an ongoing and challenging task. For some natural language processing areas like sentiment analysis and human-computer interaction, irony detection is a very related task that could help avoid misinterpreting ironic statements as literal.</p><p>Irony is a concept difficult to define which serves to express opinions in an indirect way. It has been considered a linguistic device where the speaker intends to communicate the opposite meaning of what is literally said <ref type="bibr" target="#b4">[5]</ref>. Irony serves to express an evaluative judgment towards a particular target <ref type="bibr" target="#b5">[6]</ref> and/or to reveal the speaker's position (approval or disapproval) on the result of something <ref type="bibr" target="#b6">[7]</ref>. In addition, when Irony involves a negative evaluation towards a particular target it is considered as Sarcasm <ref type="bibr" target="#b7">[8,</ref><ref type="bibr" target="#b8">9]</ref>.</p><p>Data from different social media platforms such as Amazon reviews, Reddit, and mainly Twitter has been used for research purposes, being Twitter the most widely exploited <ref type="bibr" target="#b9">[10]</ref>. Irony detection has been addressed as a text classification task by using different perspectives like textual-based features <ref type="bibr" target="#b10">[11,</ref><ref type="bibr" target="#b11">12,</ref><ref type="bibr" target="#b12">13]</ref>, information regarding the context surrounding the comments <ref type="bibr" target="#b13">[14,</ref><ref type="bibr" target="#b14">15,</ref><ref type="bibr" target="#b15">16]</ref>, and deep learning-based methods like word-embeddings, convolutional neural networks, and transformers <ref type="bibr" target="#b16">[17,</ref><ref type="bibr" target="#b17">18,</ref><ref type="bibr" target="#b18">19,</ref><ref type="bibr" target="#b19">20,</ref><ref type="bibr" target="#b20">21]</ref>. Some works have also considered irony detection as a class imbalance problem <ref type="bibr" target="#b21">[22,</ref><ref type="bibr" target="#b22">23,</ref><ref type="bibr" target="#b23">24]</ref> due to the inherent data skew on the presence of irony in social media. Research considering irony and profiling information is scarce. In <ref type="bibr" target="#b24">[25]</ref>, a Spanish dataset collected from Facebook labeled with emotions, irony, and the author's gender is described.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Our proposal</head><p>Ironic utterances are very related to the expression of feelings, emotions, and evaluations (often in an indirect way) towards a particular target. Research has been done on the role of affect in the presence of irony <ref type="bibr" target="#b5">[6,</ref><ref type="bibr" target="#b25">26]</ref>. We are interested in assessing the role of affective-based information in profiling ironic users. For determining whether or not a given user can be profiled as being ironic, we decided to take into account the number of ironic tweets published by her/him. First, we classify each tweet per user as ironic or not by using emotIDM (for more details see Section 2.1). In this model, a wide set of resources covering different facets of affect from sentiment to finer-grained emotions is exploited for identifying the presence of irony. Then, depending on the number of ironic tweets automatically identified, a given user is labeled as "ironic" or not. In the following paragraphs, we describe in detail the proposed approach.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.">emotIDM</head><p>In order to determine whether or not a given tweet is ironic, we decided to take advantage of an irony detection model which relies mainly on affective information, i.e., emotIDM <ref type="bibr" target="#b26">[27]</ref>. This model was evaluated over a set of corpora in the state-of-the-art achieving higher results than in the literature and validating the usefulness of affect-related information for detecting ironic content in tweets. emotIDM comprises a total of 78 features distributed in three different groups for representing a tweet: (i) Structural. Aspects like punctuation marks, length of words and length of chars, part-ofspeech labels, Twitter marks (i.e., hashtags, mentions, etc.), semantic similarity between the words composing a given tweet, among others are considered. (ii) Sentiment. Different facets of sentiment are considered from an overall value in terms of how many positive and negative words a given tweet contains, to a polarity degree in numerical terms depending on the words composing a tweet. A wide range of English lexical resources were exploited like: AFINN <ref type="bibr" target="#b27">[28]</ref>, Hu&amp;Liu <ref type="bibr" target="#b28">[29]</ref>, and SentiWordNet <ref type="bibr" target="#b29">[30]</ref>, among others. (iii) Emotions. With the intention of considering as much information regarding emotions as possible, the main theories in the nature of emotions are comprised in emotIDM: a) Categorical model where the emotions are associated to labels such as "anger", "fear", "joy", "surprise", "disgust", etc. by means of lexical resources like EmoLex <ref type="bibr" target="#b30">[31]</ref>, EmoSenticNet <ref type="bibr" target="#b31">[32]</ref>, and LIWC <ref type="bibr" target="#b32">[33]</ref>; and b) Dimensional model where emotions are associated to its position in a space of independent dimensions like "activation", "pleasantness", "imagery", etc., by using ANEW <ref type="bibr" target="#b33">[34]</ref>, Dictionary of Affect in Language <ref type="bibr" target="#b34">[35]</ref>, and SenticNet <ref type="bibr" target="#b35">[36]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2.">Ironying degree</head><p>To classify a given user as ironic or non-ironic, we decided to consider an ironying degree, i.e., the number of ironic tweets posted by him/her. The tweets are labeled according to emotIDM. For doing so, we evaluate two different approaches. The first approach (denoted as majority) was to assign a user as ironic considering the number of ironic (henceforth numIronic) and non-ironic tweets (henceforth numNonIronic) he/she has, then the final decision was made according to:</p><p>if numIronic &gt; numNonIronic: the user is labeled as userIronic otherwise:</p><p>the user is labeled as userNonIronic</p><p>In the second approach, we decided to calculate the ironying degree as a threshold (denoted a iD) which was determined according to the average of how many ironic tweets each user in the training set has. By taking advantage of the iD values and the numIronic from each user, the following criterion<ref type="foot" target="#foot_0">1</ref> was used to classify the users:</p><formula xml:id="formula_0">if numIronic &gt; iD:</formula><p>the user is labeled as userIronic otherwise:</p><p>the user is labeled as userNonIronic</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Results</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Profiling ironic users</head><p>Participating teams in IROSTEREO were provided with training and test subsets of data. The former is composed by 420 users equally distributed in the two classes: ironic and non-ironic.</p><p>For each user a total of 200 tweets are available. Concerning to the test partition, the aim is to classify a total of 180 users by using the same amount of tweets than in the training data. The official evaluation metric is the Accuracy.</p><p>As mentioned before, in order to determine whether or not a given user is ironic, we rely on the labels assigned by emotIDM for the tweets posted by her. Then, assessing its performance for doing this task is very important. In this sense, binary classification experiments with a 5-fold cross-validation setting were carried out. The Scikit-learn implementation of traditional classifiers such as Support Vector Machine (SVM), Decision Tree (DT), k-Nearest Neighbors (kNN, with values of 3, 5, and 7 for 𝑘), and Random Forest (RF) with default parameters was used. For experimental purposes, the official training data was splitted into two subsets: train and val in order to determine the ironying degree.</p><p>First, we decided to assess the performance of emotIDM to categorize the tweets as a standard irony detection setting. We evaluated different configurations with respect to the group of features used, for participating in the shared task we only consider a total of 60 features concerning to the Sentiment and Emotions described in Section 2.1. In these experiments, all tweets were merged as a single dataset without distinction of belonging to its corresponding author. We assume that all tweets belonging to authors labeled as ironic/non-ironic have the same class at tweet level. Table <ref type="table" target="#tab_0">1</ref> shows the obtained results in terms of Accuracy for both partitions train and val. As it can be observed, the results are almost the same among classifiers concerning the data partition. The best classification rate was obtained by the RF in both cases. It is interesting to note that, unlike <ref type="bibr" target="#b26">[27]</ref> the highest classification rate was not obtained with DT, however, RF was not considered in the evaluation setting described. Notwithstanding, in <ref type="bibr" target="#b36">[37]</ref> the best classification performance was achieved by RF for identifying ironic tweets. Both approaches also exploited affective information for detecting irony on Twitter. In our approach, the criterion to classify users as ironic or not is the ironying degree. As mentioned before, one way to obtain such a value (denoted as iD) is to determine to how many ironic tweets each user has in the train partition according to the classification obtained from emotIDM. Table <ref type="table" target="#tab_1">2</ref> shows the obtained values. As it can be observed, the iD value is very similar across the classifiers and it represents practically half of the available tweets per user. Finally, considering only those users in the val subset, we labeled all the tweets for each user and calculate her/his ironying degree obtained by either criteria: majority and iD to determine whether or not each user is ironic. Table <ref type="table">3</ref> shows the obtained results of classifying the users in the val subset. An improvement in terms of Accuracy was observed in all classifiers when the iD is used as a decision criterion with respect to use the difference between ironic and non-ironic tweets.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Table 3</head><p>Obtained results of labeling users as ironic or non-ironic according to the number of ironic tweets determined by emotIDM on the val subset during the development phase. For participating in the shared task we chose to exploit emotIDM together with a Random Forest to determine an iD threshold. Then, for each user in the official test set provided we labeled each tweet with emotIDM and calculate his/her ironying degree. According to the official results, we ranked in the 32 𝑡ℎ position up to 64 𝑡ℎ with an accuracy rate of 0.933. It is important to mention that, the difference in comparison with the best ranked approach is of 0.0611. Besides, the proposed method achieves higher results than three out of the four baselines considered by the organizers.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Criterion</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.1.">Analysis of the results</head><p>We have the intuition that most of the mislabeled users are due to the errors provoked by the emotIDM model. Concerning the official training data, we decided to analyze the obtained results in the val partition. First, we identified that for some users labeled as nonironic (being ironic in the golden label) the errors could be due to very small differences in terms of the number of ironic tweets determined by emotIDM. The same phenomenon occurs in the opposite way. With respect to the correctly classified users, in the case of the ironic ones, we observed that there are some cases where the number or ironic tweets identified represents more than the 60% of the available samples. Probably, a higher threshold could help to improve the performance in identifying ironic users. In the case of the nonironic, some instances having less than 10% of ironic tweets were identified. We hypothesise that, enriching the subset of emotIDM used for participating in the shared task with features capturing stylistic cues could help to capture ironic profiles.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">Pilot experiments on Stance Detection</head><p>In order to participate in the subtask dedicated to identify if an ironic author is INFAVOR or AGAINST the target of a given tweet, we decided to assess the performance of emotIDM for this challenging task. Affective-based information for dealing with this task has been already evaluated in the state-of-the-art <ref type="bibr" target="#b37">[38]</ref>. The criterion to determine the stance of an author is similar to the majority one used in the profiling task, the difference is that we classify each tweet as INFAVOR or AGAINST instead of in terms of irony, and then we count how many tweets are for each class, the majority one is then assigned. Organizers provided with 140 users (for each of them a total of 200 tweets are available) distributed as 94 labeled as AGAINST and 46 as INFAVOR.</p><p>Attempting to compensate class imbalanced towards the AGAINST class, we decided to apply the random over-sampling (ROS) implementation in Scikit-learn with default parameters. The same set of classifiers mentioned before was used. Given the fact that, emotIDM have not been evaluated before for stance detection, we experimented with all the features at the same time (allFeatures), and by separating them by groups as mentioned in Section 2.1. Table <ref type="table" target="#tab_3">4</ref> shows the obtained results over the training data considering two data settings Original and ROS, and with two groups of features showing the best performance. These experiments were performed in a five fold-cross validation setting, in each fold, ROS was applied only for the training partition while the test partition was left untouched. The official metric in this sub-task is the Macro F-score. As it can be observed, the kNN classifier reaches the highest results. Besides, the use of ROS has a positive impact in the performance with both configurations. For participating in the shared task, we submitted the four configurations showing the best performance during the development phase. Table <ref type="table" target="#tab_4">5</ref> shows the official results obtained in the shared task. Considering the official ranking with the configuration composed by "Structural + 3NN " we ranked in the first position among the 14 submissions in the shared task. One more time, our best-ranking proposal achieves higher results than two of the three the baselines established by the organizers. Interestingly, the Structural subset of features was not used in the task concerning ironic users. The second best result in the shared task was achieved by using all the features in emotIDM, which could serve as a starting point to further investigate the usefulness of affective-based information for stance detection. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Conclusions</head><p>In this paper, we describe our participation in IROSTEREO 2022. We propose an approach to classify users as ironic or not depending on the amount of potentially ironic tweets he/she posted. To identify the presence of irony, we took advantage of a wide range of lexical resources comprising different facets of affective information. Our system reached a 0.933 accuracy rate according to the official results. We consider that our approach obtained competitive results despite its simplicity, which could validate the usefulness of considering the role of affect for detecting irony in social media. Our model reaches a higher performance than most of the baselines, one of them using deep learning approach. With respect to the stance detection subtask, we ranked at the first position according to the official results. In both subtasks, the baseline outperforming our proposal is the LDSE (Low-Dimensionality Statistical Embedding) which considers the probability of distribution of the occurrence of terms for text representation. Our approach is not directly using term-based information for text representation. As future work, it could be interesting to enhance the proposed approach with a deep learning-based classification schema. Moreover, further analysis of the correctly classified instances could be interesting, particularly in those where the stereotypes were spreading. Furthermore, an analysis of the performance of emotIDM for dealing with stance detection is also an interesting research direction.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1</head><label>1</label><figDesc>Obtained results of classifying tweets as ironic or not with emotIDM</figDesc><table><row><cell></cell><cell>SVM</cell><cell>DT</cell><cell>RF</cell><cell>3NN 5NN 7NN</cell></row><row><cell cols="5">train 0.634 0.599 0.668 0.59 0.597 0.604</cell></row><row><cell>val</cell><cell cols="4">0.633 0.597 0.669 0.595 0.60 0.606</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 2</head><label>2</label><figDesc>Threshold values obtained with each classifier</figDesc><table><row><cell>SVM</cell><cell>DT</cell><cell>RF</cell><cell>3NN</cell><cell>5NN</cell><cell>7NN</cell></row><row><cell cols="6">98.148 99.99 103.651 101.51 101.88 102.121</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 4</head><label>4</label><figDesc>Obtained results in Macro F-score of labeling ironic users in terms of their stance. Bold numbers represent the best performing configurations.</figDesc><table><row><cell>Data</cell><cell>SVM DT</cell><cell cols="3">RF 3NN 5NN 7NN</cell></row><row><cell></cell><cell cols="2">allFeatures</cell><cell></cell></row><row><cell cols="5">Original 0.39 0.39 0.39 0.39 0.39 0.39</cell></row><row><cell>ROS</cell><cell cols="2">0.38 0.38 0.38 0.48</cell><cell>0.5</cell><cell>0.54</cell></row><row><cell></cell><cell cols="2">Structural</cell><cell></cell></row><row><cell cols="5">Original 0.38 0.38 0.38 0.38 0.38 0.38</cell></row><row><cell>ROS</cell><cell cols="4">0.44 0.44 0.38 0.51 0.55 0.46</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_4"><head>Table 5</head><label>5</label><figDesc>Official results in the stance detection sub-task.</figDesc><table><row><cell>Configuration</cell><cell cols="4">ACC F1-Macro F1-InFavour F1-Against</cell></row><row><cell>allFeatures + 7NN</cell><cell>0.65</cell><cell>0.5433</cell><cell>0.3226</cell><cell>0.764</cell></row><row><cell cols="2">Structural + 5NN 0.6333</cell><cell>0.4876</cell><cell>0.2143</cell><cell>0.7609</cell></row><row><cell cols="2">Structural + 3NN 0.7833</cell><cell>0.6248</cell><cell>0.381</cell><cell>0.8687</cell></row><row><cell>allFeatures + 5NN</cell><cell>0.7</cell><cell>0.5807</cell><cell>0.3571</cell><cell>0.8043</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">It is important to mention that we also evaluate other criteria including also the standard deviation obtaining lower results.</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Author Profiling in Social Media with Multimodal Information</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">Álvarez</forename><surname>Carmona</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Villatoro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Tello</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Montes Y Gómez</surname></persName>
		</author>
		<author>
			<persName><surname>Villaseñor</surname></persName>
		</author>
		<author>
			<persName><surname>Pineda</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computación y Sistemas</title>
		<imprint>
			<biblScope unit="volume">24</biblScope>
			<biblScope unit="page" from="1289" to="1304" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Overview of the 8th Author Profiling Task at PAN 2020: Profiling Fake News Spreaders on Twitter</title>
		<author>
			<persName><forename type="first">F</forename><surname>Rangel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Giachanou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Ghanem</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Rosso</surname></persName>
		</author>
		<ptr target=".org" />
	</analytic>
	<monogr>
		<title level="m">CLEF 2020 Labs and Workshops</title>
		<title level="s">Notebook Papers</title>
		<editor>
			<persName><forename type="first">L</forename><surname>Cappellato</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Eickhoff</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">N</forename><surname>Ferro</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Névéol</surname></persName>
		</editor>
		<imprint>
			<publisher>CEUR-WS</publisher>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Overview of PAN 2021: Authorship Verification, Profiling Hate Speech Spreaders on Twitter, and Style Change Detection</title>
		<author>
			<persName><forename type="first">J</forename><surname>Bevendorff</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Chulvi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">L</forename><surname>De La Peña Sarracén</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Kestemont</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Manjavacas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Markov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Mayerl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Potthast</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Rangel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Rosso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Stamatatos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Stein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Wiegmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Wolska</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Zangerle</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Experimental IR Meets Multilinguality, Multimodality, and Interaction: 12th International Conference of the CLEF Association, CLEF 2021</title>
				<meeting><address><addrLine>Berlin, Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer-Verlag</publisher>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="419" to="431" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Profiling Irony and Stereotype Spreaders on Twitter (IROSTEREO) at PAN 2022</title>
		<author>
			<persName><forename type="first">O.-B</forename><surname>Reynier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Berta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Francisco</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Paolo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Elisabetta</surname></persName>
		</author>
		<ptr target="CEUR-WS.org" />
	</analytic>
	<monogr>
		<title level="m">CLEF 2022 Labs and Workshops</title>
		<title level="s">Notebook Papers</title>
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Logic and Conversation</title>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">P</forename><surname>Grice</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Syntax and Semantics</title>
				<editor>
			<persName><forename type="first">P</forename><surname>Cole</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><forename type="middle">L</forename><surname>Morgan</surname></persName>
		</editor>
		<imprint>
			<publisher>Academic Press</publisher>
			<date type="published" when="1975">1975</date>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="page" from="41" to="58" />
		</imprint>
	</monogr>
	<note>Speech Acts</note>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">The Evaluative Palette of Verbal Irony</title>
		<author>
			<persName><forename type="first">L</forename><surname>Alba-Juez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Attardo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Evaluation in Context</title>
				<editor>
			<persName><forename type="first">G</forename><surname>Thompson</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">L</forename><surname>Alba-Juez</surname></persName>
		</editor>
		<meeting><address><addrLine>Amsterdam/Philadelphia</addrLine></address></meeting>
		<imprint>
			<publisher>John Benjamins Publishing Company</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="93" to="116" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Verbal Irony as Implicit Display of Ironic Environment: Distinguishing Ironic Utterances from Nonirony</title>
		<author>
			<persName><forename type="first">A</forename><surname>Utsumi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Pragmatics</title>
		<imprint>
			<biblScope unit="volume">32</biblScope>
			<biblScope unit="page" from="1777" to="1806" />
			<date type="published" when="2000">2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Irony as Relevant Inappropriateness</title>
		<author>
			<persName><forename type="first">S</forename><surname>Attardo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Irony in language and thought: A cognitive science reader</title>
				<editor>
			<persName><forename type="first">H</forename><surname>Colston</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">R</forename><surname>Gibbs</surname></persName>
		</editor>
		<imprint>
			<publisher>Lawrence Erlbaum</publisher>
			<date type="published" when="2007">2007</date>
			<biblScope unit="page" from="135" to="172" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Neuropsychological Studies of Sarcasm</title>
		<author>
			<persName><forename type="first">S</forename><surname>Mcdonald</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Irony in language and thought: A cognitive science reader</title>
				<editor>
			<persName><forename type="first">H</forename><surname>Colston</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">R</forename><surname>Gibbs</surname></persName>
		</editor>
		<imprint>
			<publisher>Lawrence Erlbaum</publisher>
			<date type="published" when="2007">2007</date>
			<biblScope unit="page" from="217" to="230" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<title level="m" type="main">Automatic Sarcasm Detection: A Survey</title>
		<author>
			<persName><forename type="first">A</forename><surname>Joshi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Bhattacharyya</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">J</forename><surname>Carman</surname></persName>
		</author>
		<idno>CoRR abs/1602.03426</idno>
		<imprint>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Modelling Sarcasm in Twitter, A Novel Approach</title>
		<author>
			<persName><forename type="first">F</forename><surname>Barbieri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Saggion</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Ronzano</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the 5th Workshop on Computational Approaches to Subjectivity, Sentiment and Social Media Analysis</title>
				<meeting>of the 5th Workshop on Computational Approaches to Subjectivity, Sentiment and Social Media Analysis<address><addrLine>ACL, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="50" to="58" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">A Multidimensional Approach for Detecting Irony in Twitter</title>
		<author>
			<persName><forename type="first">A</forename><surname>Reyes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Rosso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Veale</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Language Resources and Evaluation</title>
		<imprint>
			<biblScope unit="volume">47</biblScope>
			<biblScope unit="page" from="239" to="268" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Sarcasm as Contrast between a Positive Sentiment and Negative Situation</title>
		<author>
			<persName><forename type="first">E</forename><surname>Riloff</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Qadir</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Surve</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">D</forename><surname>Silva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Gilbert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Huang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2013 Conference on Empirical Methods in Natural Language Processing</title>
				<meeting>the 2013 Conference on Empirical Methods in Natural Language Processing<address><addrLine>ACL, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="704" to="714" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Contextualized Sarcasm Detection on Twitter</title>
		<author>
			<persName><forename type="first">D</forename><surname>Bamman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">A</forename><surname>Smith</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Ninth International Conference on Web and Social Media</title>
				<meeting>the Ninth International Conference on Web and Social Media</meeting>
		<imprint>
			<date type="published" when="2015">2015</date>
			<biblScope unit="page" from="574" to="577" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Your Sentiment Precedes You: Using an author&apos;s Historical Tweets to Predict Sarcasm</title>
		<author>
			<persName><forename type="first">A</forename><surname>Khattri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Joshi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Bhattacharyya</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Carman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 6th Workshop on Computational Approaches to Subjectivity, Sentiment and Social Media Analysis, ACL</title>
				<meeting>the 6th Workshop on Computational Approaches to Subjectivity, Sentiment and Social Media Analysis, ACL<address><addrLine>Portugal</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2015">2015</date>
			<biblScope unit="page" from="25" to="30" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Sparse, Contextually Informed Models for Irony Detection: Exploiting User Communities, Entities and Sentiment</title>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">C</forename><surname>Wallace</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">K</forename><surname>Choe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Charniak</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natural Language Processing</title>
				<meeting>of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natural Language essing<address><addrLine>ACL, China</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2015">2015</date>
			<biblScope unit="page" from="1035" to="1044" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Are Word Embedding-based Features Useful for Sarcasm Detection?</title>
		<author>
			<persName><forename type="first">A</forename><surname>Joshi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Tripathi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Patel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Bhattacharyya</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">J</forename><surname>Carman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the 2016 Conference on Empirical Methods in Natural Language Processing</title>
				<meeting>of the 2016 Conference on Empirical Methods in Natural Language essing<address><addrLine>Austin, Texas, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="1006" to="1011" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Unsupervised Irony Detection: A Probabilistic Model with Word Embeddings</title>
		<author>
			<persName><forename type="first">D</forename><surname>Nozza</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Fersini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Messina</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the 8th International Joint Conference on Knowledge Discovery, Knowledge Engineering and Knowledge Management</title>
				<meeting>of the 8th International Joint Conference on Knowledge Discovery, Knowledge Engineering and Knowledge Management</meeting>
		<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="68" to="76" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">A Deeper Look into Sarcastic Tweets Using Deep Convolutional Neural Networks</title>
		<author>
			<persName><forename type="first">S</forename><surname>Poria</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Cambria</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Hazarika</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Vij</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of COLING 2016, the 26th International Conference on Computational Linguistics</title>
				<meeting>COLING 2016, the 26th International Conference on Computational Linguistics<address><addrLine>Japan</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="1601" to="1612" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">A transformer-based approach to irony and sarcasm detection</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">A</forename><surname>Potamias</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Siolas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">G</forename><surname>Stafylopatis</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Neural Computing and Applications</title>
		<imprint>
			<biblScope unit="volume">32</biblScope>
			<biblScope unit="page" from="17309" to="17320" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Irony detection using transformers</title>
		<author>
			<persName><forename type="first">A</forename><surname>Agrawal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">K</forename><surname>Jha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Jaiswal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Kumar</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">2020 International Conference on Computing and Data Science (CDS)</title>
				<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="165" to="168" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Sarcasm Detection in Social Media Based on Imbalanced Classification</title>
		<author>
			<persName><forename type="first">P</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Ou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Lei</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Web-Age Information Management: 15th International Conference</title>
				<editor>
			<persName><forename type="first">F</forename><surname>Li</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">G</forename><surname>Li</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S.-W</forename><surname>Hwang</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">B</forename><surname>Yao</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Z</forename><surname>Zhang</surname></persName>
		</editor>
		<meeting>the Web-Age Information Management: 15th International Conference<address><addrLine>China</addrLine></address></meeting>
		<imprint>
			<publisher>Springer International Publishing</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="459" to="471" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Putting Sarcasm Detection into Context: The Effects of Class Imbalance and Manual Labelling on Supervised Machine Classification of Twitter Conversations</title>
		<author>
			<persName><forename type="first">G</forename><surname>Abercrombie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Hovy</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the ACL 2016 Student Research Workshop</title>
				<meeting>the ACL 2016 Student Research Workshop<address><addrLine>ACL, Germany</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="107" to="113" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Irony detection in twitter with imbalanced class distributions</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">I</forename><surname>Hernández Farías</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Prati</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Herrera</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Rosso</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Intelligent &amp; Fuzzy Systems</title>
		<imprint>
			<biblScope unit="volume">39</biblScope>
			<biblScope unit="page" from="2147" to="2163" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">Emotions and Irony per Gender in Facebook</title>
		<author>
			<persName><forename type="first">F</forename><surname>Rangel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">I H</forename><surname>Farías</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Rosso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Reyes</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Workshop on Emotion, Social Signals, Sentiment &amp; Linked Open Data (ES3LOD), LREC-2014</title>
				<meeting>the Workshop on Emotion, Social Signals, Sentiment &amp; Linked Open Data (ES3LOD), LREC-2014</meeting>
		<imprint>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">On Verbal Irony</title>
		<author>
			<persName><forename type="first">D</forename><surname>Wilson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Sperber</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Lingua</title>
		<imprint>
			<biblScope unit="volume">87</biblScope>
			<biblScope unit="page" from="53" to="76" />
			<date type="published" when="1992">1992</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">Irony detection in Twitter: The Role of Affective Content</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">I</forename><surname>Hernández Farías</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Patti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Rosso</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM Trans. Internet Technol</title>
		<imprint>
			<biblScope unit="volume">16</biblScope>
			<biblScope unit="page">24</biblScope>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">A New ANEW: Evaluation of a Word List for Sentiment Analysis in Microblogs</title>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">Å</forename><surname>Nielsen</surname></persName>
		</author>
		<ptr target="org" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the ESWC2011 Workshop on &apos;Making Sense of Microposts&apos;: Big things come in small packages</title>
				<meeting>the ESWC2011 Workshop on &apos;Making Sense of Microposts&apos;: Big things come in small packages<address><addrLine>Greece</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2011">2011</date>
			<biblScope unit="volume">718</biblScope>
			<biblScope unit="page" from="93" to="98" />
		</imprint>
	</monogr>
	<note>CEUR Workshop Proceedings, CEUR-WS.</note>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">Mining and Summarizing Customer Reviews</title>
		<author>
			<persName><forename type="first">M</forename><surname>Hu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Liu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Tenth ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, KDD &apos;04</title>
				<meeting>the Tenth ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, KDD &apos;04<address><addrLine>USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2004">2004</date>
			<biblScope unit="page" from="168" to="177" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<analytic>
		<title level="a" type="main">SentiWordNet 3.0: An Enhanced Lexical Resource for Sentiment Analysis and Opinion Mining</title>
		<author>
			<persName><forename type="first">S</forename><surname>Baccianella</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Esuli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Sebastiani</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Seventh Conference on International Language Resources and Evaluation</title>
				<meeting>the Seventh Conference on International Language Resources and Evaluation<address><addrLine>Malta</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="2200" to="2204" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">Crowdsourcing a Word-emotion Association Lexicon</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">M</forename><surname>Mohammad</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">D</forename><surname>Turney</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computational Intelligence</title>
		<imprint>
			<biblScope unit="volume">29</biblScope>
			<biblScope unit="page" from="436" to="465" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b31">
	<analytic>
		<title level="a" type="main">Enhanced SenticNet with Affective Labels for Concept-Based Opinion Mining</title>
		<author>
			<persName><forename type="first">S</forename><surname>Poria</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gelbukh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Hussain</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Howard</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Das</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Bandyopadhyay</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Intelligent Systems</title>
		<imprint>
			<biblScope unit="volume">28</biblScope>
			<biblScope unit="page" from="31" to="38" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b32">
	<analytic>
		<title level="a" type="main">Linguistic Inquiry and Word Count: LIWC</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">W</forename><surname>Pennebaker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">E</forename><surname>Francis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">J</forename><surname>Booth</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Mahway</title>
		<imprint>
			<biblScope unit="volume">71</biblScope>
			<biblScope unit="page" from="2" to="23" />
			<date type="published" when="2001">2001. 2001</date>
			<publisher>Lawrence Erlbaum Associates</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b33">
	<monogr>
		<title level="m" type="main">Affective Norms for English Words (ANEW): Instruction Manual and Affective Ratings</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">M</forename><surname>Bradley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">J</forename><surname>Lang</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1999">1999</date>
		</imprint>
		<respStmt>
			<orgName>Center for Research in Psychophysiology, University of Florida, Florida</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Technical Report</note>
</biblStruct>

<biblStruct xml:id="b34">
	<analytic>
		<title level="a" type="main">Using the Revised Dictionary of Affect in Language to Quantify the Emotional Undertones of Samples of Natural Languages</title>
		<author>
			<persName><forename type="first">C</forename><surname>Whissell</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Psychological Reports</title>
		<imprint>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="page" from="509" to="521" />
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b35">
	<analytic>
		<title level="a" type="main">SenticNet 3: A Common and Common-Sense Knowledge Base for Cognition-Driven Sentiment Analysis</title>
		<author>
			<persName><forename type="first">E</forename><surname>Cambria</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Olsher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of AAAI Conference on Artificial Intelligence</title>
				<meeting>AAAI Conference on Artificial Intelligence<address><addrLine>, Canada</addrLine></address></meeting>
		<imprint>
			<publisher>AAAI</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="1515" to="1521" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b36">
	<analytic>
		<title level="a" type="main">Figurative Messages and Affect in Twitter: Differences between #irony, #sarcasm and #not</title>
		<author>
			<persName><forename type="first">E</forename><surname>Sulis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">I</forename><surname>Hernández Farías</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Rosso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Patti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Ruffo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Knowledge-Based Systems</title>
		<imprint>
			<biblScope unit="volume">108</biblScope>
			<biblScope unit="page" from="132" to="143" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b37">
	<analytic>
		<title level="a" type="main">Friends and Enemies of Clinton and Trump: Using Context for Detecting Stance in Political Tweets</title>
		<author>
			<persName><forename type="first">M</forename><surname>Lai</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">I</forename><surname>Hernández Farías</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Patti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Rosso</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Advances in Computational Intelligence</title>
				<editor>
			<persName><forename type="first">G</forename><surname>Sidorov</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">O</forename><surname>Herrera-Alcántara</surname></persName>
		</editor>
		<meeting><address><addrLine>Cham</addrLine></address></meeting>
		<imprint>
			<publisher>Springer International Publishing</publisher>
			<date type="published" when="2017">2017</date>
			<biblScope unit="page" from="155" to="168" />
		</imprint>
	</monogr>
</biblStruct>

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