<!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>Early Fusion of Traditional and Deep Features for Irony Detection in Twitter</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Hairo Ulises Miranda-Belmonte</string-name>
          <email>hairo.miranda@cimat.mx</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Adrian Pastor Lopez-Monroy</string-name>
          <email>pastor.lopez@cimat.mx</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Mathematics Reseach Center (CIMAT) Campus Monterrey, Alianza Centro 502</institution>
          ,
          <addr-line>66629 Nuevo Leon</addr-line>
          ,
          <country country="MX">Mexico</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Mathematics Research Center (CIMAT)</institution>
          ,
          <addr-line>Jalisco s/n Valenciana, 36023 Guanajuato</addr-line>
          ,
          <country country="MX">Mexico</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2019</year>
      </pub-date>
      <fpage>272</fpage>
      <lpage>277</lpage>
      <abstract>
        <p>In this paper we describe the system designed by the Mathematics Research Center (CIMAT) for participating at IroSvA: Irony Detection in Spanish Variants 2019. In this work, we addressed the Irony Detection task by exploiting Traditional and Deep Features. The core idea is to separately extract traditional features based on n-gram occurrences and frequencies, and jointly use them with features computed from neural networks. For this, we concatenate three di erent feature vectors that feed a classi er (a.k.a., early fusion), each attribute space captures information from: i) n-grams, ii) embeddings and iii) hidden units from a Recurrent Neural Network. This strategy produces enriched representations for documents, where di erent aspects of style and content are highlighted for the classi er. We evaluate the proposed approach and compare with the individual performance of each feature space. The experimental evaluation on the IroSvA corpora showed that the proposal outperforms all baselines, has the best performance in the Cuban variant of Spanish and the overall second place in the challenge. Furthermore, the results are strong evidence of the usefulness of the representation to identify irony independently of the language variety.</p>
      </abstract>
      <kwd-group>
        <kwd>Irony Detection</kwd>
        <kwd>Text Classi cation</kwd>
        <kwd>Embeddings for Clas- si cation</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Recently, the Irony Detection task has gained the interest of the scienti c
community. In Irony Detection one aims to build computational methods that
automatically identify this phenomenon in written language [
        <xref ref-type="bibr" rid="ref16 ref3 ref6">3, 16, 6</xref>
        ]. The task is
