<!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>Comparing State-of-the-art Dependency Parsers on the Italian Stanford Dependency Treebank</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Alberto Lavelli FBK-irst via Sommarive</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>- Povo I-</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Trento</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>- ITALY lavelli@fbk.eu</string-name>
        </contrib>
      </contrib-group>
      <abstract>
        <p>English. In the last decade, many accurate dependency parsers have been made publicly available. It can be difficult for non-experts to select a good off-the-shelf parser among those available. This is even more true when working on languages different from English, because parsers have been tested mainly on English treebanks. Our analysis is focused on Italian and relies on the Italian Stanford Dependency Treebank (ISDT). This work is a contribution to help non-experts understand how difficult it is to apply a specific dependency parser to a new language/treebank and choose a parser that meets their needs.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Italiano. Nell’ultimo decennio sono stati
resi disponibili molti analizzatori sintattici
a dipendenza. Per i non esperti puo`
essere difficile sceglierne uno pronto all’uso
tra quelli disponibili. A maggior ragione
se si lavora su lingue diverse dall’inglese,
perche´ gli analizzatori sono stati
applicati soprattutto su treebank inglesi. La
nostra analisi e` dedicata all’italiano e
si basa sull’Italian Stanford Dependency
Treebank (ISDT). Questo articolo e` un
contributo per aiutare i non esperti a
capire quanto e` difficile applicare un
analizzatore a una nuova lingua/treebank e a
scegliere quello piu` adatto.</p>
    </sec>
    <sec id="sec-2">
      <title>1 Introduction</title>
      <p>
        In the last decade, there has been an increasing
interest in dependency parsing, witnessed by the
organisation of various shared tasks, e.g. Buchholz
and Marsi (2006), Nivre et al. (2007), Seddah et al.
(2013), Seddah et al. (2014). Concerning Italian,
there have been tasks on dependency parsing in
the first four editions of the EVALITA evaluation
campaign
        <xref ref-type="bibr" rid="ref10 ref11 ref12 ref14 ref35">(Bosco et al., 2008; Bosco et al., 2009;
Bosco and Mazzei, 2011; Bosco et al., 2014)</xref>
        . In
the 2014 edition, the task on dependency parsing
exploited the Italian Stanford Dependency
Treebank (ISDT), a treebank featuring an annotation
based on Stanford Dependencies
        <xref ref-type="bibr" rid="ref21">(de Marneffe and
Manning, 2008)</xref>
        .
      </p>
      <p>This paper is a follow-up of Lavelli (2014b)
and reports the experience in applying an
updated list of state-of-the-art dependency parsers
on ISDT. It can be difficult for non-experts to
select a good off-the-shelf parser among those
available. This is even more true when working
on languages different from English, given that
parsers have been tested mainly on English
treebanks (and in particular on the WSJ portion of
the PennTreebank). This work is a contribution to
help practitioners understand how difficult it is to
apply a specific dependency parser to a new
language/treebank and choose a parser to optimize
their desired speed/accuracy trade-off.</p>
      <p>
        As in many other NLP fields, there are very few
comparative articles where different parsers are
directly run by the authors and their performance
compared
        <xref ref-type="bibr" rid="ref19 ref19 ref20 ref23 ref23">(Daelemans and Hoste, 2002; Hoste et
al., 2002; Daelemans et al., 2003)</xref>
        . Most of the
papers simply present the results of a newly proposed
approach and compare them with the results
reported in previous articles. In other cases, the
papers are devoted to the application of the same tool
to different languages/treebanks. A notable
exception is the study reported in Choi et al. (2015),
where the authors present a comparative analysis
of ten leading statistical dependency parsers on a
multi-genre corpus of English.
      </p>
      <p>It is important to stress that the comparison
presented in this paper concerns tools used more or
less out of the box and that the results cannot be
used to compare specific characteristics like:
parsing algorithms, learning systems, . . .</p>
    </sec>
    <sec id="sec-3">
      <title>Parsers</title>
      <p>
        The choice of the parsers used in this study
started from the ones already applied in a previous
study
        <xref ref-type="bibr" rid="ref25 ref26">(Lavelli, 2014b)</xref>
        , i.e. MaltParser, the MATE
dependency parsers, TurboParser, and ZPar. We
then identified a few other freely available
dependency parsers that have shown
state-of-theart performance. Some of such parsers are
included in the study in Choi et al. (2015) and
others have been made publicly available more
recently. The additional parsers included in this
paper are DeSR, the Stanford Neural Network
dependency parser, EmoryNLP, RBG, YARA Parser,
and LSTM parser.
      </p>
      <p>Differently from what was done in the previous
study, this time we have not included approaches
based on combination of parsers’ results, such as
ensemble or stacking. They usually obtain top
performance (see e.g. Attardi and Simi (2014) at
EVALITA 2014) but in this case we focus on
simplicity and ease of use rather than on absolute
performance. Below you may find short descriptions
of the parsers reported in the paper.</p>
      <p>
        MaltParser
        <xref ref-type="bibr" rid="ref29">(Nivre et al., 2006)</xref>
        (version 1.8)
implements the transition-based approach to
dependency parsing, which has two essential
components: (i) a nondeterministic transition system
for mapping sentences to dependency trees; (ii) a
classifier that predicts the next transition for
every possible system configuration. MaltParser
includes different built-in transition systems,
different classifiers and techniques for recovering
non-projective dependencies with strictly
projective parsers.
      </p>
      <p>
        The MATE tools1 include both a graph-based
parser
        <xref ref-type="bibr" rid="ref9">(Bohnet, 2010)</xref>
        and a transition-based
parser
        <xref ref-type="bibr" rid="ref7 ref7 ref8 ref8">(Bohnet and Nivre, 2012; Bohnet and
Kuhn, 2012)</xref>
        . For the languages of the 2009
CoNLL Shared Task, the graph-based MATE
parser reached accuracy scores similar or above
the top performing systems with fast processing
(obtained with the use of Hash Kernels and
parallel algorithms). The transition-based MATE
parser is a model that takes into account complete
structures as they become available to rescore the
elements of a beam, combining the advantages of
transition-based and graph-based approaches.
      </p>
      <p>
        TurboParser
        <xref ref-type="bibr" rid="ref28">(Martins et al., 2013)</xref>
        2 (version
1https://code.google.com/p/mate-tools/
2http://www.ark.cs.cmu.edu/
TurboParser/
2.3) is a C++ package that implements
nonprojective graph-based dependency parsing
exploiting third-order features. The approach uses
AD3, an accelerated dual decomposition
algorithm extended to handle specialized head
automata and sequential head bigram models.
      </p>
      <p>
        ZPar
        <xref ref-type="bibr" rid="ref10 ref35">(Zhang and Nivre, 2011)</xref>
        (version 0.75)
is a transition-based parser implemented in C++.
ZPar supports multiple languages and multiple
grammar formalisms. ZPar has been most heavily
developed for Chinese and English, while it
provides generic support for other languages. It
leverages a global discriminative training and
beamsearch framework.
      </p>
      <p>
        DeSR
        <xref ref-type="bibr" rid="ref2">(Attardi and Dell’Orletta, 2009)</xref>
        version
1.4.3 is a shift-reduce dependency parser, which
uses a variant of the approach of Yamada and
Matsumoto (2003). It is capable of dealing directly
with non-projective parsing, by means of specific
non-projective transition rules
        <xref ref-type="bibr" rid="ref4">(Attardi, 2006)</xref>
        . It
is highly configurable: one can choose which
classifier (e.g. SVM or Multi-Layer Perceptron) and
which feature templates to use, and the format of
the input, just by editing a configuration file.
      </p>
      <p>
        EmoryNLP
        <xref ref-type="bibr" rid="ref13 ref17 ref28">(Choi and McCallum, 2013)</xref>
        3
(previously ClearNLP) dependency parser (version
1.1.1) uses a transition-based, non-projective
parsing algorithm showing a linear-time speed for both
projective and non-projective parsing.
      </p>
      <p>
        The Stanford neural network dependency
parser
        <xref ref-type="bibr" rid="ref16 ref3 ref34 ref36 ref5">(Chen and Manning, 2014)</xref>
        4 is a
transitionbased parser which produces typed dependency
parses using a neural network which uses word
embeddings as features besides forms and POS
tags. It also uses no beam.
      </p>
      <p>
        RBG
        <xref ref-type="bibr" rid="ref16 ref26 ref27 ref27 ref27 ref36 ref36 ref36 ref37 ref37 ref37">(Lei et al., 2014; Zhang et al., 2014b;
Zhang et al., 2014a)</xref>
        5 is based on a low-rank
factorization method that enables to map high
dimensional feature vectors into low dimensional
representations. The method maintains the parameters
as a low-rank tensor to obtain low dimensional
representations of words in their syntactic roles,
and to leverage modularity in the tensor for easy
training with online algorithms.
      </p>
      <p>
        YARA Parser
        <xref ref-type="bibr" rid="ref18 ref32 ref6">(Rasooli and Tetreault, 2015)</xref>
        6 is
an implementation of the arc-eager dependency
model. It uses an average structured perceptron
3http://nlp.mathcs.emory.edu/
4http://nlp.stanford.edu/software/
nndep.shtml
5https://github.com/taolei87/RBGParser
6https://github.com/yahoo/YaraParser
as classifier and a beam size of 64. The feature
setting is from Zhang and Nivre (2011) with
additional Brown cluster features.
      </p>
      <p>
        LSTM parser
        <xref ref-type="bibr" rid="ref22 ref22 ref6 ref6">(Dyer et al., 2015; Ballesteros et
al., 2015)</xref>
        7 is a transition based dependency parser
with state embeddings computed by LSTM RNNs
and an alternative char-based model exploiting
character embeddings as features. Both the
models are applied in the experiments.
      </p>
      <p>The list of parsers is still in progress because
the field of dependency parsing is in constant
evolution. In mid-May, SyntaxNet, the dependency
parser by Google, was made publicly available; a
few days later BIST parser (that claims to be “A
faster and more accurate parser than Google’s
McParseface”) was announced to become public.</p>
      <p>
        SyntaxNet
        <xref ref-type="bibr" rid="ref1 ref31">(Andor et al., 2016)</xref>
        8, BIST
parser
        <xref ref-type="bibr" rid="ref24">(Kiperwasser and Goldberg, 2016)</xref>
        9, and
spaCy10 are not yet included in our study because
we are still trying to make them working in a
satisfactory way.
3
      </p>
    </sec>
    <sec id="sec-4">
      <title>Data Set</title>
      <p>
        The experiments reported in the paper are
performed on the Italian Stanford Dependency
Treebank (ISDT)
        <xref ref-type="bibr" rid="ref13">(Bosco et al., 2013)</xref>
        version 2.0
released in the context of the EVALITA 2014
evaluation campaign on Dependency Parsing for
Information Extraction
        <xref ref-type="bibr" rid="ref14">(Bosco et al., 2014)</xref>
        11. There
are three main novelties with respect to the
previously available Italian treebanks: (i) the size of
the dataset, much bigger than the resources used in
the previous EVALITA campaigns; (ii) the
annotation scheme, compliant to de facto standards at the
level of both representation format (CoNLL) and
adopted tagset (Stanford Dependency Scheme);
(iii) its being defined with a specific view to
supporting information extraction tasks, a feature
inherited from the Stanford Dependency scheme.
      </p>
      <p>The training set contains 7,414 sentences
(158,561 tokens), the development set 564
sentences (12,014 tokens), and the test set 376
sentences (9,066 tokens).</p>
      <p>7https://github.com/clab/lstm-parser
8https://github.com/tensorflow/models/
tree/master/syntaxnet
9https://github.com/elikip/bist-parser
10https://spacy.io/, https://github.com/
spacy-io/spaCy</p>
      <p>11http://www.evalita.it/2014/tasks/dep_
par4IE.</p>
    </sec>
    <sec id="sec-5">
      <title>Experiments</title>
      <p>
        The level of interaction with the authors of the
parsers varied. For MaltParser, MATE parsers,
TurboParser, and ZPar we have mainly exploited
the experience gained in the context of EVALITA
2014
        <xref ref-type="bibr" rid="ref16 ref25 ref26">(Lavelli, 2014a)</xref>
        .
      </p>
      <p>
        Concerning MaltParser, in addition to using
the best performing configuration at EVALITA
2014 (Nivre’s arc-eager, PP-head), we have used
MaltOptimizer12
        <xref ref-type="bibr" rid="ref16 ref3 ref34 ref36 ref5">(Ballesteros and Nivre, 2014)</xref>
        to
identify the best configuration. This was done to
be fair to the other parsers, given that MaltParser’s
best configuration was the result of extensive
feature selection at the CoNLL 2006 shared task.
According to MaltOptimizer, the best configuration
is Nivre’s arc-standard.
      </p>
      <p>As for the MATE parsers, we have applied both
the graph-based and the transition-based parser.</p>
      <p>TurboParser was applied using the three
standard configurations (basic, standard, full).</p>
      <p>Concerning ZPar, the main difficulty emerged
in 2014 (i.e., the fact that sentences with more than
100 tokens needed 70 GB of RAM) is no longer
present and so its use is rather straightforward.</p>
      <p>As for the new parsers, the only problems
during installation concerned an issue with the
version of the C++ compiler needed for successfully
compiling LSTM parser.</p>
      <p>For some of the parsers there is the
possibility of exploiting word embeddings (RBG,
Stanford parser, LSTM, EmoryNLP) or Brown
clustering (YARA parser). As for word embeddings
(WEs), we exploited the following (both built
using word2vec):
word embeddings of size 300 learned on
WackyPedia/itWaC (a corpus of more than 1
billion tokens)13;
word embeddings of size 50 produced
in the project PAISA` (Piattaforma per
l’Apprendimento dell’Italiano Su corpora
Annotati)14 on a corpus of 250 million
tokens.</p>
      <p>In general, WEs of size 300 produced an
