<!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>When silver glitters more than gold: Bootstrapping an Italian part-of-speech tagger for Twitter</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Barbara Plank</string-name>
          <email>b.plank@rug.nl</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Malvina Nissim</string-name>
          <email>m.nissim@rug.nl</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Groningen</institution>
          ,
          <country country="NL">The Netherlands</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>English. We bootstrap a state-of-the-art part-of-speech tagger to tag Italian Twitter data, in the context of the Evalita 2016 PoSTWITA shared task. We show that training the tagger on native Twitter data enriched with little amounts of specifically selected gold data and additional silver-labelled data scraped from Facebook, yields better results than using large amounts of manually annotated data from a mix of genres.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>
        The emergence and abundance of social media
texts has prompted the urge to develop tools that
are able to process language which is often
nonconventional, both in terms of lexicon as well
as grammar. Indeed, models trained on standard
newswire data heavily suffer when used on data
from a different language variety, especially
Twitter
        <xref ref-type="bibr" rid="ref11 ref12 ref15 ref18 ref19 ref2">(McClosky et al., 2010; Foster et al., 2011;
Gimpel et al., 2011; Plank, 2016)</xref>
        .
      </p>
      <p>
        As a way to equip microblog processing with
efficient tools, two ways of developing
Twittercompliant models have been explored. One option
is to transform Twitter language back to what
pretrained models already know via normalisation
operations, so that existing tools are more successful
on such different data. The other option is to create
native models by training them on labelled Twitter
data. The drawback of the first option is that it’s
not clear what norm to target: “what is standard
language?”
        <xref ref-type="bibr" rid="ref10 ref18 ref19 ref2">(Eisenstein, 2013; Plank, 2016)</xref>
        , and
implementing normalisation procedures requires
quite a lot of manual intervention and subjective
decisions. The drawback of the second option is
that manually annotated Twitter data isn’t readily
available, and it is costly to produce.
      </p>
      <p>
        In this paper, we report on our participation
in PoSTWITA1, the EVALITA 2016 shared task
on Italian Part-of-Speech (POS) tagging for
Twitter
        <xref ref-type="bibr" rid="ref17 ref21">(Tamburini et al., 2016)</xref>
        . We emphasise an
approach geared to building a single model (rather
than an ensemble) based on weakly supervised
learning, thus favouring (over normalisation) the
aforementioned second option of learning
invariant representations, also for theoretical reasons.
We address the bottleneck of acquiring manually
annotated data by suggesting and showing that
a semi-supervised approach that mainly focuses
on tweaking data selection within a bootstrapping
setting can be successfully pursued for this task.
Contextually, we show that large amounts of
manually annotated data might not be helpful if data
isn’t “of the right kind”.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Data selection and bootstrapping</title>
      <p>
        In adapting a POS tagger to Twitter, we mainly
focus on ways of selectively enriching the
training set with additional data. Rather than simply
adding large amounts of existing annotated data,
we investigate ways of selecting smaller amounts
of more appropriate training instances, possibly
even tagged with silver rather than gold labels. As
1http://corpora.ficlit.unibo.it/PoSTWITA/
for the model itself, we simply take an
off-theshelf tagger, namely a bi-directional Long
ShortTerm Memory (bi-LSTM) model
        <xref ref-type="bibr" rid="ref17 ref18 ref19 ref2">(Plank et al.,
2016)</xref>
        , which we use with default parameters (see
Section 3.2) apart from initializing it with
Twittertrained embeddings (Section 3.1).
      </p>
      <p>Our first model is trained on the PoSTWITA
training set plus additional gold data selected
according to two criteria (see below: Two shades
of gold). This model is used to tag a collection
of Facebook posts in a bootstrapping setting with
two cycles (see below: Bootstrapping via
Facebook). The rationale behind using Facebook as
not-so-distant source when targeting Twitter is the
following: many Facebook posts of public,
nonpersonal pages resemble tweets in style, because
of brevity and the use of hashtags. However,
differently from random tweets, they are usually
correctly formed grammatically and spelling-wise,
and often provide more context, which allows for
more accurate tagging.</p>
      <p>
        Two shades of gold We used the Italian portion
of the latest release (v1.3) of the Universal
Dependency (UD) dataset
        <xref ref-type="bibr" rid="ref17">(Nivre et al., 2016)</xref>
        , from
