<!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>ATC at IroSvA 2019: Shallow Syntactic Dependency-based Features for Irony Detection in Spanish Variants</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>
        <contrib contrib-type="author">
          <string-name>Cristina Bosco</string-name>
          <email>bosco@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>257</fpage>
      <lpage>263</lpage>
      <abstract>
        <p>In the present paper we describe the participation of the ATC team at the IroSvA 2019 shared task at IberLEF 2019, which is focused on Irony Detection in Spanish Variants, addressing its identi cation as a classical binary classi cation task. The approach is mainly oriented in performing a preliminary test of the importance of morphosyntactic information in the task of irony detection. For this reason, we exploited a straightforward methodology: a Support Vector Classi er with a linear kernel, combined with shallow features based on morphology and dependency syntax. For the representation of such kind of knowledge we relied on the application on the data of the well-known Universal Dependencies format.</p>
      </abstract>
      <kwd-group>
        <kwd>Irony</kwd>
        <kwd>Social Media</kwd>
        <kwd>Syntax</kwd>
        <kwd>Universal Dependencies</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        The recognition of irony and the identi cation of pragmatic and linguistic devices
that activate it are known as very challenging tasks to be performed by both
humans or automatic tools [
        <xref ref-type="bibr" rid="ref14 ref15 ref16 ref19 ref20">14,15,16,19,20</xref>
        ]. The presence of ironic devices in a text
can change the polarity of an opinion expressed with positive words for
intending a negative meaning. This can signi cantly undermine systems' accuracy and
makes crucial the development of irony-aware systems [
        <xref ref-type="bibr" rid="ref10 ref12 ref2 ref21 ref22 ref26 ref27 ref5 ref8 ref9">2,5,8,9,10,12,21,22,26,27</xref>
        ].
      </p>
      <p>
        The growing interest in this task is attested by the proposal of shared tasks
focusing on irony detection and its impact on sentiment analysis in social media
[
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], in the context of periodical evaluation campaigns for NLP tools for many
languages, see for instance the pilot task on irony detection proposed for Italian
in SENTIPOLC at EVALITA, in the 2014 and 2016 editions [
        <xref ref-type="bibr" rid="ref1 ref3">1,3</xref>
        ] and the related
task proposed for French at DEFT at TALN 2017 [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. For what concerns English,
after a rst task at SemEval-2015 (i.e. Task 11) focusing on Sentiment Analysis
of Figurative Language in Twitter [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], in 2018 a shared task on irony detection
in tweets has been proposed (SemEval-2018 Task 3: Irony detection in English
tweets) [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ]. The setting proposed for the Semeval-2018 is an indication of the
growing interest for a deeper analysis of the linguistic phenomena underlying
ironic expressions. Such kind of deeper analysis naturally calls for the de nition
and the exploitation of schemes allowing the annotation of ner-grained features
and resources in order to hopefully improve the performance of automatic
systems in this especially challenging task. For instance, an especially ne-grained
annotation format for irony is the one proposed in Karoui et al. [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ],
concerning French, Italian and English. The same scheme has later been applied on a
larger Italian corpus twittiro [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. The resulting annotated corpus has been
exploited as reference dataset within the context of the IronITA shared task at the
EVALITA 2018 evaluation campaign on Irony and Sarcasm Detection in Italian
Tweets.
      </p>
      <p>
        In this paper we describe our submission at the IroSvA 2019 shared task
[
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], which focused on Irony Detection in Spanish Variants. In particular, for
testing hypotheses about the involvement of morphology and syntax in gurative
language phenomena, what we propose here is an investigation focused on these
deep levels of representation and their usefulness for modeling irony in social
media in a computational perspective.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Task Description</title>
      <p>The task is structured into three subtasks, each one for predicting whether
messages are ironic or not in three di erent variants of the Spanish language, i.e.
those spoken respectively in Spain, Mexico and Cuba. The aim is that of
investigating whether a short message, written in the Spanish language, is ironic or
not with respect to a given context.
The organizers provided a di erent training and test set for each Spanish variant
where the items are distributed as shown in Table 1. The Spanish and Mexican
sets are composed by tweets, while the set from Cuba included news comments.
As far as the distribution of irony, each training set contained 800 ironic and
1,600 not ironic texts. The same proportion of 33%-66% has been also maintained
in the test set, counting respectively 200 ironic and 400 not-ironic texts in each
subset.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Methodology</title>
      <p>Because of our interest in features related to syntax and their contribution in
gurative language detection, we didn't take into account lexical features also
considering that they can be too much in uenced by the involved Spanish
varieties. Therefore, we trained our automatic system on the three datasets
altogether (7,200 texts) and tested the same model on the three di erent test sets,
regardless of the three variants of Spanish.
3.1</p>
      <sec id="sec-3-1">
        <title>Preprocessing</title>
        <p>We applied two preprocessing steps: the stripping of URLs from texts all
normalized to lowercase letters, and the morpho-syntactic analysis. We trained indeed
the UDPipe (which includes tokenization, Part of Speech tagging and parsing)
on the UD Spanish-GSD corpus for generating for each item of the dataset a
CoNLL-U tree in Universal Dependencies (UD) format, the de facto standard
for dependency-based syntactic representations.
3.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>The ATC System</title>
        <p>After having performed experiments with Random Forest, Decision Trees and
Support Vector Machine, we nally implemented our system with a linear kernel
with the last classi er, which resulted the best performing one. We propose a
straightforward approach with two di erent types of features: a) common
\baseline" features, widely explored in sentiment analysis tasks and in irony detection
tasks too; and b) new syntactic \dependency-based" features. Our novel
contribution mainly consists in the exploitation of these latter features to create vectorial
representations of texts; all them (listed in point b) have been made available
thanks to the application of the UDpipeline and the subsequent generation of
the dependency trees corresponding to the items of the datasets. Figure 1 shows
a tweet where the UD format has been applied (Translation: I have launched a
reporter into the air and they do not y... ).</p>
        <sec id="sec-3-2-1">
          <title>a) Baseline features</title>
          <p>Bag of Words (BoW): each tweet was pre-processed to convert it to lowercase
