<!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>
      <issn pub-type="ppub">1613-0073</issn>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>LyS at TASS 2015: Deep Learning Experiments for Sentiment Analysis on Spanish Tweets∗</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>David Vilares</string-name>
          <email>david.vilares@udc.es</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Yerai Doval</string-name>
          <email>yerai.doval@udc.es</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Miguel A. Alonso</string-name>
          <email>miguel.alonso@udc.es</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Carlos G´omez-Rodr´ıguez</string-name>
          <email>carlos.gomez@udc.es</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Grupo LyS, Departamento de Computacio ́n</institution>
          ,
          <addr-line>Campus de A Corun ̃a s/n Universidade da Corun ̃a, 15071, A Corun ̃a</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2015</year>
      </pub-date>
      <volume>1397</volume>
      <fpage>47</fpage>
      <lpage>52</lpage>
      <abstract>
        <p>This paper describes the participation of the LyS group at tass 2015. In this year's edition, we used a long short-term memory neural network to address the two proposed challenges: (1) sentiment analysis at a global level and (2) aspect-based sentiment analysis on football and political tweets. The performance of this deep learning approach is compared to our last-year model, based on a square-regularized logistic regression. Experimental results show that strategies such as unsupervised pre-training, sentiment-specific word embedding or modifying the current architecture might be needed to achieve state-of-the-art results.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>The 4th edition of the tass workshop
addresses two of the most popular tasks on
sentiment analysis (sa), focusing on Spanish
tweets: (1) polarity classification at a global
level and (2) a simplified version of
aspectbased sentiment analysis, where the goal is
to predict the polarity of a set of predefined
and identified aspects (Villena-Rom´an et al.,
b).</p>
      <p>
        The challenge of polarity classification has
been typically tackled from two different
angles: lexicon-based and machine learning
(ml) approaches. The first group relies on
sentiment dictionaries to detect the
subjective words or phrases of the text, and defines
lexical-
        <xref ref-type="bibr" rid="ref14">(Brooke, Tofiloski, and Taboada,
2009; Thelwall et al., 2010)</xref>
        or
syntacticbased rules
        <xref ref-type="bibr" rid="ref10 ref15 ref16 ref17">(Vilares, Alonso, and
Go´mezRodr´ıguez, 2015c)</xref>
        to deal with phenomena
such as negation, intensification or irrealis.
      </p>
      <p>
        The second group focuses on training
classifiers through supervised learning algorithms
that are fed a number of features
        <xref ref-type="bibr" rid="ref4 ref7 ref9">(Pang, Lee,
and Vaithyanathan, 2002; Mohammad,
Kiritchenko, and Zhu, 2013; Hurtado and Pla,
2014)</xref>
        . Although competitive when labelled
data is provided, they have shown
weakness when interpreting the compositionality
of complex phrases (e.g. adversative
subordinate clauses). In this respect, some
studies have evaluated the impact of
syntacticbased features on these supervised
learning techniques
        <xref ref-type="bibr" rid="ref10 ref15 ref16 ref17">(Vilares, Alonso, and
Go´mezRodr´ıguez, 2015b; Joshi and Penstein-Ros´e,
2009)</xref>
        or other related tasks, such as
multitopic detection on tweets
        <xref ref-type="bibr" rid="ref10 ref15 ref16 ref17">(Vilares, Alonso,
and Go´mez-Rodr´ıguez, 2015a)</xref>
        .
      </p>
      <p>
        More recently, deep learning
        <xref ref-type="bibr" rid="ref2">(Bengio,
2009)</xref>
        has shown its competitiveness on
polarity classification. Bespalov et al. (2011)
introduce a word-embedding approach for
higher-order n-grams, using a multi-layer
perceptron and a linear function as the
output layer.
        <xref ref-type="bibr" rid="ref11">Socher et al. (2013)</xref>
        introduce
a new deep learning architecture, a
Recursive Neural Tensor Network, which improved
the state of the art on the
        <xref ref-type="bibr" rid="ref6">Pang and Lee
(2005)</xref>
        movie reviews corpus, when trained
together with the Stanford Sentiment
Treebank.
        <xref ref-type="bibr" rid="ref12">Tang et al. (2014)</xref>
        suggest that