which we extracted two subsets, according to two
different criteria. First, we selected data on the
basis of its origin, trying to match the Twitter
training data as close as possible. For this
reason, we used the Facebook subportion (UD FB).
These are 45 sentences that presumably stem from
the Italian Facebook help pages and contain
questions and short answers.2 Second, by looking at
the confusion matrix of one of the initial models,
we saw that the model’s performance was
especially poor for cliticised verbs and interjections,
tags that are also infrequent in the training set
(Table 2). Therefore, from the Italian UD portion
we selected any data (in terms of origin/genre)
which contained the VERB CLIT or INTJ tag,
with the aim to boost the identification of these
categories. We refer to this set of 933 sentences as
UD verb clit+intj.
      </p>
      <sec id="sec-2-1">
        <title>Bootstrapping via Facebook We augmented</title>
        <p>
          our training set with silver-labelled data. With our
best model trained on the original task data plus
UD verb clit+intj and UD FB, we tagged
a collection of Facebook posts, added those to
the training pool, and retrained our tagger. We
used two iterations of indelible self-training
          <xref ref-type="bibr" rid="ref1">(Abney, 2007)</xref>
          , i.e., adding automatically tagged data
where labels do not change once added. Using the
Facebook API through the Facebook-sdk python
library3, we scraped an average of 100 posts for
each of the following pages, selected on the basis
of our intuition and on reasonable site popularity:
sport: corrieredellosport
news: Ansa.it, ilsole24ore, lastampa.it
politics: matteorenziufficiale
entertainment: novella2000, alFemminile
travel: viaggiart
We included a second cycle of
bootstrapping, scraping a few more Facebook pages
(soloGossip.it, paesionline, espressonline,
LaGazzettaDelloSport, again with an average
of 100 posts each), and tagging the posts with
the model that had been re-trained on the
original training set plus the first round of Facebook
data with silver labels (we refer to the whole
of the automatically-labelled Facebook data as
FB silver). FB silver was added to the
training pool to train the final model. Statistics on
the obtained data are given in Table 1.4
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Experiments and Results</title>
      <p>In this section we describe how we developed the
two models of the final submission, including all
preprocessing decisions. We highlight the
importance of choosing an adequate development set to
identify promising directions.
3.1</p>
      <sec id="sec-3-1">
        <title>Experimental Setup</title>
        <p>
          PoSTWITA data In the context of PoSTWITA,
training data was provided to all participants in the
2These are labelled as 4-FB in the comment section of
UD. Examples include: Prima di effettuare la registrazione.
E` vero che Facebook sara` a pagamento?
3https://pypi.python.org/pypi/facebook-sdk
4Due to time constraints we did not add further iterations;
we cannot judge if we already reached a performance plateau.
form of manually labelled tweets. The tags
comply with the UD tagset, with a couple of
modifications due to the specific genre (emoticons are
labelled with a dedicated tag, for example), and
subjective choices in the treatment of some
morphological traits typical of Italian. Specifically,
clitics and articulated prepositions are treated as
one single form (see below: UD fused forms). The
training set contains 6438 tweets, for a total of
ca. 115K tokens. The distribution of tags together
with examples is given in Table 2. The test set
comprises 301 tweets (ca. 4800 tokens).
UD fused forms In the UD scheme for
Italian, articulated prepositions (ADP A) and
cliticised verbs (VERB CLIT) are annotated as
separate word forms, while in PoSTWITA the
original word form (e.g., ‘alla’ or ‘arricchirsi’) is
annotated as a whole. In order to get the
PoSTWITA ADP A and VERB CLIT tags for these
fused word forms from UD, we adjust the UCPH
ud-conversion-tools5
          <xref ref-type="bibr" rid="ref17 ref2">(Agic´ et al., 2016)</xref>
          that propagates head POS information up to the
original form.
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Pre-processing of unlabelled data For the</title>
        <p>Facebook data, we use a simplistic
