<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>An Embedding Approach For Microblog Polarity Classification</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Andi Rexha</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mark Kro¨ ll</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Roman Kern</string-name>
          <email>rkerng@know-center.at</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mauro Dragoni</string-name>
          <email>dragoni@fbk.eu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Know-Center GmbH Graz</institution>
          ,
          <country country="AT">Austria</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>In the last years, forms of communications such as social media have emerged. Short and unstructured messages are used to share, interact and collaborate in different online communities. Identifying the nature of the emotion (positive or negative) expressed in these kind of text is a big challenge for the standard Natural Language Processing (NLP). Tweets are one of the most popular type of short messages. In this paper we try to predict the polarity (positive or negative emotion) expressed by the user for a specific target phrase in a tweet. We try to exploit a Tweeter Word2Vec1 model in order to classify the polarity of these message refereed to the target phrase. We use to approaches to extract the features: windows based and whole message based. Evaluating with the SemEval 2016 Task 4 dataset, we show that these simple approaches perform quite well, even though they do not use any polarity of single words. We also show that the performance of considering the whole tweet message is slightly better than the one considering a window around the target phrase.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>With the growing popularity of the online social media, different forms of
communication are being used more and more often. The trend of messaging is shifting to
microblogging and short texts which usually are unstructured and very informal. While
users of these social media aren’t limited to specific type of text, they usually express
their opinions or emotions about specific interests.</p>
      <p>One of the most popular social media providing sharing of short texts is Twitter and
it’s messages are called Tweets. The language used in these messages is very informal,
with creative spelling and punctuation, misspellings, slang, URLs and abbreviations.
The difficulty in processing this kind of text is challanging for researchers.</p>
      <p>Efforts have been made in tasks for automatically predicting sentiment polarity
(whether positive or negative) of tweets. Even more challenging is to predict the opinion
of specific target. In order to illustrate this, consider the following example:
1 Word2Vec models provide a representation of words in a feature space that reflects their
relation to other words in the training corpus</p>
      <p>There might be a neutral overall opinion, being that the first part “New features