currently existing word embedding methods are
not adequate for sa, because words with
completely different sentiment might appear in
similar contexts (e.g. ‘good’ and ‘bad’ ). They
pose an sentiment-specific words embedding
(sswe) model, using a deep learning
architecture trained from massive distant-supervised
tweets. For Spanish, Montejo-Ra´ez,
Garc´ıaCumbreras, and D´ıaz-Galiano (2014) apply
word embedding using Word2Vec
        <xref ref-type="bibr" rid="ref3">(Mikolov et
al., 2013)</xref>
        , to then use those vectors as
features for traditional machine learning
techniques.
      </p>
      <p>In this paper we also rely on a deep
learning architecture, a long short-term memory
(lstm) recurrent neural network, to solve the
challenges of this tass edition. The results
are compared with respect to our model for
last year’s edition, a logistic regression
approach fed with hand-crafted features.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Task1: Sentiment Analysis at a global level</title>
      <p>Let L={l0, l1, ..., ln} be the set of polarity
labels and T ={t0, t1, ..., tm} the set of labelled
texts, the aim of the task consists of defining
an hypothesis function, h : T → L.</p>
      <p>
        To train and evaluate the task, the
collection from tass-2014
        <xref ref-type="bibr" rid="ref21 ref22">(Villena-Roma´n et al.,
2015)</xref>
        was used. It contains a training set
of 7 128 tweets, intended to build and tune
the models, and two test sets: (1) a
poolinglabelled collection of 60 798 tweets and (2)
a manually-labelled test set of 1 000 tweets.
The collection is annotated using two
different criteria. The first one considers a set of
6 polarities (L6): no opinion (none),
positive (p), strongly positive (p+), negative (n),
strongly negative (n+) and mixed (neu), that
are tweets that mix both negative and
positive ideas. A simplified version with 4 classes
(L4) is also proposed, where the polarities p+
and n+ are included into p and n,
respectively.
      </p>
      <p>In the rest of the paper, we will use h4 and
h6 to refer our prediction models for 4 and 6
classes, respectively.
3</p>
    </sec>
    <sec id="sec-3">
      <title>Task2: Sentiment Analysis at the aspect level</title>
      <p>Let L={l0, l1, ..., ln} be the set of polarity
labels, A={a0, a1, ...ao} the set of aspects and
a T ={t0, t1, ..., tm} the set of texts, the aim
of the task consists of defining an
hypothesis function, h : A × T → L. Two different
corpora are provided to evaluate this task: a
social-tv corpus with football tweets (1 773
training and 1 000 test tweets) and a
political corpus (784 training and 500 test tweets),
called stompol. Each aspect can be
assigned the p, n or neu polarities (L3).</p>
      <p>The tass organisation provided both A
and the identification of the aspects that
appear in each tweet, so the task can be seen as
identifying the scope s(a, t) of an aspect a in
the tweet t ∈ T , with s a substring of t and
a ∈ A, to then predict the polarity using the
hypothesis function, h3(s) → L3.</p>
      <p>To identify the scope we followed
a na¨ıve approach: given an aspect a
that appears at position i in a text,
t=[w0, ..., wi−x, ..., ai, ..., wi+x, ..., wp], we
created a snippet of length x that is considered
to be the scope of the aspect. Preliminary
experiments on the social-tv and the
stompol corpus showed that x = 4 and
taking the entire tweet were the best options
for each collection, respectively.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Supervised sentiment analysis models</title>
      <p>Our aim this year was to compare our
lastyear model to a deep learning architecture
that was initially available for binary polarity
classification.
4.1</p>
      <sec id="sec-4-1">
        <title>Long Short-Term Memory</title>
        <p>Long Short-Term Memory (lstm) is a
recurrent neural network (rnn) proposed by
Hochreiter and Schmidhuber (1997).
Traditional rnn were born with the objective of
being able to store representations of inputs
in form of activations, showing temporal
capacities and helping to learn short-term
dependencies. However, they might suffer from
the problem of exploding gradients1. The
lstm tries to solve these problems using a
different type of units, called memory cells,
which can remember a value for an arbitrary
period of time.</p>
        <p>
          In this work, we use a model composed of
