<!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>RETUYT-InCo at TASS 2019: Sentiment Analysis in Spanish Tweets</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Marcos Pastorini</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mauricio Pereira</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Nicolas Zeballos</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Luis Chiruzzo</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Aiala Rosa</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mathias Etcheverry</string-name>
          <email>mathiaseg@fing.edu.uy</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Facultad de Ingenier a, Universidad de la Republica Montevideo</institution>
          ,
          <country country="UY">Uruguay</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2019</year>
      </pub-date>
      <fpage>605</fpage>
      <lpage>610</lpage>
      <abstract>
        <p>This paper presents three approaches for classifying the sentiment of tweets for di erent Spanish variants in the TASS 2019 challenge. The classi ers are based on Multilayer Perceptron (MLP), Long Short Term Memory networks (LSTM), and transfer learning using BERT. Copyright c 2019 for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0). IberLEF 2019, 24 September 2019, Bilbao, Spain.</p>
      </abstract>
      <kwd-group>
        <kwd>Sentiment Analysis</kwd>
        <kwd>Machine Learning</kwd>
        <kwd>Neural Networks</kwd>
        <kwd>Word Embeddings</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        Sentiment analysis in tweets is an interesting task due to the large volume of
information generated every day, the subjective nature of most messages, and the
easy access to this material for analysis and processing. Speci c tasks related to
this eld have been organized for several years now: the International Workshop
on Semantic Evaluation (SemEval) includes a task on Tweets Sentiment Analysis
since 2013 [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], and, exclusively for Spanish, the TASS workshop, organized by
the SEPLN (Sociedad Espan~ola para el Procesamiento del Lenguaje Natural),
exists since 2012 [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ].
      </p>
      <p>
        As in many NLP areas, in the last years most of the works on sentiment
analysis have incorporated techniques based on Deep Learning and Word
Embeddings, in search of improving results. In recent editions of the TASS shared
tasks (2017 and 2018), the majority of participating systems rely on di erent
neural network models and on the use of word embeddings [
        <xref ref-type="bibr" rid="ref10 ref12">10,12</xref>
        ]. However,
approaches based on classic machine learning models (like SVM), when including
word embedding based features, remain competitive, reaching the top positions
for some test corpora [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ].
      </p>
      <p>
        In TASS 2018 (task 1) the best results were obtained by systems which used
