<!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>Exploiting Emotive Features for the Sentiment Polarity Classification of tweets</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Lucia C. Passaro, Alessandro Bondielli and Alessandro Lenci CoLing Lab, Dipartimento di Filologia, Letteratura e Linguistica University of Pisa</institution>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>English. This paper describes the CoLing Lab system for the participation in the constrained run of the EVALITA 2016 SENTIment POLarity Classification Task (Barbieri et al., 2016). The system extends the approach in (Passaro et al., 2014) with emotive features extracted from ItEM (Passaro et al., 2015; Passaro and Lenci, 2016) and FB-NEWS15 (Passaro et al., 2016).</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        emoticons, slang, specific terminology,
abbreviations, links and hashtags is higher than in other
domains and platforms. Twitter users post messages
from many different media, including their
smartphones, and they “tweet” about a great variety of
topics, unlike what can be observed in other sites,
which appear to be tailored to a specific group of
topics
        <xref ref-type="bibr" rid="ref7">(Go et al., 2009)</xref>
        .
      </p>
      <p>
        The paper is organized as follows: Section 2
describes the architecture of the system, as well
as the pre-processing and the features designed
in
        <xref ref-type="bibr" rid="ref12">(Passaro et al., 2014)</xref>
        . Section 3 shows the
additional features extracted from emotive VSM
and from LDA. Section 4 shows the classification
paradigm, and the last sections are left for results
and conclusions.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Description of the system</title>
      <p>
        The system extends the approach in
        <xref ref-type="bibr" rid="ref12">(Passaro et al.,
2014)</xref>
        with emotive features extracted from ItEM
        <xref ref-type="bibr" rid="ref11 ref13 ref14">(Passaro et al., 2015; Passaro and Lenci, 2016)</xref>
        and FB-NEWS15
        <xref ref-type="bibr" rid="ref11 ref14">(Passaro et al., 2016)</xref>
        . The main
goal of the work is to evaluate the contribution of
a distributional affective resource to estimate the
valence of words. The CoLing Lab system for
polarity classification includes the following
basic steps: (i) a preprocessing phase, to separate
linguistic and nonlinguistic elements in the target
tweets; (ii) a feature extraction phase, in which the
relevant characteristics of the tweets are identified;
(iii) a classification phase, based on a Support
Vector Machine (SVM) classifier with a linear kernel.
2.1
      </p>
      <sec id="sec-2-1">
        <title>Preprocessing</title>
        <p>The aim of the preprocessing phase is the
identification of the linguistic and nonlinguistic elements
in the tweets and their annotation.</p>
        <p>While the preprocessing of nonlinguistic
elements such as links and emoticons is limited to
their identification and classification (cf. section
2.2.4), the treatment of the linguistic material
required the development of a dedicated rule-based
procedure, whose output is a normalized text that
is subsequently feed to a pipeline of
generalpurpose linguistic annotation tools. The following
rules have been applied in the linguistic
preprocessing phase:</p>
        <p>Emphasis: tokens presenting repeated
characters like bastaaaa “stooooop” are replaced
by their most probable standardized forms
(i.e. basta “stop”);
Links and emoticons: they are identified and
removed;
Punctuation: linguistically irrelevant
punctuation marks are removed;
Usernames: the users cited in a tweet are
identified and normalized by removing the @
symbol and capitalizing the entity name;
Hashtags: they are identified and normalized
by simply removing the # symbol;</p>
        <p>
          The output of this phase are
linguisticallystandardized tweets, that are subsequently POS
tagged with the Part-Of-Speech tagger described
in
          <xref ref-type="bibr" rid="ref1 ref6">(Dell’Orletta, 2009)</xref>
          and dependency-parsed
with the DeSR parser
          <xref ref-type="bibr" rid="ref1">(Attardi et al., 2009)</xref>
          .
2.2
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Feature extraction</title>
        <p>The inventory of features can be organized into six
classes. The five classes of features described in
this section have been designed in 2014, the sixth
class, described in the next section is referred to
the emotive and LDA features.</p>
      </sec>
      <sec id="sec-2-3">
        <title>2.2.1 Lexical Features</title>
        <p>
          Lexical features represent the occurrence of bad