a single lstm and a logistic function as the
output layer, which has an available
implementation2 in Theano
          <xref ref-type="bibr" rid="ref1">(Bastien et al., 2012)</xref>
          .
        </p>
        <p>
          To train the model, the tweets were
tokenised (Gimpel et al., 2011), lemmatised
          <xref ref-type="bibr" rid="ref13">(Taul´e, Mart´ı, and Recasens, 2008)</xref>
          ,
converted to lowercase to reduce sparsity and
finally indexed. To train the lstm-rnn, we
relied on adadelta
          <xref ref-type="bibr" rid="ref23">(Zeiler, 2012)</xref>
          , an adaptive
learning rate method, using stochastic
training (batch size = 16) to speed up the learning
process. Experiments with non-stochastic
training runs did not show an improvement in
terms of accuracy. We empirically explored
the size of the word embedding3 and the
number of words to keep in the vocabulary4,
obtaining the best performance using a choice
of 128 and 10 000 respectively.
4.2
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>L2 logistic regression</title>
        <p>
          Our last-year edition model relied on the
simple and well-known squared-regularised
logistic regression (l2-lg), that performed very
competitively for all polarity classification
tasks. A detailed description of this model
can be found in Vilares et al. (2014a), but
here we just list the features that were used:
lemmas
          <xref ref-type="bibr" rid="ref13">(Taul´e, Mart´ı, and Recasens, 2008)</xref>
          ,
psychometric properties
          <xref ref-type="bibr" rid="ref8">(Pennebaker,
Francis, and Booth, 2001)</xref>
          and subjective lexicons
          <xref ref-type="bibr" rid="ref9">(Saralegi and San Vicente, 2013)</xref>
          . This
architecture also obtained robust and competitive
performance for English tweets, on SemEval
2014
          <xref ref-type="bibr" rid="ref18">(Vilares et al., 2014b)</xref>
          .
        </p>
        <p>Penalising neutral tweets</p>
        <p>Previous editions of tass have shown that
the performance on neu tweets is much lower
than for the rest of the classes
(VillenaRom´an et al., a). This year we proposed a
small variation on our l2-lg model: a
penal1The gradient signal becomes either too small or
large causing a very slow learning or a diverging
situation, respectively.</p>
        <p>2http://deeplearning.net/tutorial/
3The size of the vector obtained for each word and
the number of hidden units on the lstm layer.</p>
        <p>4Number of words to be indexed. The rest of the
words are set to unknown tokens, giving to all of them
the same index.
ising system for neu tweets to determine the
polarities under the L6 configuration, where:
given an L4 and an L6 lg-classifier and a
tweet t, if h6(t) = neu and h4(t) 6= neu then
h6(t) := h4(t). The results obtained on the
test set shown that we obtained an
improvement of 1 percentage point with this strategy
(from 55.2% to 56.8% that is reported in the
Experiments section).
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Experimental results</title>
      <p>Table 1 compares our models with the best
performing run of the rest of the participants
(out of date runs are not included). The
performance of our current deep learning model
is still far from the top ranking systems, and
from our last-year model too, although it
worked acceptably under the L6
manuallylabelled test.</p>
      <p>Table 2 and 3 show the f1 score for each
polarity, for the lstm-rnn and l2-lg
models, respectively. The results reflect the lack
of capacity of the current lstm model to
learn the minority classes in the training data
(p, n+ and neu). In this respect, we plan to
explore how balanced corpora and bigger
corpora can help diminish this problem.
football and political tweets. The trend
remains in this case and the machine
learning approaches outperformed again our deep
learning proposal.
6</p>
    </sec>
    <sec id="sec-6">
      <title>Conclusions and future research</title>
      <p>
        In the 4th edition of tass 2015, we have
tried a long short-term memory neural
network to determine the polarity of tweets
at the global and aspect levels. The
performance of this model has been compared
with the performance of our last-year
system, based on an l2 logistic regression.
Experimental results suggest that we need to
explore new architectures and specific word
embedding representations to obtain
stateof-the-art results on sentiment analysis tasks.
In this respect, we believe sentiment-specific
word embeddings and other deep learning
approaches
        <xref ref-type="bibr" rid="ref12">(Tang et al., 2014)</xref>
        can help