letters. Then we extracted unigrams, bigrams and trigrams to create a binary
representation</p>
          <p>Bag of Char-grams (BoC): we considered the sequence of char-grams in a range
from 2 to 5 characters.</p>
        </sec>
        <sec id="sec-3-2-2">
          <title>b) Dependency-based features</title>
          <p>
            Bag of Dependency Relations (BoDeprel): following the approach described by
Ghanem et al. [
            <xref ref-type="bibr" rid="ref7">7</xref>
            ], we considered the sets from 5 to 7 dependency relations as
occurring in the linear order of the sentence from left to right.
          </p>
          <p>aux
root
obj
det</p>
          <p>conj
nmod
case
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 ...</p>
          <p>
            Bag of SyntaxPath's Word Forms (Path Form): starting from the intuition
of Sidorov et al. [
            <xref ref-type="bibr" rid="ref23 ref24">23,24</xref>
            ] 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 sentence from left to right).
For instance, the Path Form corresponding to the sentence in Figure 1 includes
['lanzado', 'he'], ['lanzado', 'relator'], ['relator', 'un'], ['relator', 'aire'], ['aire', 'a'],
['aire', 'el'], ['lanzado', 'vuelan'], ['vuelan', 'y'], ['vuelan', 'no'], ['vuelan', '...'].
          </p>
          <p>Bag of SyntaxPath's Deprels (Path Deprel): we created a Bag of Deprels,
collecting the dependency relations occurring in the structure of the syntactic tree,
i.e. following the syntactic paths, thus creating a vectorial space based on
bigrams, combining dependency relations in pairs. For instance, the Path Deprel
corresponding to the sentence in Figure 1 includes ['root', 'aux'], ['root', 'punct'],
['root', 'conj'], ['conj', 'cc'], ['conj', 'advmod'], ['conj', 'punct'], ['root', 'obj'],
['obj', 'det'], ['obj', 'nmod'], ['nmod', 'case'], ['nmod', 'det'].</p>
          <p>The system is available at: https://github.com/AleT-Cig/ATC_IroSvA_2019.
4</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Results</title>
      <p>
        In Table 2 we show our o cial results in comparison with the four baselines
