<!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>C100TPUCP at TASS 2017: Word Embedding Experiments for Aspect-Based Sentiment Analysis in Spanish Tweets</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Ponti cia Universidad Catolica del Ponti cia Universidad Catolica del Peru Peru Lima</institution>
          ,
          <addr-line>Peru Lima</addr-line>
          ,
          <country country="PE">Peru</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2017</year>
      </pub-date>
      <fpage>85</fpage>
      <lpage>90</lpage>
      <abstract>
        <p>Aspect-Based Sentiment Analysis is in charge of study the opinion of people about di erent aspects from a certain entity. This task is challenging and highly relevant for the Natural Language Processing community. In this paper, we report the participation of C100T-PUCP team in the TASS 2017 for the second task about sentiment analysis. In this edition, we used word embeddings to get the similarity between words selected from a training set that had tweets about political parties from Spain and made a model to classify each polarity of each aspect for each tweet. The results showed that using more examples to training the model with this approach is more convenient. Moreover, the proposed approach avoids the problem of the classical methods that are oriented to a speci c training data set.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        The 6th edition of the TASS workshop
consists of two task in sentiment analysis
focusing of Spanish tweets: (1) polarity classi
cation at global level and (2) aspect-based
sentiment analysis in which the goal is to
predict the polarity of tweets in relation to a set
of identi ed aspects
        <xref ref-type="bibr" rid="ref6">(Mart nez-Camara et al.,
2017)</xref>
        .
      </p>
      <p>The task of polarity classi cation has been
taken with many di erent approaches. One
of them consists in representing a word as a
vector and using it to get a similarity with
other words. This method is called word
embeddings. Word Embeddings is a well-know
technique to get a vector of a word in natural
language processing. Although this method
is widely used in English, there are few
implementations of this approach for Spanish.</p>
      <p>In this sense, many studies use deep
learn</p>
      <p>
        Copyright © 2017 by the paper's authors. Copying permitted for private and academic purposes.
ing as a main approach to tackle sentiment
analysis so they can get a similarity between
a bag of words that represent each sentiment
        <xref ref-type="bibr" rid="ref1">(Alvarez-Lopez et al., 2016)</xref>
        . With this
comparison we can get a vector features and use
it with classical machine learning algorithms.
      </p>
      <p>Our system uses this kind of approach to
classify the sentiment of each aspect of each tweet
presented in the task.</p>
      <p>This paper summarizes the participation
of the C100T-PUCP team from Ponti cia
Universidad Catolica del Peru in the second
task of the workshop. In this edition, we
propose a word embedding-based approach
to tackle the problem of aspect-level polarity
classi cation. Firstly, we obtain a word
embeddings set from politics corpus to get
similarity between tweets. Then, we explored
a feature selection method for unbalanced
data. Finally, we built experiments with
some classi ers using word embeddings and
the obtained features.</p>
      <p>This paper is organized as follows: an
overview of related works is shown in Section
2. Section 3 presents the analyzed corpus and
its class distribution. The system description
is described in Section 4. Section 5 shows the
experimentation and results, and nally,
Section 6 presents some conclusions and future
works.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        In TASS 2014, an Aspect Detection and
Aspect-based Sentiment Analysis Task were
proposed
        <xref ref-type="bibr" rid="ref11 ref8">(Roman et al., 2015)</xref>
        . The
corpus was composed by tweets related to the
nal game of the \Copa del Rey" in
Spanish called Social-TV. In general, there were
two works submitted to these two tasks. The
rst one proposed a method to detect
aspects based on the match of a tweet
content with a pre-speci ed set of features
related to the football domain
        <xref ref-type="bibr" rid="ref9">(Vilares et al.,
2014)</xref>
        . This method obtained a F1-measure
of 0.854. To identify the polarity on each
aspect, the authors used a supervised method
with syntactic-based features. The method
obtained a F1-measure of 0.546. The
second one proposed an aspect detection method
based on a list of features and a set of regular
expressions
        <xref ref-type="bibr" rid="ref3">(Hurtado and Pla, 2014)</xref>
        . This
method obtained a F1-measure of 0.909. In
the polarity detection, the authors proposed
a supervised method which used as features
a list of positive and negative terms and a
list of words obtained from the training
corpus sorting by TF-IDF. The results obtained
showed a F1-measure of 0.587.
      </p>
      <p>
        In TASS 2015, only the Aspect-based
Sentiment Analysis Task was proposed, but a
new corpus was added in the evaluation
        <xref ref-type="bibr" rid="ref11 ref8">(Villena-Roman et al., 2015)</xref>
        . This corpus
