<!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>The STAVICTA Group Report for RepLab 2014 Reputation Dimensions Task</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Afshin Rahimi</string-name>
          <email>Afshin.rahimi@lnu.se</email>
          <xref ref-type="aff" rid="aff2">2</xref>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Magnus Sahlgren</string-name>
          <xref ref-type="aff" rid="aff3">3</xref>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Andreas Kerren</string-name>
          <email>andreas.kerren@lnu.se</email>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Carita Paradis</string-name>
          <email>Carita.paradis@englund.lu.se</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Center for Languages and Linguistics, Lund University</institution>
          ,
          <addr-line>Lund</addr-line>
          ,
          <country country="SE">Sweden</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Computer Science Department, Linnaeus University,</institution>
          ,
          <addr-line>Växjö</addr-line>
          ,
          <country country="SE">Sweden</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Computer Science Department, Linnaeus University</institution>
          ,
          <addr-line>Växjö</addr-line>
          ,
          <country country="SE">Sweden</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Gavagai AB</institution>
          ,
          <addr-line>Stockholm, Stockholm</addr-line>
          ,
          <country country="SE">Sweden</country>
        </aff>
        <aff id="aff4">
          <label>4</label>
          <institution>StaViCTA Project Group</institution>
        </aff>
      </contrib-group>
      <fpage>1519</fpage>
      <lpage>1527</lpage>
      <abstract>
        <p>In this paper we present our experiments on the RepLab 2014 Reputation Dimension task. RepLab is a competitive challenge for Reputation Management Systems. RepLab 2014's reputation dimensions task focuses on categorization of Twitter messages with regard to standard reputation dimensions (such as performance, leadership, or innovation). Our approach only relies on the textual content of tweets and ignores both metadata and the content of URLs within tweets. We carried out several experiments focusing on different feature sets including bag of n-grams, distributional semantics features, and deep neural network representations. The results show that bag of bigram features with minimum frequency thresholding work quite well in reputation dimension task especially with regards to average F1 measure over all dimensions where two of our four submitted runs achieve highest and second highest scores. Our experiments also show that semi-supervised recursive autoencoders outperform other feature sets used in our experiments with regards to accuracy measure and is a promising subject of future research for improvements.</p>
      </abstract>
      <kwd-group>
        <kwd>short text categorization</kwd>
        <kwd>sentiment analysis</kwd>
        <kwd>reputation monitoring</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        Twitter has become a good source of data for opinion mining systems. Not only