proposed by the organizers. We can observe how, on average, our dependency-based
approach performs better than shallow lexical techniques, such as word n-grams,
but is not stronger than more re ned approaches, such as those implemented in
the neural-network based approach of word2vec and LDSE [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ].
A ne-grained observation of results shows that our system performs better
on the Spanish and Mexican datasets (Favg es = 0.6512, Favg mx = 0.6454)
and slightly worse in the Cuban variety (Favg cu = 0.5941). We recall this is
connected to the nature of the datasets, in fact, the rst two are composed by
tweets while the Cuban dataset is composed by news comments which may be
featured by a slightly di erent syntactical structure.
5
      </p>
    </sec>
    <sec id="sec-5">
      <title>Conclusions</title>
      <p>In this paper we presented an overview of the ATC submission for the IroSvA
2019 shared task on Irony Detection in Spanish Variants at IberLEF 2019. We
participated to the shared task by submitting one single system for the detection
of irony in Spanish, Mexican and Cuban texts with a view to testing the
suitability of the features we engineered across di erent datasets of Spanish variants
based on syntactic knowledge.</p>
      <p>
        Our approach, chie y based on morphological and dependency-based
syntactic features, proved to perform better than straightforward baselines, such as
word n-grams and majority voting, and also to be able to provide in-line results
with respect to stronger baselines based on word2vec semantic representation
and the LDSE system [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ].
      </p>
      <p>The results show that focusing on syntactic features, namely Bag of
SyntaxPath's Word Forms and Bag of SyntaxPath's Deprels (i.e. the novel contribution
of our work), produced a good contribution to the Irony Detection task in
Spanish Variants. Considering that the results seem quite promising, and that the
dependency-based features deserves a ner-grained study, in future work we will
further investigate them observing their behavior in other tasks related to
sentiment analysis. In particular, thanks to the great adaptability of the UD format
across di erent languages, we plan to test these new features in a multilingual
scenario too.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgements</title>
      <p>The work of Cristina Bosco was partially funded by Progetto di Ateneo/CSP