deep learning [
        <xref ref-type="bibr" rid="ref4 ref7">4,7</xref>
        ], SVM [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], and genetic algorithms combined with SVM [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
All of them used word embeddings for words and tweets representation. Results
for monolingual experiments (using a single Spanish variant) were better than
results for crosslingual experiments. As in previous TASS editions, neutral tweets
are the most di cult to recognize.
      </p>
      <p>
        In TASS 2017 [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] the most used methods were deep learning and word
embeddings as well. The best results were obtained by: [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], who experimented
with di erent deep neural network architectures, using as input domain-speci c
and general-domain sets of embeddings; [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], who presented an ensemble of SVM
and Logistic Regression classi ers; [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], who presented an SVM classi er based
on the centroid of the tweets embeddings, a deep neural network (CNN), and
a combination of both; and [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], who combined an SVM classi er with genetic
programming. On the other hand, in the TASS editions prior to 2017, most of the
participants presented machine learning systems based on hand crafted features.
      </p>
      <p>
        SemEval 2018 [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], has included for the rst time a dataset for Spanish tweets
sentiment analysis. The best results for Spanish were obtained by systems based
on deep neural networks (Convolutional Neural Networks and Recurrent
Neural Networks) and SVM, based on word embeddings [
        <xref ref-type="bibr" rid="ref1 ref11 ref19 ref8">11,19,1,8</xref>
        ]. Some of them
extended the training set by translating English tweets [
        <xref ref-type="bibr" rid="ref11 ref19">11,19</xref>
        ]. Other systems
used subjective lexicons (Spanish lexicons and translated English lexicons).
      </p>
      <p>
        In this paper we describe three di erent approaches for Spanish tweet
classication presented by the RETUYT-InCo team for the TASS 2019 [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] sentiment
analysis challenge : a classi er based on Multilayer Perceptron (MLP), a Long
Short Term Memory (LSTM) network, and transfer learning using the BERT
model.
2
2.1
      </p>
    </sec>
    <sec id="sec-2">
      <title>Approaches</title>
      <sec id="sec-2-1">
        <title>Approach 1: Sentence Word Vectors Mean</title>
        <p>In this approach we considered multiple variants to perform the classi cation of
the sentence word vectors mean. This kind of sentence representation is not aware
of the sentence order but it can give surprisingly good results. We performed the
classi cation through layered fully connected neural networks and support vector
machines.</p>
        <p>Model Features We attempted to improve the classi cation performance
including the following additional features.</p>
        <p>{ Sentiment Lexicon: We considered a sentiment lexicon constituted by two
sets of words: positive and negative. We added two dimensions to the input
with the amount of words in the tweet of each set.
{ Tweet split: We split the input tweets into phrases and obtained the mean
vector through the mean vector of each phrase.
{ Dimensionality Reduction: We reduced the input vector dimensionality
using Principal Component Analysis (PCA).
{ Crosslingual exclusion: In the crosslingual task we excluded an additional
country from the training data.
Experiments Performed We trained multiple classi ers to achieve a good
model setting observing an overall better performance with MLP than SVM.
Regarding dimensionality reduction we used PCA trying many numbers of
principal components, however, we could not obtain any considerable performance
improvement with this approach.</p>
        <p>In the crosslingual experiments, we trained models excluding each country
and we observed a performance improvement when excluding the Peru corpus
from the training data (for all the Spanish variants). Note also that the results
obtained for the Peru corpora are lower than the ones obtained for the remaining
variants.</p>
        <p>Regarding the MLP we considered batch sizes of 100 and 200 and di erent
con guration of hidden layer sizes.
2.2</p>
      </sec>
      <sec id="sec-2-2">
        <title>Approach 2: BERT Transfer Learning</title>
        <p>
          This approach relies on the transfer learning from a pretrained Spanish BERT [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ]
model to the sentiment detection task. The BERT model consists mainly in three
parts: word embeddings, encoder, and classi er. The input in term of its word
embeddings is given to the encoder and the encoder output is used to perform
the classi cation through a fully connected layer with a softmax output.
Pre-processing In this approach the following pre-processing steps were
considered to process the input tweet before it is given to the model:
{ User normalization: Each user id (e.g. @tass) was replaced by the token
        </p>
        <p>User.
{ URLs: Each url was replaced by the token URL.
{ Hashtags: The hash symbols (#) were deleted.
{ Laugh normalization: The laugh tokens (e.g. ja, jajj, jajjajaj, etc.) were
replaced by jaja.
{ Numbers: The numbers (e.g. 1,2,3,...) were replaced by its word names
(uno, dos, tres, ...)
Fine Tuning In the experiments we performed four ne tuning strategies:
only the encoder, only the classi er, both sequentially ( rst encoder and then
classi er) and both jointly. The best results were obtained when the encoder and
classi er are ne tuned jointly.</p>
        <p>The best performances were obtained when the model was trained for 5
epochs balancing the training corpus according to its polarity. When the training
corpus is not balanced, the model tends to over t and give the majority class.</p>
        <p>This approach performed better in the crosslingual than in the monolingual
tasks. Probably, this was because of the reduced training data for the
monolingual task.
2.3</p>
      </sec>
      <sec id="sec-2-3">
        <title>Approach 3: FastText LSTM</title>
        <p>
          The third approach is based on the use of fastText embeddings [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] as input for
an LSTM neural network.
        </p>
        <p>
          The tweets were normalized, as in [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ] and [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ], including abbreviation
normalization (que, porque, etc.) and emojis substitution ( :) :D etc).
        </p>
        <p>FastText was used to train 300 dimension vectors, using the training corpus
of each variant for monolingual experiments, and the whole training corpus for
crosslingual experiments.</p>
        <p>The best results on the development corpora were obtained by an LSTM
network with two LSTM layers, and the following con guration:
{ drop out: 0.5
{ number of words in input: 20
{ number of neurons: 256
{ batch size: 256
{ embeddings adjust: TRUE
{ using the early stopping and model checkpoint techniques
3</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Results</title>
      <p>Five di erent corpora considering ve Spanish variants were used for this task:
Spain (ES), Costa Rica (CR), Peru (PE), Uruguay (UY), and Mexico (MX).
Furthermore, the systems could be trained with training data for the corresponding
Spanish variant (monolingual case), or they could be trained using data from
other variants (crosslingual case). We decided to submit the best results for each
approach on each of the variants and training combinations. Despite we
performed some experiments on the Uruguayan dataset, we decided not to send our
results on this corpus because we participated in the corpus annotation process.
The results we obtained on the test corpora are shown in table 1.</p>
      <p>For the monolingual datasets, the best results were achieved by the rst
approach, based on MLP. On the other hand, for crosslingual datasets, the system
based on the BERT model performed better (except for the case of Costa Rica).</p>
      <p>Comparing to the systems developed by the other teams participating in
the TASS share task, we obtained some interesting results. Our MLP approach
was ranked rst on the corpus from Costa Rica for the monolingual task, and
our BERT based approach was ranked rst on the corpus from Spain for the
crosslingual task.</p>
      <p>Concerning the Uruguayan datasets, we had a good performance evaluating
on the development corpus, reaching a Macro-F of 0.50 for the monolingual
task (BERT based approach) and 0.48 for the crosslingual task (MLP based
approach).
4</p>
    </sec>
    <sec id="sec-4">
      <title>Conclusions</title>
      <p>We presented three approaches for TASS 2019 about classifying the sentiment
of tweets in di erent Spanish variants. The approaches we used are: MLP using
word embedding centroids and manually crafted features, transfer learning based
on the BERT model, and LSTM using fastText word embeddings.</p>
      <p>Our MLP based approach achieved good results in monolingual experiments
while the BERT based system performed better in the crosslingual task.
Probably this approach needs a bigger dataset for training.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Abdou</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kulmizev</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gines</surname>
          </string-name>
          i Ametlle, J.:
          <article-title>A ecthor at semeval-2018 task 1: A cross-linguistic approach to sentiment intensity quanti cation in tweets</article-title>
          .
          <source>In: Proceedings of The 12th International Workshop on Semantic Evaluation</source>
          . pp.
          <volume>210</volume>
          {
          <fpage>217</fpage>
          .
          <article-title>Association for Computational Linguistics (</article-title>
          <year>2018</year>
          ), http://aclweb.org/ anthology/S18-1032
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Bojanowski</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grave</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Joulin</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Enriching word vectors with subword information</article-title>
          .
          <source>arXiv preprint arXiv:1607.04606</source>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Ceron-Guzman</surname>
            ,
            <given-names>J.A.</given-names>
          </string-name>
          :
          <article-title>Classi er ensembles that push the state-of-the-art in sentiment analysis of spanish tweets</article-title>
          .
          <source>In: Proceedings of TASS</source>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Chiruzzo</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosa</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <string-name>
            <surname>RETUYT-InCo at</surname>
            <given-names>TASS</given-names>
          </string-name>
          2018:
          <article-title>Sentiment Analysis in Spanish Variants using Neural Networks and SVM</article-title>
          .
          <source>In: Proceedings of TASS</source>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Devlin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chang</surname>
            ,
            <given-names>M.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Toutanova</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Bert: Pre-training of deep bidirectional transformers for language understanding</article-title>
          .
          <source>In: NAACL-HLT</source>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>D</given-names>
            <surname>az-Galiano</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.C.</surname>
          </string-name>
          , et al.:
          <article-title>Overview of tass 2019</article-title>
          .
          <article-title>CEUR-WS, Bilbao</article-title>
          , Spain (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Gonzalez</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pla</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hurtado</surname>
          </string-name>
          , L.:
          <string-name>
            <surname>ELiRF-UPV at</surname>
            <given-names>TASS</given-names>
          </string-name>
          2018:
          <article-title>Sentiment Analysis in Twitter based on Deep Learning</article-title>
          .
          <source>In: Proceedings of TASS</source>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Gonzalez</surname>
            ,
            <given-names>J.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hurtado</surname>
            ,
            <given-names>L.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pla</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>Elirf-upv at semeval-2018 tasks 1 and 3: A ect and irony detection in tweets</article-title>
          .
          <source>In: Proceedings of The 12th International Workshop on Semantic Evaluation</source>
          . pp.
          <volume>565</volume>
          {
          <fpage>569</fpage>
          .
          <article-title>Association for Computational Linguistics (</article-title>
          <year>2018</year>
          ), http://aclweb.org/anthology/S18-1092
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Hurtado</surname>
            ,
            <given-names>L.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pla</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gonzalez</surname>
          </string-name>
          , J.:
          <source>ELiRF-UPV at TASS</source>
          <year>2017</year>
          :
          <article-title>Sentiment Analysis in Twitter based on Deep Learning</article-title>
          .
          <source>In: Proceedings of TASS</source>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10. y Eugenio Mart nez-Camara y M.
          <article-title>Angel Garc a Cumbreras y Manuel Garc a Vega y Julio Villena Roman</article-title>
          , M.C.D.G.:
          <article-title>The democratization of deep learning in tass 2017</article-title>
          .
          <source>Procesamiento del Lenguaje Natural</source>
          <volume>60</volume>
          (
          <issue>0</issue>
          ),
          <volume>37</volume>
          {
          <fpage>44</fpage>
          (
          <year>2018</year>
          ), http://journal.sepln. org/sepln/ojs/ojs/index.php/pln/article/view/5556
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Kuijper</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lenthe</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Noord</surname>
            ,
            <given-names>R.:</given-names>
          </string-name>
          <article-title>Ug18 at semeval-2018 task 1: Generating additional training data for predicting emotion intensity in spanish</article-title>
          .
          <source>In: Proceedings of The 12th International Workshop on Semantic Evaluation</source>
          . pp.
          <volume>279</volume>
          {
          <fpage>285</fpage>
          .
          <article-title>Association for Computational Linguistics (</article-title>
          <year>2018</year>
          ), http://aclweb.org/anthology/ S18-1041
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Mart</surname>
            nez-Camara,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Almeida Cruz</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <article-title>D az-</article-title>
          <string-name>
            <surname>Galiano</surname>
            ,
            <given-names>M.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Estevez Velarde</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Garc</surname>
            a-Cumbreras,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Garc</surname>
            a-Vega,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Gutierrez</given-names>
            <surname>Vazquez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Montejo</surname>
          </string-name>
          <string-name>
            <surname>Raez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Montoyo</surname>
          </string-name>
          <string-name>
            <surname>Guijarro</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          , Mun~oz Guillena,
          <string-name>
            <surname>R.</surname>
          </string-name>
          , Piad Mor s,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Villena-Roman</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.</surname>
          </string-name>
          :
          <source>Overview of TASS</source>
          <year>2018</year>
          :
          <article-title>Opinions, health and emotions</article-title>
          . In:
          <article-title>Mart nez-</article-title>
          <string-name>
            <surname>Camara</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Almeida Cruz</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <article-title>D az-</article-title>
          <string-name>
            <surname>Galiano</surname>
            ,
            <given-names>M.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Estevez Velarde</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Garc</surname>
            a-Cumbreras,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Garc</surname>
            a-Vega,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Gutierrez</given-names>
            <surname>Vazquez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Montejo</surname>
          </string-name>
          <string-name>
            <surname>Raez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Montoyo</surname>
          </string-name>
          <string-name>
            <surname>Guijarro</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          , Mun~oz Guillena,
          <string-name>
            <surname>R.</surname>
          </string-name>
          , Piad Mor s,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Villena-Roman</surname>
          </string-name>
          ,
          <string-name>
            <surname>J</surname>
          </string-name>
          . (eds.)
          <source>Proceedings of TASS 2018: Workshop on Semantic Analysis at SEPLN (TASS</source>
          <year>2018</year>
          ).
          <source>CEUR Workshop Proceedings</source>
          , vol.
          <volume>2172</volume>
          .
          <string-name>
            <surname>CEUR-WS</surname>
          </string-name>
          , Sevilla, Spain (
          <year>September 2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Mart</surname>
          </string-name>
          nez-Camara, E.,
          <article-title>D az-</article-title>
          <string-name>
            <surname>Galiano</surname>
            ,
            <given-names>M.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Garc</surname>
            a-Cumbreras,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Garc</surname>
            a-Vega,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Villena-Roman</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <article-title>Overview of tass 2017</article-title>
          . In: Villena Roman,
          <string-name>
            <surname>J.</surname>
          </string-name>
          ,
          <source>Garc a Cumbreras</source>
          ,
          <string-name>
            <given-names>M.A.</given-names>
            ,
            <surname>Mart</surname>
          </string-name>
          nez-Camara, Eugenio,
          <string-name>
            <given-names>D.G.M.C.</given-names>
            ,
            <surname>Garc</surname>
          </string-name>
          a Vega, M. (eds.)
          <source>Proceedings of TASS 2017: Workshop on Semantic Analysis at SEPLN (TASS</source>
          <year>2017</year>
          ).
          <source>CEUR Workshop Proceedings</source>
          , vol.
          <year>1896</year>
          .
          <article-title>CEUR-WS, Murcia</article-title>
          , Spain (
          <year>September 2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Moctezuma</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gra</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Miranda-Jimenez</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tellez</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Coronado</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sanchez</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ortiz-Bejar</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>A genetic programming approach to sentiment analysis for twitter: Tass'17</article-title>
          . In: Proceedings of TASS (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Moctezuma</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>O.B.J.T.E.M.J.S.G.M.</surname>
          </string-name>
          <article-title>: INGEOTEC solution for Task 1 in TASS'18 competition</article-title>
          .
          <source>In: Proceedings of TASS</source>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Mohammad</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bravo-Marquez</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Salameh</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kiritchenko</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Semeval-2018 task 1: A ect in tweets</article-title>
          .
          <source>In: Proceedings of The 12th International Workshop on Semantic Evaluation</source>
          . pp.
          <volume>1</volume>
          {
          <issue>17</issue>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Nakov</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosenthal</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kozareva</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stoyanov</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ritter</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , Wilson, T.:
          <article-title>SemEval-2013 Task 2: Sentiment Analysis in Twitter</article-title>
          .
          <source>In: Second Joint Conference on Lexical and Computational Semantics (* SEM)</source>
          , Volume
          <volume>2</volume>
          :
          <source>Proceedings of the Seventh International Workshop on Semantic Evaluation (SemEval</source>
          <year>2013</year>
          ). pp.
          <volume>312</volume>
          {
          <issue>320</issue>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Rosa</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chiruzzo</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Etcheverry</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Castro</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          : RETUYT en TASS 2017: Analisis de Sentimientos de Tweets en Espan~
          <article-title>ol utilizando SVM y CNN</article-title>
          .
          <source>In: Proceedings of TASS</source>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Rozental</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fleischer</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          : Amobee at semeval
          <article-title>-2018 task 1: Gru neural network with a cnn attention mechanism for sentiment classi cation</article-title>
          .
          <source>In: Proceedings of The 12th International Workshop on Semantic Evaluation</source>
          . pp.
          <volume>218</volume>
          {
          <fpage>225</fpage>
          .
          <article-title>Association for Computational Linguistics (</article-title>
          <year>2018</year>
          ), http://aclweb.org/anthology/S18-1033
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <given-names>Villena</given-names>
            <surname>Roman</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Lana</given-names>
            <surname>Serrano</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.</surname>
          </string-name>
          , Mart nez Camara,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Gonzalez</surname>
          </string-name>
          <string-name>
            <surname>Cristobal</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.C.</surname>
          </string-name>
          : TASS - Workshop
          <source>on Sentiment Analysis at SEPLN</source>
          (
          <year>2013</year>
          -03)
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>