does the length restriction of tweets (140 characters) encourage users to keep their
messages concise (this is of course not always the case), the characteristics of the
medium itself promote opinionated content; its simplicity, brevity, and velocity makes
Twitter an ideal channel for users to express opinions about current events. Using the
vast amount of data Twitter provides, there has been several attempts to apply
machine learning on various applications including, but not limited to, predicting
election results [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ], [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ], monitoring brands’ reputation [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] and forecasting stock
prices [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] Many of these attempts rely on sentiment analysis (or opinion mining),
which is usually cast as a classification problem over the categories positive, negative,
and neutral [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. However, for many applications such as Reputation Classification
[
        <xref ref-type="bibr" rid="ref1 ref2">1, 2</xref>
        ] positive/negative categories are too simplistic and current interest has drifted
towards more complex sentiment palletes like that of the RepTrak® model [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] that is
adopted in the RepLab reputation dimensions task.
      </p>
      <p>
        RepLab 2014 [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] is an evaluation campaign addressing the challenge of
categorizing tweets related to several brands with regards to standard reputation dimensions
introduced by the RepTrak® model. These dimensions/categories are:
Products/Services
There's a nice BMW in front of my window.... I think I'm gonna steal it.
      </p>
      <p>Innovation
Wait! They're integrating Siri into cars. Mercedes, Honda, GM, Toyota etc.</p>
      <p>Workplace
What's going on at the Nissan plant?
Citizenship
Ireland Tours and http://Travel.com
http://fb.me/1KEVvWrnt
Governance
shared Volvo</p>
      <p>Ocean</p>
      <p>Race</p>
      <p>Galway's photo.</p>
      <p>Accounting experts join RBS board http://bit.ly/pHHg5Z accounting
Leadership
Panic at the White House? Gloomy Goldman Sachs sees high unemployment ... http://bit.ly/rbJIdI
Performance
Chris Whalen's Inst Risk Analytics Downgrades outlook on Goldman and Morgan Stanley
Undefined, which covers tweets not relating to any of the other 7 categories.</p>
      <p>Ford music. In my car!
The rest of this article is organized as follows. Section 2 presents the dataset; section
3 summarizes our experiments with regards to the reputation dimension task; section
4 provides both submitted and unsubmitted results, and section 5 briefly concludes
our work and discusses future improvements.</p>
    </sec>
    <sec id="sec-2">
      <title>Dataset</title>
      <p>RepLab 2014 uses Twitter data in English and Spanish. For the reputation dimensions
task the dataset is the same as in RepLab 2013 and consists of a collection of tweets
related to 61 entities/brands in four different industries. The RepLab 2014 dataset
only uses tweets in the automotive and banking subsets. For each entity at least 2200
tweets are downloaded and annotated from which 700 tweets are used for the training
set and the last 1500 tweets are reserved for the test set. As Twitter terms of service
does not permit distribution of tweet contents, the id of tweets are provided to be used
in retrieving tweets directly from Twitter. However, since some tweets may have been
deleted or changed to private by users, the actual number of retrieved tweets will
possibly be lower than the initial number of annotated tweets. Training tweets are
categorized with regards to the 8 mentioned categories.</p>
      <p>For each entity there are a number of uncategorized background tweets that can be
used in different ways (e.g. for unsupervised feature learning).
3</p>
    </sec>
    <sec id="sec-3">
      <title>Approach</title>
      <p>We performed several experiments to evaluate the performance of various feature sets
and various classification algorithms for the reputation dimension task. The feature
sets we used in these experiments can be roughly categorized into the following 3
groups with regards to representation type: bag of words representations,
distributional representations and deep neural network representations.
3.1</p>
      <sec id="sec-3-1">
        <title>Bag of Words Representations</title>
        <p>Bag of words is arguably the most common form of representation of textual content;
each text is represented as a feature vector where the elements record (some function
of) the frequencies of the words in the text. Although there have been many attempts
to devise more sophisticated forms of text representations, bag of words
representations have remained the standard form of text representation for classification
purposes. The main reason for this is their simplicity, coupled with the fact that they produce
competitive results not only in text classification, but also in many other tasks such as
information retrieval, clustering, question answering, etc. The main drawback of these
models is the very assumption that makes them so simple: Assuming that we can have
a representation of a piece of text by considering it as a bag of words and that we can
completely ignore the sequence and the structure of the words in a text in favor of the
simplicity of representation. To relax this overly naïve assumption, we used bag of
ngram models to incorporate local sequential and structural information up into the
representation.</p>
        <p>
          Unigrams, bigrams, trigrams and 4-grams were used in different experiments.
Previous research has shown that in some tasks unigrams perform better than higher
order n-grams [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ]. Using bigrams and higher order n-grams as features in text
classification tasks introduces a lot more new rare features many of which occur in just one
or two documents especially when the training data is not very big. These rare
features have very high Inverse Document Frequency (IDF) because they occur in few
documents which means that they will get high scores using TF-IDF weighting:
( , , ) =
( , )
( , )
×
|
log | |
|
        </p>
        <p>Where t is a term, d is a document and D is the document collection. The first
product term is Term Frequency (TF) and the second product term is Inverse
Document Frequency (IDF). Here n(t, d) is the number of times term t occurs in document
d, |D| is the total number of documents/tweets and |d| is the number of
documents/tweets that a term is occurred in. As is shown in the formula rare terms have
low d and so result in a big IDF. These new features introduce a lot of noise to the
classification task and consequently decrease accuracy. In order to alleviate this
problem one working solution is to use a minimum document frequency with which the
features that occur in just few documents are removed before a TF-IDF
transformation. We found that removing the n-grams that occur in just one document
improves accuracy in the RepLab dataset. To prevent over-fitting a 10-fold
crossvalidation was used and the resulting accuracies were averaged into an overall
accuracy for each setting.</p>
        <p>
          In addition to using words, we tried to enrich our feature sets with named entities.
As an example, in the sentence John left Ford was converted to Person left
Organization in order to get more generalized features. We used the Stanford named entity
recognizer tool [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] to tag both training and test set to be used later as features. We
used named entities both as extra features and as a replacement for the named entities
of tweets.
3.2
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Distributional Representations</title>
        <p>
          Distributional Semantic Models (DSM) are word representations that try to capture
the semantic similarity of words using their distribution in language. The idea which
is known as the Distributional Hypothesis is that words with similar distribution have
similar meaning [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ]. Here the word ‘distribution’ means the collection of
occurrences of a word within a context where context can be a very narrow window of size 1
around that word or a large textbook the words occur in.
        </p>
        <p>
          As input to the DSM, we concatenated English Wikipedia, Spanish Wikipedia, the
RepLab training and background sets. It should be noted that the test set was not
included in the corpus. we used the Random Indexing framework, which is an efficient
method for building DSM models for big data, since it uses fixed-dimensional vectors
whose dimensionality is much lower than the representational dimensionality of the
data [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]. We used Random Indexing with 2048-dimensional vectors, and documents
(Wikipedia articles or tweets) as word contexts. After building the model we used
Positive PMI to normalize weights in order to disfavor highly frequent words.
        </p>
        <p>
          To come up with a vector-based representation for each tweet out of the word
representations two different approaches were applied: summing word vectors and
concatenating word vectors. In the summing approach the representations of words of
a tweet were fetched from the DSM model and summed to form a 2048-dimensional
compositional vector representing the semantic content of that tweet. Vector addition
is a very simple but comparatively effective approach to form compositional DSM
representations [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ]. In the concatenation approach we concatenated the first 20 word
representations of each tweet. If a tweet had less than 20 words zero valued vectors
were concatenated at the end the vector, resulting in 40960-dimensional vector
representing each tweet. The tweet vectors were then used as features of the training
and test sets. We also carried out an experiment with a combination of both bag of
words feature set and DSM feature set. In our second approach
3.3
        </p>
      </sec>
      <sec id="sec-3-3">
        <title>Deep Neural Network Representation</title>
        <p>
          Deep Neural Networks are producing state of the art results in many Machine
Learning fields including Computer Vision, Speech Recognition, Natural Language
Processing and Music Recognition. Recursive Autoencoders have been shown to produce
good results in sentiment analysis tasks [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ]. We reproduced Socher et al.’s
experiment with the reputation dimensions dataset. We also used Theano’s [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ]
implementation of Deep Belief Networks in order to compare the abstract feature sets provided
by these deep representations to bag of words.
4
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Results</title>
      <p>
        We used scikit-learn [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], a collection of simple and efficient tools for machine
learning in Python, for doing feature extraction, weight normalization, and classification.
The deep learning experiments are evaluated by partitioning the training set into two
random train and test sets by ratio of 9 to 1. Other experiments have been evaluated
by 10-fold cross validation. The gold standard final test set consisted of 7 unbalanced
categories (excluding undefined category). The distribution of tweets in these 7
categories is shown in table 1.
Workplace
Leadership
Innovation
Table 2 summarizes the main results of our experiments. As can be seen in table 2 the
bag of bigram model outperforms the DSM model and LinearSVC outperforms other
classifiers. The only classifier that works better than LinearSVC with bigram features
is socher-recursive-autoencoders which achieved a high accuracy of 0.83 but because
we did not evaluate the model by cross-validation we did not submit that run for the
task. Final results shown in table 3 indicate that our models outperform the baseline
model with regards to both accuracy and f measure and also perform close to the best
results from other participants (uofTr_RD_4, DAE_RD_1 and LyS_RD_1). Some
runs including uofTr_RD_4, DAE_RD_1 and LyS_RD_1 perform better than our
runs with regards to accuracy but our runs perform better with regards to macro
averaged f measure. Given the skewed distribution of categories in table 1 it is important
for a classifier to perform well with regards to f measure too because if someone just
classified all tweets in Products &amp; Services class it would achieve about 56%
accuracy. The final results in table 3 show that all our runs which use bag of bigram models
perform quite well with regards to F measure and in the same time achieve reasonable
accuracies too.
Socher-recursive-autoencoder
Theano-DBN-3layer-1000node
DSM-sum
Our goal in these experiments was to evaluate different feature sets with regards to
the reputation dimensions task. We carried out several experiments with bag of word
representations, DSM representations and deep learning representations. Our results
show that higher order n-gram features such as trigrams do not perform better than
bigrams. We assume the reason for this is data sparseness; higher-order n-grams
provide more specific features, but if the data is not big enough (i.e. if the occurrence
counts of the n-grams are uncertain) they will only introduce noise to the
representations. They also show that in order to reduce noise introduced by bigrams, minimum
frequency thresholding should be applied. Removing bigrams that occur just once in
the corpus is the best minimum threshold on the RepLab dataset and this
improvement resulted in highest and second highest scores in the RepLab reputation
dimensions challenge with regards to average F1 over all dimensions. We also used named
entity features in several experiments but the resulting accuracy was lower than not
using them at all. In [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] similar results are reported both for replacing NER features
with real names and for adding them to bag of word models. Although named entity
features resulted in lower accuracy the generalized features they provide is a good
subject of future research in domain adaptation tasks.
      </p>
      <p>
        As our results show the DSM representations do not perform better than bag of word
models. Although such models can encode semantic content, summing or
concatenating them is shown here not to perform well in the reputation dimensions task.
However, recent works [
        <xref ref-type="bibr" rid="ref10 ref11 ref12">10, 11, 12</xref>
        ] indicate that word vectors produced by neural
networkbased models can be used to improve text representations for classification results.
The composition of word vectors into sentence/document vectors is another subject of
future research.
      </p>
      <p>
        While Deep Belief Networks did not produce good results, semi-supervised recursive
autoencoders [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] performed quite well according to accuracy measure. We did not
submit deep learning results in the RepLab challenge but as the results show they can
produce promising representations and consequently are a subject of future research.
      </p>
    </sec>
    <sec id="sec-5">
      <title>Acknowledgement</title>
      <p>This work has been funded through the project StaViCTA by the framework grant
"the Digitized Society – Past, Present, and Future" with No. 2012-5659 from the
Swedish Research Council (Vetenskapsrådet).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Amigó</surname>
          </string-name>
          ,
          <string-name>
            <surname>Enrique</surname>
          </string-name>
          , et al.
          <article-title>"Overview of replab 2013: Evaluating online reputation monitoring systems." Information Access Evaluation</article-title>
          . Multilinguality, Multimodality, and Visualization. Springer Berlin Heidelberg,
          <year>2013</year>
          .
          <fpage>333</fpage>
          -
          <lpage>352</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Amigó</surname>
          </string-name>
          ,
          <string-name>
            <surname>Enrique</surname>
          </string-name>
          , et al.
          <article-title>"Overview of replab 2014: Author profiling and reputation dimensions for Online Reputation Management."</article-title>
          <source>Proceedings of the Fifth International Conference of the CLEF Initiative. Sep</source>
          .
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Bergstra</surname>
          </string-name>
          , James et al.
          <article-title>"Theano: a CPU and GPU math expression compiler." Proceedings of the Python for scientific computing conference (SciPy) Jun</article-title>
          .
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Bollen</surname>
            , Johan,
            <given-names>Huina</given-names>
          </string-name>
          <string-name>
            <surname>Mao</surname>
            , and
            <given-names>Xiaojun</given-names>
          </string-name>
          <string-name>
            <surname>Zeng</surname>
          </string-name>
          .
          <article-title>"Twitter mood predicts the stock market</article-title>
          .
          <source>" Journal of Computational Science 2.1</source>
          (
          <year>2011</year>
          ):
          <fpage>1</fpage>
          -
          <lpage>8</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Finkel</surname>
            , Jenny Rose, Trond Grenager, and
            <given-names>Christopher</given-names>
          </string-name>
          <string-name>
            <surname>Manning</surname>
          </string-name>
          .
          <article-title>"Incorporating non-local information into information extraction systems by gibbs sampling</article-title>
          .
          <source>" Proceedings of the 43rd Annual Meeting on Association for Computational Linguistics 25 Jun</source>
          .
          <year>2005</year>
          :
          <fpage>363</fpage>
          -
          <lpage>370</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Guevara</surname>
          </string-name>
          , Emiliano.
          <article-title>"Computing semantic compositionality in distributional semantics</article-title>
          .
          <source>" Proceedings of the Ninth International Conference on Computational Semantics. Association for Computational Linguistics</source>
          ,
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Jansen</surname>
          </string-name>
          , Bernard J., et al.
          <article-title>"Twitter power: Tweets as electronic word of mouth." Journal of the American society for information science</article-title>
          and
          <source>technology 60.11</source>
          (
          <year>2009</year>
          ):
          <fpage>2169</fpage>
          -
          <lpage>2188</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Kanerva</surname>
            , Pentti,
            <given-names>Jan</given-names>
          </string-name>
          <string-name>
            <surname>Kristofersson</surname>
            , and
            <given-names>Anders</given-names>
          </string-name>
          <string-name>
            <surname>Holst</surname>
          </string-name>
          .
          <article-title>"Random indexing of text samples for latent semantic analysis</article-title>
          .
          <source>" Proceedings of the 22nd annual conference of the cognitive science society Aug</source>
          .
          <year>2000</year>
          :
          <fpage>1036</fpage>
          -
          <lpage>7</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Karlgren</surname>
            , Jussi, and
            <given-names>Magnus</given-names>
          </string-name>
          <string-name>
            <surname>Sahlgren</surname>
          </string-name>
          .
          <article-title>"26 From Words to Understanding." (</article-title>
          <year>2001</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Le</surname>
            , Quoc V.,
            <given-names>and Tomas</given-names>
          </string-name>
          <string-name>
            <surname>Mikolov</surname>
          </string-name>
          .
          <source>"Distributed Representations of Sentences and Documents." arXiv preprint arXiv:1405.4053</source>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Mikolov</surname>
          </string-name>
          ,
          <string-name>
            <surname>Tomas</surname>
          </string-name>
          , et al.
          <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="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Mikolov</surname>
          </string-name>
          ,
          <string-name>
            <surname>Tomas</surname>
          </string-name>
          , et al.
          <article-title>"Distributed representations of words and phrases and their compositionality</article-title>
          .
          <source>" Advances in Neural Information Processing Systems</source>
          .
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Pang</surname>
            , Bo,
            <given-names>Lillian</given-names>
          </string-name>
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>and Shivakumar</given-names>
          </string-name>
          <string-name>
            <surname>Vaithyanathan</surname>
          </string-name>
          .
          <article-title>"Thumbs up?: sentiment classification using machine learning techniques</article-title>
          .
          <source>" Proceedings of the ACL-02 conference on Empirical methods in natural language processing-</source>
          Volume
          <volume>10</volume>
          . Association for Computational Linguistics,
          <year>2002</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Pedregosa</surname>
          </string-name>
          , Fabian et al.
          <article-title>"Scikit-learn: Machine learning in Python."</article-title>
          <source>The Journal of Machine Learning Research</source>
          <volume>12</volume>
          (
          <year>2011</year>
          ):
          <fpage>2825</fpage>
          -
          <lpage>2830</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Ponzi</surname>
            ,
            <given-names>Leonard J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Charles</surname>
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Fombrun</surname>
          </string-name>
          , and
          <string-name>
            <surname>Naomi</surname>
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Gardberg</surname>
          </string-name>
          .
          <article-title>"RepTrak™ pulse: Conceptualizing and validating a short-form measure of corporate reputation."</article-title>
          <source>Corporate Reputation Review 14.1</source>
          (
          <year>2011</year>
          ):
          <fpage>15</fpage>
          -
          <lpage>35</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Sahlgren</surname>
            ,
            <given-names>Magnus. "</given-names>
          </string-name>
          <article-title>An introduction to random indexing</article-title>
          .
          <source>" Methods and Applications of Semantic Indexing Workshop at the 7th International Conference on Terminology and Knowledge Engineering, TKE 16 Aug</source>
          .
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Sahlgren</surname>
          </string-name>
          ,
          <source>Magnus. "The distributional hypothesis." Italian Journal of Linguistics20</source>
          .1 (
          <year>2008</year>
          ):
          <fpage>33</fpage>
          -
          <lpage>54</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Saif</surname>
            , Hassan,
            <given-names>Yulan</given-names>
          </string-name>
          <string-name>
            <surname>He</surname>
            , and
            <given-names>Harith</given-names>
          </string-name>
          <string-name>
            <surname>Alani</surname>
          </string-name>
          .
          <article-title>"Semantic sentiment analysis of twitter." The Semantic Web-ISWC</article-title>
          <year>2012</year>
          (
          <year>2012</year>
          ):
          <fpage>508</fpage>
          -
          <lpage>524</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Saif</surname>
            , Hassan,
            <given-names>Yulan</given-names>
          </string-name>
          <string-name>
            <surname>He</surname>
            , and
            <given-names>Harith</given-names>
          </string-name>
          <string-name>
            <surname>Alani</surname>
          </string-name>
          .
          <article-title>"Alleviating data sparsity for twitter sentiment analysis</article-title>
          .
          <source>" CEUR Workshop Proceedings (CEUR-WS. org)</source>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Sang</surname>
            , Erik Tjong Kim, and
            <given-names>Johan</given-names>
          </string-name>
          <string-name>
            <surname>Bos</surname>
          </string-name>
          .
          <article-title>"Predicting the 2011 dutch senate election results with twitter</article-title>
          .
          <source>" Proceedings of the Workshop on Semantic Analysis in Social Media 23 Apr</source>
          .
          <year>2012</year>
          :
          <fpage>53</fpage>
          -
          <lpage>60</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21. Socher, Richard et al.
          <article-title>"Semi-supervised recursive autoencoders for predicting sentiment distributions</article-title>
          .
          <source>" Proceedings of the Conference on Empirical Methods in Natural Language Processing 27 Jul</source>
          .
          <year>2011</year>
          :
          <fpage>151</fpage>
          -
          <lpage>161</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Tumasjan</surname>
          </string-name>
          ,
          <source>Andranik et al. "Predicting Elections with Twitter: What 140 Characters Reveal about Political Sentiment." ICWSM 10</source>
          (
          <year>2010</year>
          ):
          <fpage>178</fpage>
          -
          <lpage>185</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>