was composed by tweets related to Politics
in Spanish, called STOMPOL. In this
edition, a method similar to that presented
in TASS 2014 was proposed in
        <xref ref-type="bibr" rid="ref4">(Hurtado,
Pla, and Buscaldi, 2015)</xref>
        . This method
included an additional dictionary and SVM
algorithm. This method showed an accuracy
of 65.50% in Social-TV corpus and 63.3% in
STOMPOL corpus and the F-measure was
not shown. Another method was presented
which used a set of lexical and
morphosyntactic features in a supervised learning
algorithm
        <xref ref-type="bibr" rid="ref2">(Araque et al., 2015)</xref>
        . The way to
tackle the problem was divided into three
steps: (1) identifying entities, (2) getting the
context (using a graph-based algorithm) and
(3) executing the supervised learning
algorithm. Their method obtained an accuracy of
63.5% and a F-measure of 0.606 in Social-TV
corpus. Finally, The third work proposed a
deep learning-based approach
        <xref ref-type="bibr" rid="ref10">(Vilares et al.,
2015)</xref>
        . These authors used a LSTM Neural
Network to tackle the problem of polarity
detection. Their method obtained an accuracy
of 61.00% in Social-TV corpus and 59.9% in
STOMPOL corpus. The F-measure was not
shown in this work.
      </p>
      <p>
        In TASS 2016, two proposals were
submitted to the Aspect-based Sentiment
Analysis task
        <xref ref-type="bibr" rid="ref11">(Villena-Roman et al., 2016)</xref>
        on
STOMPOL corpus. The rst one applied
a supervised algorithm using features as
Aspect, Lemma, POS-Tag, Negation and Word
Tokens from the training corpus
(AlvarezLopez et al., 2016). The result obtained was
a F1-measure of 0.463. Finally, the other
method proposed an experimentation of
different supervised algorithms using the same
features as TASS 2015
        <xref ref-type="bibr" rid="ref4">(Hurtado and Pla,
2016)</xref>
        . Their best method obtained a
F1measure of 0.526.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>STOMPOL Corpus</title>
      <p>
        The STOMPOL corpus is composed of tweets
in Spanish about Spanish elections of 2015.
This corpus was presented in TASS 2014
        <xref ref-type="bibr" rid="ref11 ref8">(Roman et al., 2015)</xref>
        . Each tweet is
related to one of the following aspects:
Economics, Health System, Education, Political
party and other aspects. Also, each aspect
is related to one of these sentiments:
positive, negative and neutral. The distribution
of each aspect in the training data and the
distribution for each sentiment per aspect is
shown in Table 1. As shown, this dataset
presents unbalanced classes and aspects. For
example, there are too many samples about
the Political Party aspect and also about
negative sentiment.
4
      </p>
    </sec>
    <sec id="sec-4">
      <title>System Description</title>
      <p>The system presented in this edition of the
TASS uses a preprocessing removing
stopwords using NLTK tool. Also, words like
URL's and special characters are removed
from the tweets. After this, all the words
are passed through Freeling lemmatizer,
version 4.0. Furthermore, hashtags and labels
to users are kept in this processing. As using
this preprocessing the tokenization for all the
tweets is completed.</p>
      <p>The Aspect-based Sentiment Analysis
was tackled as a classi cation problem. For
this, support vector machines (SVM) and
adaptive boosting (AdaBoost) classi ers
were used because of the precedence in
previous works that showed that they behave
well in classifying long vector features. For
these models, scikit-learn implementations
are used from the toolkit. These, are
sklearn.ensemble.AdaBoostClassi er for the
adaptive boosting and sklearn.svm.SVC for
the SVM implementation with a polynomial
kernel.</p>
      <p>
        Also each vector was lled with the cosine
similarity between each feature and the top
50 most important words for each sentiment
using a probabilistic appearance metric
        <xref ref-type="bibr" rid="ref5">(Liu,
Loh, and Sun, 2009)</xref>
        to give context to the
aspect. This similarity was calculated using
the vector representation of the words. For
this, Mikolov Word2Vec model was used.
Finally, each model was veri ed using cross
fold validation with 10 iterations and using
a learning curve to verify that our models
are not over- tted.
4.1
      </p>
      <sec id="sec-4-1">
        <title>Word Embeddings Generation</title>
        <p>
          A word embeddings model was created
using Mikolov Word2Vec model
          <xref ref-type="bibr" rid="ref7">(Mikolov et al.,
2013)</xref>
          of GenSim implementation. The
