<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Computational Models for Irony Detection in Three Spanish Variants</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Simona Frenda</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Viviana Patti</string-name>
          <email>pattig@di.unito.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Dipartimento di Informatica, Universita degli Studi di Torino</institution>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>PRHLT Research Center, Universitat Politecnica de Valencia</institution>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2019</year>
      </pub-date>
      <fpage>297</fpage>
      <lpage>309</lpage>
      <abstract>
        <p>The lack of understanding of gurative language online, such as ironic messages, is a common cause of error for systems that analyze automatically the users' opinions online detecting sentiment, emotions or stance. In order to deal with this problem of automatic processing of natural language, IroSvA shared task at IberLef 2019 asks participants to detect, for the rst time, irony in short texts written in Spanish language, considering the three linguistic variants from Spain, Mexico and Cuba. Another novelty of this task is the presence of labels specifying the context of the utterance, such as current political or social issues discussed online. In the context of this shared task, we approached irony detection in Spanish short texts trying to exploit the provided topic information. In addition, we investigated the usefulness of stylistic, lexical and a ective features during the development of the irony detection models for the three Spanish variants. Experimental results and further analyses allow to shed some light on the analogies and di erences in the expression of irony in the three variants, and suggest new research directions, in a perspective of comparison with other languages.</p>
      </abstract>
      <kwd-group>
        <kwd>Irony Detection</kwd>
        <kwd>Spanish</kwd>
        <kwd>Mexican Spanish</kwd>
        <kwd>Cuban Span- ish</kwd>
        <kwd>Linguistic Analysis</kwd>
        <kwd>A ective features</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Irony is a special gurative device frequently used in speech and everyday life
to communicate something that is di erent or contrary to what is literally said
[
        <xref ref-type="bibr" rid="ref29">29</xref>
        ]. Irony has di erent functions in communications, which have been studied
so far in the context of di erent disciplines such as linguistics, psychology and
philosophy. Some of these studies highlight that one of the principal trait of the
use of irony consists in emphasizing unexpected occurrences especially amusing
the readers [
        <xref ref-type="bibr" rid="ref1 ref44">1,44</xref>
        ].
      </p>
      <p>
        Other studies focus on a very common type of verbal irony, sarcastic irony,
