<!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>Sentiment Analysis of Norwegian Twitter News Entities</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Jon Atle Gulla?</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>John Arne ye ??</string-name>
          <email>john.arne.oye@acando.no</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Xiaomeng Su? ? ?</string-name>
          <email>xiaomeng.su@ntnu.no</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>zlem zgbek</string-name>
          <email>ozlemo@idi.ntnu.no</email>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Acando</institution>
          ,
          <addr-line>Trondheim</addr-line>
          ,
          <country country="NO">Norway</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Department of Computer Science, NTNU</institution>
          ,
          <addr-line>Trondheim</addr-line>
          ,
          <country country="NO">Norway</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Department of Informatics and e-Learning, NTNU</institution>
          ,
          <addr-line>Trondheim</addr-line>
          ,
          <country country="NO">Norway</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Microblogging websites like Twitter complement traditional news agencies and have become important sources of information about news events. In particular, aggregated sentiment values from Twitter news messages may tell us about the overall popularity of news entities or people's general perception of news events or entities. On the basis of a Norwegian Twitter news dataset we examine how the sentiments of Twitter news messages can be extracted using Naive Bayes, Support Vector Machines and Maximum Entropy. Our analysis also includes the use of linguistic features and lexical sentiments from SentiWordNet in an attempt to improve the accuracy of the techniques. The results show that there is some gain in including part-of-speech features or predened sentiments from SentiWordNet. Support Vector Machines has the highest accuracy for both subjectivity classication and polarity classication, though the dierences are small and all techniques' performances increase steadily with the size of the dataset. Moreover, our work demonstrates that sudden changes of news entity sentiments tend to be attributed to concrete entity-relevant news events.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Over the last few years Twitter has become an important source of information
about unfolding news events that have not yet been properly picked up by news
agencies, or where news reporting is dicult or unreliable for some reason. Any
owner of a Twitter account may post small messages - tweets - of up to 140
characters that can be widely distributed and read over the internet. In spite
of the brevity of these messages, Twitter has been extensively used to report or
comment on incidents all over the world, and Twitter now has more than 300
million active users and an excess of 500 million tweets per day.</p>
      <p>These tweets may be posted by users that are present at the event and that
have no particular experience with traditional news reporting. As a news source
Twitter complement the publications of traditional news agencies in several
interesting ways: 1) the news may be quickly and directly reported as the event
takes place, 2) the news are often reported by people that are physically present
or in other ways have a direct link to the event, 3) the aggregation of tweets
from many users cancels out individual misconceptions and presents a possibly
more reliable collective perception of the event, and 4) Twitter users provide
other perspectives than professional journalists and may serve as a corrective
to the news agencies that are driven by increasing time pressure and declining
revenues.</p>
      <p>There are however limitations with Twitter that renders it somewhat
unsuitable as a general news source:</p>
      <p>The 140-character limitation makes it unfeasible to explain matters in
sucient detail.</p>
      <p>The lack of any other structural elements than hashtags and user references
introduce ambiguities that are dicult to handle manually and very
challenging computationally.</p>
      <p>Individual tweets may be wrong, contradictory, incomplete or misleading.
There are too many tweets to read and no satisfactory way of selecting the
most appropriate ones.</p>
      <p>Even though individual tweets should not necessarily be trusted, the message
formed by collective streams of news tweets carry more weight and may expose
other types of information than what is conveyed in reports from conventional
news channels. Since people use Twitter for posting opinions on a variety of news
topics and express their attitudes towards products or people on a daily basis,
it seems interesting to aggregate messages and try to extract a sense of general
sentiment over time for particular news entities.</p>
      <p>
        In the SmartMedia project at NTNU in Norway we are developing a news
aggregator in collaboration with one of the largest media houses in Norway [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]
[
        <xref ref-type="bibr" rid="ref28">28</xref>
        ] [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]. All the major newspapers in Norway are indexed as part of this mobile
application, though we also include user-generated material from Twitter where
this is appropriate. In particular, we make use of Twitter to analyze people’s
aggregated sentiment perception of important news entities over time.
      </p>
      <p>
        We have in our project used and compared Naive Bayes, Maximum Entropy