sentences selected by the model were from the
same domain of the corpus, i. e., politics.
        </p>
        <p>Tweets were selected using search queries
related to political parties from South
America and Spain in a range from 2012 to 2015.
Even though many tweets were selected for
this approach much more data was needed,
In that sense, online news websites were also
scrapped. Speci cally, we obtained texts
from "El pa s"1, "ABC" 2 and "20 Minutos"3
Spanish newspapers. From these sites only
political news were selected and no range in
time was used.</p>
        <p>After this, we got 400MB of data which
included about 5 million sentences, 30 millions
words and 1.5 million unique words. The
corpus was preprocessed following the next
steps:
removing stopwords and special
characters that are common in tweets as "..."
and URLs
removing words that have only one
character
removing numbers
lemmatizing words using Freeling4,
keeping all mentions to users and
hashtags</p>
        <p>Additionally, mentions to particular
entities in news data were replaced with their
user ids from Twitter. This was to make
the news data the most similar to the
twitter data so the embeddings get the same
relations between words. For example, if we
have a new that mentions Pablo Iglesias we
replace it with his Twitters id Pablo Iglesias
and we do the same with other common
political persons.</p>
        <p>
          To create the word embeddings from
the corpus, we used the Word2vec
model
          <xref ref-type="bibr" rid="ref7">(Mikolov et al., 2013)</xref>
          . This model use
two type of neural network to generate the
embeddings. In this case, Skip-gram model
was used because it is recommended using
it when the training data for the model is
small. After this, we tested di erent values
for the model parameters. The
hyperparameters that were tested were: minimum
word count, context window and size of the
1Available in https://elpais.com/
2Available in http://www.abc.es/
3Available in http://www.20minutos.es/
4Available in http://nlp.lsi.upc.edu/freeling/
        </p>
        <sec id="sec-4-1-1">
          <title>Aspects</title>
          <p>Economics
Health
Education
Political Party
Others
Total</p>
        </sec>
      </sec>
      <sec id="sec-4-2">
        <title>4.2 Aspect-based Sentiment Analysis</title>
        <p>For this task, a window of three words were
selected from the previously identi ed aspect
in the training corpus to extract the features.
Each tweet in the training corpus was also
preprocessed in the same way as the word
embeddings model, removing stopwords, special
characters and URLs. After this, the
corpus was lemmatized keeping user tags and
hashtags. The analysis was based on the
cosine similarity of these words with the words
selected as a feature for detecting the
sentiment.</p>
        <p>
          In this step, rstly, we needed to create a
dictionary with words that represent in a
better way each sentiment that was classi ed
using the labels for the sentiments in the
training data. Thus, we used two metrics,
TFIDF and probabilistic occurrence
          <xref ref-type="bibr" rid="ref5">(Liu, Loh,
and Sun, 2009)</xref>
          , to see how relevant is a word
for a sentiment so these words could be used
as a dictionary for each sentiment. Thus,
there were more words to compare the
selected words in the context of the detected
aspect that represents the sentiment. Also,
these metrics were applied for a new
dictionary but based for each aspect relating them
with each sentiments, so, a more versatile
feature set was extracted.
        </p>
        <p>After selecting the features, two vectors
were created: (1) based on probabilistic
occurrence and (2) based on probabilistic
occurrence per aspect. Each vector was lled in
two ways, one was only using the traditional
approach, i. e., the vector a bag-of-words and
lling the vector with 1 if the word feature
occurs in the window and the other way is to
ll the feature with the most similarity value
to the feature. Then each vector was used to
train a SVM and AdaBoost models. In
general, we sent three runs which are shown as
below:</p>
        <p>Run 1: The rst run consisted of using
vector lled with the cosine similarity
between each word and the words in the
dictionary of polarities. This vector was
used to train a SVM model with gamma
value of 0.31622776601683794, C 1 and
degree 2.</p>
        <p>Run 2: The second run was using the
same vector were the hyper
parameters were: gamma was 0.0316, C was
1122.018 and degree was 2.</p>
        <p>Run 3: The last run was using
AdaBoost Classi er with a modi ed
vector that have the most representative
word of each sentiment but for each
aspect. Also this vector has one hot
encoding based on each aspect. This model
was trained with a Naive Bayes
classier as the weak classi er. The AdaBoost
model was created with the following
hyperparemeters selected by
experimentation: learning rate was 0.000001, number
of estimators was 100.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Results and Discussions</title>
      <p>For the experiments a SVM classi er and an