2016 (Immigrants, Hate and Prejudice in Social Media, S1618L2BOSC01).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <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 Third Italian Conference on Computational Linguistics</source>
          (CLiC-it
          <year>2016</year>
          ) &amp;
          <article-title>Fifth Evaluation Campaign of Natural Language Processing and Speech Tools for Italian (EVALITA 2016)</article-title>
          . vol.
          <volume>1749</volume>
          .
          <string-name>
            <surname>CEUR-WS.org</surname>
          </string-name>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Barbieri</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Saggion</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ronzano</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Modelling sarcasm in Twitter, a novel approach</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>50</volume>
          {
          <fpage>58</fpage>
          .
          <string-name>
            <surname>ACL</surname>
          </string-name>
          (
          <year>June 2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <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 the 4th Evaluation Campaign of Natural Language Processing and Speech Tools for Italian (EVALITA</source>
          <year>2014</year>
          )
          <article-title>(</article-title>
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <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: Actes de l'
          <article-title>atelier DEFT2017 associe a la conference TALN</article-title>
          .
          <article-title>Association pour le Traitement Automatique des Langues (ATALA) (</article-title>
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <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>Bolioli</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Developing Corpora for Sentiment Analysis: The Case of Irony and Senti-TUT</article-title>
          .
          <source>IEEE Intelligent Systems</source>
          <volume>28</volume>
          (
          <issue>2</issue>
          ),
          <volume>55</volume>
          {
          <fpage>63</fpage>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <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 11th Language Resources and Evaluation Conference (LREC)</source>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Ghanem</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <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>Rosso</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rangel Pardo</surname>
            ,
            <given-names>F.M.:</given-names>
          </string-name>
          <article-title>UPV28-UNITO at SemEval-2019 Task 7: Exploiting Post's Nesting and Syntax Information for Rumor Stance Classi cation</article-title>
          .
          <source>In: Proceedings of the 12th International Workshop on Semantic Evaluation (SemEval-2019)</source>
          . pp.
          <volume>1121</volume>
          {
          <fpage>1127</fpage>
          .
          <string-name>
            <surname>ACL</surname>
          </string-name>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <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
          <source>Task</source>
          <volume>11</volume>
          :
          <article-title>Sentiment Analysis of Figurative Language in Twitter</article-title>
          .
          <source>In: Proceedings of the 9th International Workshop on Semantic Evaluation (SemEval2015)</source>
          . pp.
          <volume>470</volume>
          {
          <fpage>478</fpage>
          .
          <string-name>
            <surname>ACL</surname>
          </string-name>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9. Gonzalez-Iban~ez, R.,
          <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</source>
          . pp.
          <volume>581</volume>
          {
          <fpage>586</fpage>
          .
          <string-name>
            <surname>ACL</surname>
          </string-name>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10. Hernandez Far as,
          <string-name>
            <given-names>D.I.</given-names>
            ,
            <surname>Bened</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.M.</given-names>
            ,
            <surname>Rosso</surname>
          </string-name>
          ,
          <string-name>
            <surname>P.</surname>
          </string-name>
          :
          <article-title>Applying basic features from sentiment analysis for automatic irony detection</article-title>
          .
          <source>In: Pattern Recognition and Image Analysis</source>
          , vol.
          <volume>9117</volume>
          , pp.
          <volume>337</volume>
          {
          <fpage>344</fpage>
          . Springer (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11. 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="ref12">
        <mixed-citation>
          12.
          <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 (Volume 2: Short Papers)</source>
          . pp.
          <volume>757</volume>
          {
          <fpage>762</fpage>
          .
          <string-name>
            <surname>ACL</surname>
          </string-name>
          (
          <year>July 2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <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>
          :
          <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>
          ). pp.
          <volume>262</volume>
          {
          <issue>272</issue>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Kouloumpis</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          , Wilson,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Moore</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.D.</surname>
          </string-name>
          :
          <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>
          . pp.
          <volume>538</volume>
          {
          <fpage>541</fpage>
          .
          <string-name>
            <surname>AAAI</surname>
          </string-name>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Maynard</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Funk</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Automatic Detection of Political Opinions in Tweets</article-title>
          .
          <source>In: Proceedings of the ESWC: Extended Semantic Web Conference</source>
          . pp.
          <volume>88</volume>
          {
          <fpage>99</fpage>
          . Springer (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Mihalcea</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pulman</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          : Characterizing Humour:
          <article-title>An Exploration of Features in Humorous Texts</article-title>
          .
          <source>In: International Conference on Intelligent Text Processing and Computational Linguistics</source>
          . pp.
          <volume>337</volume>
          {
          <fpage>347</fpage>
          . Springer (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <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>
            <surname>M.</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Medina</given-names>
            <surname>Pagola</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>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>
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <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="ref19">
        <mixed-citation>
          19.
          <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>Finding humour in the blogosphere: the role of wordnet resources</article-title>
          .
          <source>In: Proceedings of the 5th Global WordNet Conference</source>
          . pp.
          <volume>56</volume>
          {
          <issue>61</issue>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <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 Figurative 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="ref21">
        <mixed-citation>
          21.
          <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</source>
          <volume>47</volume>
          (
          <issue>1</issue>
          ),
          <volume>239</volume>
          {
          <fpage>268</fpage>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <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>Silva</surname>
            ,
            <given-names>L.D.</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>
          ,
          <source>(EMNLP</source>
          <year>2013</year>
          ). pp.
          <volume>704</volume>
          {
          <fpage>714</fpage>
          .
          <string-name>
            <surname>ACL</surname>
          </string-name>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Sidorov</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Velasquez</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stamatatos</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gelbukh</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chanona-Hernandez</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Syntactic dependency-based n-grams: More evidence of usefulness in classi cation</article-title>
          .
          <source>In: International Conference on Intelligent Text Processing and Computational Linguistics</source>
          . pp.
          <volume>13</volume>
          {
          <fpage>24</fpage>
          . Springer (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Sidorov</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Velasquez</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stamatatos</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gelbukh</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chanona-Hernandez</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <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>
          ),
          <volume>853</volume>
          {
          <fpage>860</fpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <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>
          </string-name>
          , V.:
          <article-title>SemEval-2018 Task 3: Irony detection in English Tweets</article-title>
          .
          <source>In: In Proceedings of the International Workshop on Semantic Evaluation (SemEval-2018)</source>
          .
          <source>ACL</source>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>A.P.</given-names>
          </string-name>
          : #
          <article-title>Irony or #Sarcasm | A Quantitative and Qualitative Study Based on Twitter</article-title>
          .
          <source>In: Proceedings of the PACLIC: the 27th Paci c Asia Conference on Language, Information, and Computation</source>
          . pp.
          <volume>349</volume>
          {
          <fpage>356</fpage>
          .
          <string-name>
            <surname>ACL</surname>
          </string-name>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <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>