enrich our current model. Unsupervised
pretraining has also been shown to improve
performance of deep learning architectures
        <xref ref-type="bibr" rid="ref10">(Severyn and Moschitti, 2015)</xref>
        .
      </p>
      <p>System
elirf
lys-lg•</p>
      <p>gsi
tid-spark
lys-lstm•</p>
      <p>Bespalov, D., B. Bai, Y. Qi, and A.
Shokoufandeh. 2011. Sentiment classification
based on supervised latent n-gram
analysis. In Proceedings of the 20th ACM
international conference on Information and
knowledge management, pages 375—-382.</p>
      <p>ACM.</p>
      <p>Brooke, J, M Tofiloski, and M Taboada.
2009. Cross-Linguistic Sentiment
Analysis: From English to Spanish. In
Proceedings of the International Conference
RANLP-2009, pages 50–54, Borovets,
Bulgaria. ACL.</p>
      <p>Gimpel, K, N Schneider, B O’connor, D Das,
D Mills, J Eisenstein, M Heilman, D
Yogatama, J Flanigan, and N A Smith. 2011.
Part-of-speech tagging for Twitter:
annotation, features, and experiments. HLT
’11 Proc. of the 49th Annual Meeting of
the Association for Computational
Linguistics: Human Language Technologies:
short papers, 2:42–47.</p>
      <p>Hochreiter, S and J. Schmidhuber. 1997.</p>
      <p>Long short-term memory. Neural
computation, 9(8):1735–1780.</p>
      <p>Hurtado, L. and F. Pla. 2014. ELiRF-UPV
