<!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>GTI at TASS 2016: Supervised Approach for Aspect Based Sentiment Analysis in Twitter</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Tamara Alvarez-Lopez, Milagros Fernandez-Gavilanes, Silvia Garc a-Mendez, Jonathan Juncal-Mart nez, Francisco Javier Gonzalez-Castan~o GTI Research Group, AtlantTIC University of Vigo</institution>
          ,
          <addr-line>36310 Vigo</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2016</year>
      </pub-date>
      <fpage>53</fpage>
      <lpage>57</lpage>
      <abstract>
        <p>This paper describes the participation of the GTI research group of AtlantTIC, University of Vigo, in tass 2016. This workshop is framed within the XXXII edition of the Annual Congress of the Spanish Society for Natural Language Processing event. In this work we propose a supervised approach based on classi ers, for the aspect based sentiment analysis task. Using this technique we managed to improve the performance of previous years, obtaining a solution re ecting the actual state-of-the-art.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>The social media activity is being profused
in the recent years, users post opinions and
comments in Twitter and in other social
platforms. Due to this, there is a huge amount
of information available that could be
useful for business, in order to design marketing
campaigns or to apply any kind of business
analysis.</p>
      <p>
        As a consequence, the research on text
mining and also on the eld of Sentiment
Analysis (sa) has grown considerably these
days. sa is the part of Natural Language
Processing (nlp) responsible for determining the
polarity of a text or a whole sentence. The
sa applied to Twitter has to be conducted
in a restricted scenario due to the
maximum length of the post. However, tweets
have other elements we have to consider,
like hashtags, mentions and retweets. More
concretely, aspect-based sentiment analysis
(absa) consists of extracting opinions, i.e.
determining the sentiment polarity, from
speci c entities in the text
        <xref ref-type="bibr" rid="ref14">(Liu, 2012)</xref>
        .
Therefore, this task becomes a challenge on the
eld of nlp.
      </p>
      <p>
        The tass Workshop
        <xref ref-type="bibr" rid="ref11">(Garc a-Cumbreras
et al., 2016)</xref>
        and the sepln conference
offer an opportunity for participants to know
about the latest advances on the eld of nlp
for Spanish language.
      </p>
      <p>
        Many approaches applied to sa can be
found in the literature, where it is
possible to distinguish between knowledge based
approaches
        <xref ref-type="bibr" rid="ref10 ref5">(Brooke, To loski, and Taboada,
2009; Fernandez-Gavilanes et al., 2016)</xref>
        ,
using grammars and thesaurus and others
based on machine learning approaches
        <xref ref-type="bibr" rid="ref16">(Mohammad, Kiritchenko, and Zhu, 2013)</xref>
        . In
the last years we can also nd deep learning
approaches
        <xref ref-type="bibr" rid="ref3">(Bengio, 2009)</xref>
        , applied to this
task.
      </p>
      <p>We present our supervised machine
learning (ml) system which consists of a Support
Vector Machine (svm) classi er. Our
objective is to conduct the sa process at an aspect
level, task 2, determining the polarity of a
speci c given part of a sentence.</p>
      <p>The article is structured as follows.
Section 2 is a review of the research involving sa
in the Twitter domain. Then, the Section 3
describes the applied approach and the
implemented system. In Section 4, we show the
experimental results of our system. Finally,
in Section 5 we present the conclusions and
future works.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related work</title>
      <p>
        A large amount of literature related to
Opinion Mining (om) and sa can be found
        <xref ref-type="bibr" rid="ref15 ref18">(Pang
and Lee, 2008; Mart nez-Camara et al.,
2016)</xref>
        . Most of the systems are applied to
Twitter. However others are applied to social
media platforms within the micro-blog
context. Due to this, the approaches are varied
technically and in connection with the
purpose.
      </p>
      <p>
        Two main approaches exist in sa:
supervised and unsupervised learning ones.
Supervised systems implement classi cation
methods like svm, Logistic Regression (lr),
Conditional Random Fields (crf), K-Nearest
Neighbors (knn), etc.
        <xref ref-type="bibr" rid="ref7">Cui, Mittal, and Datar