very challenging and has a wide applicability with a broad impact in a number of
problems ranging from marketing to business intelligence. The Irony Detection
task at IroSvA 2019 is focused on the recognition of this phenomenon in three
di erent variants of Spanish: Cuba, Spain and Mexico [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. According to the
literature, the Irony Detection task has been approached by several researchers
[
        <xref ref-type="bibr" rid="ref14 ref15">14, 15</xref>
        ]. Many of these e orts have been devoted to the analysis of the textual
representation and features (e.g., lexical, syntactical, etc.) [
        <xref ref-type="bibr" rid="ref16 ref3 ref4">4, 3, 16</xref>
        ]. Regardless
of the novel textual features and representations, most of them fail in
capturing accurate information from informal documents and solve the problem [
        <xref ref-type="bibr" rid="ref15 ref3">3,
15</xref>
        ]. This is especially true in the social media domain, where the easiness of
writing/sending messages leads people to make many grammatical and spelling
errors. The previous situation captured the attention of some researchers, who
began to model high level aspects (e.g., semantic and structural information) for
the Irony Detection task [
        <xref ref-type="bibr" rid="ref10 ref15">15, 10</xref>
        ].
      </p>
      <p>
        According to the literature in text classi cation in social media, some
methods that build high level features (e.g., embeddings, LSTMs, CNNs, etc.) based
on di erent textual units (e.g., word or character level) have been useful for
boosting the performance [
        <xref ref-type="bibr" rid="ref10 ref12 ref13">12, 13, 10</xref>
        ]. In this paper we propose to study these
features together with traditional features based on word and n-gram statistics.
We propose to extract ner and very local patterns by using n-grams and more
global patterns by using LSTMs and embeddings. For this we propose the idea
of performing early fusion over the latter feature spaces. The idea is to
separately compute each feature set and then perform the concatenation that will
feed a Support Vector Machine (SVM). Experimental results and a exhaustive
evaluation using the latter ideas seem promising and competitive compared to
other approaches that uses individually each feature space.
      </p>
      <p>The remainder of this paper is organized as follows: Section 2 introduces
the proposed approach. Section 3 explains the evaluation methodology for this
proposal. Finally Section 4 outlines the main conclusions and future avenues of
inquiry.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Early Fusion of Traditional and Deep Features</title>
      <p>
        In this work we aim to jointly exploit Traditional and Deep Features. The
traditional attributes will be word and n-gram statistics, whereas the deep features
will be those computed by means of LSTMs and embeddings (Word2Vec). We
detail each of the three feature spaces in the following lines:
1. The Bag of Words (BoW) is the most standard strategy to extract and
use traditional features based on counting words. In this paper we refer to
this model as Bag of Terms (BoT) as the generalization that could have
also other types of features such as n-grams at character and word level.
In our methodology, we always use the well known Term Frequency Inverse
Document Frequency (TF-IDF) weighting scheme for this feature space.
2. The embeddings are word vectors learned by using Word2Vec from big text
collections. In this work we evaluated pretrained word embeddings of 300
dimensions from Google [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] and 400 dimensions from Twitter [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. The idea is
to represent the documents by averaging the vectors of words that each
document contains. The intuition is to keep the linguistic regularities contained
in each document.
3. The Long Short Term Memory Neural Networks (LSTMs) are also used in
order to capture long term dependencies in documents. We evaluate LSTM
in two ways, in the rst one we encode the whole tweet with the LSTM,
then we use the hidden layer in the last time step to fed a Support Vector
Machine (SVM). In the second strategy we simply use the sigmoid function
to classify with the LSTM in the last step.
      </p>
      <p>
        In the following section we will present a detailed evaluation of the previous
strategies and di erent combinations of them. Each outcome in the results is
a particular setting for each feature space. For example the BoT uses di erent
number of unigrams according to a minimum frequency in documents in each
collection. In particular we discarded all terms that occur in less of the 10%
of documents. Moreover, when speci ed, the BoT uses n-grams (e.g.,
BoT-ngrams), that means the use of di erent number of features that we automatically
selected by using the chi square strategy implemented in sklearn. For the case
of embeddings we use the pretrained word vectors from [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] and [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Finally, for
the LSTM we used 256 hidden units, 50 bach size and Adam optimizer.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Evaluation</title>
      <p>In these experiments we are interested in exploring the contribution of di
erent strategies to classify in the Irony Detection task. The target scenarios are
language varieties. For this we present results from several methods and the
combination of them.</p>
      <p>
        In Tables 1 and 2 we evaluate the performance of di erent representations
using a Support Vector Machine (SVM) and Neural Network (NN) respectively.
The SVM is the one implemented in sklearn (LinearSVC), and we only optimize
the C parameter, whereas the NN was implemented in Keras and had only one
hidden layer with 512 neurons, dropout of .25, batch size of 50, nadam optimizer
and used 20% of the training data for validation. From these results it can be
seen that the SVM, in general, outperforms the Neural Network by a considerable
di erence. Also note that the Bag of Terms (BoT) using only unigrams (words)
has the overall best performance. This is interesting, since the BoT has shown
outstanding performance in many di erent text classi cation tasks [
        <xref ref-type="bibr" rid="ref1 ref10 ref11 ref2 ref4 ref7 ref8">2, 4, 10, 8,
1, 11, 7</xref>
        ]. Also note that, Word2Vec (W2V) showed better performance when
trained on Google instead of Twitter. Furthermore, the LSTM showed a sightly
better performance than embeddings. We hypothesize that this is because of
long term dependencies captured by this model and a ner-level of granularity
in the representation. Finally Word2Vec-Twitter representation obtained the
overall lowest performance, this could be due to the few training documents in
the data collection, where more data could be necessary to have more words in
the pre-computed vocabulary.
      </p>
      <p>
        Table 3 shows the nal results of this evaluation. The table shows the
performance of the combined representations. According to these results, the best
performing strategy is the early fusion of the three feature spaces. This is the
traditional BoT, Google embeddings [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] and the hidden units of the LSTM. Note
that in this table we now show an additional result that extends BoT with 1
5grams at word and character level. In this experiment we empirically select the
best n-grams for each size of n according to the Chi square metric. The particular
setting for BoT(n-grams) is as follows: i) 5k unigrams, 3k bigrams and 1k
trigrams at word level, and ii) 5k 3-grams, 5k 4-grams and 5k 5-grams at character
level. The idea of this is to give much more information to the BoT. The latter
is shown in the last row of the table and has the overall best performance for
our experiments. We believe that the good performance in the latter approach
is because nding patterns among di erent types of attributes, provides a more
detailed perspective for documents. Moreover, the embeddings and LSTMs help
to capture more information in a global level of the documents. In this regard,
the proposal is a suitable representation in Irony Detection task for social media.
Thus, the approach presented in this paper is an e ective alternative to address
the Irony Detection task in di erent language variants, where documents present
challenging di culties that hinder the accurate work of most natural language
processing tools.
In this paper we presented a novel idea to approach the Irony detection task.
The proposal extracts traditional and deep features from user-documents in the
dataset. For this, we exploit the n-grams, embeddings and the hidden layer of a
LSTM. Such features model target user-documents by performing early fusion of
features that are fed into a SVM. The intuitive idea is to encode local patterns
with n-grams and embeddings, and longer dependencies between words with the
LSTM. The latter strategy helps to improve the classi cation performance in
most of the language varieties. Using all these attributes, the classi er can keep
good classi cation rates. This is due to the relationship among di erent kind of
attributes. We have shown better experimental results than the standard BoT,
Word2Vec and LSTM, which has shown to be useful, but better when jointly
used.
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Alvarez-Carmona</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lopez-Monroy</surname>
            ,
            <given-names>A.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montes-y Gomez</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , Villasen~orPineda,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Meza</surname>
          </string-name>
          ,
          <string-name>
            <surname>I.</surname>
          </string-name>
          :
          <article-title>Evaluating topic-based representations for author pro ling in social media</article-title>
          .
          <source>In: Ibero-American Conference on Arti cial Intelligence</source>
          . pp.
          <volume>151</volume>
          {
          <fpage>162</fpage>
          . Springer (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <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="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Davidov</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tsur</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rappoport</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Semi-supervised recognition of sarcastic sentences in twitter and amazon</article-title>
          .
          <source>In: Proceedings of the fourteenth conference on computational natural language learning</source>
          . pp.
          <volume>107</volume>
          {
          <fpage>116</fpage>
          .
          <article-title>Association for Computational Linguistics (</article-title>
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <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 the 9th International Workshop on Semantic Evaluation (SemEval</source>
          <year>2015</year>
          ). pp.
          <volume>470</volume>
          {
          <issue>478</issue>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Godin</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vandersmissen</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>De Neve</surname>
          </string-name>
          , W., Van de Walle, R.:
          <article-title>Multimedia lab @ acl wnut ner shared task: Named entity recognition for twitter microposts using distributed word representations</article-title>
          .
          <source>In: Proceedings of the Workshop on Noisy Usergenerated Text</source>
          . pp.
          <volume>146</volume>
          {
          <issue>153</issue>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <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="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Lopez-Monroy</surname>
            ,
            <given-names>A.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montes-y Gomez</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Escalante</surname>
            ,
            <given-names>H.J.</given-names>
          </string-name>
          ,
          <article-title>Villasen~or-</article-title>
          <string-name>
            <surname>Pineda</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stamatatos</surname>
          </string-name>
          , E.:
          <article-title>Discriminative subpro le-speci c representations for author proling in social media</article-title>
          .
          <source>Knowledge-Based Systems 89</source>
          ,
          <fpage>134</fpage>
          {
          <fpage>147</fpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Lopez-Monroy</surname>
            ,
            <given-names>A.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montes-y Gomez</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <article-title>Villasen~or-</article-title>
          <string-name>
            <surname>Pineda</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Carrasco-Ochoa</surname>
            ,
            <given-names>J.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mart</surname>
            nez-Trinidad,
            <given-names>J.F.:</given-names>
          </string-name>
          <article-title>A new document author representation for authorship attribution</article-title>
          .
          <source>In: Mexican Conference on Pattern Recognition</source>
          . pp.
          <volume>283</volume>
          {
          <fpage>292</fpage>
          . Springer (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sutskever</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corrado</surname>
            ,
            <given-names>G.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dean</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <article-title>Distributed representations of words and phrases and their compositionality</article-title>
          .
          <source>In: Advances in neural information processing systems</source>
          . pp.
          <volume>3111</volume>
          {
          <issue>3119</issue>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <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="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Ortega-Mendoza</surname>
            ,
            <given-names>R.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Franco-Arcega</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lopez-Monroy</surname>
            ,
            <given-names>A.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montes-y Gomez</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>I, me, mine: The role of personal phrases in author pro ling</article-title>
          .
          <source>In: International Conference of the Cross-Language Evaluation Forum for European Languages</source>
          . pp.
          <volume>110</volume>
          {
          <fpage>122</fpage>
          . Springer (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <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>Potthast</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Daelemans</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          :
          <article-title>Overview of the 3rd author pro ling task at pan 2015</article-title>
          . In: CLEF. sn (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <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>Verhoeven</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Daelemans</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Potthast</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Overview of the 4th author pro ling task at pan 2016: cross-genre evaluations</article-title>
          .
          <source>Working Notes Papers of the CLEF</source>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <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>On the di culty of automatically detecting irony: beyond a simple case of negation</article-title>
          .
          <source>Knowledge and Information Systems</source>
          <volume>40</volume>
          (
          <issue>3</issue>
          ),
          <volume>595</volume>
          {
          <fpage>614</fpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <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="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Veale</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hao</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Detecting ironic intent in creative comparisons</article-title>
          .
          <source>In: ECAI</source>
          . vol.
          <volume>215</volume>
          , pp.
          <volume>765</volume>
          {
          <issue>770</issue>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>