en TASS 2014: An´alisis de sentimientos,
deteccio´n de t´opicos y ana´lisis de
sentimientos de aspectos en twitter. In
Proceedings of the TASS workshop at SEPLN.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Bastien</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Lamblin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Pascanu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Bergstra</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Goodfellow</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bergeron</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Bouchard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Warde-Farley</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Bengio</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Theano: new features and speed improvements</article-title>
          .
          <source>arXiv preprint arXiv:1211</source>
          .
          <fpage>5590</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <year>2009</year>
          .
          <article-title>Learning deep architecJoshi, M and C Penstein-</article-title>
          Ros´e.
          <year>2009</year>
          .
          <article-title>Generalizing dependency features for opinion mining</article-title>
          .
          <source>In Proceedings of the ACLIJCNLP 2009 Conference Short Papers, ACLShort '09</source>
          , pages
          <fpage>313</fpage>
          -
          <lpage>316</lpage>
          , Stroudsburg, PA, USA. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Chen</surname>
          </string-name>
          , G. Corrado, and
          <string-name>
            <given-names>J.</given-names>
            <surname>Dean</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Efficient estimation of word representations in vector space</article-title>
          .
          <source>arXiv preprint arXiv:1301</source>
          .
          <fpage>3781</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Mohammad</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <article-title>M, S</article-title>
          . Kiritchenko, and
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhu</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>NRC-Canada: Building the State-of-the-Art in Sentiment Analysis of Tweets</article-title>
          .
          <source>In Proceedings of the seventh international workshop on Semantic Evaluation Exercises (SemEval-2013)</source>
          , Atlanta, Georgia, USA, June.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <article-title>Montejo-Ra´ez, A</article-title>
          .,
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Garc</surname>
          </string-name>
          <article-title>´ıa-</article-title>
          <string-name>
            <surname>Cumbreras</surname>
          </string-name>
          , and
          <string-name>
            <surname>M. C. D´</surname>
          </string-name>
          ıaz-Galiano.
          <year>2014</year>
          .
          <article-title>Participacio´n de SINAI word2vec en TASS 2014</article-title>
          .
          <source>In Proceedings of the TASS workshop at SEPLN.</source>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Pang</surname>
            ,
            <given-names>B. and L.</given-names>
          </string-name>
          <string-name>
            <surname>Lee</surname>
          </string-name>
          .
          <year>2005</year>
          .
          <article-title>Seeing stars: Exploiting class relationships for sentiment categorization with respect to rating scales</article-title>
          .
          <source>In Proceedings of the 43rd Annual Meeting on Association for Computational Linguistics</source>
          , pages
          <fpage>115</fpage>
          -
          <lpage>124</lpage>
          . Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Pang</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Lee</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S</given-names>
            <surname>Vaithyanathan</surname>
          </string-name>
          .
          <year>2002</year>
          .
          <article-title>Thumbs up? Sentiment classification using machine learning techniques</article-title>
          .
          <source>In Proceedings of EMNLP</source>
          , pages
          <fpage>79</fpage>
          -
          <lpage>86</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Pennebaker</surname>
            ,
            <given-names>J. W.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>M. E.</given-names>
            <surname>Francis</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R. J.</given-names>
            <surname>Booth</surname>
          </string-name>
          .
          <year>2001</year>
          .
          <article-title>Linguistic inquiry and word count: LIWC 2001</article-title>
          . Mahway: Lawrence Erlbaum Associates, page
          <volume>71</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Saralegi</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          <source>and I. San Vicente</source>
          .
          <year>2013</year>
          .
          <article-title>Elhuyar at TASS 2013</article-title>
          . In Alberto D´ıaz Esteban, In˜aki Alegr´ıa Loinaz, and Julio Villena Rom´an, editors, XXIX Congreso de la Sociedad Espan˜ola de Procesamiento de Lenguaje Natural (SEPLN
          <year>2013</year>
          ).
          <source>TASS 2013 - Workshop on Sentiment Analysis at SEPLN</source>
          <year>2013</year>
          , pages
          <fpage>143</fpage>
          -
          <lpage>150</lpage>
          , Madrid, Spain, September.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Severyn</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Moschitti</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>UNITN: Training Deep Convolutional Neural Network for Twitter Sentiment Classification</article-title>
          .
          <source>In Proceedings of the 9th International Workshop on Semantic Evaluation (SemEval</source>
          <year>2015</year>
          ), pages
          <fpage>464</fpage>
          -
          <lpage>469</lpage>
          , Denver, Colorado. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Socher</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Perelygin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chuang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. D.</given-names>
            <surname>Manning</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ng</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Potts</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Recursive Deep Models for Semantic Compositionality Over a Sentiment Treebank</article-title>
          .
          <source>In EMNLP 2013. 2013 Conference on Empirical Methods in Natural Language Processing. Proceedings of the Conference</source>
          , pages
          <fpage>1631</fpage>
          -
          <lpage>1642</lpage>
          , Seattle, Washington, USA. ACL.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Tang</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Wei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zhou</surname>
          </string-name>
          , T. Liu, and
          <string-name>
            <given-names>B.</given-names>
            <surname>Qin</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Learning sentimentspecific word embedding for twitter sentiment classification</article-title>
          .
          <source>In Proceedings of the 52nd Annual Meeting of the Association for Computational Linguistics</source>
          , pages
          <fpage>1555</fpage>
          -
          <lpage>1565</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>Taul</surname>
            ´e, M.,
            <given-names>M. A.</given-names>
          </string-name>
          <string-name>
            <surname>Mart</surname>
          </string-name>
          <article-title>´ı, and</article-title>
          <string-name>
            <given-names>M.</given-names>
            <surname>Recasens</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>AnCora: Multilevel Annotated Corpora for Catalan and Spanish</article-title>
          . In Nicoletta Calzolari, Khalid Choukri, Bente Maegaard, Joseph Mariani, Jan Odjik, Stelios Piperidis, and Daniel Tapias, editors,
          <source>Proceedings of the Sixth International Conference on Language Resources and Evaluation (LREC'08)</source>
          , pages
          <fpage>96</fpage>
          -
          <lpage>101</lpage>
          , Marrakech, Morocco.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>Thelwall</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Buckley</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Paltoglou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Cai</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Kappas</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Sentiment Strength Detection in Short Informal Text</article-title>
          .
          <source>Journal of the American Society for Information Science and Technology</source>
          ,
          <volume>61</volume>
          (
          <issue>12</issue>
          ):
          <fpage>2544</fpage>
          -
          <lpage>2558</lpage>
          , December.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <surname>Vilares</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Alonso</surname>
          </string-name>
          , and
          <string-name>
            <surname>C.</surname>
          </string-name>
          <article-title>Go´mezRodr´ıguez. 2015a. A linguistic approach for determining the topics of Spanish Twitter messages</article-title>
          .
          <source>Journal of Information Science</source>
          ,
          <volume>41</volume>
          (
          <issue>2</issue>
          ):
          <fpage>127</fpage>
          -
          <lpage>145</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <surname>Vilares</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Alonso</surname>
          </string-name>
          , and
          <string-name>
            <surname>C.</surname>
          </string-name>
          <article-title>Go´mezRodr´ıguez</article-title>
          . 2015b.
          <article-title>On the usefulness of lexical and syntactic processing in polarity classification of Twitter messages</article-title>
          .
          <source>Journal of the Association for Information Science Science and Technology</source>
          , to appear.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <surname>Vilares</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>A Alonso, and C. Go´mezRodr´ıguez. 2015c. A syntactic approach for opinion mining on spanish reviews</article-title>
          .
          <source>Natural Language Engineering</source>
          ,
          <volume>21</volume>
          (
          <issue>01</issue>
          ):
          <fpage>139</fpage>
          -
          <lpage>163</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <surname>Vilares</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Doval</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Alonso</surname>
          </string-name>
          , and
          <string-name>
            <surname>C.</surname>
          </string-name>
          <article-title>Go´mez-Rodr´ıguez</article-title>
          . 2014a.
          <source>LyS at TASS</source>
          <year>2014</year>
          :
          <article-title>A prototype for extracting and analysing aspects from spanish tweets</article-title>
          .
          <source>In Proceedings of the TASS workshop at SEPLN.</source>
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          2014b.
          <article-title>LyS : Porting a Twitter Sentiment Analysis Approach from Spanish to English na</article-title>
          .
          <source>In Proceedings og The 8th InternationalWorkshop on Semantic Evaluation (SemEval</source>
          <year>2014</year>
          ), number SemEval, pages
          <fpage>411</fpage>
          -
          <lpage>415</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          Villena-Roma´n, J.,
          <string-name>
            <surname>J.</surname>
          </string-name>
          <article-title>Garc´ıa-</article-title>
          <string-name>
            <surname>Morera</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <article-title>Moreno-Garc´ıa, S. Lana-Serrano, and</article-title>
          <string-name>
            <surname>J. C.</surname>
          </string-name>
          <article-title>Gonza´lez-Crist´oba</article-title>
          .
          <source>TASS</source>
          <year>2013</year>
          -
          <article-title>a second step in reputation analysis in Spanish</article-title>
          .
          <source>Procesamiento del Lenguaje Natural</source>
          , pages
          <fpage>37</fpage>
          -
          <lpage>44</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          Villena-Roma´n, Julio, Janine Garc´
          <fpage>ıa</fpage>
          -Morera,
          <article-title>Miguel A. Garc´ıa-</article-title>
          <string-name>
            <surname>Cumbreras</surname>
            , Eugenio Mart´ınez-Ca´mara, M. Teresa Mart´ınValdivia, and
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Alfonso</surname>
          </string-name>
          <article-title>Uren˜a Lo´pez</article-title>
          .
          <source>Overview of TASS</source>
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          Villena-Roma´n, L., E. Mart´ınez-Ca´
          <article-title>mara, Janine Morera-Garc´ıa, and</article-title>
          <string-name>
            <given-names>S. M.</given-names>
            <surname>Jim</surname>
          </string-name>
          ´enezZafra.
          <year>2015</year>
          .
          <article-title>TASS 2014-the challenge of aspect-based sentiment analysis</article-title>
          .
          <source>Procesamiento del Lenguaje Natural</source>
          ,
          <volume>54</volume>
          :
          <fpage>61</fpage>
          -
          <lpage>68</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          <string-name>
            <surname>Zeiler</surname>
            ,
            <given-names>M.D.</given-names>
          </string-name>
          <year>2012</year>
          .
          <article-title>ADADELTA: An adaptive learning rate method</article-title>
          .
          <source>arXiv preprint arXiv:1212</source>
          .
          <fpage>5701</fpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>