and Support Vector Machine for sentiment analysis of Norwegian news tweets.
An annotated Norwegian data set has been employed, and a variety of feature
sets have been compared for each technique. An important part of the work
has been the extraction of lexical words - or concepts - from the news text
that can be associated with an a priori sentiment from a sentiment ontology
like SentiWordNet [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. The analysis shows to what extent semantic enrichment
from SentiWordNet can improve the quality of the classications. In this paper,
we also show the sentiments over some time of a particular news entity - the
Norwegian prime minister - to demonstrate the relationship between sentiment
patterns and related news events.
      </p>
      <p>The rest of paper is structured as follows. In Section 2 we discuss the use of
Twitter for posting information about news events. We assess the overall problem
of extracting sentiments from Twitter and also present the Twitter dataset that is
used in our work. Section 3 introduces related work on news sentiment analysis,
with a particular emphasis on the use of Naive Bayes, Support Vector Machines
and Maximum Entropy. The whole sentiment analysis process is explained in
Section 4. This includes the enrichment of the feature set with part-of-speech tags
and predened concept sentiments from SentiWordNet, and the conguration
of the machine learning techniques for subjectivity classication and polarity
classication. Whereas the overall results are presented and discussed in Section
5, the application of entity sentiments over time is briey discussed in Section
6. The conclusions are given in Section 7.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Twitter News Data</title>
      <p>
        Twitter, like many other social media platforms, allows people to express and
distribute their views across geographical, national and social borders. The service
was founded in 2006 and is today one of the largest microblogging services
available. Apart from making it easier for people to communicate, these social media
networks collect large amounts of data that can be aggregated and analyzed
to identify for example breaking news as they are emerging. As a result social
media networks have provided valuable information in real-time about crisis
situations such as earthquakes and tsunamis [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] examined how earthquakes
could be detected using Twitter. Their research, which regarded Twitter users
as sensors and tweets as sensor data, suggest that up to 96% of the earthquakes
with intensity 3 or more occurring in the examined area could be identied from
the analysis of Twitter users. In [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], the authors show how the news of Osama
Bin Laden’ s death spread on Twitter before the mass media could get the news
conrmed.
      </p>
      <p>
        Often, though, Twitter is used to express very personal attitudes or opinions
about products, companies or people. The tweet in Figure 1 shows an example
of this. The user is Erna Solberg, the prime minister of Norway, and she is
thanking the previous prime minister for winning a prize for the best tweet in
Norway in 2015: ’I would also like to thank you, @jensstoltenberg. If you had not
lost your herring recipe, I would probably not have won this prize. #smd2014.’
@jensstoltenberg is a reference to a particular user Jens Stoltenberg, who is
the previous prime minister of Norway. The hashtag #smd2014 refers to the
Social Media Days conference in Norway in 2014. A tweet may also contain
emoticons, like small smiley faces, but can normally not exceed 140 characters
in total. In comparison, the average non-nance news article in Norwegian online
newspapers is of about 220 words [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
2.1
      </p>
      <p>
        Sentiments of Tweets
Sentiments may be associated with individual words, phrases, sentences,
paragraphs or documents. They express opinions of some entities in terms of positive,
negative or neutral attitudes towards the entities. The entities may be like
people or products, though they may also be components or aspects of higher-level
entities. For example, the objective of a sentiment analysis task may be to assess
the sentiments towards a company like Sony (brand reputation), but it may also
be to extract people’s opinions of Sony’s mobile phones or even people’s
perception of the battery life of these phones. In general, [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] denes a sentiment
(opinion) for an undecomposed target as follows:
      </p>
      <p>A quadruple, (g,s,h,t), where g is the sentiment target, s is the sentiment
about the target, h is the sentiment holder, and t is the time when the opinion
was expressed.</p>
      <p>Take a look at Figure 1. Analyzing the sentiments of this tweet, we see that
Erna Solberg is the sentiment holder and the opinion was stated on February 5,
2014. It is more complicated to identify the target and estimate the sentiment
about the target. The text is generally positive, as she is thanking a political
opponent and seems to be happy to win an award. It would be tempting to
conclude that the award #smd2014 is the target, but we need to keep in mind
that this tweet is posted in a political context, and she is having fun with teasing
the previous prime minister (Jens Stoltenberg) that had to move out of the
prime minister residence and lost his recipe in the process. She is happy about
the election, which is not directly discussed in the tweet, and this award is just
mentioned to make the posting a bit childish and funny.</p>
      <p>Analyzing the sentiments of news entities from Twitter is notoriously
problematic for several reasons. In the rst place, it is often dicult to identify the
entity that forms the topic of a particular tweet. As seen above, the entity may
not be directly mentioned in the text, or it is referred to indirectly by means
of other entities that are somehow related. A second issue is the shortage of
sentiment-carrying adjectives and adverbs in Tweets. Adjectives are normally
very useful, as their sentiments do not change much from one domain to another
and can be retrieved from sentiment lexica to calculate aggregated sentiments.
Without sucient adjectives and adverbs, you are left with analyzing
contextdependent sentiment values of phrases, which diminishes the value of sentiment
lexica in the analysis. Due to the nature of Twitter users, there may also be
deliberate ambiguity or irony in tweets that aect the aggregation of sentiment
values.
2.2</p>
      <p>Norwegian News Data set from Twitter
In this work we have built a data set of Norwegian news tweets over a period of
30 days. To ensure that we had enough tweets for particular news entities, we
collected the tweets using three separate strategies:</p>
      <p>Collect news tweets completely at random (33% of data set)
Collect news tweets about the football club Rosenborg (31% of data set)
Collect news tweets about prime minister Erna Solberg (36% of data set)
A summary of the total data set is given in Table 1. It contains 1847
Norwegian tweets, with an average of 16.1 words per tweet. There are a few emoticons
like smiley faces in the dataset, but surprisingly few. The tweets were posted
by 1,312 users, who themselves refer to 1,844 users in the texts. Simple word
correction was performed on the tweets, as many users were deliberately using
improper spellings for stylistic purposes. A parts-of-speech analysis reveals that
the average tweet of the dataset contained 1.32 adjectives, 0.75 adverbs, 5.64
nouns and 2.38 verbs.</p>
      <p>A group of three annotators were brought in for the manual annotation
process. The annotators labeled each tweet as positive, negative or neutral, and each
tweet was annotated by two people independently to ensure that the tweets’
sentiments had been correctly understood and annotated. To calculate the
reliability of the dataset, the joint probability of agreement and Cohen’s Kappa
were calculated. The equation for Cohen’s Kappa is
=</p>
      <p>
        where p0 is the relative observed agreement and pe is the hypothetical
probability of chance agreement when the observed data is used to calculate the
probabilities of each annotator randomly saying each category. The overall agreement
for the dataset was 83.9%, with a Kappa value of 0.73, which means that there
is moderate and acceptable agreement among the annotators [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ].
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Related Work on Sentiment Analysis</title>
      <p>
        A sentiment analysis system’s objective is to extract the sentiment of a target,
as dened above, on the basis of some textual resource. The task is normally
handled as a natural language processing task at dierent levels of granularity,
and we usually distinguish between unsupervised and supervised approaches [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
Early work calculated sentiments at the document level [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ] [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ], though the
focus has gradually shifted towards the sentence level [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] and even the
phrase level [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ] [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
      </p>
      <p>
        The highest granularity level is the document level. At this level, one is
concerned with determining the sentiment of each document as a whole [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ]. For
this level of granularity to be of any value, one usually wants to assume that each
document expresses sentiments on a single topic. Corpora with documents such
as customer reviews are very suitable for analysis at this granularity level. A
more detailed level of granularity is the sentence level, where methods
performing sentiment analysis attempts to determine the sentiment of single sentences.
Finally, the nest level of granularity is at the entity level. In order to analyze
the sentiments at the entity level one has to create a more holistic model that
includes the target of the expressed sentiments. This, of course, requires more
advanced linguistic computation and information modelling. Systems performing
analysis at this level are very useful tools for performing structured sentiment
summaries on entities, turning unstructured text into structured data.
      </p>
      <p>
        With respect to sentiment analysis of news content the focus has been on
longer texts, like online nance news [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] or product reviews [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ] [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ]. As noted
in [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ], the news domain is both less researched and understood. The authors
experiment with sentiment classication within dierent domains attaining
precision results between 75% and 95%. Their framework struggled with news
article documents, yielding precision scores down to 75% due to diculties in
dealing with long and complex news documents.
      </p>
      <p>
        Sentiment analysis is normally conducted following a two step process. First,
you identify a text to be either objective or subjective. Subsequently, you take
the subjective tweets and determine their polarity, i.e. assess whether they are
negative or positive [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]. These two steps often make use of supervised
learning methods. Supervised learners are often the methods of choice when
annotated datasets are available. In the case of Twitter, there are means of obtaining
datasets where the tweet classes can be determined automatically [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]. This
enables the acquisition of large training datasets without the tediousness of manual
annotation.
      </p>
      <p>When using machine learning techniques for text classication, feature
engineering is an important part of it. The features of a machine learning classier
are a selected subset of the measurable properties that dene the documents
in the corpus. Selection of the feature set is often performed as a combination
of empirical selection by a domain expert and automated methods. The set of
feature values for a given document is usually called the feature vector of the
document.</p>
      <p>In the following we will describe Naive Bayes, Support Vector Machines and
Max Entropy in some more detail, as these machine learning techniques are used
in our own experiment.
3.1</p>
      <p>
        Naive Bayes
Naive Bayes(NB) is a fast and versatile classication algorithm that is widely
used in supervised text classication systems, though it is often outperformed
by more sophisticated classiers like Support Vector Machines (SVM) [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. The
NB classier is based on Bayes theorem, which species the relationship between
the probabilities of two events A and B:
      </p>
      <p>P (A) P (BjA)
P (AjB) =</p>
      <p>P (B)</p>
      <p>In short, this theorem enables a classier to calculate the posterior probability
of B given A, using prior probabilities. In a NB classier for tweets, the formula
can be reformulated as follows:
(2)
P (cpj!dj ) =</p>
      <p>P (cp)</p>
      <p>P (!dj jcp)</p>
      <p>P (!dj )
where P (dj ) is the probability that a randomly selected tweet will be
represented by dj , and P (cp) is the probability that a randomly selected tweet belongs
to class cp. The classication function then is to nd the class with the largest
probability function given by the product of all the feature probabilities, given
their class labels. This functionality is described by the equation below.
n
classif y(f1; :::; fn) = argmaxp(C = c) Y p(Fi = fijC = c)
i=1</p>
      <p>The equation above shows the intuitive nature of Naive Bayes classiers. In
essence, we need to train our classier by counting all the features and which
classes they appear in, and use these frequencies to compute their probabilities.
When classifying a tweet, we select the class which is given the highest product
of the features given by the target feature vector.
(4)
3.2</p>
      <p>
        Support Vector Machines
Support Vector Machines(SVM) is a relatively new technique for text
classication and was rst used for this purpose by Joachims in 1999 [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. Compared to
(3)
the NB classier, the SVM method is conceptually more complex and also more
challenging to implement.
      </p>
      <p>The central idea in SVM is to nd the support vectors which maximize the
space - the decision surface - between the two classes, i.e. nding the optimal
separation between the features representing the two classes. The two support
vectors are dened by the documents that lie closest to the decision surface.</p>
      <p>
        The task of training an SVM classier can be formulated as an optimization
problem of nding the optimal hyperplane. Baeza-Yates &amp; Ribeiro-Neto state
this optimization problem as follows [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]:
      </p>
      <p>Let Hw be a hyperplane that separates all documents in class ca from all
documents in cb. Let ma be the distance of Hw to the closest document in class
ca and let mb be the distance of Hw to the closes document in class cb, such
that ma + mb = m. The distance m is the margin of the SVM. The decision
hyperplane Hw maximises the margin m.</p>
      <p>When the optimized decision surface has been calculated, any future instance
presented to the classier is evaluated using their position in the space as
represented by the features of this instance. The instance’s position relative to the
separation between the classes determines which class should be linked to the
new instance.
3.3</p>
      <p>
        Maximum Entropy
A Maximum Entropy(MaxEnt) classier is a conditional probabilistic classier.
Implementations of it use logistic regression in order to nd the probability
distribution with the largest entropy, which - given by the Theory of Maximum
Entropy [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] - should be the one best to represent the current state of knowledge,
given precisely stated prior data [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ].
      </p>
      <p>
        Unlike the NB classier, MaxEnt assumes no conditional independence for
the features. This means that MaxEnt handles feature overlap better than the
NB classiers [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. It also means that for text-only features, the MaxEnt classier
will often performs better given that most of the time we work with words that
are conditionally dependent of each other.
      </p>
      <p>
        [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] formulates the MaxEnt model in the following way:
      </p>
      <p>P (cjd; ) =</p>
      <p>exp[Pi ifi(c; d)]</p>
      <p>
        Pc0 exp[Pi ifi(c; d)]
where c is the class and d is the tweet. The numerical operations of the task of
optimizing these lambdas are complex and and often lead to non-trivial and
timeconsuming implementations. For text classication tasks, MaxEnt classiers have
been shown to have an accuracy performance comparable to SVM [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ].
3.4
      </p>
      <p>
        Twitter Sentiment Analysis Approaches
Like in our work [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] use Naive Bayes, MaxEnt and Support Vector Machines for
sentiment analysis of Twitter data. Sentiment data is acquired using a distant
(5)
learning approach. Positive (like :-)) and negative emoticons (like :-() at the
end of tweets are interpreted as signs of positive and negative tweets. They
experiment with Unigram and Bigram models in conjunction with parts-of-speech
features. In their work the unigram model outperforms all other models, and
SVM outperforms other classiers.
      </p>
      <p>
        A similar distant learning paradigm is adopted in the work of [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]. Their
objective is to classify tweets as subjective versus objective. For subjective data
they collect tweets ending with emoticons in the same manner as in [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Objective
tweet data are obtained from crawling twitter accounts of popular newspapers
like New York Times, Washington Posts, etc. As opposed to [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] report that
parts-of-speech and bigrams help improve the results.
      </p>
      <p>
        Another interesting approach to sentiment analysis with Twitter is published
by [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. In their work polarity predictions from three websites are used as noisy
labels to train a model, whereas 1000 manually labeled tweets are used for
netuning. An interesting aspect of their system is the use of syntactic features
of tweets like retweet, hashtags, links, punctuation and exclamation marks in
conjunction with features like prior polarity of words and parts-of-speech of
words.
      </p>
      <p>
        Our approach is in many ways similar to [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], though it has a wider scope
and also addresses the issues of entities and temporal development. As opposed
to their work, though, we also make use of semantic representations and nd a
slight improvement of accuracy when these semantic features are included. Also,
just like in information retrieval [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ], we make use of linguistic techniques to
gradually add more semantics into the whole analysis process.
4
      </p>
    </sec>
    <sec id="sec-4">
      <title>Sentiment Analysis Approach</title>
      <p>Given a news tweet x, the task of our sentiment analysis system is to determine
whether x expresses a positive, negative, or neutral opinion. The system is split
into two separate stages, subjective classication and sentiment classication:
The subjective classication component rst decides if the tweet contains
a sentiment or not. If there is a sentiment represented, we call the tweet
subjective and it is sent to the sentiment classication component for
further analysis. Otherwise the analysis is terminated and the tweet is labeled
neutral.</p>
      <p>The sentiment classication component’s task is to categorize subjective
tweets as either positive or negative.</p>
      <p>The overall classication process is illustrated in Figure 2. Three machine
learning techniques are used and evaluated for both classiers. The tweets
themselves are represented as sets of features that refer to both word properties and
sentence properties of the tweets. Three dierent feature sets are tested for each
machine learning techniques, giving us a total of nine runs for the classiers.</p>
      <p>Conguration of Machine Learning Techniques
The machine learning techniques were extensively tested with dierent
parameter values before the actual evaluation was carried out. Figure 3 lists the relevant
parameters with the associated value ranges for each parameter. Two of the
parameters were used for text vectorization: the range of N-grams used as features,
and the Max document frequency for using the N-grams as features. Three
parameters were for TF-IDF vectorizing: Use IDF, Smooth IDF, and Sublinear TF,
all three of them boolean values. Finally, four algorithm-specic parameters were
used: The Alpha parameter of the NB classier, which is the Laplace/Lidstone
smoothing weight, the C parameter in the SVM, which inuences the margin of
the SVM hyperplane, and lastly the MaxEnt-specic parameters C and penalty.</p>
      <p>The best parameter sets for the two classication tasks and the three
machine learning techniques are shown in Figure 4. Even though there are few
dierences for the two classication tasks, the small deviations are important to
the nal outcome of the classiers. Consequently, the rest of the experiment was
conducted using the parameter values from Figure 4.
4.2</p>
      <p>Syntactic and Semantic Enrichment of Feature Sets
For each of the classication tasks, three dierent feature sets were dened and
evaluated. The simplest feature sets, SA for subjective classication and PA for
sentiment classication, contain weighted representations of the word tokens of
the tweets, without any additional features at the sentence level.</p>
      <p>A POS tagger from the TypeCraft project was used to tag the tweets with
parts-of-speech information. This gives us additional information about syntactic
and morphological properties of the tweets, e.g. the number of adjectives in a
sentence or the use of negations. Feature sets SB and PB were enriched with
such syntactic sentence level features, as earlier analyses suggested that there is
some correlation between frequency of parts-of-speeches and tweet polarity.</p>
      <p>An important part of the experiment was to assess the value of
combining standard classiers with semantically enriched feature sets. The general idea
was to associate identied entities in tweets with concepts (synsets) in WordNet.
As WordNet does not exist for Norwegian, this extraction of concepts involved
using Bing to translate Norwegian entities into their English counterparts.
Having identied the relevant concepts, we used SentiWordNet to retrieve standard
sentiments of the concepts.</p>
      <p>
        SentiWordNet is an open sentiment lexicon, in which each synset of Wordnet
is associated to three numerical scores Obj(s), Pos(s) and Neg(s), describing
how objective, positive and negative the synset terms are [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. The synsets, which
may be considered concepts of a domain-independent ontology, are hierarchically
organized and linked to sets of terms that are used to refer to the synsets in texts.
A particular term may be part of several synsets if it can denote dierent things
in dierent contexts. As an example, take the WordNet synset Good#1, which
represents one of many interpretations of the term good. In SentiWordNet the
      </p>
      <p>Good#1 synset has an objective score of 0.25, a positive score of 0.75 and a
negative score of 0.00. Adding together such scores for all identied concepts of
a tweet, we get aggregated scores of the tweet’s subjectivity and polarity.</p>
      <p>The semantically enriched feature sets SC and PC include features that reect
the generation of aggregated sentiment scores from SentiWordNet concepts. The
exact features used in the six sets are listed in Figure 5 and 6.
5</p>
    </sec>
    <sec id="sec-5">
      <title>Evaluation</title>
      <p>The annotated dataset contained a total of 1847 tweets about Norwegian news
entities. There were 9 experimental runs with 10-fold cross validation for each
classication task, one for each combination of machine learning technique and
dataset. In addition we tested the two classication tasks on datasets of dierent
sizes to verify their dependence on large-scale training data. Calculating the
quality of the sentiments we used the notions of Accuracy and F1 with the
following formulas:</p>
      <p>Accuracy =</p>
      <p>Tp + Tn</p>
      <p>Tp + Fp + Tn + Fn
F 1 = 2
precision recall
precision + recall
(6)
(7)
where Tp is the number of true positives (actual positive tweet estimated to
be positive by classier), Tn is the number of true negatives, Fp is the number
of false positives, and Fn is the number of false negatives. The results of the
subjective classication component are summed up in Figure 7. As we can see,
the F1 values are rather similar across machine learning techniques and datasets
for the subjective classication tasks. The Support Vector Machine approach has
slightly better results than the other two techniques, with an average F1 score
of 0.66 compared to 0.58 for Naive Bayes and 0.61 for Max Entropy. The
performance of the sentiment classication task is somewhat better than for subjective
classication, as indicated in Figure 8. Again the SVM approach has the highest
scores, but all three techniques have F1 scores above 0.7 when SentiWordNet
has been used to enrich the feature sets.</p>
      <p>It is interesting to analyze the contribution of semantics in some more detail.
Whereas the smallest feature sets, SA and PA, only consist of word tokens,
the semantically enriched datasets of SC and PC contain information that is
calculated from looking up concepts in SentiWordNet. If we compare the results
from SA/PA with SC/PC, we can estimate the contribution of semantics in our
sentiment analysis system. Figure 9 tells us the changes of F1 values when the
simplest dataset is replaced with the semantically enriched dataset, while keeping
everything else unchanged. Surprisingly, the addition of semantic features has a
negative contribution on SVM and Naive Bayes in the subjective classication
task. For the sentiment classication task the use of SentiWordNet improves the
F1 scores for SVM by 11.4% and for Max Entropy by 11.9%. The improvement
is less for Naive Bayes, though all techniques display a signicantly higher F1
score when semantic features are introduced.</p>
      <p>It is also worth noting how the F1 scores improve with the size of the datasets.
Figures 10, 11 and 12 show the F1 scores as a function of dataset size for Naive
Bayes, SVM and Max Entropy. The scores improve very fast as the dataset is
still below 350-400 tweets. With a dataset size between 400 and 1847 tweets the
scores improve at a rather slow but steady pace, though they do not seem to
have reached their maximum level when the full dataset is employed. Probably
we would get even higher scores for all three machine learning techniques if we
had a larger dataset available.</p>
    </sec>
    <sec id="sec-6">
      <title>News Entity Sentiments over Time</title>
      <p>Estimating the sentiments of news tweets in general is not necessarily a very
useful news service. The tweets span all kinds of topics, and the aggregated
sentiment values combine the sentiments of events that probably have very little
to do with each other. The sentiments may possibly reveal something about
people’s general attitudes or outlook, but sentiments make more sense when
they are attributed to a particular target or aspect of this target. Moreover, the
absolute sentiment values are of limited value to outsiders, as it is dicult to
fully comprehend what a numerical value of sentiment actually mean. Twitter
sentiment analysis becomes more useful when it is done at the level of entities
for comparative analyses or trend analyses. Below we have extracted the news
tweets about Erna Solberg, the Norwegian prime minister, from our initial data
set. The subset about Erne Solberg consists of 662 tweets with a total of 10,974
tokens. A manual inspection shows that 307 tweets (46.4%) were neutral, 110
tweets (16.6%) were positive and 245 tweets (37.0%) were negative.</p>
      <p>Figure 13 shows the aggregated subjectivity for Erna Solberg tweets in a
period spanning 19 non-consecutive days from 20th of September to 28th of
October 2014. The red line is our estimated SVM sentiments for Erna Solberg
over a period of little more than a month. The real sentiments, as indicated by the
annotators, are given by the blue Target line. The grey bars in the background
show the actual frequencies of tweets mentioning Erna Solberg. Interestingly,
the share of subjective tweets to total number of tweets is fairly constant over
time, though there are particular periods with a substantially higher share of
subjective tweets.</p>
      <p>Figure 14 shows the polarity dierences from the Erna Solberg dataset during
the same time period. The red Predictions line shows the aggregated dierences
between all positive tweets and all negative tweets per day. When the line is
above the grey dotted Neutral line, it means that there are more positive than
negative tweets on that particular day. The grey bars in the background show
the total number of subjective tweets about Erna Solberg from day to day.</p>
      <p>Interestingly, the polarity dierences do not follow the pattern of subjective
tweets per day. Clearly, there are periods in which people are strongly negative or
strongly positive to the actions or statements of the Norwegian prime minister.
The sentiments may change dramatically over just a few days, even though the
number of subjective tweets does not change much. A closer look at the news in
this time interval reveals some suspicious correlations. Around 21-22 September
the positive sentiments of Erna Solberg come at a time when it is announced
that she will take part in the World Climate Summit. Similarly, the opinions of
the prime minister turn sour when it is revealed that the government referred
wrongly to some research results, and even more when Solberg had to go public
and defend cuts in well-fare.
7</p>
    </sec>
    <sec id="sec-7">
      <title>Conclusions</title>
      <p>This paper describes a Twitter sentiment analysis component that is developed
as part of NTNU’s SmartMedia program. Three dierent classiers, SVM, Naive
Bayes and Max Entropy, have been implemented and evaluated as part of this
work. The component has been tested on a manually annotated Norwegian news
dataset from Twitter. Additional features from lexical resources and sentiment
ontologies have been included to examine the contribution of deeper syntactic
or semantic analyses of text.</p>
      <p>The results suggest that the three approaches are not very dierent in terms
of precision and dependence on data set size, but the choice of feature set is
important. In total SVM had the highest precision of the three in sentiment
classication and was substantially better for very small data sets or poor feature
sets. Maximum Entropy was ecient in subjectivity classication when more
informative feature sets were available.</p>
      <p>Adding semantic features with the help of SentiWordNet leads to a
substantial improvement of the sentiment classier, but not of the subjective classier.
Both SVM and Max Entropy see an improvement of more than 11% when
SentiWordNet is consulted to enrich the feature sets for the sentiment classier.
It is dicult to assess why we do not see a similar improvement in subjective
classication, though.</p>
      <p>We also analyzed to what extent variations in sentiments coincide with
important events dealing with these entities. The analysis reveals that sudden changes
of sentiments can usually be attributed to concrete news events that are heavily
reported in the media. There is, however, little correlation between the share
of subjective tweets and particular news event. It seems that people do not get
more emotional when major events take place, but the polarity of their emotional
tweets seem to correlate well with their opinions of the underlying news.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>A.</given-names>
            <surname>Agarwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Biadsy</surname>
          </string-name>
          , and
          <string-name>
            <given-names>K. R.</given-names>
            <surname>Mckeown</surname>
          </string-name>
          .
          <article-title>Contextual phrase-level polarity analysis using lexical aect 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>
          , pages
          <fpage>2432</fpage>
          .
          <source>Association for Computational Linguistics</source>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>R.</given-names>
            <surname>Baeza-Yates</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Ribeiro-Neto</surname>
          </string-name>
          , et al.
          <article-title>Modern information retrieval</article-title>
          , volume
          <volume>463</volume>
          . ACM press New York,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>L.</given-names>
            <surname>Barbosa</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Feng</surname>
          </string-name>
          .
          <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>
          , pages
          <fpage>3644</fpage>
          .
          <source>Association for Computational Linguistics</source>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>A.</given-names>
            <surname>Bermingham</surname>
          </string-name>
          and
          <string-name>
            <given-names>A. F.</given-names>
            <surname>Smeaton</surname>
          </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</source>
          , pages
          <fpage>18331836</fpage>
          . ACM,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>A.</given-names>
            <surname>Esuli</surname>
          </string-name>
          and
          <string-name>
            <given-names>F.</given-names>
            <surname>Sebastiani</surname>
          </string-name>
          .
          <article-title>Sentiwordnet: A publicly available lexical resource for opinion mining</article-title>
          .
          <source>In Proceedings of LREC</source>
          , volume
          <volume>6</volume>
          , pages
          <fpage>417422</fpage>
          .
          <string-name>
            <surname>Citeseer</surname>
          </string-name>
          ,
          <year>2006</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>R.</given-names>
            <surname>Feldman</surname>
          </string-name>
          .
          <article-title>Techniques and applications for sentiment analysis</article-title>
          .
          <source>Communications of the ACM</source>
          ,
          <volume>56</volume>
          (
          <issue>4</issue>
          ):
          <fpage>8289</fpage>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>A.</given-names>
            <surname>Go</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Bhayani</surname>
          </string-name>
          , and
          <string-name>
            <given-names>L.</given-names>
            <surname>Huang</surname>
          </string-name>
          .
          <article-title>Twitter sentiment classication using distant supervision</article-title>
          .
          <source>CS224N Project Report</source>
          , Stanford ,
          <volume>1</volume>
          :
          <fpage>12</fpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>J. A.</given-names>
            <surname>Gulla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. G.</given-names>
            <surname>Auran</surname>
          </string-name>
          , and
          <string-name>
            <given-names>K. M.</given-names>
            <surname>Risvik</surname>
          </string-name>
          .
          <article-title>Linguistics in large-scale web search</article-title>
          .
          <source>In Natural Language Processing and Information Systems</source>
          , pages
          <fpage>218222</fpage>
          . Springer,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>J. A.</given-names>
            <surname>Gulla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. D.</given-names>
            <surname>Fidjestłl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Su</surname>
          </string-name>
          , and
          <string-name>
            <given-names>H.</given-names>
            <surname>Castejon</surname>
          </string-name>
          .
          <article-title>Implicit user proling in news recommender systems</article-title>
          .
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <given-names>M.</given-names>
            <surname>Hu</surname>
          </string-name>
          and
          <string-name>
            <given-names>B.</given-names>
            <surname>Liu</surname>
          </string-name>
          .
          <article-title>Mining and summarizing customer reviews</article-title>
          .
          <source>In Proceedings of the tenth ACM SIGKDD international conference on Knowledge discovery and data mining</source>
          , pages
          <fpage>168177</fpage>
          . ACM,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>M. Hu</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Wei</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Stasko</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          K.-L. Ma.
          <article-title>Breaking news on twitter</article-title>
          .
          <source>In Proceedings of the SIGCHI Conference on Human Factors in Computing Systems</source>
          , pages
          <fpage>27512754</fpage>
          . ACM,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <given-names>J. E.</given-names>
            <surname>Ingvaldsen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. A.</given-names>
            <surname>Gulla</surname>
          </string-name>
          , and . zgbek.
          <article-title>User controlled news recommendations</article-title>
          .
          <source>In Proceedings of the Joint Workshop on Interfaces and Human Decision Making for Recommender Systems co-located with ACM Conference on Recommender Systems (RecSys</source>
          <year>2015</year>
          ) ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13. E. T. Jaynes.
          <article-title>Information theory and statistical mechanics</article-title>
          .
          <source>Physical review</source>
          ,
          <volume>106</volume>
          (
          <issue>4</issue>
          ):
          <fpage>620</fpage>
          ,
          <year>1957</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <given-names>T.</given-names>
            <surname>Joachims</surname>
          </string-name>
          .
          <article-title>Making large scale svm learning practical</article-title>
          .
          <source>Technical report, Universitt Dortmund</source>
          ,
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15. S.
          <string-name>
            <surname>-M. Kim</surname>
            and
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Hovy</surname>
          </string-name>
          .
          <article-title>Determining the sentiment of opinions</article-title>
          .
          <source>In Proceedings of the 20th international conference on Computational Linguistics , page 1367. Association for Computational Linguistics</source>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <given-names>J. R.</given-names>
            <surname>Landis</surname>
          </string-name>
          and
          <string-name>
            <surname>G. G. Koch.</surname>
          </string-name>
          <article-title>An application of hierarchical kappa-type statistics in the assessment of majority agreement among multiple observers</article-title>
          .
          <source>Biometrics</source>
          , pages
          <fpage>363374</fpage>
          ,
          <year>1977</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <given-names>B.</given-names>
            <surname>Liu</surname>
          </string-name>
          .
          <article-title>Sentiment analysis and opinion mining</article-title>
          .
          <source>Synthesis lectures on human language technologies</source>
          ,
          <volume>5</volume>
          (
          <issue>1</issue>
          ):
          <fpage>1167</fpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <given-names>C.</given-names>
            <surname>Manning</surname>
          </string-name>
          .
          <article-title>Maxent models and discriminative estimation</article-title>
          .
          <source>CS 224N lecture notes</source>
          , Spring,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>M. Mendoza</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Poblete</surname>
            , and
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Castillo</surname>
          </string-name>
          .
          <article-title>Twitter under crisis: Can we trust what we rt?</article-title>
          <source>In Proceedings of the rst workshop on social media analytics</source>
          , pages
          <fpage>7179</fpage>
          . ACM,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <given-names>T.</given-names>
            <surname>Nasukawa</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Yi</surname>
          </string-name>
          .
          <article-title>Sentiment analysis: Capturing favorability using natural language processing</article-title>
          .
          <source>In Proceedings of the 2nd international conference on Knowledge capture</source>
          , pages
          <fpage>7077</fpage>
          . ACM,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>P. C. S. Njłlstad</surname>
            ,
            <given-names>L. S.</given-names>
          </string-name>
          <string-name>
            <surname>Hłysaeter</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          <string-name>
            <surname>Wei</surname>
            , and
            <given-names>J. A.</given-names>
          </string-name>
          <string-name>
            <surname>Gulla</surname>
          </string-name>
          .
          <article-title>Evaluating feature sets and classiers for sentiment analysis of nancial news</article-title>
          .
          <source>In Web Intelligence (WI) and Intelligent Agent Technologies (IAT)</source>
          ,
          <year>2014</year>
          IEEE/WIC/ACM International Joint Conferences on, volume
          <volume>2</volume>
          , pages
          <fpage>7178</fpage>
          . IEEE,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <given-names>A.</given-names>
            <surname>Pak</surname>
          </string-name>
          and
          <string-name>
            <given-names>P.</given-names>
            <surname>Paroubek</surname>
          </string-name>
          .
          <article-title>Twitter as a corpus for sentiment analysis and opinion mining</article-title>
          .
          <source>In LREc</source>
          , volume
          <volume>10</volume>
          , pages
          <fpage>13201326</fpage>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <given-names>B.</given-names>
            <surname>Pang</surname>
          </string-name>
          and
          <string-name>
            <given-names>L.</given-names>
            <surname>Lee</surname>
          </string-name>
          .
          <article-title>A sentimental education: Sentiment analysis using subjectivity summarization based on minimum cuts</article-title>
          .
          <source>In Proceedings of the 42nd annual meeting on Association for Computational Linguistics , page 271. Association for Computational Linguistics</source>
          ,
          <year>2004</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <given-names>B.</given-names>
            <surname>Pang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Lee</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Vaithyanathan</surname>
          </string-name>
          .
          <article-title>Thumbs up?: sentiment classication using machine learning techniques</article-title>
          .
          <source>In Proceedings of the ACL-02 conference on Empirical methods in natural language processing-</source>
          Volume
          <volume>10</volume>
          , pages
          <fpage>7986</fpage>
          .
          <source>Association for Computational Linguistics</source>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25. T. Sakaki,
          <string-name>
            <given-names>M.</given-names>
            <surname>Okazaki</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Matsuo</surname>
          </string-name>
          .
          <article-title>Earthquake shakes twitter users: realtime event detection by social sensors</article-title>
          .
          <source>In Proceedings of the 19th international conference on World wide web</source>
          , pages
          <fpage>851860</fpage>
          . ACM,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <given-names>F.</given-names>
            <surname>Siman</surname>
          </string-name>
          <article-title>£k and</article-title>
          <string-name>
            <given-names>M.</given-names>
            <surname>Lee</surname>
          </string-name>
          .
          <article-title>A ccg-based system for valence shifting for sentiment analysis</article-title>
          .
          <source>Research in Computing Science</source>
          ,
          <volume>41</volume>
          :
          <fpage>99108</fpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27. G. Solskinnsbakk and
          <string-name>
            <given-names>J. A.</given-names>
            <surname>Gulla</surname>
          </string-name>
          .
          <article-title>Combining ontological proles with context in information retrieval</article-title>
          .
          <source>Data &amp; Knowledge Engineering</source>
          ,
          <volume>69</volume>
          (
          <issue>3</issue>
          ):
          <fpage>251260</fpage>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>M. Tavakolifard</surname>
            ,
            <given-names>J. A.</given-names>
          </string-name>
          <string-name>
            <surname>Gulla</surname>
            ,
            <given-names>K. C.</given-names>
          </string-name>
          <string-name>
            <surname>Almeroth</surname>
            ,
            <given-names>J. E.</given-names>
          </string-name>
          <string-name>
            <surname>Ingvaldesn</surname>
            , G. Nygreen, and
            <given-names>E.</given-names>
          </string-name>
          <string-name>
            <surname>Berg</surname>
          </string-name>
          .
          <article-title>Tailored news in the palm of your hand: a multi-perspective transparent approach to news recommendation</article-title>
          .
          <source>In Proceedings of the 22nd international conference on World Wide Web companion</source>
          , pages
          <fpage>305308</fpage>
          .
          <source>International World Wide Web Conferences Steering Committee</source>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>P. D. Turney</surname>
          </string-name>
          .
          <article-title>Thumbs up or thumbs down?: semantic orientation applied to unsupervised classication of reviews</article-title>
          .
          <source>In Proceedings of the 40th annual meeting on association for computational linguistics</source>
          , pages
          <fpage>417424</fpage>
          .
          <source>Association for Computational Linguistics</source>
          ,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30. T. Wilson,
          <string-name>
            <given-names>J.</given-names>
            <surname>Wiebe</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P.</given-names>
            <surname>Homann</surname>
          </string-name>
          .
          <article-title>Recognizing contextual polarity in phraselevel sentiment analysis</article-title>
          .
          <source>In Proceedings of the conference on human language technology and empirical methods in natural language processing</source>
          , pages
          <fpage>347354</fpage>
          .
          <source>Association for Computational Linguistics</source>
          ,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>