@Microsoft suck” expresses a negative emotion meanwhile the last part of the message
“#Linux solutions are awesome.” expresses a positive one. The two different references
of these opinions (in this case @Microsoft and #Linux) are called the target phrases. In
this paper we try to address exactly this challenge. Specifically we try to automatically
predict the polarity (whether positive or negative) in a message about a given target. For
instance, in the previews example, the algorithm should return a positive aspect about
the target @Microsoft and a negative one about the target #Linux.</p>
      <p>
        In order to tackle the challenge, in this paper we explore the semantic information
given by a Word2Vec[
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] trained model on twitter messages. Word2Vec models provide
a representation of words in a feature space that reflects their relation to other words in
the training corpus. We investigate whether the role of the target by using this technique
has different outcomes compared to the only use of the words close to the target phrase.
To evaluate this approach we use the test and golden standard dataset of the Semeval
2016 Task #4 challenge about Twitter sentiment mining.
      </p>
      <p>The paper is structure as follow. In the section 2 we present the approach of the
challengers of the SemEval task of the 2015 and other related works. In the section 3
we suggest the different way to extract the features and in section 4 we compare the
different approaches and learning algorithms. In the 5 section we draw the conclusion
and the future work.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        The task of Sentiment Analysis, also known as opinion mining (cf. [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ], [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]), is to
classify textual content according to expressed emotions and opinions. Sentiment
classification has been a challenging topic in Natural Language Processing (cf. [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ]). It is
commonly defined as a binary classification task to assign a sentence either positive
or negative polarity (cf. [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]). Turney’s work was among the first ones to tackle
automatic sentiment classification ([
        <xref ref-type="bibr" rid="ref31">31</xref>
        ]). He employed an information-theoretic measure,
i.e. mutual information, between a text phrase and the words “excellent” and “poor” as
a decision metric.
      </p>
      <p>
        The approaches presented above are applied at the document-level[
        <xref ref-type="bibr" rid="ref13 ref24 ref26 ref8">8, 24, 26, 13</xref>
        ],
i.e., the polarity value is assigned to the entire document content. However, in some
case, for improving the accuracy of the sentiment classification, a more fine-grained
analysis of a document is needed. Hence, the sentiment classification of the single
sentences, has to be performed. In the literature, we may find approaches ranging from the
use of fuzzy logic [
        <xref ref-type="bibr" rid="ref11 ref12 ref25">12, 11, 25</xref>
        ] to the use of aggregation techniques [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] for computing
the score aggregation of opinion words. In the case of sentence-level sentiment
classification, two different sub-tasks have to be addressed: (i) to determine if the sentence
is subjective or objective, and (ii) in the case that the sentence is subjective, to
determine if the opinion expressed in the sentence is positive, negative, or neutral. The task
of classifying a sentence as subjective or objective, called “subjectivity classification”,
has been widely discussed in the literature [
        <xref ref-type="bibr" rid="ref14 ref28 ref34">14, 28, 34</xref>
        ] and systems implementing the
capabilities of identifying opinion’s holder, target, and polarity have been presented [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
Once subjective sentences are identified, the same methods as for sentiment
classification may be applied. For example, in [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] the authors consider gradable adjectives for
sentiment spotting; while in [
        <xref ref-type="bibr" rid="ref18 ref27">18, 27</xref>
        ] the authors built models to identify some specific
types of opinions.
      </p>
      <p>
        A particular attention should be given also to the application of sentiment
analysis in social networks [
        <xref ref-type="bibr" rid="ref10 ref9">9, 10</xref>
        ]. Micro-blogging data such as tweets differs from regular
text as it is extremely noisy, informal and does not allow for long messages (which
might not be a disadvantage (cf. [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]). As a consequence, analyzing sentiment in Twitter
data poses a lot of opportunities. Traditional feature representations such as
part-ofspeech information or the usage of lexicon features such as SentiWordNet have to be
re-evaluated in the light of Twitter data. In case of part-of-speech information, Gimpel
et al. ([
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]) annotated tweets and developed a tagset and features to train an adequate
tagger. Kouloumpis et al. ([
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]) investigated the usefulness of existing lexical resources
and other features including part-of-speech information in the analysis task.
      </p>
      <p>
        Go et al. ([
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]), for instance, used emoticons as additional features, for example,
“:)” and “:-)” for the positive class, “:(“ and “:-(“ for the negative class. They then
applied machine learning techniques such as support vector machines to classify the
tweets into a positive and a negative class. Agarwal et al. ([
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]) introduced POS-specific
prior polarity features along with using a tree kernel for tweet classification. Barbosa
and Feng ([
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]) present a robust approach to Twitter sentiment analysis. The robustness
is based on an abstract representation of tweets as well as the usage of noisy/biased
labels from three websites to train their model.
      </p>
      <p>
        Last but not least, recent years have seen a lot of participation in the annual SemEval
tasks on Twitter Sentiment Analysis (cf. [
        <xref ref-type="bibr" rid="ref33">33</xref>
        ], [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ], [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ]). This event provides optimal
conditions to implement novel ideas and is a good starting point to catch up on the latest
trends in this area.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Approach</title>
      <p>
        As exlained in the previews sections we intend to experiment two different approaches
for extracting mining features. In the first approach we use the sole information of each
word without considering the position of the target phrase. On the other hand, in the
second approach we consider only the surrounding of the target phrase. As a
preprocessing step, we annotate the tweets (words, Part Of Speach Tagging etc.) by using the
Tweet NLP library [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Further, for each word of the tweet we extract the Word2Vec
vector representation by using a Twitter model trained over 400 million tweets [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. In
the postprocessing step we make an average over the considered segment (every word
or words within the window). As the last step we use a binary feature which is set to 1
if in the tweet exists any negation word (don’t, not, . . . ). We believe that this feature can
give a hint to the learning algorithm whether the expressed emotion might be negated
without considering those kind of words. Below we explain more in detail each of the
approaches for extracting the features.
      </p>
      <p>Whole Tweet Run The whole tweet run can be expained in the current steps:
– Preprocess the tweet messages, extracting each word
– For each of the words of the tweet, extract the Word2Vec value
[vector] [vector]
[vector]
[.....</p>
      <p>[vector]</p>
      <p>Word2Vec
– For each corresponding feature extracted from the Word2Vec, make an average
– a binary feature as negation: if one of the words in the tweet contains a “not” or
ends with a “’t”, the feature is set to 1, otherwise, to 0
In the figure 1 there is shown the way the Word2Vec features are extracted for the Whole
Tweet approach
Window Run The window run can be expained in the current steps:
– Preprocess the tweet messages, extracting each word
– Annotate the target of the tweet
– Build a winodow of “n” words from left and right of the target
– Extract the Word2Vec value for each word of the window
– For each corresponding feature extracted from the Word2Vec, make an average
– a binary feature as negation: if one of the words in the tweet contains a “not” or
ends with a “’t”, the feature is set to 1, otherwise, to 0
We show the extraction of the Word2Vec features for the Window approach in the figure
2.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Results</title>
      <p>To evaluate the two different approaches that we proposed in the section 3 we have
trained different classifiers to predict the opinion of the target phrase in a Tweet. We
have used the dataset of the Semeval 2016 Task 4 about sentiment analysis in Tweets.
The training set is composed by 3858 entries and the evaluation set by 10551 entries.
Both datasets are skewed. The training set contains 17% of negative and 83% of positive
and the evaluation set of 22% of negative and 78% of positive examples. For each of the
approaches we present the evaluation for the positive and negative classes by desplaying
the precision, recall and F1 measure. In the tables 1 and 2 we show the performance of</p>
      <p>Word2Vec
[vector]
[vector]</p>
      <p>[vector]
the positive and negative classes for the full text approach. On the other hand, in the
tables 3 and 4 we present the evaluation for the window approach. The chosen size of
the window is set to 3. We believe that this size reflect the idea of chosing related words
close to the target phrase.</p>
      <p>Something to highlight from the tables is that the accuracy of the negative class is
lower. We believe that this is due to the skewed nature of the dataset. Another detail to
note is the difference between the two approaches. This characteristic might be due to
the fact that we throw away some important information that are not in the proximity to
the target phrase.
5</p>
    </sec>
    <sec id="sec-5">
      <title>Conclusion</title>
      <p>In this paper we have evaluate an approach by using the semantic information collected
from the Word2Vec for the prediction of the polarity in tweets. Specifically we have
addressed the opinion mining for target phrases.</p>
      <p>In future work we intend to exploit the effect of the dependency trees in tweets.
The text proximity can give just partial information about the semantic proximity of
the positive or negative words in the short messages. We believe that exploiting this
information can improve the performance of the classifying algoritm.</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgment</title>
      <p>This work is funded by the KIRAS program of the Austrian Research Promotion Agency
(FFG) (project number 840824). The Know-Center is funded within the Austrian COMET
Program under the auspices of the Austrian Ministry of Transport, Innovation and
Technology, the Austrian Ministry of Economics and Labour and by the State of Styria.
COMET is managed by the Austrian Research Promotion Agency FFG</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <article-title>Nlp for tweets</article-title>
          . http://www.cs.cmu.edu/˜ark/TweetNLP/
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <article-title>2. Word2vec for tweets</article-title>
          . http://www.fredericgodin.com/software/
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Agarwal</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Biadsy</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mckeown</surname>
            ,
            <given-names>K.R.</given-names>
          </string-name>
          :
          <article-title>Contextual phrase-level polarity analysis using lexical affect scoring and syntactic n-grams</article-title>
          .
          <source>In: Proceedings of the 12th Conference of the European Chapter of the Association for Computational Linguistics</source>
          . EACL '
          <volume>09</volume>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Aprosio</surname>
            ,
            <given-names>A.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corcoglioniti</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dragoni</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rospocher</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Supervised opinion frames detection with RAID</article-title>
          . In: Gandon,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Cabrio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Stankovic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Zimmermann</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . (eds.) Semantic Web Evaluation Challenges - Second
          <source>SemWebEval Challenge at ESWC</source>
          <year>2015</year>
          ,
          <article-title>Portorozˇ</article-title>
          , Slovenia, May 31 - June 4,
          <year>2015</year>
          , Revised Selected Papers.
          <source>Communications in Computer and Information Science</source>
          , vol.
          <volume>548</volume>
          , pp.
          <fpage>251</fpage>
          -
          <lpage>263</lpage>
          . Springer (
          <year>2015</year>
          ), http: //dx.doi.org/10.1007/978-3-
          <fpage>319</fpage>
          -25518-7_
          <fpage>22</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Barbosa</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Feng</surname>
          </string-name>
          , J.:
          <article-title>Robust sentiment detection on twitter from biased and noisy data</article-title>
          .
          <source>In: Proceedings of the 23rd International Conference on Computational Linguistics: Posters</source>
          . COLING '
          <volume>10</volume>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Bermingham</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smeaton</surname>
            ,
            <given-names>A.F.</given-names>
          </string-name>
          :
          <article-title>Classifying sentiment in microblogs: Is brevity an advantage?</article-title>
          <source>In: Proceedings of the 19th ACM International Conference on Information and Knowledge Management. CIKM '10</source>
          ,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7. da Costa Pereira,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Dragoni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Pasi</surname>
          </string-name>
          , G.:
          <article-title>A prioritized ”and” aggregation operator for multidimensional relevance assessment</article-title>
          . In: Serra,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Cucchiara</surname>
          </string-name>
          ,
          <string-name>
            <surname>R</surname>
          </string-name>
          . (eds.)
          <source>AI*IA 2009: Emergent Perspectives in Artificial Intelligence</source>
          ,
          <source>XIth International Conference of the Italian Association for Artificial Intelligence</source>
          , Reggio Emilia, Italy, December 9-
          <issue>12</issue>
          ,
          <year>2009</year>
          ,
          <source>Proceedings. Lecture Notes in Computer Science</source>
          , vol.
          <volume>5883</volume>
          , pp.
          <fpage>72</fpage>
          -
          <lpage>81</lpage>
          . Springer (
          <year>2009</year>
          ), http://dx.doi.org/10.1007/978-3-
          <fpage>642</fpage>
          -10291-
          <issue>2</issue>
          _
          <fpage>8</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Dragoni</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <string-name>
            <surname>Shellfbk</surname>
          </string-name>
          :
          <article-title>An information retrieval-based system for multi-domain sentiment analysis</article-title>
          .
          <source>In: Proceedings of the 9th International Workshop on Semantic Evaluation</source>
          . pp.
          <fpage>502</fpage>
          -
          <lpage>509</lpage>
          . SemEval '2015,
          <article-title>Association for Computational Linguistics</article-title>
          , Denver, Colorado (
          <year>June 2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Dragoni</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>A three-phase approach for exploiting opinion mining in computational advertising</article-title>
          .
          <source>IEEE Intelligent Systems</source>
          <volume>32</volume>
          (
          <issue>3</issue>
          ),
          <fpage>21</fpage>
          -
          <lpage>27</lpage>
          (
          <year>2017</year>
          ), https://doi.org/10.1109/ MIS.
          <year>2017</year>
          .46
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Dragoni</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , da Costa Pereira,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Tettamanzi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.G.B.</given-names>
            ,
            <surname>Villata</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.</surname>
          </string-name>
          : Smack:
          <article-title>An argumentation framework for opinion mining</article-title>
          . In: Kambhampati,
          <string-name>
            <surname>S</surname>
          </string-name>
          . (ed.)
          <source>Proceedings of the Twenty-Fifth International Joint Conference on Artificial Intelligence, IJCAI</source>
          <year>2016</year>
          , New York, NY, USA,
          <fpage>9</fpage>
          -
          <issue>15</issue>
          <year>July 2016</year>
          . pp.
          <fpage>4242</fpage>
          -
          <lpage>4243</lpage>
          . IJCAI/AAAI Press (
          <year>2016</year>
          ), http://www.ijcai.org/ Abstract/16/641
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Dragoni</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tettamanzi</surname>
            ,
            <given-names>A.G.B.</given-names>
          </string-name>
          , da Costa Pereira,
          <string-name>
            <surname>C.</surname>
          </string-name>
          :
          <article-title>A fuzzy system for concept-level sentiment analysis</article-title>
          .
          <source>In: Presutti</source>
          ,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Stankovic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Cambria</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Cantador</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            ,
            <surname>Iorio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.D.</given-names>
            ,
            <surname>Noia</surname>
          </string-name>
          , T.D.,
          <string-name>
            <surname>Lange</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Recupero</surname>
            ,
            <given-names>D.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tordai</surname>
            ,
            <given-names>A</given-names>
          </string-name>
          . (eds.) Semantic Web Evaluation Challenge - SemWebEval
          <source>2014 at ESWC</source>
          <year>2014</year>
          , Anissaras, Crete, Greece, May
          <volume>25</volume>
          -29,
          <year>2014</year>
          , Revised Selected Papers.
          <source>Communications in Computer and Information Science</source>
          , vol.
          <volume>475</volume>
          , pp.
          <fpage>21</fpage>
          -
          <lpage>27</lpage>
          . Springer (
          <year>2014</year>
          ), http://dx.doi.org/10.1007/978-3-
          <fpage>319</fpage>
          -12024-
          <issue>9</issue>
          _
          <fpage>2</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Dragoni</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tettamanzi</surname>
            ,
            <given-names>A.G.</given-names>
          </string-name>
          , da Costa Pereira,
          <string-name>
            <surname>C.</surname>
          </string-name>
          :
          <article-title>Propagating and aggregating fuzzy polarities for concept-level sentiment analysis</article-title>
          .
          <source>Cognitive Computation</source>
          <volume>7</volume>
          (
          <issue>2</issue>
          ),
          <fpage>186</fpage>
          -
          <lpage>197</lpage>
          (
          <year>2015</year>
          ), http://dx.doi.org/10.1007/s12559-014-9308-6
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Federici</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dragoni</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>A knowledge-based approach for aspect-based opinion mining</article-title>
          . In: Sack,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Dietze</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Tordai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Lange</surname>
          </string-name>
          , C. (eds.) Semantic Web Challenges - Third
          <source>SemWebEval Challenge at ESWC</source>
          <year>2016</year>
          , Heraklion, Crete, Greece, May 29 - June 2,
          <year>2016</year>
          , Revised Selected Papers.
          <source>Communications in Computer and Information Science</source>
          , vol.
          <volume>641</volume>
          , pp.
          <fpage>141</fpage>
          -
          <lpage>152</lpage>
          . Springer (
          <year>2016</year>
          ), https://doi.org/10.1007/ 978-3-
          <fpage>319</fpage>
          -46565-4_
          <fpage>11</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Federici</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dragoni</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Towards unsupervised approaches for aspects extraction</article-title>
          . In: Dragoni,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Recupero</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.R.</given-names>
            ,
            <surname>Denecke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Deng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Declerck</surname>
          </string-name>
          , T. (eds.)
          <source>Joint Proceedings of the 2th Workshop on Emotions, Modality, Sentiment Analysis and the Semantic Web and the 1st International Workshop on Extraction and Processing of Rich Semantics from Medical Texts co-located with ESWC</source>
          <year>2016</year>
          , Heraklion, Greece, May
          <volume>29</volume>
          ,
          <year>2016</year>
          .
          <source>CEUR Workshop Proceedings</source>
          , vol.
          <volume>1613</volume>
          .
          <string-name>
            <surname>CEUR-WS.org</surname>
          </string-name>
          (
          <year>2016</year>
          ), http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>1613</volume>
          / paper_2.pdf
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Gimpel</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schneider</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>O'Connor</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Das</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mills</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eisenstein</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Heilman</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yogatama</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Flanigan</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Smith</surname>
            ,
            <given-names>N.A.</given-names>
          </string-name>
          :
          <article-title>Part-of-speech tagging for twitter: Annotation, features, and experiments</article-title>
          . In:
          <article-title>Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies: Short Papers - Volume 2</article-title>
          . HLT '
          <volume>11</volume>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Go</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bhayani</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Twitter sentiment classification using distant supervision</article-title>
          .
          <source>Tech. rep.</source>
          ,
          <string-name>
            <surname>Stanford</surname>
          </string-name>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Hatzivassiloglou</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wiebe</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>Effects of adjective orientation and gradability on sentence subjectivity</article-title>
          .
          <source>In: COLING</source>
          . pp.
          <fpage>299</fpage>
          -
          <lpage>305</lpage>
          (
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>S.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hovy</surname>
            ,
            <given-names>E.H.</given-names>
          </string-name>
          :
          <article-title>Crystal: Analyzing predictive opinions on the web</article-title>
          .
          <source>In: EMNLPCoNLL</source>
          . pp.
          <fpage>1056</fpage>
          -
          <lpage>1064</lpage>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Kouloumpis</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          , Wilson,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Moore</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.D.</surname>
          </string-name>
          :
          <article-title>Twitter sentiment analysis: The good the bad and the omg!</article-title>
          <source>In: Proceedings of the Fifth International Conference on Weblogs and Social Media</source>
          , Barcelona, Spain (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
          </string-name>
          , L.:
          <article-title>Mining Text Data, chap. A Survey of Opinion Mining and Sentiment Analysis</article-title>
          , pp.
          <fpage>415</fpage>
          -
          <lpage>463</lpage>
          . Springer US (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corrado</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dean</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <article-title>Efficient estimation of word representations in vector space</article-title>
          .
          <source>arXiv preprint arXiv:1301.3781</source>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Pang</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Opinion mining and sentiment analysis</article-title>
          .
          <source>Foundations and Trends in Information Retrieval</source>
          <volume>2</volume>
          (
          <issue>1</issue>
          -2) (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Pang</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vaithyanathan</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Thumbs up?: Sentiment classification using machine learning techniques</article-title>
          .
          <source>In: Proceedings of the Conference on Empirical Methods in Natural Language Processing</source>
          . pp.
          <fpage>79</fpage>
          -
          <lpage>86</lpage>
          . EMNLP '
          <volume>02</volume>
          ,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computational Linguistics, Stroudsburg, PA, USA (
          <year>2002</year>
          ), http://dx.doi.org/10.3115/1118693. 1118704
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Petrucci</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dragoni</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>An information retrieval-based system for multi-domain sentiment analysis</article-title>
          . In: Gandon,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Cabrio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Stankovic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Zimmermann</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . (eds.) Semantic Web Evaluation Challenges - Second
          <source>SemWebEval Challenge at ESWC</source>
          <year>2015</year>
          ,
          <article-title>Portorozˇ</article-title>
          , Slovenia, May 31 - June 4,
          <year>2015</year>
          , Revised Selected Papers.
          <source>Communications in Computer and Information Science</source>
          , vol.
          <volume>548</volume>
          , pp.
          <fpage>234</fpage>
          -
          <lpage>243</lpage>
          . Springer (
          <year>2015</year>
          ), http://dx.doi.org/10.1007/ 978-3-
          <fpage>319</fpage>
          -25518-7_
          <fpage>20</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Petrucci</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dragoni</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>The IRMUDOSA system at ESWC-2016 challenge on semantic sentiment analysis</article-title>
          . In: Sack,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Dietze</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Tordai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Lange</surname>
          </string-name>
          , C. (eds.) Semantic Web Challenges - Third
          <source>SemWebEval Challenge at ESWC</source>
          <year>2016</year>
          , Heraklion, Crete, Greece, May 29 - June 2,
          <year>2016</year>
          , Revised Selected Papers.
          <source>Communications in Computer and Information Science</source>
          , vol.
          <volume>641</volume>
          , pp.
          <fpage>126</fpage>
          -
          <lpage>140</lpage>
          . Springer (
          <year>2016</year>
          ), https://doi.org/10.1007/ 978-3-
          <fpage>319</fpage>
          -46565-4_
          <fpage>10</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Rexha</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , Kro¨ ll,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Dragoni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Kern</surname>
          </string-name>
          , R.:
          <article-title>Exploiting propositions for opinion mining</article-title>
          . In: Sack,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Dietze</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Tordai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Lange</surname>
          </string-name>
          , C. (eds.) Semantic Web Challenges - Third
          <source>SemWebEval Challenge at ESWC</source>
          <year>2016</year>
          , Heraklion, Crete, Greece, May 29 - June 2,
          <year>2016</year>
          , Revised Selected Papers.
          <source>Communications in Computer and Information Science</source>
          , vol.
          <volume>641</volume>
          , pp.
          <fpage>121</fpage>
          -
          <lpage>125</lpage>
          . Springer (
          <year>2016</year>
          ), https://doi.org/10.1007/978-3-
          <fpage>319</fpage>
          -46565-
          <issue>4</issue>
          _
          <fpage>9</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Rexha</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , Kr o¨ll,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Dragoni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Kern</surname>
          </string-name>
          , R.:
          <article-title>Polarity classification for target phrases in tweets: A word2vec approach</article-title>
          . In: Sack,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Rizzo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            ,
            <surname>Steinmetz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Mladenic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Auer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Lange</surname>
          </string-name>
          , C. (eds.)
          <string-name>
            <surname>The Semantic Web - ESWC 2016 Satellite Events</surname>
          </string-name>
          , Heraklion, Crete, Greece, May 29 - June 2,
          <year>2016</year>
          ,
          <source>Revised Selected Papers. Lecture Notes in Computer Science</source>
          , vol.
          <volume>9989</volume>
          , pp.
          <fpage>217</fpage>
          -
          <lpage>223</lpage>
          (
          <year>2016</year>
          ), https://doi.org/10.1007/978-3-
          <fpage>319</fpage>
          -47602-5_
          <fpage>40</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Riloff</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patwardhan</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wiebe</surname>
          </string-name>
          , J.:
          <article-title>Feature subsumption for opinion analysis</article-title>
          .
          <source>In: EMNLP</source>
          . pp.
          <fpage>440</fpage>
          -
          <lpage>448</lpage>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Rosenthal</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nakov</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kiritchenko</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mohammad</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ritter</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stoyanov</surname>
          </string-name>
          , V.:
          <article-title>Semeval2015 task 10: Sentiment analysis in twitter</article-title>
          .
          <source>In: Proceedings of the 9th International Workshop on Semantic Evaluation (SemEval</source>
          <year>2015</year>
          ).
          <article-title>Association for Computational Linguistics (</article-title>
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Rosenthal</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ritter</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nakov</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stoyanov</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Semeval-2014 task 9: Sentiment analysis in twitter</article-title>
          .
          <source>In: Proceedings of the 8th International Workshop on Semantic Evaluation (SemEval</source>
          <year>2014</year>
          ).
          <article-title>Association for Computational Linguistics</article-title>
          and Dublin City University (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>Turney</surname>
          </string-name>
          , P.D.:
          <article-title>Thumbs up or thumbs down?: Semantic orientation applied to unsupervised classification of reviews</article-title>
          .
          <source>In: Proceedings of the 40th Annual Meeting on Association for Computational Linguistics. Association for Computational Linguistics</source>
          (
          <year>2002</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <surname>Wiebe</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , Wilson,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Cardie</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.</surname>
          </string-name>
          :
          <article-title>Annotating expressions of opinions and emotions in language</article-title>
          .
          <source>Language Resources and Evaluation</source>
          <volume>1</volume>
          (
          <issue>2</issue>
          ) (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33. Wilson,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Kozareva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            ,
            <surname>Nakov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Alan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Rosenthal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Stoyonov</surname>
          </string-name>
          ,
          <string-name>
            <surname>V.</surname>
          </string-name>
          :
          <article-title>Semeval-2013 task 2: Sentiment analysis in twitter</article-title>
          .
          <source>In: Proceedings of the 7th International Workshop on Semantic Evaluation. Association for Computation Linguistics</source>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          34. Wilson,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Wiebe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Hwa</surname>
          </string-name>
          , R.:
          <article-title>Recognizing strong and weak opinion clauses</article-title>
          .
          <source>Computational Intelligence</source>
          <volume>22</volume>
          (
          <issue>2</issue>
          ),
          <fpage>73</fpage>
          -
          <lpage>99</lpage>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>