which is typically featured by a sharper tone of critique and by the speaker's
intent to convey scorn or insult [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. The lack of understanding of irony could
deceive the reader into thinking that the transmitted message is true. Especially
in texts produced by users online, the lack of context and the shortness of the
message often make the correct interpretation more di cult for humans and
especially for the machine.
      </p>
      <p>In the Big Data era, the automatic understanding of contents online is one
of the current purposes of the majority of companies or political organizations
that want to analyze the opinions of the users about products, subjects and
individuals. The presence of irony, as well as sarcasm, a ects the interpretation
of the real opinions of the users, and impedes the correct functioning of systems
of sentiment analysis, stance or emotion detection.</p>
      <p>
        For this reason, especially in the campaigns of evaluations of automatic
systems of Natural Language Processing (NLP), various shared tasks on irony
detection have been proposed. The majority of these competitions provide corpora
in English [
        <xref ref-type="bibr" rid="ref18 ref45">18,45</xref>
        ], but recently the analysis of irony is extended to other
languages such as Italian [
        <xref ref-type="bibr" rid="ref12 ref3 ref5">5,3,12</xref>
        ] and French [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. In the framework of IberLef 2019,
for the rst time IroSvA shared task organizers [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ] ask participants to classify
ironic and non-ironic texts in three variants of Spanish: Castilian, Mexican and
Cuban. The corpus provided for each linguistic variant is a collection of short
texts annotated as ironic and non-ironic. These corpora contain also labels of
speci c topics referred to current political or social issues discussed online in the
chosen geographical areas of Spain, Mexico and Cuba.
      </p>
      <p>
        Considering the importance of the context in the process of recognition of
irony [
        <xref ref-type="bibr" rid="ref46">46</xref>
        ], for each variant we analyzed the impact of topic information and
semantic context. Moreover, inspired by previous work on computational
models for irony detection [
        <xref ref-type="bibr" rid="ref21 ref33 ref43">21,43,33</xref>
        ] we explored the role of features related to the
a ective information present in the tweets and the psychological response
stimulated by the message. On the basis of the analyses in [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], we took into account
also the presence of abusive language. Finally, considering the previous studies
about irony detection in other languages, such as English in [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], we examined
also the role of lexical and stylistic features. Comparing our results with the four
challenging baselines provided by the organizers, only the system proposed for
the Cuban variant overcomes all the baselines. The other two systems overcome
only the baseline calculated on majority voting.
      </p>
      <p>
        A preliminary analysis of errors show some important analogies among the
three variants which are in line with the observations emerged in other languages
[
        <xref ref-type="bibr" rid="ref11 ref26">26,11</xref>
        ]. Although from the rst experiments in this work some slight di erences
emerged among these variants, these analogies suggest a new challenge in a
multilingual direction.
      </p>
      <p>The paper is organized as follows. The next section summarizes the related
work. Section 3 describes the IroSvA dataset and the used approaches focusing
on the feature engineering and performed experiments. Section 4 reports the
obtained results in the competition. Finally, Section 5 and 6 discuss the results
and draw some conclusions, proposing a plan for future analyses.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        In recent years, the importance to recognize the gurative language to
understand better the opinion of users have encouraged various researchers to explore
texts such as commentaries [
        <xref ref-type="bibr" rid="ref47">47</xref>
        ], reviews [
        <xref ref-type="bibr" rid="ref38">38</xref>
        ] and tweets [
        <xref ref-type="bibr" rid="ref39">39</xref>
        ]. Most of the studies
are focused on English language [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ], but recently the need to develop linguistic
and computational resources also for other languages incited the NLP
community to focus on Italian [
        <xref ref-type="bibr" rid="ref12 ref3 ref5">5,3,12</xref>
        ], French [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], Dutch language [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ] and Spanish.
      </p>
      <p>
        The literature about gurative language detection in the Spanish language
is actually limited. The authors of [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] organized the HAHA shared task in the
context of IberEval 2018 about identi cation of humor in Spanish tweets. About
satire detection, the authors of [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] proposed a psychological based approach
exploiting news satirical sources on Twitter for Mexican and Castilian variants of
Spanish, while the authors of [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] employed linguistic and semantic features (such
as ambiguity and synonyms), sentiment analysis and slang words in a similar
collection of tweets from Spain. The studies about gures of speech of irony and
sarcasm are really few for the Spanish language. To the best of our knowledge,
the study proposed in [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] is the rst to explore the irony in Spanish tweets
considering the sarcasm as a subclass of irony. In particular, they explored word
and character level of the texts employing n-grams of words and characters and
word embedding, using Support Vector Machines (SVM) and Random Forests as
classi ers. Recently, the authors of [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] explored deeply the function of sarcasm
in Spanish dialogues online creating a corpus annotated taking into account the
presence of sarcasm and the tone of nastiness.
      </p>
      <p>
        Since the literature about the identi cation of ironic texts in Spanish is poor,
the studies that inspired this work examine the characteristics of irony based on
corpora developed on other languages. The larger part of works on this eld
exploits various combinations of features and computational techniques. Especially
with classic machine learning techniques, some researchers examined the impact
of stylistic features [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], pragmatic symbols (such as hashtags, mentions and
emojis in tweets) [
        <xref ref-type="bibr" rid="ref19 ref28">28,19</xref>
        ], syntactic patterns [
        <xref ref-type="bibr" rid="ref20 ref41">20,41</xref>
        ], sentiment and emotional lexica
[
        <xref ref-type="bibr" rid="ref21">21</xref>
        ], semantic context and users information [
        <xref ref-type="bibr" rid="ref2 ref24">2,24</xref>
        ]. Recently, technique of deep
learning have been exploited also for irony detection [
        <xref ref-type="bibr" rid="ref49 ref50">50,49</xref>
        ].
      </p>
      <p>On the basis of these previous studies, we carried out a deep analysis of
the three corpora examining the impact of emotions, psychological reactions of
readers, topics, semantic contexts, lexical, abusive speech and stylistic features.
In the next sections, we describe our approach and the performed analyses that
show some analogies and di erences among the ironic characteristic of the texts
in the three variants of Spanish.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Datasets and Approach Description</title>
      <p>The IroSvA shared task is separated on three subtasks:
{ Subtask A: Irony detection in Spanish tweets from Spain
{ Subtask B: Irony detection in Spanish tweets from Mexico
{ Subtask C: Irony detection in Spanish news comments from Cuba
For each subtask the organizers provided a collection of short texts about
speci c social and politic issues. For the Subtask A and B the datasets contain
tweets about the administration of Mexico city, the theory of the at Earth, the
exhumation of the dictator Francisco Franco or the actions of some politicians.
For the Subtask C, the organizers provided a collection of news comments
especially about Internet services and economical problems in Cuba extracted from
the news papers journals Cubadebate (http://www.cubadebate.cu/), Granma
(http://www.granma.cu/) and OnCubaNews (https://oncubanews.com/).</p>
      <p>Each short text (tweet and news comment) is annotated as ironic and
nonironic and contains the label of the referred topic. Below, Table 1 describes the
composition of the released datasets.</p>
      <p>
        For the classi cation of ironic and non-ironic texts, we employed for each
variant a classical supervised machine learning approach exploiting a combination
of stylistic, semantic, a ective and lexical features, named SCoMoDI (Spanish
Computational Models to Detect Irony). In particular, we used a simple SVM
classi er with radial basis function kernel using the following parameters: C = 5
and = 0:01. The kernel and the parameters of the SVM classi er have been
set on the basis of various experiments. Considering the imbalanced collection
of data, we used the function to balance the weights of the classes provided by
Scikit-learn library [
        <xref ref-type="bibr" rid="ref34">34</xref>
        ] for Python.
In this section, we describe the features used to build the models of irony
detection in the three variants of Spanish.
Lexical Features As lexical features we used unigrams of words weighted with
TF-IDF (Term Frequency-Inverse Document Frequency) measure. To extract
the unigrams, we pre-processed the texts deleting all symbols and numerical
characters and selecting words using a tokenizer able to take into account the
compound nouns. Finally, in order to weight the words without considering their
in ectional morphology, we used the SnowballStemmer for the Spanish language
provided by NLTK (Natural Language Toolkit) [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
      <p>
        Stylistic Features Taking into account the corpora-based analyses carried out
in [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ] for English, French and Italian, we examined the impact of features such
as hyperbole expressed by exclamation marks (!, &lt;), ellipsis expressed by dots
(:::), questions denoted by question marks (?, &gt;) and quotes expressed by
inverted commas (\", `'). Considering the fact that some ironic texts could be
characterized by a sarcastic tone against someone, we took into account also the
typical symbol of mention in Twitter (@). In the features vector, these features
are represented by a simple count of the number of times each item appears in
the text.
      </p>
      <p>
        Semantic Similarity Features In this group we gather semantic contexts and
topic information. The semantic contexts of each text are computed calculating
the cosine of similarity between the vocabulary of the text and the vocabularies
extracted from each group of ironic texts labeled with the same topic. The cosine
of similarity is calculated on the basis of pre-trained word embedding of the
Spanish Billion Words Corpus (available at http://crscardellino.github.
io/SBWCE/) provided by the authors of [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. To lead the classi er to capture
similarities between texts belonging to the same topic, we extracted the topic
distribution of the text considering the number of topics of each subtask (see
Table 1). To this purpose, we created the Latent Dirichlet Allocation (LDA)
models on the provided training sets using Gensim library [
        <xref ref-type="bibr" rid="ref37">37</xref>
        ] for Python, taking
into account also bigrams and trigrams of words. The idea is to gather the texts
that talk about the same topic in a similar manner in the same class.
A ective Features We considered a ective features exploiting di erent types
of lexical resources for capturing di erent facets of a ect.
      </p>
      <p>
        Emotional Categories To identify the emotions involved in each text, we counted
the number of words that belong to emotional lexica, such as the multilingual
EmoLex provided by the authors of [
        <xref ref-type="bibr" rid="ref31">31</xref>
        ] and the Spanish Emotion Lexicon (SEL)
provided by the authors of [
        <xref ref-type="bibr" rid="ref42">42</xref>
        ] and [
        <xref ref-type="bibr" rid="ref36">36</xref>
        ]. We considered for each variant only the
emotions that are relevant for the classi cation. It is surprising that, for all the
variants, the most signi cant emotions are negative, such as anger, fear, disgust
and sadness.
      </p>
      <p>
        Dimensional Models of Emotions In order to understand the mental responses
to stimuli of ironic texts, we investigated the impact of psychological dimensions
such as imagery, activation and pleasantness. Inspired by [
        <xref ref-type="bibr" rid="ref21 ref40">40,21</xref>
        ], we use an
automatic translated Spanish version of the Dictionary of A ect in Language
(DAL) [
        <xref ref-type="bibr" rid="ref48">48</xref>
        ]. From our analysis the dimensions that turned out useful for the
classi cation in all the three variants are pleasantness and imagery.
Abusive Language Features Inspired by the work of [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] and considered the
relevance of negative emotions, we analyzed also the impact of abusive language
counting the words included in the Spanish lexica of derogatory expressions and
profanities created by the authors of [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. These lists of words prove to be
signi cant for the classi cation especially in Mexican and Castilian tweets.
      </p>
      <p>During the experimental phase, we used 5-fold cross validation on the training
sets tuning the system on the metric used for the competition: the average of
F1-scores of the classes. To study the impact of the described features, we carried
out also the ablation feature test and, on the basis of these analyses, we created
the models for each variant. The highest F1-scores values obtained with the
relevant features are reported in Table 2.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Evaluation and Results</title>
      <p>
        The organizers of IroSvA shared task provided four baselines calculated
considering di erent representation of the texts. They used: n-grams of words (Word
nGrams), word embeddings (W2V) and low dimensionality statistical
embedding (LDSE) [
        <xref ref-type="bibr" rid="ref35">35</xref>
        ]. They used also the majority voting (Majority) technique as
additional baseline.
      </p>
      <p>As evaluation measure for the ranking the average of F1-score (avg) of all
three variants is used. In Table 3 we report the results obtained in the
competition compared with the provided baselines.</p>
      <p>As we can see, only the model built for the Cuban variant (Subtask C)
overcomes slightly all the provided baselines, while the other models overcome only
the Majority baseline. This di erence could be due to the textual genre of news
comments which do not contain Twitter mentions (@USER), hashtags or emojis.
Another in uential factor could be the use of a set of features able to capture
characteristics such as unigrams that in general help the text classi cation.
5</p>
    </sec>
    <sec id="sec-5">
      <title>Error Analysis and Discussion</title>
      <p>Although the di erent genres of texts, analyzing the misclassi ed texts, we
noticed that in all the three variants of Spanish the irony is expressed similarly.
Actually, we individuated various gures of speech involved in the expression of
irony. With the proposed models we aimed at capturing some of them by
exploiting textual marks, but the error analysis highlights that it was not su cient.</p>
      <p>In particular, we found that hyperbole (examples 1) and ellipsis (examples 2)
are expressed more at a semantic level. See, for instance, the following examples
from the IroSvA test set where irony was not recognized:
(1) Felicidades director muy buena tarifa as se hace.</p>
      <p>Congratulations director it is a very good rate, this is how it should be
done.
(2) Cuando yo sea grande quiero ser como los inventores del paquete.
When I grow up, I want to be like the inventors of this o er.</p>
      <p>
        As de ned in [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ], hyperbole is expressed by \exaggerated or extravagant
terms used for emphasis and not intended to be understood literally". In fact,
the example 1 (from Subtask C) is a clear example of hyperbole that aims to
exaggerate positively the actions of someone who is doing bad his work. The
importance of hyperbole have been already underlined by [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] in irony and sarcasm
detection.
      </p>
      <p>We found this same phenomenon in the misclassi ed tweets of Subtask A
(example 3) and Subtask B (example 4):
(4) El pueblo sabio y bueno salio a expresar su voz @lopezobrador
The wise and good people came out to express their voice.</p>
      <p>
        In the example 2 (from Subtask C), the irony is expressed by ellipsis. In [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ]
ellipsis is de ned as \omission of a word easily supplied". In this news comment,
the author wanted to subtract, on purpose, some words containing information
that could complete the meaning of the sentences. This subtraction is possible
because of the presence of context that give us some intuition about the real
meaning of the message. This same phenomenon is found especially in Subtask
B (example 5):
(5) Sera que le da clases particulares el @brozoxmiswebs
It is possible that he teaches him private lessons.
      </p>
      <p>Unfortunately, the simple syntactic features that we used especially for
Subtask C are not su cient to capture these more complex puns based on semantic
incongruity.</p>
      <p>
        Another common linguistic phenomenon found during the error analysis in
Mexican and Cuban variants is the use of apostrophe to stimulate the ironic
interpretation of the message. In [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ] the apostrophe is de ned as action of
\breaking o a discourse to address some person or personi ed thing either
present or absent", as we can see in the following examples extracted from the
misclassi ed texts in Subtask B (example 6) and C (example 7):
(6) Con todo respeto sen~or presidente, le solicito atentamente que haga
una auditor a al @ColegioNal mx cuyos miembros se rayan y donde la
ma a de Octavio Paz se ha instalado.
      </p>
      <p>With all due respect, Mr. President, I kindly ask you to do an audit in the
@ColegioNal mx whose members bene t and where the ma a of Octavio
Paz has settled.
(7) Y ahora es que usted se entera que la honestidad paso de moda?
And only now you realize that honesty went out of fashion?</p>
      <p>
        Moreover, the rhetorical questions seem to be one of the most used device
to express irony in all the variants of Spanish. In [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ] the rhetorical question is
de ned as question \which implies an answer but does not give or lead us to
expect one". We noticed that although for Subtask B we took into account the
presence of question marks, this expedient is not enough to classify correctly
irony. Observe the following texts:
(8) Cuando pediran perdon Alemania e Italia a los Valencianos , por
mandarnos a la Oltra y Grezzi ? https://t.co/MdFup1pbvu
When Germany and Italy will apologize to Valencians, for sending us
Oltra and Grezzi? https://t.co/MdFup1pbvu
(9) Disculpa, sabes si para trabajar en el @Conacyt MX &gt;Debo llevar mi
curriculum impreso o depilado?
Excuse me, do you know if to work at the @Conacyt MX Should I bring
my curriculum printed or shaved?
(10) Otra interrogante, por que nadie fuera de Cuba ha denunciado que
los cubanos violamos abiertamente los derechos de los productores de
esas programaciones?? O sera que el paquete ha venido a ser el primer
\embajador" en el restablecimiento de las relaciones??
Another question, why anyone outside of Cuba have not declared that
Cubans openly violated the rights of the producers of these programs?
Or has the package become the rst \ambassador" in the restoration of
relations ??
      </p>
      <p>In the examples 8 (from Subtask A), 9 (from Subtask B) and 10 (from Subtask
C) we can see that rhetorical questions involve also other gures of speech such
as apostrophe (example 8 and 9) and metaphor (example 9 and 10) which ll
the messages with various allusions, making its interpretation more di cult.</p>
      <p>
        These observations suggest that there are some analogies on how Spanish
speakers prefer to express irony. Moreover, some of these features have been
already explored also in English, French and Italian ironic tweets [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ]. Therefore,
it seems that such kind of puns are in general characterizing the expressions of
irony independently from the language and genre of the text.
6
      </p>
    </sec>
    <sec id="sec-6">
      <title>Conclusions</title>
      <p>In this paper we describe our participation at IroSvA shared task presenting an
initial study on irony detection in the Spanish language. In fact, on the basis of
the previous works in other languages, we analyzed the impact of various
features on the classi cation of Spanish ironic and non-ironic texts. Moreover, the
carried out analyses highlight some analogies and slight di erences on the way
users express irony in the three proposed variants. We observed that Spanish
irony seems to be characterized by speci c puns and especially by negative
emotions. However, only Mexican and Castilian ironic tweets seem contain abusive
language.</p>
      <p>As future work, we planned to examine deeply the role that the topic and
the context play in Spanish irony detection, proposing a comparison with a
topic-independent approach. Moreover, considering our intuition about the use
of similar gures of speech to express irony in di erent languages, we would like
to compare multilingual data exploring their real impact in irony detection.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Attardo</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Irony as relevant inappropriateness</article-title>
          .
          <source>Journal of pragmatics 32(6)</source>
          ,
          <volume>793</volume>
          {
          <fpage>826</fpage>
          (
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Bamman</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>N.A.</given-names>
          </string-name>
          :
          <article-title>Contextualized sarcasm detection on twitter</article-title>
          .
          <source>In: Ninth International AAAI Conference on Web and Social Media</source>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Barbieri</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Basile</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Croce</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nissim</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Novielli</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patti</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Overview of the evalita 2016 sentiment polarity classi cation task</article-title>
          .
          <source>In: Proceedings of EVALITA</source>
          <year>2016</year>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Barbieri</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ronzano</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Saggion</surname>
          </string-name>
          , H.:
          <article-title>Is this tweet satirical? a computational approach for satire detection in spanish</article-title>
          .
          <source>Procesamiento del Lenguaje Natural</source>
          <volume>55</volume>
          ,
          <issue>135</issue>
          {
          <fpage>142</fpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Basile</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bolioli</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nissim</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patti</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Overview of the evalita 2014 sentiment polarity classi cation task</article-title>
          .
          <source>In: Proceedings of EVALITA</source>
          <year>2014</year>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Benamara</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grouin</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Karoui</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moriceau</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Robba</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Analyse d'opinion et langage guratif dans des tweets: presentation et resultats du de fouille de textes deft2017</article-title>
          . In:
          <string-name>
            <surname>Atelier TALN 2017: De Fouille de Textes</surname>
          </string-name>
          (DEFT
          <year>2017</year>
          )
          <article-title>(</article-title>
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Bird</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Klein</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Loper</surname>
            ,
            <given-names>E.: Natural</given-names>
          </string-name>
          <string-name>
            <surname>Language Processing with Python. O'Reilly Media</surname>
          </string-name>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Buschmeier</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cimiano</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Klinger</surname>
            ,
            <given-names>R.:</given-names>
          </string-name>
          <article-title>An impact analysis of features in a classi cation approach to irony detection in product reviews</article-title>
          .
          <source>In: Proceedings of the 5th Workshop on Computational Approaches</source>
          to Subjectivity,
          <article-title>Sentiment and Social Media Analysis</article-title>
          . pp.
          <volume>42</volume>
          {
          <issue>49</issue>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Cardellino</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <source>Spanish Billion Words Corpus and Embeddings (March</source>
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Castro</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chiruzzo</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosa</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Overview of the haha task: Humor analysis based on human annotation at ibereval 2018</article-title>
          .
          <source>In: Proceedings of IberEval 2018</source>
          . vol.
          <volume>2150</volume>
          .
          <string-name>
            <surname>CEUR-WS</surname>
          </string-name>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Cignarella</surname>
            ,
            <given-names>A.T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bosco</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patti</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lai</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Application and analysis of a multilayered scheme for irony on the italian twitter corpus twittiro</article-title>
          .
          <source>In: Proceedings of the Eleventh International Conference on Language Resources</source>
          and
          <string-name>
            <surname>Evaluation (LREC-2018)</surname>
          </string-name>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Cignarella</surname>
            ,
            <given-names>A.T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Frenda</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Basile</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bosco</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patti</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Overview of the evalita 2018 task on irony detection in italian tweets (ironita)</article-title>
          .
          <source>In: Proceedings of EVALITA 2018</source>
          . vol.
          <volume>2263</volume>
          , pp.
          <volume>1</volume>
          {
          <issue>6</issue>
          .
          <string-name>
            <surname>CEUR-WS</surname>
          </string-name>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Del Pilar</surname>
            Salas-Zarate,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paredes-Valverde</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rodriguez-Garcia</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Valencia-Garc</surname>
            <given-names>a</given-names>
          </string-name>
          , R.,
          <string-name>
            <surname>Alor-Hernandez</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>Automatic detection of satire in twitter: A psycholinguistic-based approach</article-title>
          .
          <source>Knowledge-Based Systems 128</source>
          ,
          <fpage>20</fpage>
          {
          <fpage>33</fpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <given-names>Du</given-names>
            <surname>Marsais</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.C.</surname>
          </string-name>
          :
          <article-title>Traite des tropes: Pour servir d'introduction a la rhetorique et a la logique</article-title>
          .
          <source>Chez la veuve Gaspard Fritsch (1757)</source>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Filatova</surname>
          </string-name>
          , E.:
          <article-title>Irony and sarcasm: Corpus generation and analysis using crowdsourcing</article-title>
          .
          <source>In: Lrec</source>
          . pp.
          <volume>392</volume>
          {
          <fpage>398</fpage>
          .
          <string-name>
            <surname>Citeseer</surname>
          </string-name>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Frenda</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>The role of sarcasm in hate speech: A multilingual perspective</article-title>
          .
          <source>In: Proceedings of Doctoral Symposium at SEPLN</source>
          <year>2018</year>
          .
          <article-title>CEUR-WS (</article-title>
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Frenda</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Somnath</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Deep analysis in aggressive mexican tweets</article-title>
          .
          <source>In: Proceedings of IberEval 2018</source>
          . vol.
          <volume>2150</volume>
          , pp.
          <volume>108</volume>
          {
          <fpage>113</fpage>
          .
          <string-name>
            <surname>CEUR-WS</surname>
          </string-name>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Ghosh</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Veale</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shutova</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Barnden</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Reyes</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          : Semeval-2015 task 11:
          <article-title>Sentiment analysis of gurative language in twitter</article-title>
          .
          <source>In: Proceedings of SemEval 2015</source>
          . pp.
          <volume>470</volume>
          {
          <issue>478</issue>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Gonzalez-Ibanez</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Muresan</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wacholder</surname>
          </string-name>
          , N.:
          <article-title>Identifying sarcasm in twitter: a closer look</article-title>
          .
          <source>In: Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies: Short Papers-Volume</source>
          <volume>2</volume>
          . pp.
          <volume>581</volume>
          {
          <fpage>586</fpage>
          .
          <article-title>Association for Computational Linguistics (</article-title>
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Hao</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Veale</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>An ironic st in a velvet glove: Creative mis-representation in the construction of ironic similes</article-title>
          .
          <source>Minds and Machines</source>
          <volume>20</volume>
          (
          <issue>4</issue>
          ),
          <volume>635</volume>
          {
          <fpage>650</fpage>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21. Hernandez Far as,
          <string-name>
            <given-names>D.I.</given-names>
            ,
            <surname>Patti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Rosso</surname>
          </string-name>
          ,
          <string-name>
            <surname>P.</surname>
          </string-name>
          :
          <article-title>Irony detection in twitter: The role of a ective content</article-title>
          .
          <source>ACM Transactions on Internet Technology (TOIT) 16(3)</source>
          ,
          <volume>19</volume>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Jasso</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Meza</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Character and word baselines for irony detection in spanish short texts</article-title>
          .
          <source>Procesamiento del Lenguaje Natural</source>
          <volume>56</volume>
          ,
          <issue>41</issue>
          {
          <fpage>48</fpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Joshi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bhattacharyya</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Carman</surname>
            ,
            <given-names>M.J.:</given-names>
          </string-name>
          <article-title>Automatic sarcasm detection: A survey</article-title>
          .
          <source>ACM Computing Surveys (CSUR) 50(5)</source>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Joshi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sharma</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bhattacharyya</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Harnessing context incongruity for sarcasm detection</article-title>
          .
          <source>In: Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natural Language Processing</source>
          (Volume
          <volume>2</volume>
          :
          <string-name>
            <given-names>Short</given-names>
            <surname>Papers</surname>
          </string-name>
          <article-title>)</article-title>
          .
          <source>vol. 2</source>
          , pp.
          <volume>757</volume>
          {
          <issue>762</issue>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Justo</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Alcaide</surname>
            ,
            <given-names>J.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Torres</surname>
            ,
            <given-names>M.I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Walker</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Detection of sarcasm and nastiness: New resources for spanish language</article-title>
          .
          <source>Cognitive Computation</source>
          <volume>10</volume>
          (
          <issue>6</issue>
          ),
          <volume>1135</volume>
          {
          <fpage>1151</fpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Karoui</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Benamara</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moriceau</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aussenac-Gilles</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hadrich</surname>
            <given-names>Belguith</given-names>
          </string-name>
          ,
          <string-name>
            <surname>L.</surname>
          </string-name>
          :
          <article-title>Towards a contextual pragmatic model to detect irony in tweets</article-title>
          .
          <source>In: Proceedings of the 53rd Annual Meeting of the Association for Computational Linguisticsand the 7th International Joint Conference on Natural Language Processing</source>
          . pp.
          <volume>644</volume>
          {
          <fpage>650</fpage>
          .
          <article-title>Association for Computational Linguistics (ACL) (</article-title>
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Karoui</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Benamara</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moriceau</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patti</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bosco</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Aussenac-Gilles</surname>
          </string-name>
          , N.:
          <article-title>Exploring the impact of pragmatic phenomena on irony detection in tweets: A multilingual corpus study</article-title>
          .
          <source>In: Proceedings of the 15th Conference of the European Chapter of the Association for Computational Linguistics</source>
          . vol.
          <volume>1</volume>
          , pp.
          <volume>262</volume>
          {
          <issue>272</issue>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Kunneman</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liebrecht</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Van Mulken</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , Van den Bosch, A.:
          <article-title>Signaling sarcasm: From hyperbole to hashtag</article-title>
          .
          <source>Information Processing &amp; Management</source>
          <volume>51</volume>
          (
          <issue>4</issue>
          ),
          <volume>500</volume>
          {
          <fpage>509</fpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Lanham</surname>
            ,
            <given-names>R.A.</given-names>
          </string-name>
          :
          <article-title>A Hypertext Handlist of Rhetorical Terms: For Macintosh Computers</article-title>
          . University of California Press, Berkeley, CA, USA (
          <year>1996</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Liebrecht</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kunneman</surname>
          </string-name>
          , F.,
          <string-name>
            <surname>van Den</surname>
            <given-names>Bosch</given-names>
          </string-name>
          , A.:
          <article-title>The perfect solution for detecting sarcasm in tweets# not</article-title>
          .
          <source>In: Proceedings of the 4th Workshop on Computational Approaches</source>
          to Subjectivity,
          <article-title>Sentiment and Social Media Analysis</article-title>
          . pp.
          <volume>29</volume>
          {
          <fpage>37</fpage>
          .
          <string-name>
            <surname>ACL</surname>
          </string-name>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>Mohammad</surname>
            ,
            <given-names>S.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Turney</surname>
          </string-name>
          , P.D.:
          <article-title>Crowdsourcing a word{emotion association lexicon</article-title>
          .
          <source>Computational Intelligence</source>
          <volume>29</volume>
          (
          <issue>3</issue>
          ),
          <volume>436</volume>
          {
          <fpage>465</fpage>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <surname>Ortega-Bueno</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          , Hernandez Far as,
          <string-name>
            <given-names>D.I.</given-names>
            ,
            <surname>Rosso</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Montes-</surname>
          </string-name>
          y-Gomez,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Medina</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.E.</surname>
          </string-name>
          :
          <article-title>Overview of the task on irony detection in spanish variants</article-title>
          .
          <source>In: Proceedings of the Iberian Languages Evaluation Forum (IberLEF</source>
          <year>2019</year>
          ),
          <article-title>colocated with 34th Conference of the Spanish Society for Natural Language Processing (SEPLN</article-title>
          <year>2019</year>
          ).
          <article-title>CEUR-WS.org (</article-title>
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33.
          <string-name>
            <surname>Pamungkas</surname>
            ,
            <given-names>E.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patti</surname>
          </string-name>
          , V.: #NonDicevoSulSerio at SemEval
          <article-title>-2018 task 3: Exploiting emojis and a ective content for irony detection in English tweets</article-title>
          .
          <source>In: Proceedings of The 12th International Workshop on Semantic Evaluation</source>
          . pp.
          <volume>649</volume>
          {
          <fpage>654</fpage>
          .
          <article-title>Association for Computational Linguistics (</article-title>
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          34.
          <string-name>
            <surname>Pedregosa</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Varoquaux</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gramfort</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Michel</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thirion</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grisel</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blondel</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Prettenhofer</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weiss</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dubourg</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vanderplas</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Passos</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cournapeau</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brucher</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Perrot</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Duchesnay</surname>
          </string-name>
          , E.:
          <article-title>Scikit-learn: Machine learning in Python</article-title>
          .
          <source>Journal of Machine Learning Research</source>
          <volume>12</volume>
          ,
          <volume>2825</volume>
          {
          <fpage>2830</fpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          35.
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Franco-Salvador</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>A low dimensionality representation for language variety identi cation</article-title>
          .
          <source>In: 17th International Conference on Intelligent Text Processing and Computational Linguistics</source>
          ,
          <source>CICLing'16</source>
          . Springer-Verlag,
          <source>LNCS(9624)</source>
          , pp.
          <fpage>156</fpage>
          -
          <lpage>169</lpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          36.
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>I.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guerra</surname>
            ,
            <given-names>S.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sidorov</surname>
          </string-name>
          , G.:
          <article-title>Creacion y evaluacion de un diccionario marcado con emociones y ponderado para el espan~ol</article-title>
          . Onomazein: Revista de lingu stica, lolog a y traduccion de la
          <source>Ponti cia Universidad Catolica de Chile</source>
          <volume>29</volume>
          ,
          <issue>31</issue>
          {
          <fpage>46</fpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          37.
          <string-name>
            <surname>Rehurek</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sojka</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Software Framework for Topic Modelling with Large Corpora</article-title>
          .
          <source>In: Proceedings of the LREC 2010 Workshop on New Challenges for NLP Frameworks</source>
          . pp.
          <volume>45</volume>
          {
          <fpage>50</fpage>
          . ELRA, Valletta, Malta (May
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          38.
          <string-name>
            <surname>Reyes</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Making objective decisions from subjective data: Detecting irony in customer reviews</article-title>
          .
          <source>Decision support systems 53(4)</source>
          ,
          <volume>754</volume>
          {
          <fpage>760</fpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          39.
          <string-name>
            <surname>Reyes</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Buscaldi</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>From humor recognition to irony detection: The gurative language of social media</article-title>
          .
          <source>Data &amp; Knowledge Engineering</source>
          <volume>74</volume>
          ,
          <issue>1</issue>
          {
          <fpage>12</fpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          40.
          <string-name>
            <surname>Reyes</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Veale</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>A multidimensional approach for detecting irony in twitter</article-title>
          .
          <source>Language resources and evaluation 47(1)</source>
          ,
          <volume>239</volume>
          {
          <fpage>268</fpage>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          41.
          <string-name>
            <surname>Rilo</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Qadir</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Surve</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>De Silva</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gilbert</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          :
          <article-title>Sarcasm as contrast between a positive sentiment and negative situation</article-title>
          .
          <source>In: Proceedings of the 2013 Conference on Empirical Methods in Natural Language Processing</source>
          . pp.
          <volume>704</volume>
          {
          <issue>714</issue>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          42.
          <string-name>
            <surname>Sidorov</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Miranda-Jimenez</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Viveros-Jimenez</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gelbukh</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>CastroSanchez</surname>
          </string-name>
          , N.,
          <string-name>
            <surname>Velasquez</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <article-title>D az-</article-title>
          <string-name>
            <surname>Rangel</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Suarez-Guerra</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Trevino</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gordon</surname>
          </string-name>
          , J.:
          <article-title>Empirical study of opinion mining in Spanish tweets</article-title>
          .
          <source>MICAI 2012. LNCS 7629</source>
          ,
          <issue>1</issue>
          {
          <fpage>14</fpage>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          43.
          <string-name>
            <surname>Sulis</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          , Hernandez Far as,
          <string-name>
            <given-names>D.I.</given-names>
            ,
            <surname>Rosso</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Patti</surname>
          </string-name>
          ,
          <string-name>
            <surname>V.</surname>
          </string-name>
          , Ru o, G.:
          <article-title>Figurative messages and a ect in Twitter: Di erences between #irony, #sarcasm and #not</article-title>
          .
          <source>Knowledge-Based Systems 108</source>
          ,
          <fpage>132</fpage>
          {
          <fpage>143</fpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref44">
        <mixed-citation>
          44.
          <string-name>
            <surname>Utsumi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>A uni ed theory of irony and its computational formalization</article-title>
          .
          <source>In: Proceedings of the 16th conference on Computational linguistics</source>
          . vol.
          <volume>2</volume>
          , pp.
          <volume>962</volume>
          {
          <fpage>967</fpage>
          .
          <article-title>Association for Computational Linguistics (</article-title>
          <year>1996</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref45">
        <mixed-citation>
          45.
          <string-name>
            <surname>Van Hee</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lefever</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hoste</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Semeval-2018 task 3: Irony detection in english tweets</article-title>
          .
          <source>In: Proceedings of The 12th International Workshop on Semantic Evaluation</source>
          . pp.
          <volume>39</volume>
          {
          <issue>50</issue>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref46">
        <mixed-citation>
          46.
          <string-name>
            <surname>Wallace</surname>
            ,
            <given-names>B.C.</given-names>
          </string-name>
          :
          <article-title>Computational irony: A survey and new perspectives</article-title>
          .
          <source>Arti cial Intelligence Review</source>
          <volume>43</volume>
          (
          <issue>4</issue>
          ),
          <volume>467</volume>
          {
          <fpage>483</fpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref47">
        <mixed-citation>
          47.
          <string-name>
            <surname>Wallace</surname>
            ,
            <given-names>B.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Charniak</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          , et al.:
          <article-title>Sparse, contextually informed models for irony detection: Exploiting user communities, entities and sentiment</article-title>
          .
          <source>In: Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natural Language Processing</source>
          (Volume
          <volume>1</volume>
          :
          <string-name>
            <given-names>Long</given-names>
            <surname>Papers</surname>
          </string-name>
          <article-title>)</article-title>
          .
          <source>vol. 1</source>
          , pp.
          <volume>1035</volume>
          {
          <issue>1044</issue>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref48">
        <mixed-citation>
          48.
          <string-name>
            <surname>Whissell</surname>
            ,
            <given-names>C.M.:</given-names>
          </string-name>
          <article-title>The dictionary of a ect in language</article-title>
          .
          <source>In: The measurement of emotions</source>
          , pp.
          <volume>113</volume>
          {
          <fpage>131</fpage>
          .
          <string-name>
            <surname>Elsevier</surname>
          </string-name>
          (
          <year>1989</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref49">
        <mixed-citation>
          49.
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fu</surname>
          </string-name>
          , G.:
          <article-title>Tweet sarcasm detection using deep neural network</article-title>
          .
          <source>In: Proceedings of COLING 2016, The 26th International Conference on Computational Linguistics: Technical Papers</source>
          . pp.
          <volume>2449</volume>
          {
          <issue>2460</issue>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref50">
        <mixed-citation>
          50.
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chan</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Irony detection via sentiment-based transfer learning</article-title>
          .
          <source>Information Processing &amp; Management</source>
          <volume>56</volume>
          (
          <issue>5</issue>
          ),
          <volume>1633</volume>
          {
          <fpage>1644</fpage>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>