increase in performance, while those of size 50
produced a decrease in performance (with the
excep12http://nil.fdi.ucm.es/maltoptimizer/
13http://clic.cimec.unitn.it/
˜g1e4ohrtgtipa:n/a/.wdwiwn.uc/odropwuns/italiano.it/en/
index.html
tion of the Stanford NN dependency parser, which
produced results comparable to other parsers with
WEs of size 50 and absurdly low results with those
of size 300). We were not able to successfully run
the EmoryNLP parser with WEs. The use of WEs
needs further investigation.</p>
      <p>As for the use of Brown clusters (BCs), we are
still working to build suitable resources for
Italian, so the YARA Parser was used with standard
settings and without Brown clusters.</p>
      <p>The experiments were performed using the
splits provided by the EVALITA 2014 organisers:
training on the training set, tuning (if any) using
the development set and final test on the test set.</p>
      <p>
        In Table 1 we report the parser results ranked
according to decreasing Labeled Accuracy Score
(LAS), not considering punctuation. We have
grouped together the parsers if the differences
between their results (in terms of LAS) are not
statistically significant (computation performed using
DEPENDABLE
        <xref ref-type="bibr" rid="ref18">(Choi et al., 2015)</xref>
        ).
      </p>
      <p>
        The results obtained by the best system
