<!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>Exploring the role of syntax in irony and stance detection tasks</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Alessandra Teresa Cignarella</string-name>
          <email>cigna@di.unito.it</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>. Dipartimento di Informatica, Universit`a degli Studi di Torino</institution>
          ,
          <country country="IT">Italy</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>. PRHLT Research Center, Universitat Polit`ecnica de Val`encia</institution>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2019</year>
      </pub-date>
      <fpage>26</fpage>
      <lpage>31</lpage>
      <abstract>
        <p>This research aims at investigating the role that syntax can play in Sentiment Analysis tasks, in particular focusing on irony and stance detection. Benefiting from the application on our data of the standard de facto morpho-syntactic annotation format Universal Dependencies, we observe the syntactic structures occurring in these parsed social media texts in order to extract and model novel syntactic features to be used in the implementation of Sentiment Analysis tools. For achieving this goal we will focus on how irony is exploited in texts about politics, which contain an open stance towards a predetermined target entity and are affected by a strong polarization. Furthermore, thanks to the multilingual versatility of the UD annotation format, the approach will be tested on two different case-studies, i.e. English and Spanish.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction and motivation</title>
      <p>In the last decade, the interest towards
social networking sites has grown considerably,
and the NLP community is relying more and
more on data extracted from social media
and micro-blogs. In particular, thanks to the
the various APIs it provides and the great
availability in the platform of expressions
of people’s sentiments and opinions,
Twitter has become one of the most exploited
sources for data retrieval, especially for
Sentiment Analysis and Opinion Mining.
Contents generated by users in Twitter, as some
other forms of computer-mediated
communication (cmc), are not revised by the authors
for grammatical correctness before
publication and therefore theymight contain
nonstandard forms such as: misspelled words,
erroneous punctuation, dialectical forms,
emojis, emoticons, and elongated words.
Although humans understand each other when
communicate with this kind of language,
analyzing it automatically proves to be a very
difficult challenge, especially for what
concerns parsing and Part of Speech tagging.</p>
      <p>In particular here we aim at studying the
dependency syntax relations (deprels),
represented through the standard format
Universal Dependencies1, and applied in two
different case studies: irony detection and stance
detection, within a multilingual framework,
taking into account the English and Spanish
language.</p>
      <p>
        On the one hand, for what concerns irony
detection, the aim of the task consists in
investigating whether a short message (a tweet
or a blog post) is ironic or not, with respect to
a given context. The issue is therefore
tackled as a binary classification task. On the
other hand, stance detection consists in
automatically determining whether the author
of a text is in favour, against or neutral
towards a given target (i.e. a statement, an
event, a person or an organization)
        <xref ref-type="bibr" rid="ref13">(Mohammad, Sobhani, and Kiritchenko, 2016)</xref>
        and
it is addressed as a multi-class classification
task.
      </p>
      <p>
        The motivation of our research arises from
the exponential growth of the interest
towards analyses about a specific product or
political actor, and the importance of
creating automatic systems able to determine the
attitude of a user within political elections or
towards the product of a certain company. It
has been studied how people (and therefore
social media users) resort to irony in order
to express also their negative opinions in a
less aggressive way
        <xref ref-type="bibr" rid="ref12 ref21 ref25 ref5 ref6">(Grice, 1975; Grice, 1978;
Sperber and Wilson, 1981; Wilson and
Sperber, 2007)</xref>
        . Irony may also play the role of a
polarity reverser, shifting the sentiment and
the opinion from one end of the spectrum to
its opposite. It is therefore crucial to
identify an ironic expression when it occurs, to
understand its real meaning and to correctly
identify the stance the author wants to
express using it.
2
2.1
      </p>
    </sec>
    <sec id="sec-2">
      <title>Related work</title>
      <sec id="sec-2-1">
        <title>Irony</title>
        <p>
          The recognition of irony and the
identification of pragmatic and linguistic devices
triggering it are known as very
challenging tasks to be performed by both humans
or automatic tools
          <xref ref-type="bibr" rid="ref10 ref10 ref11 ref11 ref12 ref16 ref17 ref25">(Mihalcea and Pulman,
2007; Reyes, Rosso, and Buscaldi, 2010;
Kouloumpis, Wilson, and Moore, 2011;
Maynard and Funk, 2011; Reyes, Rosso, and
Buscaldi, 2012)</xref>
          . Considering that the more
1https://universaldependencies.org/
promising tools for irony detection apply
supervised approaches, it is becoming
progressively crucial the development of more and
larger linguistic resources on which these
tools can be trained and tested.
        </p>
        <p>
          Some of the first attempts on the
automatic classification of irony in social media
data have been made by
          <xref ref-type="bibr" rid="ref16 ref7 ref8">(Karoui et al., 2015;
Hern´andez Far´ıas, Bened´ı, and Rosso, 2015;
Reyes, Rosso, and Buscaldi, 2010)</xref>
          , but we
are still far from optimistic results and they
all address this issue in English data only. A
proposal, which goes instead towards a
multilingual automatic classification comes from
          <xref ref-type="bibr" rid="ref9">Karoui et al. (2017)</xref>
          , where the authors
developed a framework for a fine-grained
annotation of irony in social media texts.
        </p>
        <p>
          In the last few years, some shared task
centered on irony detection have been
proposed. In 2018 a shared task on irony
detection in tweets has been organized
(SemEval2018 Task 3: Irony detection in English
tweets)2
          <xref ref-type="bibr" rid="ref24">(Van Hee, Lefever, and Hoste,
2018)</xref>
          , and in the following months of the
same year a twin shared task was also
proposed in the Italian NLP community:
IronITA3 on Irony and Sarcasm Detection in
Italian Tweets
          <xref ref-type="bibr" rid="ref1">(Cignarella et al., 2018)</xref>
          .
Below we will also describe briefly the IroSvA
2019 shared task, which focused on Irony
Detection in Spanish Variants4
          <xref ref-type="bibr" rid="ref15">(Ortega et al.,
2019)</xref>
          .
2.2
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Stance</title>
        <p>
          On the other hand, also detecting the stance
expressed by people towards specific
targets is a field of NLP research that is
currently collecting a growing interest. Only
recently stance detection has been
acknowledged as an independent task having its
own characteristics, peculiarities and
importance. The first shared task on stance
detection was indeed held for English at
SemEval2016 - Task6
          <xref ref-type="bibr" rid="ref13">(Mohammad, Sobhani,
and Kiritchenko, 2016)</xref>
          , but many others
follwed it such as Stance and Gender
Detection in Tweets on Catalan Independence @
Ibereval 2017 for tweets in Spanish and
Catalan
          <xref ref-type="bibr" rid="ref22">(Taul´e et al., 2017)</xref>
          . A task strictly
related to stance detection is also SemEval2017
- Task 8
          <xref ref-type="bibr" rid="ref2">(Derczynski et al., 2017)</xref>
          , which
in2https://competitions.codalab.org/
competitions/17468
3http://di.unito.it/ironita18
4http://www.autoritas.net/IroSvA2019//
cludes two subtasks: (a) stance classification
and (b) veracity classification of given
rumors. In 2019 another experience followed
this task: SemEval2019 - Task 7 on Rumor
Detection, which addressed an open stance
classification task of rumors
          <xref ref-type="bibr" rid="ref4">(Gorrell et al.,
2019)</xref>
          . Not surprisingly in all cases the stance
detection task was based on data extracted
from social media, such as Twitter or
Reddit, whose topic was about politics and public
life.
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Research hypothesis</title>
      <p>The main research hypothesis we want to
investigate is that the inclusion of ad-hoc
tailored syntactic features among those used by
a sentiment analysis system may enhance its
performance in processing texts. The first
goal to be accomplished is therefore to
observe the syntactic structures occurring in
parsed texts from social media (namely
Twitter and Reddit), to design some features
encoding them and finally to investigate the
impact of these features on two case studies:
irony and stance detection.</p>
      <p>
        Furthermore we would like to investigate
these issues also in different languages, such
as English, Spanish (and later Italian and
French). Consequently, as main reference for
syntax a format has been selected that has
been drawn having the wider perspective on
the variety of human languages in mind: the
Universal Dependencies
        <xref ref-type="bibr" rid="ref14">(Nivre et al., 2016)</xref>
        (UD), which is currently considered a
standard de facto for dependency parsing also
because of its portability on more than 70
different languages.
4
      </p>
    </sec>
    <sec id="sec-4">
      <title>Methodology and preliminary experiments</title>
      <p>
        Our approach has been inspired by some
previous work which provided support to our
hypothesis. We can cite in particular the study
of
        <xref ref-type="bibr" rid="ref18">Saif et al. (2016)</xref>
        in which the importance
of the interface between syntax and semantic
aspects is highlighted. Furthermore
        <xref ref-type="bibr" rid="ref19">Sidorov
et al. (2013)</xref>
        and
        <xref ref-type="bibr" rid="ref20">Sidorov et al. (2014)</xref>
        proposed the idea of modeling shallow
syntactic features for enhancing the performance of
sentiment analysis systems.
      </p>
      <p>We extended these ideas by referring to a
particular syntactic framework, namely UD,
and testing in some specific application
scenarios the novel syntactic features that can
be extracted from a UD parsed text. In both
cases described below (see Sec. 4.1 and Sec.
4.2) during the pre-processing we applied
indeed to the texts the morphological and
syntactic analysis according to the UD
framework. In Figure 1 an example of a Spanish
tweet in UD format is provided5.</p>
      <p>In particular, we trained UDPipe6, which
includes tokenization, Part of Speech tagging
and parsing, respectively on the UD
SpanishGSD corpus7 for Spanish, and on the
en core web sm8 for English. This allowed us
the extraction of the novel syntactic features
on which our approach is centered.</p>
      <p>We started by testing our hypothesis in
the case of stance and participating in the
SemEval2019 - Task 7 on Rumor Detection
(RumorEval 20199), which is focused on the
identification of stance towards a set of given
rumours in English texts from Twitter (see
Sec. 4.1). As far as irony is concerned, we
observed the relationships between UD
syntactic structures and figurative language
phenomena and we encoded our observations in
the features we used in the system we
proposed in the Irony Detection in Spanish
Variants task: IroSvA 201910 (see Sec. 4.2).</p>
      <p>In the following, we describe in more detail
our participation in these shared tasks.
4.1</p>
      <sec id="sec-4-1">
        <title>RumorEval 2019</title>
        <p>The RumorEval task was articulated in the
following sub-tasks: Task A (open stance
classification – SDQC) which was a
multiclass classification for determining whether a
message is a “support”, a “deny”, a “query”
or a “comment” with regard to the original
post; Task B (verification) which was a
binary classification for predicting the
veracity of a given rumour into “true” or “false”.</p>
        <p>We will focus here only on commenting the
approach and results regarding Task A, that
more related to stance detection.</p>
        <p>
          In our system
          <xref ref-type="bibr" rid="ref3">(Ghanem et al., 2019)</xref>
          we
have modeled novel features taking
advantage of the UD syntactic analysis made
available after the application of the UDpipe to
the dataset. The application of the
syn
        </p>
        <p>5Translation: I have launched a reporter into the air
and they do not fly...</p>
        <p>6https://pypi.org/project/ufal.udpipe/
7https://github.com/UniversalDependencies/
UD_Spanish-GSD
8https://spacy.io/models/en
9https://competitions.codalab.org/
competitions/19938
10http://www.autoritas.net/IroSvA2019//
aux
root
obj
det
nmod
case
conj
det
punct
cc
advmod
punct
AUX VERB DET NOUN ADP DET NOUN CCONJ ADV VERB PUNCT SYM
He lanzado un relator a el aire y no vuelan ...
tactic “dependency relations” (deprels)
allows us to extract from data: (a) the
ratio of negation dependencies compared to
all the other relations; (b) the Bag of
Relations (BoR all) considering all the deprels
attached to all the tokens; (c) the Bag of
Relations (BoR list) considering all the
deprels attached to the tokens belonging to a
selected list of words11; and finally (d) Bag
of Relations (BoR verbs) considering all the
deprels attached to all the verbs, thus fully
exploiting morpho-syntactic knowledge.</p>
        <p>We tested different machine learning
classifiers performing 10-fold cross-validation.</p>
        <p>The results showed that Logistic Regression
(LR) produces the highest scores. In general,
the syntactic features we proposed here are
really straightforward and simple,
nonetheless they helped us to improve the overall
performance of the system.</p>
        <p>Task A
macro-f1</p>
        <p>48.95</p>
        <p>In Table 1 we present the final scores achieved
accordingly to the task organizers.
4.2</p>
      </sec>
      <sec id="sec-4-2">
        <title>IroSvA 2019</title>
        <p>
          The IroSvA 2019 shared task at IberLEF
2019 was focused on Irony Detection in
Spanish Variants, to be addressed as a classical
binary classification task. It allowed us to test
the importance of morpho-syntactic
information in the task of irony detection too. For
this purpose, we exploited a straightforward
methodology: we combined a Support Vector
Classifier with a linear kernel (SVM), with
11We manually created a list of words
semantically significant and useful for discriminating the four
sub-classes. For more details refer to
          <xref ref-type="bibr" rid="ref3">Ghanem et al.
(2019)</xref>
          .
shallow features based on morphology and
dependency syntax. Beyond the
morphological and syntactic analysis performed by the
UDpipe, we applied another pre-processing
step, which consists in stripping URLs from
texts, all already normalized to lowercase
letters.
        </p>
        <p>
          In addition to the features already
proposed in
          <xref ref-type="bibr" rid="ref3">Ghanem et al. (2019)</xref>
          for the
participation to RumorEval 2019 (see Sec. 4.1), we
implemented here some novel features based
on the ideas of
          <xref ref-type="bibr" rid="ref20">Sidorov et al. (2014)</xref>
          . In
particular we created a Bag of Word Forms
(tokens), considering the bi-grams that can be
collected following the syntactic tree
structure (rather than the bi-grams that can be
collected reading the words of the sentence in
the linear order). For instance, the bi-grams
corresponding to the sentence in Figure 1
include: [’lanzado’, ’He’], [’lanzado’, ’relator’],
[’relator’, ’un’], [’relator’, ’aire’], [’aire’, ’a’],
[’aire’, ’el’], [’lanzado’, ’vuelan’], [’vuelan’,
’y’], [’vuelan’, ’no’], [’vuelan’, ’...’]. Then, the
same approach was replicated in order to
obtain bi-grams of deprels.
        </p>
        <p>LDSE
W2V
Word nGrams
MAJORITY
Our system
f-avg
0.6579
0.6376
0.6192
0.4000
0.6302
quite promising, and that the
dependencybased features deserves a finer-grained study,
in future work we will further investigate
them observing their portability in other
languages different than Spanish.
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Objectives and future work</title>
      <p>Our research aims at investigating the role
that syntax can play in sentiment analysis
tasks, in particular focusing on irony and
stance detection. Up to now we have
tailored some shallow morpho-syntactic features
based on dependency syntax as they are
represented according to the UD format.</p>
      <p>In particular, we have explored until now
the role of dependency relations within two
contexts and across two languages: stance
detection for English and irony detection for
Spanish. We are currently working on the
development of four different datasets extracted
from Twitter for four different langauges
(English, Spanish, French and Italian) and
annotated for both stance and irony. The datasets
thus built will help us in testing our
hypothesis in a real multilingual setting.
Considering the relevance of the syntactic
annotation for the suitability of our approach, we
are also working in the development and
improvement of resources annotated in UD
format.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Cignarella</surname>
            , A. T.,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Frenda</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Basile</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Bosco</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Patti</surname>
            , and
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Rosso</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Overview of the EVALITA 2018 Task on Irony Detection in Italian Tweets (IronITA)</article-title>
          .
          <source>In Proceedings of the 6th evaluation campaign of Natural Language Processing and Speech tools for Italian (EVALITA</source>
          <year>2018</year>
          ), volume
          <volume>2263</volume>
          . CEURWS.org.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Derczynski</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Bontcheva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Liakata</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Procter</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. W. S.</given-names>
            <surname>Hoi</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Zubiaga</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Semeval-2017 task 8: Rumoureval: Determining rumour veracity and support for rumours</article-title>
          .
          <source>arXiv preprint arXiv:1704</source>
          .
          <fpage>05972</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Ghanem</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>A. T.</given-names>
            <surname>Cignarella</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bosco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          , and
          <string-name>
            <given-names>F. M. Rangel</given-names>
            <surname>Pardo</surname>
          </string-name>
          .
          <year>2019</year>
          . UPV-28-UNITO at SemEval
          <article-title>-2019 Task 7: Exploiting Post's Nesting and Syntax Information for Rumor Stance Classification</article-title>
          .
          <source>In Proceedings of the 12th International Workshop on Semantic Evaluation (SemEval-2019)</source>
          , pages
          <fpage>1121</fpage>
          -
          <lpage>1127</lpage>
          . ACL.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Gorrell</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Bontcheva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Derczynski</surname>
          </string-name>
          , E. Kochkina,
          <string-name>
            <given-names>M.</given-names>
            <surname>Liakata</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Zubiaga</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Rumoureval 2019: Determining rumour veracity and support for rumours</article-title>
          . arXiv preprint arXiv:
          <year>1809</year>
          .06683.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Grice</surname>
            ,
            <given-names>P. H.</given-names>
          </string-name>
          <year>1975</year>
          .
          <article-title>Logic and Conversation</article-title>
          .
          <source>Syntax and Semantics</source>
          <volume>3</volume>
          :
          <string-name>
            <given-names>Speech</given-names>
            <surname>Arts</surname>
          </string-name>
          , pages
          <fpage>41</fpage>
          -
          <lpage>58</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Grice</surname>
            ,
            <given-names>P. H.</given-names>
          </string-name>
          <year>1978</year>
          <source>. Further Notes on Logic and Conversation. Pragmatics</source>
          ,
          <volume>1</volume>
          :
          <fpage>13</fpage>
          -
          <lpage>128</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Hern</surname>
            ´andez Far´ıas,
            <given-names>D. I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>J.-M. Bened</surname>
          </string-name>
          <article-title>´ı, and</article-title>
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Applying basic features from sentiment analysis for automatic irony detection</article-title>
          .
          <source>In Pattern Recognition and Image Analysis</source>
          , volume
          <volume>9117</volume>
          . Springer, pages
          <fpage>337</fpage>
          -
          <lpage>344</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Karoui</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Benamara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Moriceau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Aussenac-Gilles</surname>
          </string-name>
          , and
          <string-name>
            <given-names>L. H.</given-names>
            <surname>Belguith</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Towards a contextual pragmatic model to detect irony in tweets. In 53rd Annual Meeting of the Association for Computational Linguistics (ACL</article-title>
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Karoui</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Benamara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Moriceau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Patti</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Bosco</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Exploring the Impact of Pragmatic Phenomena on Irony Detection in Tweets: A Multilingual Corpus Study</article-title>
          .
          <source>In Proceedings of the European Chapter of the Association for Computational Linguistics (EACL</source>
          <year>2017</year>
          ), pages
          <fpage>262</fpage>
          -
          <lpage>272</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Kouloumpis</surname>
            , E., T. Wilson, and
            <given-names>J. D.</given-names>
          </string-name>
          <string-name>
            <surname>Moore</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Twitter sentiment analysis: The good the bad and the omg</article-title>
          !
          <source>In Proceedings of the ICWSM: International AAAI Conference on Web and Social Media</source>
          , pages
          <fpage>538</fpage>
          -
          <lpage>541</lpage>
          . AAAI.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Maynard</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Funk</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Automatic Detection of Political Opinions in Tweets</article-title>
          .
          <source>In Proceedings of the ESWC: Extended Semantic Web Conference</source>
          , pages
          <fpage>88</fpage>
          -
          <lpage>99</lpage>
          . Springer.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Mihalcea</surname>
            , R. and
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Pulman</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Characterizing Humour: An Exploration of Features in Humorous Texts</article-title>
          .
          <source>In International Conference on Intelligent Text Processing and Computational Linguistics</source>
          , pages
          <fpage>337</fpage>
          -
          <lpage>347</lpage>
          . Springer.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>Mohammad</surname>
            ,
            <given-names>S. M.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Sobhani</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Kiritchenko</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Stance and sentiment in tweets</article-title>
          .
          <source>arXiv preprint arXiv:1605</source>
          .
          <fpage>01655</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>Nivre</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>M.-C. De Marneffe</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Ginter</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Goldberg</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Hajic</surname>
            ,
            <given-names>C. D.</given-names>
          </string-name>
          <string-name>
            <surname>Manning</surname>
          </string-name>
          , R. T.
          <string-name>
            <surname>McDonald</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Petrov</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Pyysalo</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          <string-name>
            <surname>Silveira</surname>
          </string-name>
          , et al.
          <year>2016</year>
          .
          <article-title>Universal Dependencies v1: A Multilingual Treebank Collection</article-title>
          .
          <source>In Proceedings of the 10th International Conference on Language Resources and Evaluation (LREC</source>
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <surname>Ortega</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>F. M.</given-names>
            <surname>Rangel Pardo</surname>
          </string-name>
          ,
          <string-name>
            <surname>D. I.</surname>
          </string-name>
          <article-title>Hern´andez Far´ıas</article-title>
          , P. Rosso,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>Montesy-G´omez, and</article-title>
          <string-name>
            <given-names>J. E. Medina</given-names>
            <surname>Pagola</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <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>co-located with 34th Conference of the Spanish Society for Natural Language Processing (SEPLN</article-title>
          <year>2019</year>
          ).
          <article-title>CEUR-WS.org</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <surname>Reyes</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D.</given-names>
            <surname>Buscaldi</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Finding humour in the blogosphere: the role of wordnet resources</article-title>
          .
          <source>In Proceedings of the 5th Global WordNet Conference</source>
          , pages
          <fpage>56</fpage>
          -
          <lpage>61</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <surname>Reyes</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D.</given-names>
            <surname>Buscaldi</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>From Humor Recognition to Irony Detection: The Figurative Language of Social Media</article-title>
          .
          <source>Data &amp; Knowledge Engineering</source>
          ,
          <volume>74</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>12</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <surname>Saif</surname>
            , H.,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>He</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Fernandez</surname>
            , and
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Alani</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Contextual Semantics for Sentiment Analysis of Twitter</article-title>
          .
          <source>Information Processing &amp; Management</source>
          ,
          <volume>52</volume>
          (
          <issue>1</issue>
          ):
          <fpage>5</fpage>
          -
          <lpage>19</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <surname>Sidorov</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Velasquez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Stamatatos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gelbukh</surname>
          </string-name>
          , and L. Chanona-Hern´
          <fpage>andez</fpage>
          .
          <year>2013</year>
          .
          <article-title>Syntactic dependency-based ngrams: More evidence of usefulness in classification</article-title>
          .
          <source>In International Conference on Intelligent Text Processing and Computational Linguistics</source>
          , pages
          <fpage>13</fpage>
          -
          <lpage>24</lpage>
          . Springer.
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <surname>Sidorov</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Velasquez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Stamatatos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gelbukh</surname>
          </string-name>
          , and L. Chanona-Hern´
          <fpage>andez</fpage>
          .
          <year>2014</year>
          .
          <article-title>Syntactic n-grams as machine learning features for natural language processing</article-title>
          .
          <source>Expert Systems with Applications</source>
          ,
          <volume>41</volume>
          (
          <issue>3</issue>
          ):
          <fpage>853</fpage>
          -
          <lpage>860</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <string-name>
            <surname>Sperber</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          and
          <string-name>
            <given-names>D.</given-names>
            <surname>Wilson</surname>
          </string-name>
          .
          <year>1981</year>
          .
          <article-title>Irony and the Use-Mention Distinction</article-title>
          . Philosophy,
          <volume>3</volume>
          :
          <fpage>143</fpage>
          -
          <lpage>184</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          <string-name>
            <surname>Taul</surname>
            ´e,
            <given-names>M.</given-names>
            , M.
          </string-name>
          <article-title>A</article-title>
          . Mart´ı,
          <string-name>
            <given-names>F. M.</given-names>
            <surname>Rangel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Bosco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Patti</surname>
          </string-name>
          , et al.
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          <article-title>Overview of the task on stance and gender detection in tweets on catalan independence at ibereval 2017</article-title>
          .
          <source>In 2nd Workshop on Evaluation of Human Language Technologies for Iberian Languages, IberEval</source>
          <year>2017</year>
          , volume
          <year>1881</year>
          , pages
          <fpage>157</fpage>
          -
          <lpage>177</lpage>
          . CEUR-WS.org.
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          <string-name>
            <surname>Van Hee</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          , E. Lefever, and
          <string-name>
            <given-names>V.</given-names>
            <surname>Hoste</surname>
          </string-name>
          .
          <year>2018</year>
          . SemEval
          <article-title>-2018 Task 3: Irony detection in English Tweets</article-title>
          . In
          <source>In Proceedings of the International Workshop on Semantic Evaluation (SemEval-2018)</source>
          . ACL.
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          <string-name>
            <surname>Wilson</surname>
            ,
            <given-names>D.</given-names>
            and D.
          </string-name>
          <string-name>
            <surname>Sperber</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>On verbal irony. Irony in language and thought</article-title>
          , pages
          <fpage>35</fpage>
          -
          <lpage>56</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>