off-theshelf rule-based tokeniser that segments
sentences by punctuation and tokens by
whitespace.6 We normalise URLs to a single token
(http://www.someurl.org) and add a rule
for smileys. Finally, we remove sentences from
5https://github.com/coastalcph/ud-conversion-tools
6https://github.com/bplank/multilingualtokenizer
the Facebook data were more than 90% of the
tokens are in all caps. Unlabelled data used for
embeddings is preprocessed only with normalisation
of usernames and URLs.</p>
        <p>
          Word Embeddings We induced word
embeddings from 5 million Italian tweets (TWITA) from
Twita
          <xref ref-type="bibr" rid="ref16 ref3 ref5">(Basile and Nissim, 2013)</xref>
          . Vectors were
created using word2vec
          <xref ref-type="bibr" rid="ref16 ref3 ref5">(Mikolov and Dean,
2013)</xref>
          with default parameters, except for the fact
that we set the dimensions to 64, to match the
vector size of the multilingual (POLY) embeddings
          <xref ref-type="bibr" rid="ref3">(Al-Rfou et al., 2013)</xref>
          used by Plank et al. (2016).
We dealt with unknown words by adding a “UNK”
token computing the mean vector of three
infrequent words (“vip!”,“cuora”, “White”).
        </p>
      </sec>
      <sec id="sec-3-3">
        <title>Creation of a realistic internal development set</title>
        <p>The original task data is distributed as a single
training file. In initial experiments we saw that
performance varied considerably for different
random subsets. This was due to a large bias towards
tweets about ‘Monti’ and ‘Grillo’, see Figure 1,
but also because of duplicate tweets. We opted
to create the most difficult development set
possible. This development set was achieved by
removing duplicates, and randomly selecting a subset
of tweets that do not mention ‘Grillo’ or ‘Monti’
while maximizing out-of-vocabulary (OOV) rate
with respect to the training data. Hence, our
internal development set consisted of 700 tweets with
an OOV approaching 50%. This represents a more
realistic testing scenario. Indeed, the baseline (the
basic bi-LSTM model), dropped from 94.37 to
92.41 computed on the earlier development set
were we had randomly selected 1/5 of the data,
with an OOV of 45% (see Table 4).
3.2</p>
      </sec>
      <sec id="sec-3-4">
        <title>Model</title>
        <p>
          The bidirectional Long Short-Term Memory
model bilty7 is illustrated in Figure 2. It is a
7https://github.com/bplank/bilstm-aux
context bi-LSTM taking as input word
embeddings w~ . Character embeddings ~c are incorporated
via a hierarchical bi-LSTM using a sequence
bi-LSTM at the lower level
          <xref ref-type="bibr" rid="ref17 ref18 ref19 ref2 ref4">(Ballesteros et al.,
2015; Plank et al., 2016)</xref>
          . The character
representation is concatenated with the (learned) word
embeddings w~ to form the input to the context
bi-LSTM at the upper layers. We took default
parameters, i.e., character embeddings set to 100,
word embeddings set to 64, 20 iterations of
training using Stochastic Gradient Descent, a single
bi-LSTM layer and regularization using Gaussian
noise with = 0:2 (cdim 100, trainer
sgd, indim 64, iters 20, h layer
1, sigma 0.2). The model has been shown to
achieve state-of-the-art performance on a range of
languages, where the incorporation of character
information was particularly effective
          <xref ref-type="bibr" rid="ref17 ref18 ref19 ref2">(Plank et
al., 2016)</xref>
          . With these features and settings we
train two models on different training sets.
GOLDPICK bilty with pre-initialised TWITA
embeddings, trained on the PoSTWITA
training set plus selected gold data (UD FB +
UD verb clit+intj).
        </p>
        <p>SILVERBOOT a bootstrapped version of
GOLDPICK, where FB silver (see Section 2) is also
added to the training pool, which thus includes
both gold and silver data.
3.3</p>
      </sec>
      <sec id="sec-3-5">
        <title>Results on test data</title>
        <p>Participants were allowed to submit one official,
and one additional (unofficial) run. Because on
development data SILVERBOOT performed better
than GOLDPICK, we selected the former for our
official submission and the latter for the unofficial
one, making it thus also possible to assess the
specific contribution of bootstrapping to performance.</p>
        <p>
          Table 3 shows the results on the official test
data for both our models and TNT
          <xref ref-type="bibr" rid="ref7">(Brants, 2000)</xref>
          .
The results show that adding bootstrapped silver
data outperforms the model trained on gold data
alone. The additional training data included in
SILVERBOOT reduced the OOV rate for the
testset to 41.2% (compared to 46.9% with respect to
the original PoSTWITA training set). Note that,
on the original randomly selected development set
the results were less indicative of the contribution
of the silver data (see Table 4), showing the
importance of a carefully selected development set.
4
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>What didn’t work</title>
      <p>In addition to what we found to boost the tagger’s
performance, we also observed what didn’t yield
any improvements, and in some case even lowered
global accuracy. What we experimented with was
triggered by intuition and previous work, as well
as what we had already found to be successful,
such as selecting additional data to make up for
under-represented tags in the training set.
However, everything we report in this section turned
out to be either pointless or detrimental.</p>
      <p>More data We added to the training data all
(train, development, and test) sections from the
Italian part of UD1.3. While training on selected
gold data (978 sentences) yielded 95.06%
accuracy, adding all of the UD-data (12k sentences
of newswire, legal and wiki texts) yielded a
disappointing 94.88% in initial experiments (see
Table 4), also considerably slowing down training.</p>
      <p>
        Next, we tried to add more Twitter data from
XLIME, a publicly available corpus with multiple
layers of manually assigned labels, including POS
tags, for a total of ca. 8600 tweets and 160K
tokens
        <xref ref-type="bibr" rid="ref17 ref20">(Rei et al., 2016)</xref>
        . The data isn’t provided
as a single gold standard file but in the form of
separate annotations produced by different judges,
so that we used MACE
        <xref ref-type="bibr" rid="ref13 ref3">(Hovy et al., 2013)</xref>
        to
adjudicate divergences. Additionally, the tagset is
slightly different from the UD set, so that we had
to implement a mapping. The results in Table 4
show that adding all of the XLIME data declines
performance, despite careful preprocessing to map
the tags and resolve annotation divergences.
      </p>
      <sec id="sec-4-1">
        <title>More tag-specific data From the matrix com</title>
        <p>
          puted on the dev set, it emerged that the most
confused categories were NOUN and PROPN.
Following the same principle that led us to add
UD verb clit+intj, we tried to reduce such
confusion by providing additional training data
containing proper nouns. This did not yield any
improvements, neither in terms of global accuracy,
nor in terms of precision and recall of the two tags.
Multi-task learning Multi-task learning (MTL)
          <xref ref-type="bibr" rid="ref8">(Caruana, 1997)</xref>
          , namely a learning setting where
more than one task is learnt at the same time, has
been shown to improve performance for several
NLP tasks
          <xref ref-type="bibr" rid="ref14 ref6 ref9">(Collobert et al., 2011; Bordes et al.,
2012; Liu et al., 2015)</xref>
          . Often, what is learnt is
one main task and, additionally, a number of
auxiliary tasks, where the latter should help the model
converge better and overfit less on the former. In
this context, the additional signal we use to
support the learning of each token’s POS tag is the
token’s degree of ambiguity. Using the
information stored in Morph-it!, a lexicon of Italian
inflected forms with their lemma and
morphological features
          <xref ref-type="bibr" rid="ref22">(Zanchetta and Baroni, 2005)</xref>
          , we
obtained the number of all different tags potentially
associated to each token. Because the Morph-it!
labels are highly fine-grained we derived two
different ambiguity scores, one on the original and
one on coarser tags. In neither case the additional
signal contributed to the tagger’s performance, but
we have not explored this direction fully and leave
it for future investigations.
5
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Conclusions</title>
      <p>The main conclusion we draw from the
experiments in this paper is that data selection matters,
not only for training but also while developing for
taking informed decisions. Indeed, only after
creating a carefully designed internal development set
we obtained stronger evidence of the contribution
of silver data which is also reflected in the
official results. We also observe that choosing less but
more targeted data is more effective. For instance,
TWITA embeddings contribute more than generic
POLY embeddings which were trained on
substantially larger amounts of Wikipedia data. Also, just
blindly adding training data does not help. We
have seen that using the whole of the UD corpus
is not beneficial to performance when compared
to a small amount of selected gold data, both in
terms of origin and labels covered. Finally, and
most importantly, we have found that adding little
amounts of not-so-distant silver data obtained via
bootstrapping resulted in our best model.</p>
      <p>We believe the low performance observed when
adding xLIME data is likely due to the
noncorrespondence of tags in the two datasets, which
required a heuristic-based mapping. While this
is only a speculation that requires further
investigation, it seems to indicate that exploring
semisupervised strategies is preferrable to producing
idiosyncratic or project-specific gold annotations.
Acknowledgments We thank the CIT of the
University of Groningen for providing access to
the Peregrine HPC cluster. Barbara Plank
acknowledges NVIDIA corporation for support.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <given-names>Steven</given-names>
            <surname>Abney</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Semisupervised learning for computational linguistics</article-title>
          . CRC Press.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Zˇ eljko Agic</surname>
          </string-name>
          ´,
          <string-name>
            <surname>Anders</surname>
            <given-names>Johannsen</given-names>
          </string-name>
          , Barbara Plank, He´ctor Mart´ınez Alonso, Natalie Schluter, and
          <string-name>
            <given-names>Anders</given-names>
            <surname>Søgaard</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Multilingual projection for parsing truly low-resource languages</article-title>
          .
          <source>Transactions of the Association for Computational Linguistics (TACL)</source>
          ,
          <volume>4</volume>
          :
          <fpage>301</fpage>
          -
          <lpage>312</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <given-names>Rami</given-names>
            <surname>Al-Rfou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Bryan</given-names>
            <surname>Perozzi</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Steven</given-names>
            <surname>Skiena</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Polyglot: Distributed word representations for multilingual NLP</article-title>
          .
          <source>arXiv preprint arXiv:1307</source>
          .
          <fpage>1662</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <given-names>Miguel</given-names>
            <surname>Ballesteros</surname>
          </string-name>
          , Chris Dyer, and
          <string-name>
            <surname>Noah</surname>
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Smith</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Improved transition-based parsing by modeling characters instead of words with lstms</article-title>
          .
          <source>In EMNLP.</source>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <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>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <given-names>Antoine</given-names>
            <surname>Bordes</surname>
          </string-name>
          , Xavier Glorot, Jason Weston, and
          <string-name>
            <given-names>Yoshua</given-names>
            <surname>Bengio</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Joint learning of words and meaning representations for open-text semantic parsing</article-title>
          .
          <source>In AISTATS</source>
          , volume
          <volume>351</volume>
          , pages
          <fpage>423</fpage>
          -
          <lpage>424</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <given-names>Thorsten</given-names>
            <surname>Brants</surname>
          </string-name>
          .
          <year>2000</year>
          .
          <article-title>speech tagger</article-title>
          .
          <source>In ANLP.</source>
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <given-names>Rich</given-names>
            <surname>Caruana</surname>
          </string-name>
          .
          <year>1997</year>
          .
          <article-title>Multitask learning</article-title>
          .
          <source>Machine Learning</source>
          ,
          <volume>28</volume>
          :
          <fpage>41</fpage>
          -
          <lpage>75</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <given-names>Ronan</given-names>
            <surname>Collobert</surname>
          </string-name>
          , Jason Weston, Le´on Bottou, Michael Karlen, Koray Kavukcuoglu, and
          <string-name>
            <given-names>Pavel</given-names>
            <surname>Kuksa</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Natural language processing (almost) from scratch</article-title>
          .
          <source>Journal of Machine Learning Research</source>
          ,
          <volume>12</volume>
          (Aug):
          <fpage>2493</fpage>
          -
          <lpage>2537</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <given-names>Jacob</given-names>
            <surname>Eisenstein</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>What to do about bad language on the internet</article-title>
          .
          <source>In Proceedings of the Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL)</source>
          , pages
          <fpage>359</fpage>
          -
          <lpage>369</lpage>
          , Atlanta.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <given-names>Jennifer</given-names>
            <surname>Foster</surname>
          </string-name>
          , Ozlem Cetinoglu, Joachim Wagner, Josef Le Roux, Joakim Nivre, Deirde Hogan, and Josef van Genabith.
          <year>2011</year>
          .
          <article-title>From news to comments: Resources and benchmarks for parsing the language of Web 2.0</article-title>
          . In IJCNLP.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <given-names>Kevin</given-names>
            <surname>Gimpel</surname>
          </string-name>
          , Nathan Schneider,
          <string-name>
            <surname>Brendan O'Connor</surname>
          </string-name>
          ,
          <string-name>
            <surname>Dipanjan Das</surname>
          </string-name>
          ,
          <string-name>
            <surname>Daniel Mills</surname>
          </string-name>
          , Jacob Eisenstein, Michael Heilman, Dani Yogatama, Jeffrey Flanigan, and
          <string-name>
            <surname>Noah</surname>
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Smith</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Part-of-Speech Tagging for Twitter: Annotation, Features, and Experiments</article-title>
          .
          <source>In Proceedings of ACL.</source>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <given-names>Dirk</given-names>
            <surname>Hovy</surname>
          </string-name>
          , Taylor Berg-Kirkpatrick,
          <string-name>
            <given-names>Ashish</given-names>
            <surname>Vaswani</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Eduard</given-names>
            <surname>Hovy</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Learning whom to trust with MACE</article-title>
          .
          <source>In NAACL.</source>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <given-names>Xiaodong</given-names>
            <surname>Liu</surname>
          </string-name>
          , Jianfeng Gao, Xiaodong He,
          <string-name>
            <surname>Li Deng</surname>
            ,
            <given-names>Kevin</given-names>
          </string-name>
          <string-name>
            <surname>Duh</surname>
          </string-name>
          , and
          <string-name>
            <surname>Ye-Yi Wang</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Representation learning using multi-task deep neural networks for semantic classification and information retrieval</article-title>
          .
          <source>In Proc. NAACL</source>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <surname>David McClosky</surname>
            ,
            <given-names>Eugene</given-names>
          </string-name>
          <string-name>
            <surname>Charniak</surname>
            , and
            <given-names>Mark</given-names>
          </string-name>
          <string-name>
            <surname>Johnson</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Automatic domain adaptation for parsing</article-title>
          .
          <source>In NAACL-HLT.</source>
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <given-names>T</given-names>
            <surname>Mikolov</surname>
          </string-name>
          and
          <string-name>
            <given-names>J</given-names>
            <surname>Dean</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Distributed representations of words and phrases and their compositionality</article-title>
          .
          <source>Advances in neural information processing systems.</source>
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <given-names>Joakim</given-names>
            <surname>Nivre</surname>
          </string-name>
          et al.
          <year>2016</year>
          .
          <article-title>Universal dependencies 1.3. LINDAT/CLARIN digital library at the Institute of Formal and Applied Linguistics</article-title>
          , Charles University in Prague.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <given-names>Barbara</given-names>
            <surname>Plank</surname>
          </string-name>
          , Anders Søgaard, and
          <string-name>
            <given-names>Yoav</given-names>
            <surname>Goldberg</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Multilingual part-of-speech tagging with bidirectional long short-term memory models and auxiliary loss</article-title>
          .
          <source>In ACL.</source>
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <given-names>Barbara</given-names>
            <surname>Plank</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>What to do about non-standard (or non-canonical) language in NLP</article-title>
          . In KONVENS.
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <given-names>Luis</given-names>
            <surname>Rei</surname>
          </string-name>
          , Dunja Mladenic, and
          <string-name>
            <given-names>Simon</given-names>
            <surname>Krek</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>A multilingual social media linguistic corpus</article-title>
          . In Conference of CMC and
          <article-title>Social Media Corpora for the Humanities</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <string-name>
            <given-names>Fabio</given-names>
            <surname>Tamburini</surname>
          </string-name>
          , Cristina Bosco, Alessandro Mazzei, and
          <string-name>
            <given-names>Andrea</given-names>
            <surname>Bolioli</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Overview of the EVALITA 2016 Part Of Speech on TWitter for ITAlian 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>Associazione Italiana di Linguistica Computazionale (AILC).</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          <string-name>
            <given-names>Eros</given-names>
            <surname>Zanchetta</surname>
          </string-name>
          and
          <string-name>
            <given-names>Marco</given-names>
            <surname>Baroni</surname>
          </string-name>
          .
          <year>2005</year>
          .
          <article-title>Morph-it! A free corpus-based morphological resource for the Italian language</article-title>
          .
          <source>Corpus Linguistics</source>
          <year>2005</year>
          ,
          <volume>1</volume>
          (
          <issue>1</issue>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>