(2006</xref>
        ) a rmed that svm are more
appropriate for sentiment classi cation than
generative models, due to their capability for
working with ambiguity, that is, dealing with
mixed feelings. Supervised algorithms are
used when the number of classes, as well as
the representative members of each class, are
known.
      </p>
      <p>
        Unsupervised systems are based on
linguistic knowledge like lexicons, and syntactic
features in order to infer the polarity
        <xref ref-type="bibr" rid="ref14 ref17">(Paltoglou and Thelwall, 2012)</xref>
        . These last
techniques represent a more e ective approach in
the cross-domain context and for multilingual
applications. The unsupervised classi cation
algorithms do not work with a training set,
in contrast, some of them use clustering
algorithms in order to distinguish groups
        <xref ref-type="bibr" rid="ref13 ref17">(Li and
Liu, 2010)</xref>
        .
      </p>
      <p>
        As noted earlier, the special case of
applying sa to Twitter has been fully
addressed
        <xref ref-type="bibr" rid="ref13 ref17 ref4 ref6">(Pak and Paroubek, 2010; Han and
Baldwin, 2011)</xref>
        . Within the chosen
solutions, we highlight the text normalization
approach
        <xref ref-type="bibr" rid="ref9">(Fabo, Cuadros, and Etchegoyhen,
2013)</xref>
        and the use of key elements in classi
cation approach
        <xref ref-type="bibr" rid="ref21">(Wang et al., 2011)</xref>
        . Others
hold the advantages of using deep learning
techniques in this task
        <xref ref-type="bibr" rid="ref8">(dos Santos and Gatti,
2014)</xref>
        .
      </p>
      <p>
        According to the purpose of the developed
systems, it is possible to nd applications
like classi cation of product reviews and
political sentiment and election results
prediction
        <xref ref-type="bibr" rid="ref4 ref6">(Bermingham and Smeaton, 2011)</xref>
        ,
among others.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>System Overview</title>
      <p>In this section we make a brief description
of the system submitted for Task 2:
Aspectbased sentiment analysis. We developed a
supervised system, based on a svm classi er
using di erent features. In the next
subsections we explain the di erent steps required.
3.1</p>
      <sec id="sec-3-1">
        <title>Preprocessing</title>
        <p>Before applying any supervised approach to
our corpus, some preprocessing is needed.
First of all, we have to normalize the text,
since in Twitter language we can nd
abbreviations, mentions, hashtags, URLs or
misspellings. In order to do that, we replace the
URLs with the \URL" tag and we replace the
abbreviations or misspellings with the correct
entire word. For mentions and hashtags, we
keep them unchanged but deleting the \@"
or \#" symbols. Moreover, when a hashtag
is composed of several words, we split and
treat them as di erent tokens.</p>
        <p>
          After this, a lexical analysis is carried out.
It consists of lemmatization and POS
tagging, which are performed by means of
Freeling tool
          <xref ref-type="bibr" rid="ref2">(Atserias et al., 2006)</xref>
          .
        </p>
        <p>Once we have analysed lexically the texts,
we decided to separate the sentences by the
di erent aspects. For doing that, the scope
of each aspect is determined, applying the
following rules, which are adapted from our
English aspect based sentiment anaylisis
system (Alvarez-Lopez et al., 2016)</p>
        <p>If there is only one aspect in the
sentence, we keep the sentence unchanged,
and introduce it entirely as input for the
next step.
If there are multiple aspects, we separate
the sentences by punctuation marks,
conjunctions or other aspects found.
If there are several aspects with no words
between them, we consider that they
belong to the same context, and assign the
same polarity to all of them.
3.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>SVM classi er</title>
        <p>In this section we describe the strategy
followed to determine the sentiment (positive,
negative or neutral) for each aspect
predened in corpus.</p>
        <p>
          We develop a svm classi er, using the
libsvm library
          <xref ref-type="bibr" rid="ref4 ref6">(Chang and Lin, 2011)</xref>
          . The