words or of words that are either highly emotional
or highly polarized. Relevant lemmas were
identified from two in-house built lexicons (cf. below),
and from Sentix
          <xref ref-type="bibr" rid="ref3">(Basile and Nissim, 2013)</xref>
          , a
lexicon of sentiment-annotated Italian words. Lexical
features include:
ItEM seeds: Lexicon of 347 highly emotional
Italian words built by exploiting an online
feature elicitation paradigm
          <xref ref-type="bibr" rid="ref13">(Passaro et al.,
2015)</xref>
          . The features are, for each emotion,
the total count of strongly emotional tokens
in each tweet.
        </p>
        <p>Bad words lexicon: By exploiting an in house
built lexicon of common Italian bad words,
we reported, for each tweet, the frequency of
bad words belonging to a selected list, as well
as the total amount of these lemmas.</p>
        <p>
          Sentix: Sentix (Sentiment Italian Lexicon:
          <xref ref-type="bibr" rid="ref3">(Basile and Nissim, 2013)</xref>
          ) is a lexicon for
Sentiment Analysis in which 59,742 lemmas
are annotated for their polarity and intensity,
among other information. Polarity scores
range from 1 (totally negative) to 1 (totally
positive), while Intensity scores range from
0 (totally neutral) to 1 (totally polarized).
Both these scores appear informative for the
classification, so that we derived, for each
lemma, a Combined score Cscore calculated
as follows:
        </p>
        <p>Cscore = Intensity P olarity
(1)
Depending on their Cscore, the selected
lemmas have been organized into several groups:
strongly positives: 1 Cscore &lt; 0:25
weakly positives:0:25 Cscore &lt; 0:125
neutrals: 0:125 Cscore 0:125
weakly negatives: 0:125 &lt; Cscore
highly negatives: 0:25 &lt; Cscore 1
0:25
Since Sentix relies on WordNet sense
distinctions, it is not uncommon for a lemma
to be associated with more than one
hIntensity,Polarityi pair, and consequently to
more than one Cscore.</p>
        <p>
          In order to handle this phenomenon, the
lemmas have been splitted into three different
ambiguity classes: Lemmas with only one
entry or whose entries are all associated with
the same Cscore value, are marked as
“Unambiguous” and associated with their Cscore.
Ambiguous cases were treated by inspecting,
for each lemma, the distribution of the
associated Cscores: Lemmas which had a Majority
Vote (MV) were marked as “Inferable” and
associated with the Cscoreof the MV. If there
was no MV, lemmas were marked as
“Ambiguous” and associated with the mean of the
Cscores. To isolate a reliable set of polarized
words, we focused only on the
Unambiguous or Inferable lemmas and selected only the
250 topmost frequent according to the PAIS
corpus
          <xref ref-type="bibr" rid="ref8">(Lyding et al., 2014)</xref>
          , a large
collection of Italian web texts.
        </p>
        <p>Other Sentix-based features in the ColingLab
model are: the number of tokens for each
Cscore group, the Cscore of the first token in
the tweet, the Cscore of the last token in the
tweet and the count of lemmas that are
represented in Sentix.</p>
      </sec>
      <sec id="sec-2-4">
        <title>2.2.2 Negation</title>
        <p>Negation features have been developed to encode
the presence of a negation and the
morphosyntactic characteristics of its scope.</p>
        <p>
          The inventory of negative lemmas (e.g. “non”)
and patterns (e.g. “non ... mai”) have been
extracted from
          <xref ref-type="bibr" rid="ref16">(Renzi et al., 2001)</xref>
          . The occurrences
of these lemmas and structures have been counted
an inserted as features to feed the classifier.
        </p>
        <p>
          In order to characterize the scope of each
negation, we used the dependency parsed tweets
produced by DeSR
          <xref ref-type="bibr" rid="ref1">(Attardi et al., 2009)</xref>
          . The scope
of a negative element is assumed to be its
syntactic head or the predicative complement of its head,
in the case the latter is a copula. Although it is
clearly a simplifying assumption, the preliminary
experiments show that this could be a rather
costeffective strategy in the analysis of linguistically
simple texts like tweets.
        </p>
        <p>This information has been included in the model