submitted to the official evaluation at EVALITA
2014
        <xref ref-type="bibr" rid="ref16 ref3 ref34 ref36 ref5">(Attardi and Simi, 2014)</xref>
        are: 87.89 (LAS),
90.16 (UAS). More details about the task and the
results obtained by the participants are available
in Bosco et al. (2014).
5
      </p>
    </sec>
    <sec id="sec-6">
      <title>Conclusions</title>
      <p>In the paper we have reported on work in progress
on the comparison between several state-of-the-art
dependency parsers on the Italian Stanford
Dependency Treebank (ISDT).</p>
      <p>We are already working to widen the scope of
the comparison including more parsers and to
perform an analysis of the results obtained by the
different parsers considering not only their
performance but also their behaviour in terms of speed,
CPU load at training and parsing time, ease of use,
licence agreement, . . .</p>
      <p>
        The next step would be to apply the parsers in
a multilingual setting, exploiting the availability
of treebanks based on Universal Dependencies in
many languages
        <xref ref-type="bibr" rid="ref31">(Nivre et al., 2016)</xref>
        15.
      </p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgments</title>
      <p>We thank the authors of the parsers for making
them freely available, for kindly answering our
questions and for providing useful suggestions.
We thank the reviewers for valuable suggestions
to improve this article.</p>
      <p>15http://universaldependencies.org/</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <given-names>Daniel</given-names>
            <surname>Andor</surname>
          </string-name>
          , Chris Alberti, David Weiss, Aliaksei Severyn, Alessandro Presta, Kuzman Ganchev, Slav Petrov, and Michael Collins.
          <year>2016</year>
          .
          <article-title>Globally normalized transition-based neural networks</article-title>
          .
          <source>CoRR, abs/1603</source>
          .06042.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <given-names>Giuseppe</given-names>
            <surname>Attardi and Felice Dell'Orletta</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>Reverse revision and linear tree combination for dependency parsing</article-title>
          .
          <source>In Proceedings of Human Language Technologies</source>
          :
          <article-title>The 2009 Annual Conference of the North American Chapter of the Association for Computational Linguistics</article-title>
          , Companion Volume:
          <source>Short Papers</source>
          , pages
          <fpage>261</fpage>
          -
          <lpage>264</lpage>
          , Boulder, Colorado, June. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <given-names>Giuseppe</given-names>
            <surname>Attardi</surname>
          </string-name>
          and
          <string-name>
            <given-names>Maria</given-names>
            <surname>Simi</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Dependency parsing techniques for information extraction</article-title>
          .
          <source>In Proceedings of EVALITA</source>
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <given-names>Giuseppe</given-names>
            <surname>Attardi</surname>
          </string-name>
          .
          <year>2006</year>
          .
          <article-title>Experiments with a multilanguage non-projective dependency parser</article-title>
          .
          <source>In Proceedings of the Tenth Conference on Computational Natural Language Learning (CoNLL-X)</source>
          , pages
          <fpage>166</fpage>
          -
          <lpage>170</lpage>
          , New York City, June. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <given-names>Miguel</given-names>
            <surname>Ballesteros</surname>
          </string-name>
          and
          <string-name>
            <given-names>Joakim</given-names>
            <surname>Nivre</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>MaltOptimizer: Fast and effective parser optimization</article-title>
          .
          <source>Natural Language Engineering</source>
          , FirstView:
          <fpage>1</fpage>
          -
          <lpage>27</lpage>
          ,
          <fpage>10</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <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 Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing</source>
          , pages
          <fpage>349</fpage>
          -
          <lpage>359</lpage>
          , Lisbon, Portugal, September. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <given-names>Bernd</given-names>
            <surname>Bohnet</surname>
          </string-name>
          and
          <string-name>
            <given-names>Jonas</given-names>
            <surname>Kuhn</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>The best of both worlds - a graph-based completion model for transition-based parsers</article-title>
          .
          <source>In Proceedings of the 13th Conference of the European Chapter of the Association for Computational Linguistics</source>
          , pages
          <fpage>77</fpage>
          -
          <lpage>87</lpage>
          , Avignon, France, April. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <given-names>Bernd</given-names>
            <surname>Bohnet</surname>
          </string-name>
          and
          <string-name>
            <given-names>Joakim</given-names>
            <surname>Nivre</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>A transitionbased system for joint part-of-speech tagging and labeled non-projective dependency parsing</article-title>
          .
          <source>In Proceedings of the 2012 Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning</source>
          , pages
          <fpage>1455</fpage>
          -
          <lpage>1465</lpage>
          ,
          <string-name>
            <surname>Jeju</surname>
            <given-names>Island</given-names>
          </string-name>
          , Korea, July. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <given-names>Bernd</given-names>
            <surname>Bohnet</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Top accuracy and fast dependency parsing is not a contradiction</article-title>
          .
          <source>In Proceedings of the 23rd International Conference on Computational Linguistics (Coling</source>
          <year>2010</year>
          ), pages
          <fpage>89</fpage>
          -
          <lpage>97</lpage>
          , Beijing, China,
          <string-name>
            <surname>August.</surname>
          </string-name>
          <article-title>Coling 2010 Organizing Committee</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <given-names>Cristina</given-names>
            <surname>Bosco</surname>
          </string-name>
          and
          <string-name>
            <given-names>Alessandro</given-names>
            <surname>Mazzei</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>The EVALITA 2011 parsing task: the dependency track</article-title>
          .
          <source>In Working Notes of EVALITA</source>
          <year>2011</year>
          , pages
          <fpage>24</fpage>
          -
          <lpage>25</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <given-names>Cristina</given-names>
            <surname>Bosco</surname>
          </string-name>
          , Alessandro Mazzei, Vincenzo Lombardo, Giuseppe Attardi, Anna Corazza, Alberto Lavelli, Leonardo Lesmo, Giorgio Satta, and
          <string-name>
            <given-names>Maria</given-names>
            <surname>Simi</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>Comparing Italian parsers on a common treebank: the EVALITA experience</article-title>
          .
          <source>In Proceedings of LREC</source>
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <given-names>Cristina</given-names>
            <surname>Bosco</surname>
          </string-name>
          , Simonetta Montemagni, Alessandro Mazzei, Vincenzo Lombardo, Felice DellOrletta, and
          <string-name>
            <given-names>Alessandro</given-names>
            <surname>Lenci</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>Evalita09 parsing task: comparing dependency parsers and treebanks</article-title>
          .
          <source>In Proceedings of EVALITA</source>
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <given-names>Cristina</given-names>
            <surname>Bosco</surname>
          </string-name>
          , Simonetta Montemagni, and
          <string-name>
            <given-names>Maria</given-names>
            <surname>Simi</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Converting Italian treebanks: Towards an Italian Stanford Dependency Treebank</article-title>
          .
          <source>In Proceedings of the 7th Linguistic Annotation Workshop and Interoperability with Discourse</source>
          , pages
          <fpage>61</fpage>
          -
          <lpage>69</lpage>
          , Sofia, Bulgaria, August. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <given-names>Cristina</given-names>
            <surname>Bosco</surname>
          </string-name>
          , Felice Dell'Orletta, Simonetta Montemagni, Manuela Sanguinetti, and
          <string-name>
            <given-names>Maria</given-names>
            <surname>Simi</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>The EVALITA 2014 dependency parsing task</article-title>
          .
          <source>In Proceedings of EVALITA</source>
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <given-names>Sabine</given-names>
            <surname>Buchholz</surname>
          </string-name>
          and
          <string-name>
            <given-names>Erwin</given-names>
            <surname>Marsi</surname>
          </string-name>
          .
          <year>2006</year>
          .
          <article-title>CoNLLX shared task on multilingual dependency parsing</article-title>
          .
          <source>In Proceedings of the Tenth Conference on Computational Natural Language Learning (CoNLL-X)</source>
          , pages
          <fpage>149</fpage>
          -
          <lpage>164</lpage>
          , New York City, June. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <given-names>Danqi</given-names>
            <surname>Chen</surname>
          </string-name>
          and
          <string-name>
            <given-names>Christopher</given-names>
            <surname>Manning</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>A fast and accurate dependency parser using neural networks</article-title>
          .
          <source>In Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP)</source>
          , pages
          <fpage>740</fpage>
          -
          <lpage>750</lpage>
          , Doha, Qatar, October. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <given-names>Jinho D.</given-names>
            <surname>Choi</surname>
          </string-name>
          and
          <string-name>
            <given-names>Andrew</given-names>
            <surname>McCallum</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Transition-based dependency parsing with selectional branching</article-title>
          .
          <source>In Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)</source>
          , pages
          <fpage>1052</fpage>
          -
          <lpage>1062</lpage>
          , Sofia, Bulgaria, August. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <surname>Jinho D. Choi</surname>
            , Joel Tetreault, and
            <given-names>Amanda</given-names>
          </string-name>
          <string-name>
            <surname>Stent</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>It depends: Dependency parser comparison using a web-based evaluation tool</article-title>
          .
          <source>In Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)</source>
          , pages
          <fpage>387</fpage>
          -
          <lpage>396</lpage>
          , Beijing, China, July. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <given-names>Walter</given-names>
            <surname>Daelemans</surname>
          </string-name>
          and Ve´ronique Hoste.
          <year>2002</year>
          .
          <article-title>Evaluation of machine learning methods for natural language processing tasks</article-title>
          .
          <source>In Proceedings of the Third International Conference on Language Resources and Evaluation (LREC</source>
          <year>2002</year>
          ), Las Palmas, Spain.
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <given-names>Walter</given-names>
            <surname>Daelemans</surname>
          </string-name>
          , Ve´ronique Hoste, Fien De Meulder, and
          <string-name>
            <given-names>Bart</given-names>
            <surname>Naudts</surname>
          </string-name>
          .
          <year>2003</year>
          .
          <article-title>Combined optimization of feature selection and algorithm parameters in machine learning of language</article-title>
          .
          <source>In Proceedings of the 14th European Conference on Machine Learning (ECML</source>
          <year>2003</year>
          ), Cavtat-Dubronik, Croatia.
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <string-name>
            <surname>Marie-Catherine de Marneffe and Christopher D. Manning</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>The Stanford typed dependencies representation</article-title>
          .
          <source>In Coling 2008: Proceedings of the workshop on Cross-Framework and Cross-Domain Parser Evaluation</source>
          , pages
          <fpage>1</fpage>
          -
          <lpage>8</lpage>
          , Manchester,
          <string-name>
            <surname>UK</surname>
          </string-name>
          ,
          <year>August</year>
          . Coling 2008
          <string-name>
            <given-names>Organizing</given-names>
            <surname>Committee</surname>
          </string-name>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          <string-name>
            <given-names>Chris</given-names>
            <surname>Dyer</surname>
          </string-name>
          , Miguel Ballesteros, Wang Ling, Austin Matthews, 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>Transitionbased dependency parsing with stack long shortterm memory</article-title>
          .
          <source>In Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)</source>
          , pages
          <fpage>334</fpage>
          -
          <lpage>343</lpage>
          , Beijing, China, July. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          <article-title>Ve´ronique Hoste, Iris Hendrickx</article-title>
          , Walter Daelemans, and Antal van den Bosch.
          <year>2002</year>
          .
          <article-title>Parameter optimization for machine-learning of word sense disambiguation</article-title>
          .
          <source>Natural Language Engineering</source>
          ,
          <volume>8</volume>
          (
          <issue>4</issue>
          ):
          <fpage>311</fpage>
          -
          <lpage>325</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          <string-name>
            <given-names>Eliyahu</given-names>
            <surname>Kiperwasser</surname>
          </string-name>
          and
          <string-name>
            <given-names>Yoav</given-names>
            <surname>Goldberg</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Simple and accurate dependency parsing using bidirectional LSTM feature representations</article-title>
          .
          <source>CoRR, abs/1603</source>
          .04351.
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          <string-name>
            <given-names>Alberto</given-names>
            <surname>Lavelli</surname>
          </string-name>
          . 2014a.
          <article-title>Comparing state-of-the-art dependency parsers for the EVALITA 2014 dependency parsing task</article-title>
          .
          <source>In Proceedings of EVALITA</source>
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          <string-name>
            <given-names>Alberto</given-names>
            <surname>Lavelli</surname>
          </string-name>
          .
          <year>2014b</year>
          .
          <article-title>A preliminary comparison of state-of-the-art dependency parsers on the Italian Stanford Dependency Treebank</article-title>
          .
          <source>In Proceedings of the first Italian Computational Linguistics</source>
          Conference (CLiC-it
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          <string-name>
            <given-names>Tao</given-names>
            <surname>Lei</surname>
          </string-name>
          , Yu Xin, Yuan Zhang, Regina Barzilay, and
          <string-name>
            <given-names>Tommi</given-names>
            <surname>Jaakkola</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Low-rank tensors for scoring dependency structures</article-title>
          .
          <source>In Proceedings of the 52nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)</source>
          , pages
          <fpage>1381</fpage>
          -
          <lpage>1391</lpage>
          , Baltimore, Maryland, June. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          <string-name>
            <given-names>Andre</given-names>
            <surname>Martins</surname>
          </string-name>
          , Miguel Almeida, and
          <string-name>
            <surname>Noah</surname>
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Smith</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Turning on the turbo: Fast third-order nonprojective turbo parsers</article-title>
          .
          <source>In Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)</source>
          , pages
          <fpage>617</fpage>
          -
          <lpage>622</lpage>
          , Sofia, Bulgaria, August. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          <string-name>
            <given-names>Joakim</given-names>
            <surname>Nivre</surname>
          </string-name>
          , Johan Hall, and
          <string-name>
            <given-names>Jens</given-names>
            <surname>Nilsson</surname>
          </string-name>
          .
          <year>2006</year>
          .
          <article-title>MaltParser: A data-driven parser-generator for dependency parsing</article-title>
          .
          <source>In Proceedings of the 5th International Conference on Language Resources and Evaluation (LREC)</source>
          , pages
          <fpage>2216</fpage>
          -
          <lpage>2219</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          <string-name>
            <given-names>Joakim</given-names>
            <surname>Nivre</surname>
          </string-name>
          , Johan Hall, Sandra Ku¨bler,
          <string-name>
            <surname>Ryan</surname>
            <given-names>McDonald</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Jens</given-names>
            <surname>Nilsson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Sebastian</given-names>
            <surname>Riedel</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Deniz</given-names>
            <surname>Yuret</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>The CoNLL 2007 shared task on dependency parsing</article-title>
          .
          <source>In Proceedings of the CoNLL Shared Task Session of EMNLP-CoNLL</source>
          <year>2007</year>
          , pages
          <fpage>915</fpage>
          -
          <lpage>932</lpage>
          , Prague, Czech Republic, June. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          <string-name>
            <given-names>Joakim</given-names>
            <surname>Nivre</surname>
          </string-name>
          ,
          <string-name>
            <surname>Marie-Catherine de Marneffe</surname>
          </string-name>
          , et al.
          <year>2016</year>
          .
          <article-title>Universal Dependencies v1: A multilingual treebank collection</article-title>
          .
          <source>In Proceedings of the Tenth International Conference on Language Resources and Evaluation (LREC</source>
          <year>2016</year>
          ), Portorozˇ, Slovenia, May.
          <source>European Language Resources Association (ELRA).</source>
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          <string-name>
            <given-names>Mohammad</given-names>
            <surname>Sadegh Rasooli and Joel R. Tetreault</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Yara parser: A fast and accurate dependency parser</article-title>
          .
          <source>CoRR, abs/1503</source>
          .06733.
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          <string-name>
            <surname>Djame</surname>
          </string-name>
          ´ Seddah, Reut Tsarfaty, Sandra Ku¨bler, et al.
          <year>2013</year>
          .
          <article-title>Overview of the SPMRL 2013 shared task: A cross-framework evaluation of parsing morphologically rich languages</article-title>
          .
          <source>In Proceedings of the Fourth Workshop on Statistical Parsing of Morphologically-Rich Languages</source>
          , pages
          <fpage>146</fpage>
          -
          <lpage>182</lpage>
          , Seattle, Washington, USA, October. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          <string-name>
            <surname>Djame</surname>
            ´ Seddah, Sandra Ku¨bler, and
            <given-names>Reut</given-names>
          </string-name>
          <string-name>
            <surname>Tsarfaty</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Introducing the SPMRL 2014 shared task on parsing morphologically-rich languages</article-title>
          .
          <source>In Proceedings of the First Joint Workshop on Statistical Parsing of Morphologically Rich Languages and Syntactic Analysis of Non-Canonical Languages</source>
          , pages
          <fpage>103</fpage>
          -
          <lpage>109</lpage>
          , Dublin, Ireland,
          <year>August</year>
          . Dublin City University.
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          <string-name>
            <given-names>Yue</given-names>
            <surname>Zhang</surname>
          </string-name>
          and
          <string-name>
            <given-names>Joakim</given-names>
            <surname>Nivre</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Transition-based dependency parsing with rich non-local features</article-title>
          .
          <source>In Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies</source>
          , pages
          <fpage>188</fpage>
          -
          <lpage>193</lpage>
          , Portland, Oregon, USA, June. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          <string-name>
            <given-names>Yuan</given-names>
            <surname>Zhang</surname>
          </string-name>
          , Tao Lei, Regina Barzilay, and
          <string-name>
            <given-names>Tommi</given-names>
            <surname>Jaakkola</surname>
          </string-name>
          .
          <year>2014a</year>
          .
          <article-title>Greed is good if randomized: New inference for dependency parsing</article-title>
          .
          <source>In Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP)</source>
          , pages
          <fpage>1013</fpage>
          -
          <lpage>1024</lpage>
          , Doha, Qatar, October. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          <string-name>
            <given-names>Yuan</given-names>
            <surname>Zhang</surname>
          </string-name>
          , Tao Lei, Regina Barzilay, Tommi
          <string-name>
            <surname>Jaakkola</surname>
            ,
            <given-names>and Amir</given-names>
          </string-name>
          <string-name>
            <surname>Globerson</surname>
          </string-name>
          . 2014b.
          <article-title>Steps to excellence: Simple inference with refined scoring of dependency trees</article-title>
          .
          <source>In Proceedings of the 52nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)</source>
          , pages
          <fpage>197</fpage>
          -
          <lpage>207</lpage>
          , Baltimore, Maryland, June. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>