inputs for the svm will be the sentences
separated by contexts, as explained in the
previous subsection. The features extracted are
the following:
        </p>
        <p>Word tokens of nouns, adjectives and
verbs in the sentence.</p>
        <p>Lemmas of verbs, nouns and adjectives
that appear in each sentence.</p>
        <p>POS tags of nouns, adjectives and verbs.
N-grams of di erent length, grouping the
words in each sentence.</p>
        <p>Aspects appearing in the sentence. We
join \aspect"-\entity", de ned in each
target as a feature.</p>
        <p>Negations. We create a negation
dictionary, which contains several
particles indicating negation, such as \no",
\nunca", etc.</p>
        <p>The previous features are all binary ones,
assigning the value 1 if the current feature is
present in the tweet and the value 0, if not.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Experimental Results</title>
      <p>
        The Task 2: Sentiment Analysis at the
aspect level consists of assigning a polarity label
to each aspect, which were initially marked
in the stompol corpus
        <xref ref-type="bibr" rid="ref15">(Mart nez-Camara et
al., 2016)</xref>
        raised by the tass organization. In
this way, this corpus provides both polarity
labels and the identi cation of the aspects
that appear in each tweet. The aim is to be
able to correctly assign to each aspect a
positive, negative or neutral polarity.
      </p>
      <p>In this regard, the stompol corpus
consists of a set of Spanish tweets related to
a number of political issues, such as health
or economy, among others. These issues are
framed in the political campaign of
Andalusian elections in 2015, where each aspect
relates to one or several entities that
correspond to one of the main political parties
in Spain (PP, PSOE, IU, UPyD, Cs and
Podemos). The corpus is composed by 1,284
tweets, and has been divided into a training
set (784 tweets) and a set of evaluation (500
tweets).</p>
      <p>In order to evaluate the performance of
the various features for polarity classi cation
at an aspect-based level, we perform a
series of ablation experiments as shown in
Table 1. We start with the word token
baseline classi er, and then add all four sets of
features that help to increase performance as
measured by accuracy. As we might expect,
including the aspect feature has the most
marked e ect on the performance of polarity
classi cation, although all the features
contributed to improving overall performance on
stompol corpus.</p>
      <sec id="sec-4-1">
        <title>Accuracy</title>
      </sec>
      <sec id="sec-4-2">
        <title>Improvement</title>
      </sec>
      <sec id="sec-4-3">
        <title>Type</title>
        <p>Word token
+Lemmas
+pos tags
+Aspects
+Negations</p>
        <p>Due to the low participation of research
teams in task 2 this year, we decided to
compare our proposal to the systems presented
this year and also to that ones of last year,
because of the use of the same dataset.</p>
        <p>
          For this reason, Table 2 compares results
for our approach with di erent o cial ones
submitted in 2015 and 2016 tass editions.
In this way, we compared our results for a
ml approach based on well-known
squaredregularised logistic regression with a snippet
of length 4 (Lys-2) described in
          <xref ref-type="bibr" rid="ref20">Vilares et
al. (2015)</xref>
          , a clustering method focused on
grouping authors with similar
sociolinguistic insights (TID-spark) described in
          <xref ref-type="bibr" rid="ref19">Park
(2015)</xref>
          , a recurrent neural network composed
of a single long short term memory and a
logistic function (Lys-1) described in
          <xref ref-type="bibr" rid="ref20">Vilares
et al. (2015)</xref>
          , a ml approach based on a
svm with a snipped of length 5,7 and 10
(ELiRF) described in
          <xref ref-type="bibr" rid="ref12">Hurtado, Pla, and
Buscaldi (2015</xref>
          ), and the best performing run of
the actual task 2 tass edition (ELiRF-UPV).
        </p>
      </sec>
      <sec id="sec-4-4">
        <title>Experiment</title>
      </sec>
      <sec id="sec-4-5">
        <title>Task edition Accuracy</title>
        <p>Comparing the results, the performance of
our current model is close from the top
ranking systems of this and last year.
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusions and future works</title>
      <p>
        This paper describes the participation of the