by counting the number of negation patterns
encountered in each tweet, where a negation
pattern is composed by the PoS of the negated
element plus the number of negative tokens
depending from it and, in case it is covered by Sentix,
either its Polarity, its Intensity and its Cscores value.</p>
      </sec>
      <sec id="sec-2-5">
        <title>2.2.3 Morphological features</title>
        <p>The linguistic annotation produced in the
preprocessing phase has been exploited also in the
population of the following morphological statistics:
(i) number of sentences in the tweet; (ii) number of
linguistic tokens; (iii) proportion of content words
(nouns, adjectives, verbs and adverbs); (iv)
number of tokens for Part-of-Speech.</p>
      </sec>
      <sec id="sec-2-6">
        <title>2.2.4 Shallow features</title>
        <p>This group of features has been developed to
describe distinctive characteristics of web
communication. The group includes:
Emoticons: We used the lexicon LexEmo to mark
the most common emoticons, such as :-(
and :-), marked with their polarity score: 1
(positive), 1 (negative), 0 (neutral).</p>
        <p>LexEmo is used both to identify emoticons
and to annotate their polarity.</p>
        <p>Emoticon-related features are the total
amount of emoticons in the tweet, the
polarity of each emoticon in sequential order
and the polarity of each emoticon in reversed
order. For instance, in the tweet :-(quando
ci vediamo? mi manchi anche tu! :*:*
“:-(when are we going to meet up? I miss
you, too :*:*” there are three emoticons,
the first of which (:-() is negative while the
others are positive (:*; :*).</p>
        <p>Accordingly, the classifier has been fed
with the information that the polarity of
the first emoticon is 1, that of the second
emoticon is 1 and the same goes for the third
emoticon. At the same way, another group of
feature specifies that the polarity of the last
emoticon is 1, as it goes for that of the last
but one emoticon, while the last but two has
a polarity score of 1.</p>
        <p>Links: These features contain a shallow
classification of links performed using simple
regular expressions applied to URLs, to
classify them as following: video, images,
social and other. We also use as feature
the absolute number of links for each tweet.
Emphasis: The features report on the number of
emphasized tokens presenting repeated
characters like bastaaaa, the average number of
repeated characters in the tweet, and the
cumulative number of repeated characters in the
tweet.</p>
        <p>Creative Punctuation: Sequences of
contiguous punctuation characters, like !!!,
!?!?!?!!?!????! or ......., are
identified and classified as a sequence of
dots, exclamations marks, question marks or
mixed. For each tweet, the features
correspond to the number of sequences belonging
to each group and their average length in
characters.</p>
        <p>Quotes: The number of quotations in the tweet.</p>
      </sec>
      <sec id="sec-2-7">
        <title>2.2.5 Twitter features</title>
        <p>This group of features describes some
Twitterspecific characteristics of the target tweets.
Topic: This information marks if a tweet has been
retrieved via a specific political hashtag or
keywords. It is provided by organizers as an
attribute of the tweet;
Usernames: The number of @username in the
tweet;
Hashtags: Hashtags play the role of organizing
the tweets around a single topic, so that they
are useful to be considered in determing their
polarity (i.e. a tweet containing hashtags like
and #amore “#love” and #felice “#happy”
is expected to be positive and a tweet
containing hashtags like #ansia “#anxiety” and
#stressato “#stressedout” is expected to be
negative. This group of features registers the
presence of an hashtag belonging to the list
of the hashtags with a frequency higher than
1 in the training corpus.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3 Introducing emotive and LDA features</title>
      <p>
        In order to add emotive features to the CoLing Lab
model, we created an emotive lexicon from the
corpus FB-NEWS15
        <xref ref-type="bibr" rid="ref11 ref14">(Passaro et al., 2016)</xref>
        following the strategy illustrated in
        <xref ref-type="bibr" rid="ref11 ref13 ref14">(Passaro et al., 2015;
Passaro and Lenci, 2016)</xref>
        . The starting point is
a set of seeds strongly associated to one or more
emotions of a given taxonomy, that are used to
build centroid distributional vectors representing
the various emotions.
      </p>
      <p>In order to build the distributional profiles of the
words, we extracted the list T of the 30,000 most
frequent nouns, verbs and adjectives from
FBNEWS15. The lemmas in T were subsequently
used as target and contexts in a square matrix of
co-occurrences extracted within a five word
window ( 2 words, centered on the target lemma). In
addition, we extended the matrix to the nouns,
adjectives and verbs in the corpus of tweets (i. e.
lemmas not belonging to T ).</p>
      <p>
        For each hemotion, PoSi pair we built a centroid
vector from the vectors of the seeds belonging to
that emotion and PoS, obtaining in total 24
centroids1. Starting from these spaces, several groups
1Following the configuration in
        <xref ref-type="bibr" rid="ref11 ref13 ref14">(Passaro et al., 2015;
Passaro and Lenci, 2016)</xref>
        , the co-occurrence matrix has been
re-weighted using the Pointwise Mutual Information
        <xref ref-type="bibr" rid="ref5">(Church
and Hanks, 1990)</xref>
        , and in particular the Positive PMI (PPMI),
in which negative scores are changed to zero
        <xref ref-type="bibr" rid="ref10">(Niwa and
Nitta, 1994)</xref>
        . We constructed different word spaces
according to PoS because the context that best captures the meaning
of a word differs depending on the word to be represented
        <xref ref-type="bibr" rid="ref17">(Rothenhusler and Schtze, 2007)</xref>
        .
of features have been extracted. The simplest ones
include general statistics such as the number of
emotive words and the emotive score of a tweet.
More sophisticated features are aimed at inferring
the degree of distinctivity of a word as well as its
polarity from their own emotive profile.
      </p>
      <sec id="sec-3-1">
        <title>Number of emotive words: Words belonging to</title>
        <p>the emotive Facebook spaces;</p>
      </sec>
      <sec id="sec-3-2">
        <title>Emotive/words ratio: The ratio between the</title>
        <p>number of emotive words and the total
number of words in the tweet;</p>
      </sec>
      <sec id="sec-3-3">
        <title>Strongly emotive words: Number of words hav</title>
        <p>ing a high (greater than 0:4) emotive score for
at least one emotion;
Tweet emotive score: Score calculated as the
ratio between the number of strongly polarized
words and the number of the content words in
the tweet (Eq. 2). The feature assumes values
in the interval [0, 1]. In absence of strongly
emotive words, the default value is 0.</p>
        <p>E(T weet) = Count(Strongly emotive words)
Count(Content words)
(2)
Maximum values: The maximum emotive value
for each emotion (8 features);
Quartiles: The features take into account the
distribution of the emotive words in the tweet.
For each emotion, the list of the emotive
words has been ordered according to the
emotive scores and divided into quartiles
(e.g. the fourth quartile contains the most
emotive words and the first quartile the less
emotive ones.). Each feature registers the
count of the words belonging to the pair
hemotion; quartilei (32 features in total);
ItEM seeds: Boolean features registering the
presence of words belonging to the words
used as seeds to build the vector space
models. In particular, the features include the
top 4 frequent words for each emotion (32
boolean features in total);
Distintive words: 32 features corresponding to
the top 4 distinctive words for each emotion.
The degree of distinctivity of a word for a
given emotion is calculated starting from the
VSM normalized using Z-scores. In
particular, the feature corresponds to the proportion
of the emotion hemotionii against the sum of
total emotion score [e1, ..., e8];
so that we opted for the more economical setting,
i.e. the multiclass one.</p>
        <p>Polarity (count): The number of positive and
negative words. The polarity of a word is
calculated by applying Eq. 3, in which
positive emotions are assumed to be JOY and
TRUST, and negative emotions are assumed
to be DISGUST, FEAR, ANGER and
SADNESS.</p>
        <p>
          P olarity(w) = JOY+T2RUST
DISGUST+FEAR+ANGER+SADNESS
4
(3)
Polarity (values): The polarity (calculated using
Eq. 3) of the emotive words in the tweet.
The maximum number of emotive words is
assumed to be 20;
LDA features: This group of features includes 50
features referred to the topic distribution of
the tweet. The LDA model has been built
on the FB-NEWS15 corpus
          <xref ref-type="bibr" rid="ref11 ref14">(Passaro et al.,
2016)</xref>
          which is organized into 50 clusters of
thematically related news created with LDA
          <xref ref-type="bibr" rid="ref4">(Blei et al., 2003)</xref>
          (Mallet implementation
(McCallum, 2002)). Each feature refers to
the association between the text of the tweet
and a topic extracted from FB-NEWS15.
4
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Classification</title>
      <p>
        We used the same paradigm used in
        <xref ref-type="bibr" rid="ref12">(Passaro et al.,
2014)</xref>
        . In particular, we chose to base the
CoLing Lab system for polarity classification on the
SVM classifier with a linear kernel
implementation available in Weka
        <xref ref-type="bibr" rid="ref18">(Witten and Frank, 2011)</xref>
        ,
trained with the Sequential Minimal Optimization
(SMO) algorithm introduced by Platt
        <xref ref-type="bibr" rid="ref15">(Platt, 1999)</xref>
        .
      </p>
      <p>
        The classification task proposed by the
organizers could be approached either by building
two separate binary classifiers relying of two
different models (one judging the positiveness of
the tweet, the other judging its negativeness),
or by developing a single multiclass classifier
where the possible outcomes are Positive
Polarity (Task POS:1, Task NEG:0), Negative
Polarity (Task POS:0, Task NEG:1), Mixed Polarity
(Task POS:1, Task NEG:1) and No Polarity (Task
POS:0, Task NEG:0). In Evalita 2014
        <xref ref-type="bibr" rid="ref12">(Passaro et
al., 2014)</xref>
        we tried both approaches in our
development phase, and found no significant difference,
5
      </p>
    </sec>
    <sec id="sec-5">
      <title>Results</title>
      <p>Although this model is not optimal according to
the global ranking, if we focus on the recognition
of the negative tweets (i.e. the NEG task), it ranks
fifth (F1-score), and first if we consider the class 1
of the NEG task (i.e. NEG, F.sc. 1). Such trend is
reversed if we consider the POS task, which is the
worst performing class of this system.</p>
      <p>Task
POS
POS
POS task
NEG
NEG
NEG task
GLOBAL</p>
      <p>Class
0
1</p>
      <p>Due to the great difference in terms of
performance between the results obtained by performing
a 10 fold cross validation, we suspected that the
system was overfitting the training data, so that we
performed different feature ablation experiments,
in which we included only the lexical information
derived from ItEM and FB-NEWS (i.e. we
removed the features relying to Sentix, Negation and
Hashtags (cf. table 2). The results demonstrate on
one hand that significant improvements can be
obtained by using lexical information, especially to
recognize negative texts. On the other hand the
results highlight the overfitting of the submitted
model, probably due to the overlapping between
Sentix and the emotive features.</p>
      <p>The advantage of using only the lexical features
derived from ItEM are the following: i) the
emotional values of the words can be easily updated;
ii) the VSM can be extended to increase the lexical
coverage of the resource; iii) the system is “lean”
(it can do more with less).</p>
    </sec>
    <sec id="sec-6">
      <title>Conclusions</title>
      <p>
        The Coling Lab system presented in 2014
        <xref ref-type="bibr" rid="ref12">(Passaro et al., 2014)</xref>
        has been enriched with
emotive features derived from a distributional,
corpusbased resource built from the social media
corpus FB-NEWS15
        <xref ref-type="bibr" rid="ref11 ref14">(Passaro et al., 2016)</xref>
        . In
addition, the system exploits LDA features extacted
from the same corpus. Additional experiments
demonstrated that removing most of the
nondistributional lexical features derived from Sentix,
the performance can be improved. As a
consequence, with a relatively low number of features
the system reaches satisfactory performance, with
top-scores in recognizing negative tweets.
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <given-names>Giuseppe</given-names>
            <surname>Attardi</surname>
          </string-name>
          , Felice Dell'Orletta,
          <string-name>
            <given-names>Maria</given-names>
            <surname>Simi</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Joseph</given-names>
            <surname>Turian</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>Accurate dependency parsing with a stacked multilayer perceptron</article-title>
          .
          <source>In Proceedings of EVALITA</source>
          <year>2009</year>
          <article-title>Evaluation of NLP and Speech Tools for Italian 2009</article-title>
          ,
          <string-name>
            <given-names>Reggio</given-names>
            <surname>Emilia</surname>
          </string-name>
          (Italy). Springer.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <given-names>Francesco</given-names>
            <surname>Barbieri</surname>
          </string-name>
          , Valerio Basile, Danilo Croce, Malvina Nissim, Nicole Novielli, and
          <string-name>
            <given-names>Viviana</given-names>
            <surname>Patti</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Overview of the EVALITA 2016 SENTiment POLarity Classification Task</article-title>
          . In Pierpaolo Basile, Anna Corazza, Franco Cutugno, Simonetta Montemagni, Malvina Nissim, Viviana Patti, Giovanni Semeraro, and Rachele Sprugnoli, editors,
          <source>Proceedings of Third Italian Conference on Computational Linguistics</source>
          (CLiC-it
          <year>2016</year>
          ) &amp;
          <article-title>Fifth Evaluation Campaign of Natural Language Processing and Speech Tools for Italian</article-title>
          .
          <source>Final Workshop (EVALITA</source>
          <year>2016</year>
          ),
          <article-title>Napoli (Italy)</article-title>
          . Academia University Press.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <given-names>Valerio</given-names>
            <surname>Basile</surname>
          </string-name>
          and
          <string-name>
            <given-names>Malvina</given-names>
            <surname>Nissim</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Sentiment analysis on italian tweets</article-title>
          .
          <source>In Proceedings of the 4th Workshop on Computational Approaches to Subjectivity, Sentiment and Social Media Analysis</source>
          , pages
          <fpage>100</fpage>
          -
          <lpage>107</lpage>
          , Atlanta.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <given-names>David M.</given-names>
            <surname>Blei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Andrew Y.</given-names>
            <surname>Ng</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Michael I.</given-names>
            <surname>Jordan</surname>
          </string-name>
          .
          <year>2003</year>
          .
          <article-title>Latent dirichlet allocation</article-title>
          .
          <source>The Journal of Machine Learning Research</source>
          ,
          <volume>3</volume>
          :
          <fpage>993</fpage>
          -
          <lpage>1022</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <given-names>Kenneth W.</given-names>
            <surname>Church</surname>
          </string-name>
          and
          <string-name>
            <given-names>Patrick</given-names>
            <surname>Hanks</surname>
          </string-name>
          .
          <year>1990</year>
          .
          <article-title>Word association norms, mutual information, and lexicography</article-title>
          .
          <source>Computational Linguistics</source>
          ,
          <volume>16</volume>
          :
          <fpage>22</fpage>
          -
          <lpage>29</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <given-names>Felice</given-names>
            <surname>Dell'Orletta</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>Ensemble system for partof-speech tagging</article-title>
          .
          <source>In Proceedings of EVALITA</source>
          <year>2009</year>
          <article-title>Evaluation of NLP and Speech Tools for Italian 2009</article-title>
          ,
          <string-name>
            <given-names>Reggio</given-names>
            <surname>Emilia</surname>
          </string-name>
          (Italy). Springer.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <given-names>Alec</given-names>
            <surname>Go</surname>
          </string-name>
          , Richa Bhayani, and
          <string-name>
            <given-names>Lei</given-names>
            <surname>Huang</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>Twitter sentiment classification using distant supervision</article-title>
          .
          <source>Processing</source>
          , pages
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <given-names>Verena</given-names>
            <surname>Lyding</surname>
          </string-name>
          , Egon Stemle, Claudia Borghetti, Marco Brunello, Sara Castagnoli,
          <string-name>
            <surname>Felice</surname>
            <given-names>DellOrletta</given-names>
          </string-name>
          , Henrik Dittmann, Alessandro Lenci, and
          <string-name>
            <given-names>Vito</given-names>
            <surname>Pirrelli</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>The PAIS A` Corpus of Italian Web Texts</article-title>
          .
          <source>In Proceedings of the 9th Web as Corpus Workshop (WaC-9)</source>
          , pages
          <fpage>36</fpage>
          -
          <lpage>43</lpage>
          ,
          <string-name>
            <surname>Gothenburg</surname>
          </string-name>
          (Sweden).
          <article-title>Association for Computational Linguistics</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          2002.
          <article-title>Mallet: A language toolkit</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <given-names>Yoshiki</given-names>
            <surname>Niwa</surname>
          </string-name>
          and
          <string-name>
            <given-names>Yoshihiko</given-names>
            <surname>Nitta</surname>
          </string-name>
          .
          <year>1994</year>
          .
          <article-title>Cooccurrence vectors from corpora vs. distance vectors from dictionaries</article-title>
          .
          <source>In Proceedings of the 15th International Conference On Computational Linguistics</source>
          , pages
          <fpage>304</fpage>
          -
          <lpage>309</lpage>
          ,
          <string-name>
            <surname>Kyoto</surname>
          </string-name>
          (Japan).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <given-names>Lucia C.</given-names>
            <surname>Passaro</surname>
          </string-name>
          and
          <string-name>
            <given-names>Alessandro</given-names>
            <surname>Lenci</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Evaluating context selection strategies to build emotive vector space models</article-title>
          .
          <source>In Proceedings of the Tenth International Conference on Language Resources and Evaluation (LREC</source>
          <year>2016</year>
          ),
          <article-title>Portoro (Slovenia)</article-title>
          .
          <source>European Language Resources Association (ELRA).</source>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <given-names>Lucia C.</given-names>
            <surname>Passaro</surname>
          </string-name>
          , Gianluca E. Lebani, Emmanuele Chersoni, and
          <string-name>
            <given-names>Alessandro</given-names>
            <surname>Lenci</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>The coling lab system for sentiment polarity classification of tweets</article-title>
          .
          <source>In Proceedings of the First Italian Conference on Computational Linguistics CLiC-it 2014 &amp; and of the Fourth International Workshop EVALITA</source>
          <year>2014</year>
          , pages
          <fpage>87</fpage>
          -
          <lpage>92</lpage>
          ,
          <string-name>
            <surname>Pisa</surname>
          </string-name>
          (Italy).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <given-names>Lucia C.</given-names>
            <surname>Passaro</surname>
          </string-name>
          , Laura Pollacci, and
          <string-name>
            <given-names>Alessandro</given-names>
            <surname>Lenci</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Item: A vector space model to bootstrap an italian emotive lexicon</article-title>
          .
          <source>In Proceedings of the second Italian Conference on Computational Linguistics CLiC-it</source>
          <year>2015</year>
          , pages
          <fpage>215</fpage>
          -
          <lpage>220</lpage>
          ,
          <string-name>
            <surname>Trento</surname>
          </string-name>
          (Italy).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <given-names>Lucia C.</given-names>
            <surname>Passaro</surname>
          </string-name>
          , Alessandro Bondielli, and
          <string-name>
            <given-names>Alessandro</given-names>
            <surname>Lenci</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Fb-news15: A topic-annotated facebook corpus for emotion detection and sentiment analysis</article-title>
          .
          <source>In Proceedings of the Third Italian Conference on Computational Linguistics</source>
          CLiC-it
          <year>2016</year>
          .,
          <string-name>
            <surname>Napoli</surname>
          </string-name>
          (Italy). To appear.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <surname>John C. Platt</surname>
          </string-name>
          ,
          <year>1999</year>
          .
          <article-title>Advances in Kernel Methods, chapter Fast Training of Support Vector Machines Using Sequential Minimal Optimization</article-title>
          , pages
          <fpage>185</fpage>
          -
          <lpage>208</lpage>
          . MIT Press, Cambridge, MA, USA.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <given-names>Lorenzo</given-names>
            <surname>Renzi</surname>
          </string-name>
          , Giampaolo Salvi, and
          <string-name>
            <given-names>Anna</given-names>
            <surname>Cardinaletti</surname>
          </string-name>
          .
          <year>2001</year>
          .
          <article-title>Grande grammatica italiana di consultazione</article-title>
          .
          <source>Number v. 1</source>
          . Il Mulino.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <given-names>Klaus</given-names>
            <surname>Rothenhusler</surname>
          </string-name>
          and
          <string-name>
            <given-names>Hinrich</given-names>
            <surname>Schtze</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Part of speech filtered word spaces</article-title>
          .
          <source>In Sixth International and Interdisciplinary Conference on Modeling and Using Context.</source>
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <given-names>Ian H.</given-names>
            <surname>Witten</surname>
          </string-name>
          and
          <string-name>
            <given-names>Eibe</given-names>
            <surname>Frank</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Data Mining: Practical Machine Learning Tools and Techniques</article-title>
          . Morgan Kaufmann Publishers Inc., San Francisco, CA, USA, 3rd edition.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>