AdaBoost classi er were tested using each
set of features prepared using the
dictionaries previously created. In order to test these
approaches F1-score (F1), Precision (P) and
(R) recall were used. These metrics evaluate
how well the model predicts based on how
many true-positive it predicts and the inverse
how many false-positive it predicts.
In the other hand, accuracy just measured
how many hits it does in the prediction.
Furthermore, to test the model to detect the
sentiment polarity the TASS experiment page
was used. This page measure a macro
F1score, recall, precision and accuracy based on
the combination of how well it predicts each
aspect in an speci c entity.</p>
      <p>The results for the polarity classi cation
are presented in Table 3. In this case a SVM
classi er and an AdaBoost classi er using a
Naive Bayes model were tested. Also, as
discussed earlier, the data is not well
balanced, so, for these methods a SMOTE
oversampling was applied. For these results, the
SVM-run2 model was created by using the
features using probabilistic weights of the
words. In this sense, this model predicts the
sentiment based on the similarity of the word
selected as the sentiment representatives with
each word that represent a feature in the
vector, keeping the best score of these words.
This vector was also used for the other
models except for the ADA-run3 model.</p>
      <p>The SVM-run1 considers that every word
may have di erent meanings for each context
so it uses a vector that has words that
represents all the sentiments for each aspect and
a feature that represents from which element
the tweet came. This model has better
results in comparison to its similar SVM that
only use top words in all the training set and
have a better accuracy compared with the
ADA-run3 but not a better F1-Score.</p>
      <sec id="sec-5-1">
        <title>Execution run1 run2 run3</title>
        <p>As seen, the model was not trained with a
big amount of data but it still had almost
all the words inside it's vocabulary. This
pointed us that the errors for the sentiment
polarity were caused probably by the
unbalance data for each sentiment per aspect. The
sentiments were in it's majority negative and
few were neutral or positive. Although,
using this approach gave us results that were
close to other participants that uses domain
speci c systems.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Conclusions and Future Works</title>
      <p>In the 6th edition of the TASS 2017, we have
tried a word embedding approach to classify
sentiment of an aspect. With this approach
we generate a vector feature of how similar
each selected word is to the features in the
vector. The performance of the models has
been compared with the models of the other
participants of the TASS.</p>
      <p>Although the model was not trained with
a big amount of data that it was required, this
got the similarity for most of the words in the
training set. Also, the results were close to
the other participants. The obtained results
may give us an idea about how well word
embeddings could perform in sentiment analysis
due to word embeddings are not adjusted to a
speci c set of words like traditional methods
(using Bag-Of-Words).</p>
      <p>With these results, we propose to test this