GTI group in the tass 2016, Task 2:
AspectBased Sentiment Analysis. We developed a
supervised system based on a svm classi er
for the aspect-based sentiment analysis. The
performance of our approach has been
compared to that ones submitted this year but
also to that ones submitted last year.
Experimental results suggest that we need to
include explore new features, such as word
embedding representations or paraphrase
        <xref ref-type="bibr" rid="ref22">(Zhao
and Lan, 2015)</xref>
        , in order to improve the
performance.
      </p>
      <p>As future work we plan to include new
features explained before and to develop a new
system which combines di erent ml classi
cation methods. We are also interested in
considering di erent paradigms of
heterogeneous classi cation, such as deep learning to
increase the performance.</p>
      <p>In Proceedings of LREC, volume 6, pages
48{55.
Sentiment Analysis at SEPLN co-located
with the 32nd SEPLN Conference
(SEPLN 2016), Salamanca, Spain,
September.
(LREC'10), Valletta, Malta, may.
European Language Resources Association
(ELRA).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Alvarez-Lopez</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>J.</surname>
          </string-name>
          Juncal-Mart nez, M.
          <string-name>
            <surname>Fernandez-Gavilanes</surname>
            , E. CostaMontenegro, and
            <given-names>F. J.</given-names>
          </string-name>
          <string-name>
            <surname>Gonzalez-Castano</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Gti at semeval-2016 task 5: Svm and crf for aspect detection and unsupervised aspect-based sentiment analysis</article-title>
          .
          <source>Proceedings of SemEval</source>
          , pages
          <volume>306</volume>
          {
          <fpage>311</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Atserias</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Casas</surname>
          </string-name>
          , E. Comelles,
          <string-name>
            <given-names>M.</given-names>
            <surname>Gonzalez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Padro</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Padro</surname>
          </string-name>
          .
          <year>2006</year>
          .
          <article-title>Freeling 1.3: Syntactic and semantic services in an open-source NLP library</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <year>2009</year>
          .
          <article-title>Learning deep architectures for AI</article-title>
          .
          <source>Found. Trends Mach. Learn.</source>
          ,
          <volume>2</volume>
          (
          <issue>1</issue>
          ):1{
          <fpage>127</fpage>
          ,
          <string-name>
            <surname>January</surname>
          </string-name>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Bermingham</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          and
          <string-name>
            <given-names>A. F.</given-names>
            <surname>Smeaton</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>On using Twitter to monitor political sentiment and predict election results</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Brooke</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , M. To loski, and
          <string-name>
            <given-names>M.</given-names>
            <surname>Taboada</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>Cross-linguistic sentiment analysis: From english to spanish</article-title>
          . In G. Angelova,
          <string-name>
            <given-names>K.</given-names>
            <surname>Bontcheva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Mitkov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Nicolov</surname>
          </string-name>
          , and N. Nikolov, editors,
          <source>RANLP</source>
          , pages
          <volume>50</volume>
          {
          <fpage>54</fpage>
          .
          <article-title>RANLP 2009 Organising Committee / ACL.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Chang</surname>
          </string-name>
          , C.-C. and
          <string-name>
            <surname>C.-J. Lin</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Libsvm: a library for support vector machines</article-title>
          .
          <source>ACM Transactions on Intelligent Systems and Technology (TIST)</source>
          ,
          <volume>2</volume>
          (
          <issue>3</issue>
          ):
          <fpage>27</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <surname>Cui</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Mittal</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Datar</surname>
          </string-name>
          .
          <year>2006</year>
          .
          <article-title>Comparative experiments on sentiment classi cation for online product reviews</article-title>
          .
          <source>In Proceedings of the 21st National Conference on Arti cial Intelligence - Volume 2, AAAI'06</source>
          , pages
          <fpage>1265</fpage>
          {
          <fpage>1270</fpage>
          . AAAI Press.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>dos Santos</surname>
            ,
            <given-names>C. N.</given-names>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Gatti</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Deep convolutional neural networks for sentiment analysis of short texts</article-title>
          .
          <source>In COLING</source>
          , pages
          <volume>69</volume>
          {
          <fpage>78</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Fabo</surname>
            ,
            <given-names>P. R.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Cuadros</surname>
          </string-name>
          , and
          <string-name>
            <given-names>T.</given-names>
            <surname>Etchegoyhen</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Lexical normalization of spanish tweets with preprocessing rules, domain-speci c edit distances, and language models</article-title>
          .
          <source>In Proceedings of the Tweet Normalization Workshop co-located with 29th Conference of the Spanish Society for Natural Language Processing (SEPLN</source>
          <year>2013</year>
          ), Madrid, Spain,
          <year>September 20th</year>
          ,
          <year>2013</year>
          ., pages
          <volume>59</volume>
          {
          <fpage>63</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Fernandez-Gavilanes</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Alvarez-Lopez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Juncal-Mart nez</surname>
          </string-name>
          , E. Costa-Montenegro, and
          <string-name>
            <given-names>F. J.</given-names>
            <surname>Gonzalez-Castan</surname>
          </string-name>
          ~o.
          <year>2016</year>
          .
          <article-title>Unsupervised method for sentiment analysis in online texts</article-title>
          .
          <source>Expert Systems with Applications</source>
          ,
          <volume>58</volume>
          :
          <fpage>57</fpage>
          {
          <fpage>75</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Garc</surname>
            a-Cumbreras,
            <given-names>M. A.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Villena-Roman</surname>
          </string-name>
          ,
          <string-name>
            <surname>E.</surname>
          </string-name>
          <article-title>Mart nez-</article-title>
          <string-name>
            <surname>Camara</surname>
            ,
            <given-names>M. C.</given-names>
          </string-name>
          <article-title>D az-</article-title>
          <string-name>
            <surname>Galiano</surname>
            ,
            <given-names>M. T.</given-names>
          </string-name>
          <string-name>
            <surname>Mart</surname>
            n-Valdivia, and
            <given-names>L. A.</given-names>
          </string-name>
          <string-name>
            <surname>Uren</surname>
          </string-name>
          ~aLopez.
          <year>2016</year>
          .
          <article-title>Overview of tass 2016</article-title>
          .
          <source>In Proceedings of TASS</source>
          <year>2016</year>
          : Workshop on Han, B. and
          <string-name>
            <given-names>T.</given-names>
            <surname>Baldwin</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Lexical normalisation of short text messages: Makn sens a #twitter</article-title>
          .
          <source>In Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies - Volume 1, HLT '11</source>
          , pages
          <fpage>368</fpage>
          {
          <fpage>378</fpage>
          ,
          <string-name>
            <surname>Stroudsburg</surname>
          </string-name>
          , PA, USA. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Hurtado</surname>
            ,
            <given-names>L. F.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Pla</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D.</given-names>
            <surname>Buscaldi</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>ELiRF-UPV en TASS 2015: Analisis de sentimientos en Twitter</article-title>
          .
          <source>In Proceedings of TASS 2015: Workshop on Sentiment Analysis at SEPLN colocated with 31st SEPLN Conference (SEPLN</source>
          <year>2015</year>
          ), Alicante, Spain,
          <year>September 15</year>
          ,
          <year>2015</year>
          ., pages
          <volume>75</volume>
          {
          <fpage>79</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          and
          <string-name>
            <given-names>F.</given-names>
            <surname>Liu</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>A clustering-based approach on sentiment analysis</article-title>
          .
          <source>In Intelligent Systems and Knowledge Engineering (ISKE)</source>
          , 2010 International Conference on, pages
          <volume>331</volume>
          {
          <fpage>337</fpage>
          . IEEE.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <year>2012</year>
          .
          <article-title>Sentiment Analysis and Opinion Mining</article-title>
          .
          <source>Synthesis Lectures on Human Language Technologies</source>
          . Morgan &amp; Claypool Publishers.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <surname>Mart</surname>
            nez-Camara,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Garc</surname>
          </string-name>
          <string-name>
            <given-names>aCumbreras</given-names>
            , J.
            <surname>Villena-Roman</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>J.</given-names>
            <surname>Garc</surname>
          </string-name>
          a-Morera.
          <year>2016</year>
          .
          <article-title>Tass 2015 - the evolution of the spanish opinion mining systems</article-title>
          .
          <source>Procesamiento del Lenguaje Natural</source>
          ,
          <volume>56</volume>
          :
          <fpage>33</fpage>
          {
          <fpage>40</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <surname>Mohammad</surname>
            ,
            <given-names>S. M.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kiritchenko</surname>
          </string-name>
          , 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="ref17">
        <mixed-citation>
          <string-name>
            <surname>Pak</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          and
          <string-name>
            <given-names>P.</given-names>
            <surname>Paroubek</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Twitter as a corpus for sentiment analysis and opinion mining</article-title>
          . In N. C. C. Chair),
          <string-name>
            <given-names>K.</given-names>
            <surname>Choukri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Maegaard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Mariani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Odijk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Piperidis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Rosner</surname>
          </string-name>
          , and D. Tapias, editors,
          <source>Proceedings of the Seventh International Conference on Language Resources</source>
          and
          <string-name>
            <given-names>Evaluation</given-names>
            <surname>Paltoglou</surname>
          </string-name>
          , G. and
          <string-name>
            <given-names>M.</given-names>
            <surname>Thelwall</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Twitter, myspace, digg: Unsupervised sentiment analysis in social media</article-title>
          .
          <source>ACM Transactions on Intelligent Systems and Technology (TIST)</source>
          ,
          <volume>3</volume>
          (
          <issue>4</issue>
          ):
          <fpage>66</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <surname>Pang</surname>
            ,
            <given-names>B. and L.</given-names>
          </string-name>
          <string-name>
            <surname>Lee</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>Opinion mining and sentiment analysis</article-title>
          .
          <source>Found. Trends Inf. Retr.</source>
          ,
          <volume>2</volume>
          (
          <issue>1</issue>
          -2):1{
          <fpage>135</fpage>
          ,
          <string-name>
            <surname>January</surname>
          </string-name>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <surname>Park</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <year>2015</year>
          .
          <article-title>Sentiment classi cation using sociolinguistic clusters</article-title>
          .
          <source>In Proceedings of TASS 2015: Workshop on Sentiment Analysis at SEPLN co-located with 31st SEPLN Conference (SEPLN</source>
          <year>2015</year>
          ), Alicante, Spain,
          <year>September 15</year>
          ,
          <year>2015</year>
          ., pages
          <volume>99</volume>
          {
          <fpage>104</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <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>
            <given-names>C.</given-names>
            <surname>Gomez-Rodr guez</surname>
          </string-name>
          .
          <year>2015</year>
          . Lys at TASS 2015:
          <article-title>Deep learning experiments for sentiment analysis on spanish tweets</article-title>
          .
          <source>In Proceedings of TASS 2015: Workshop on Sentiment Analysis at SEPLN colocated with 31st SEPLN Conference (SEPLN</source>
          <year>2015</year>
          ), Alicante, Spain,
          <year>September 15</year>
          ,
          <year>2015</year>
          ., pages
          <volume>47</volume>
          {
          <fpage>52</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Wei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zhou</surname>
          </string-name>
          , and
          <string-name>
            <given-names>M.</given-names>
            <surname>Zhang</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Topic sentiment analysis in Twitter: A graph-based hashtag sentiment classi cation approach</article-title>
          .
          <source>In Proceedings of the 20th ACM International Conference on Information and Knowledge Management</source>
          ,
          <source>CIKM '11</source>
          , pages
          <fpage>1031</fpage>
          {
          <fpage>1040</fpage>
          , New York, NY, USA. ACM.
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          <string-name>
            <surname>Zhao</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Lan</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Ecnu: Leveraging word embeddings to boost performance for paraphrase in Twitter</article-title>
          .
          <source>In Proceedings of the 9th International Workshop on Semantic Evaluation (SemEval</source>
          <year>2015</year>
          ), pages
          <fpage>34</fpage>
          {
          <fpage>39</fpage>
          , Denver, Colorado, June. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>