approach using a more balanced data for
aspects and sentiments for training. Also,
getting more sentences to train the word2vec
model could improve the di erentiation of the
words that are used in the features. Using
this improvement could get better results
because as we saw the models can learn to
predict a class very well if they have a lot of
information about it.
Workshop on Semantic Analysis at
SEPLN (TASS 2016), pages 47{51.
volume 1702 of CEUR Workshop
Proceedings. CEUR-WS.org.</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>
            <given-names>M. F.</given-names>
            <surname>Gavilanes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Garc</surname>
          </string-name>
          a-Mendez,
          <string-name>
            <given-names>J.</given-names>
            <surname>Juncal-Mart</surname>
          </string-name>
          <string-name>
            <surname>nez</surname>
          </string-name>
          , and
          <string-name>
            <given-names>F. J.</given-names>
            <surname>Gonzalez-Castano</surname>
          </string-name>
          .
          <year>2016</year>
          . Gti at TASS 2016:
          <article-title>Supervised approach for aspect based sentiment analysis in Twitter</article-title>
          .
          <source>In Proceedings of TASS 2016: Workshop on Semantic Analysis at SEPLN (TASS</source>
          <year>2016</year>
          ), pages
          <fpage>53</fpage>
          {
          <fpage>57</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Araque</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            <surname>Corcuera</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Roman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. A.</given-names>
            <surname>Iglesias</surname>
          </string-name>
          , and
          <string-name>
            <given-names>J. F.</given-names>
            <surname>Sanchez-Rada</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Aspect based sentiment analysis of Spanish tweets</article-title>
          .
          <source>In Proceedings of TASS 2015: Workshop on Semantic Analysis at SEPLN (TASS</source>
          <year>2015</year>
          ), pages
          <fpage>29</fpage>
          {
          <fpage>34</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Hurtado</surname>
            , L.-
            <given-names>F.</given-names>
            and F.
          </string-name>
          <string-name>
            <surname>Pla</surname>
          </string-name>
          .
          <year>2014</year>
          . Elirf-upv
          <source>en TASS</source>
          <year>2014</year>
          : Analisis de sentimientos, deteccion de topicos y analisis de sentimientos de aspectos en Twitter.
          <source>Procesamiento del Lenguaje Natural.</source>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Hurtado</surname>
            , L.-
            <given-names>F.</given-names>
            and F.
          </string-name>
          <string-name>
            <surname>Pla</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Elirf-upv en TASS 2016: Analisis de sentimientos en Twitter</article-title>
          .
          <source>In Proceedings of TASS</source>
          <year>2016</year>
          : Hurtado, L.-F.,
          <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 Semantic Analysis at SEPLN (TASS</source>
          <year>2015</year>
          ), pages
          <fpage>75</fpage>
          {
          <fpage>79</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>H. T.</given-names>
            <surname>Loh</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Sun</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>Imbalanced text classi cation: A term weighting approach</article-title>
          .
          <source>Expert systems with Applications</source>
          ,
          <volume>36</volume>
          (
          <issue>1</issue>
          ):
          <volume>690</volume>
          {
          <fpage>701</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Mart</surname>
            nez-Camara,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>M. C.</surname>
          </string-name>
          <article-title>D az-</article-title>
          <string-name>
            <surname>Galiano</surname>
            ,
            <given-names>M. A.</given-names>
          </string-name>
          <string-name>
            <surname>Garc</surname>
            a-Cumbreras,
            <given-names>M.</given-names>
          </string-name>
          <article-title>Garc aVega, and</article-title>
          <string-name>
            <given-names>J.</given-names>
            <surname>Villena-Roman</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Overview of tass 2017</article-title>
          . In J. Villena Roman,
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Garc a Cumbreras</surname>
          </string-name>
          ,
          <string-name>
            <surname>D. G. M. C. Mart</surname>
            nez-Camara, Eugenio, and
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Garc</surname>
          </string-name>
          a Vega, editors,
          <source>Proceedings of TASS 2017: Workshop on Semantic Analysis at SEPLN (TASS</source>
          <year>2017</year>
          ), volume
          <volume>1896</volume>
          <source>of CEUR Workshop Proceedings</source>
          , Murcia, Spain, September. CEURWS.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <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>E cient estimation of word representations in vector space</article-title>
          .
          <source>arXiv preprint arXiv:1301</source>
          .
          <fpage>3781</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Roman</surname>
            ,
            <given-names>J. V.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>E. M.</given-names>
            <surname>Camara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. G.</given-names>
            <surname>Morera</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S. M. J.</given-names>
            <surname>Zafra</surname>
          </string-name>
          .
          <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>
          {
          <fpage>68</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <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>2014</year>
          . Lys at TASS 2014:
          <article-title>A prototype for extracting and analysing aspects from Spanish tweets</article-title>
          .
          <source>In Proceedings of TASS 2014: Workshop on Semantic Analysis at SEPLN (TASS</source>
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <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 Semantic Analysis at SEPLN (TASS</source>
          <year>2015</year>
          ), pages
          <fpage>47</fpage>
          {
          <fpage>52</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Villena-Roman</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>M. A. G.</given-names>
            <surname>Cumbreras</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. M.</given-names>
            <surname>Camara</surname>
          </string-name>
          , M. C.
          <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. U.</given-names>
          </string-name>
          <string-name>
            <surname>Lopez</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Overview of TASS 2016</article-title>
          .
          <source>In Proceedings of TASS 2016: Workshop on Semantic Analysis at SEPLN (TASS</source>
          <year>2016</year>
          ),
          <article-title>Villena-</article-title>
          <string-name>
            <surname>Roman</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Garc</surname>
          </string-name>
          a-Morera,
          <string-name>
            <given-names>M. A. G.</given-names>
            <surname>Cumbreras</surname>
          </string-name>
          , E. Mart nezCamara,
          <string-name>
            <surname>M. T. Mart</surname>
            n-Valdivia, and
            <given-names>L. A. U.</given-names>
          </string-name>
          <string-name>
            <surname>Lopez</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Overview of TASS 2015</article-title>
          .
          <source>In Proceedings of TASS 2015: Workshop on Semantic Analysis at SEPLN (TASS</source>
          <year>2015</year>
          ), volume
          <volume>1397</volume>
          <source>of CEUR Workshop Proceedings</source>
          , pages
          <volume>13</volume>
          {
          <fpage>21</fpage>
          . CEUR-WS.org.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>