<!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>It Is MarkIT That Is New: An Italian Treebank of Marked Constructions</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Teresa Paccosi</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alessio Palmero Aprosio</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Trento (Italy) [tpaccosi</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>aprosio</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>satonelli]@fbk.eu</string-name>
        </contrib>
      </contrib-group>
      <abstract>
        <p>English. In this paper we present MarkIT, a treebank of marked constructions in Italian, containing around 800 sentences with dependency annotation. We detail the process to extract the sentences and manually correct them. The resource covers seven types of marked constructions plus some ambiguous sentences, whose syntax can be wrongly classified as marked. We also present a preliminary evaluation of parsing performance, comparing a model trained on existing Italian treebanks with the model obtained by adding MarkIT to the training set.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Italiano. In questo lavoro presentiamo
MarkIT, un treebank di costruzioni
marcate in italiano che contiene circa 800
frasi annotate con strutture a dipendenze.
Abbiamo descritto nel dettaglio il
processo seguito per estrarre le frasi e
correggerne manualmente la struttura
sintassi. La risorsa comprende sette
tipologie di costruzioni marcate oltre ad alcune
costruzioni ambigue che potrebbero essere
classificate erroneamente come marcate.
Presentiamo inoltre una valutazione
preliminare delle performance del parser in
cui confrontiamo un modello allenato sui
treebank esistenti dell’italiano con il
modello ottenuto aggiungendo anche MarkIT.</p>
    </sec>
    <sec id="sec-2">
      <title>1 Introduction</title>
      <p>In recent years, the goal to develop robust
frameworks for consistent annotation of syntactic
dependencies across different human languages has</p>
      <p>
        Copyright © 2021 for this paper by its authors. Use
permitted under Creative Commons License Attribution 4.0
International (CC BY 4.0).
led to the creation of Universal Dependencies
(UD), an initiative covering nearly 200 treebanks
in more than 100 languages. Since UD treebanks
are then used to train syntactic parsers, it is
important that they account for as many phenomena
as possible that can be found in a language, and
not only for canonical expressions typically
written in news. The purpose to encompass the
variety of use in the Italian language has been
pursued by including different genres in the VIT
treebank
        <xref ref-type="bibr" rid="ref10">(Delmonte et al., 2007)</xref>
        and in ParTUT
        <xref ref-type="bibr" rid="ref17">(Sanguinetti and Bosco, 2014)</xref>
        and more recently by
including syntactically annotated tweets
        <xref ref-type="bibr" rid="ref18 ref6">(Cignarella
et al., 2019; Sanguinetti et al., 2018)</xref>
        in the UD
framework. Overall, seven treebanks are listed
under the UD initiative for Italian. In this work,
we contribute to this effort by presenting a novel
treebank including syntactically annotated marked
constructions, which we call MarkIT (MARKed
structures Italian Treebank). The samples have
been extracted from a corpus of students’ essays
and to our knowledge represents the first effort to
include in UD a repository of marked structures,
which are typical of neo-standard language and are
therefore more and more frequent in informal
settings
        <xref ref-type="bibr" rid="ref8">(D’Achille, 2003)</xref>
        . The sentences have been
ifrst syntactically parsed and then manually
corrected, so that we were also able to analyse which
kinds of mistakes are typically done by
dependency parsers. The dataset is freely available on
Github at https://github.com/dhfbk/m
arkit.
In the last years, Universal Depedencies (UD)
have become the most widely used standard for
syntactic annotation
        <xref ref-type="bibr" rid="ref9">(de Marneffe and Manning,
2008)</xref>
        upon which treebanks for other languages
have been built, including Italian. The first one
has been the Italian Stanford Dependency
Treebank or ISDT
        <xref ref-type="bibr" rid="ref5">(Bosco et al., 2013)</xref>
        . Other
treebanks have been later built with different
purposes, covering a rich collection of different
usages and genres. In particular, the VIT treebank
        <xref ref-type="bibr" rid="ref10">(Delmonte et al., 2007)</xref>
        is composed of several
texts ranging from news to literature, while
TWITTIRO
        <xref ref-type="bibr" rid="ref6">(Cignarella et al., 2019)</xref>
        and PoSTWITA
        <xref ref-type="bibr" rid="ref18">(Sanguinetti et al., 2018)</xref>
        are two
social-mediabased treebanks, composed of tweets. These two
Twitter-based treebanks represent an important
resource in terms of documentation of the usage of
non-standard Italian. We address the same topic
in the present work, but instead of considering
social-media data, we look at more formal
writings, and in particular at the use of marked
sentence constructions in students’ essays. To our
knowledge, a grammatical UD treebank for
Italian language does not exist, and also in other
languages there are only few examples. A
grammatical treebank is a dataset of annotated trees sharing
the same type of grammatical constructions, such
as the English Pronouns treebank
        <xref ref-type="bibr" rid="ref14">(Munro, 2021)</xref>
        ,
which is the most similar resource to ours. It was
created to make independent genitive pronoun’s
identification more accurate, by annotating only
English sentences which display that construction.
For what concerns marked structures in Italian, a
comparative study on the distribution of the
phenomenon of syntactic markedness has been
presented in
        <xref ref-type="bibr" rid="ref15">(Pieri et al., 2016)</xref>
        , but the different
structures were identified using automated tools.
Overall, syntactic markedness is a phenomenon poorly
analyzed, especially in the field of dependency
grammar. However, it is crucial to make parsers
more robust to different syntactic structures.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Sentence Collection</title>
      <p>
        Our goal is to build a treebank of marked
constructions that reflects actual usage of Italian, in
particular of the neo-standard variant
        <xref ref-type="bibr" rid="ref4">(Berruto,
2012)</xref>
        . We avoid to manually create sentences
ourselves, also to increase linguistic variability.
Therefore, we resort to a corpus of students’
essays which were collected by Istituto provinciale
Trentino per la Ricerca e la Sperimentazione
educativa (IPRASE) with the goal to study the
evolution of high-school students’ writing skills,
taking into account essays spanning 15 years (from
2001 to 2016). In particular, the project tracked
the presence of expressions and constructions
typical of neo-standard Italian, requiring a pool of
expert annotators, i.e. high-school teachers, to
manually mark in essays a number of linguistic
traits
        <xref ref-type="bibr" rid="ref19 ref20">(Sprugnoli et al., 2018; Tonelli et al., 2020)</xref>
        .
Among others, annotators were asked to mark
dislocated sentences, cleft sentences and hanging
topics (see details in Section 4). These were first
automatically identified through the TINT NLP Suite
        <xref ref-type="bibr" rid="ref1 ref19">(Aprosio and Moretti, 2018)</xref>
        and then manually
revised by annotators to distinguish between the
constructions of interest and other types of similar
constructions.
      </p>
      <p>The final corpus contains more than 2,500
essays and almost 1.5 million tokens. We extract
around 800 sentences labeled with a marked
structure and annotate them at syntactic level.
Although the essays cannot be released because of
copyright issues, the sentences in isolation, with
no additional information related to the authors or
the textual context, can be freely distributed.</p>
      <p>The essays were written in a time span of 15
years by different authors and dealing with a
number of different topics, which guarantees a high
variability of the sentence content and structure.
On the other hand, since they were part of a formal
students’ examination, they tend to be free from
jargon, grammatical errors and abbreviations that
may derive from sentences extracted from social
media and that may represent an additional
challenge for parsers.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Marked Structures in IPRASE Corpus</title>
      <p>
        With marked sentences we refer to those
constructions which present a non-canonical order of
constituents. In Italian, the canonical order of the
syntactic structure is S V+fin V-fin OX , where S is
subject, V+fin is a finite verb or an auxiliary verb,
Vifn is a non-finite verb, O is the direct object and X
other complements
        <xref ref-type="bibr" rid="ref2">(Beninca` et al., 1988)</xref>
        . Marked
structures are instead intended to focus on an
element of the sentence, by moving the focalized
constituent in a different position from the one it
occupies in a canonical sentence. The reason for
markedness in Italian can be phonotactic or bound
to the whole meaning of the sentence. In
syntactical terms, we can say that the marked structures
operate a modification in the distribution of topic
and comment with respect to the corresponding
non marked structure
        <xref ref-type="bibr" rid="ref7">(Cinque, 1990)</xref>
        . There are
seven possible marked structures in Italian:
sentences with postverbal subject, sentences with
presentative “there”, sentences with left or right
dislocation, hanging topic sentences, cleft sentences
and pseudo-cleft sentences
        <xref ref-type="bibr" rid="ref11 ref15">(Ferrari and Zampese,
2016)</xref>
        . Among the sentences from the IPRASE
corpus originally marked as dislocated, cleft and
hanging topic, we were able to find other types of
marked structures which had been wrongly
identiifed by the annotators, so that in the end all seven
phenomena are present. Below we report a brief
description of the main marked structures
annotated in our treebank.
4.1
      </p>
      <sec id="sec-4-1">
        <title>Left Dislocated Sentences</title>
        <p>
          Left dislocated sentences entail the displacement
or anteposition of a specific syntagm to the left
of the sentence. The dislocated element connects
with the rest of the sentence thanks to an
introductory preposition (1) or a pronominal reprise (2), for
which a resumptive clitic pronoun pleonastically
co-refers to the displaced nominal element (the
topic). The clitic reprise is compulsory whether
the displaced element was the direct object, as
long as it is in the positive form
          <xref ref-type="bibr" rid="ref2">(Beninca` et al.,
1988)</xref>
          .
        </p>
        <p>(1) A questo evento (ci) partecipano soltanto
artisti gia` noti
To this event (clitic) participate only artists
already known
(2) Molto meno successo Eminem lo ha avuto
quest’anno
Much less success Eminem it has had this year
4.2</p>
      </sec>
      <sec id="sec-4-2">
        <title>Hanging Topic Sentences</title>
        <p>
          In hanging topic sentences, similarly to left
dislocation, the dislocated element is moved to the left,
at the beginning of the sentence. However, in this
case, the displaced element is isolated at the
beginning of the sentence, and it is not syntactically
linked to the verb
          <xref ref-type="bibr" rid="ref8">(D’Achille, 2003)</xref>
          . The main
difference between the two structures is when the
dislocated element is the direct object. In fact,
since direct objects in Italian exclude prepositional
government, only the non-clitic reprise allows the
distinction between left dislocated sentences and
hanging topics. In hanging topic constructions,
the isolated element is always deprived of
indicators for its syntactic function, and it is
typically reprised in the following phrase by different
anaphorical expressions such as atonic pronouns,
possessive pronouns, adverbs, and by a whole
nominal phrase (3). When there is no reprise of
the dislocated element in the subsequent sentence,
we refer to that as an example of anacoluthon
          <xref ref-type="bibr" rid="ref11 ref15">(Ferrari and Zampese, 2016)</xref>
          .
        </p>
        <p>(3) [...] ma il cervello, senza di esso non siamo
niente</p>
        <p>But the brain, without it we are nothing
4.3</p>
      </sec>
      <sec id="sec-4-3">
        <title>Right Dislocated Sentences</title>
        <p>Right dislocated sentences operate a
topicalization of the comment and, differently from left
dislocated structures, the pronominal reprise is not
compulsory when the dislocated element is the
direct object. Nevertheless, since the non-marked
position of the right dislocated elements is still
in postverbal position (apart from the subject), it
makes the presence of the anticipatory clitic (4) or
of the comma (5) compulsory.</p>
        <p>(4) Sono sicuro che molti di voi non lo avevano
mai fatto, questo ragionamento
I am sure that many of you do not it have never
done, this reasoning
(5) Interessante, in questo senso, la riflessione di
Paul</p>
        <p>Interesting, in this sense, Paul’s thought
4.4</p>
      </sec>
      <sec id="sec-4-4">
        <title>Cleft Sentences</title>
        <p>
          Cleft sentences are typically composed of a main
clause without a subject introduced by the verb ‘to
be’ in different forms, followed by the cleft
constituent and by a subordinate clause introduced by
“che” (that), whose function can be of relative
pronoun (6) or relative conjunction. Sometimes, the
subordinate clause can be introduced by “a” (to)
+ a verb in the infinite form (7), if the subject is
the element to put into focus
          <xref ref-type="bibr" rid="ref3">(Berruto and Cerruti,
2011)</xref>
          . Besides the subject, cleft structures can
focalize on several constituents, such as the object,
prepositional constituents, adverbs and also verbs,
especially in the infinitive form
          <xref ref-type="bibr" rid="ref16">(Renzi, 2001)</xref>
          .
(6) E` lo Stato che [...] impone i suoi modelli
It is the State that [. . . ] imposes its models
(7) Non e` dunque l’ottica dell’utilita` e del
guadagno a guidare verso la felicita`
It is not then the view of utility and profit to guide
to happiness
5
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>MarkIT Annotation</title>
      <p>
        Marked structures, such as the ones described
above, are very difficult to parse, since they belong
to non-standard Italian constructions. In order to
annotate them syntactically, we therefore need to
follow a semi-automatic approach, by analysing
them first with a dependency parser and then
manually correcting them. The selected marked
constructions from the IPRASE corpus were
processed with the TINT parsing module
        <xref ref-type="bibr" rid="ref1 ref19">(Aprosio
and Moretti, 2018)</xref>
        , which is built following
Universal Dependencies guidelines
        <xref ref-type="bibr" rid="ref9">(de Marneffe and
Manning, 2008)</xref>
        , and trained on the Italian
Stanford Dependency Treebank, ISDT
        <xref ref-type="bibr" rid="ref5">(Bosco et al.,
2013)</xref>
        . ISDT includes mostly standard language
with few non-canonical constructions. The
dependency trees parsed by TINT are then manually
corrected by an expert linguist using the TINTful
interface
        <xref ref-type="bibr" rid="ref12">(Frasnelli et al., 2021)</xref>
        . They are also
marked with one of the categories from Table 1.
      </p>
      <p>Concerning dislocated sentences, the main
issue with TINT is that it assigns to the pronoun the
role of direct object and treats the dislocated
element as the subject, as in the example shown in
Figure 6. The sentence was manually corrected
by marking the dislocated element with the
dislocated relation and the pronoun of reprise with the
core argument relation which it represents (obj or
subj), as we can see in Fig. 1 and Fig. 2.</p>
      <p>As previously mentioned, hanging topics
differ from left dislocated sentences because the
element to the left is not syntactically linked to the
verb and there is no clitic reprise of the lexical
element. Since there is a sort of isolation of the
topicalized element, we choose to use the parataxis
relation to link it to the head of the sentence, since
parataxis is defined as a relation between a word
and other elements, without any explicit
coordination, subordination, or argument relation with the
head word, which is usually the verb. An example
is reported in Figure 3.</p>
      <p>As we have seen above, the “che” (that)
before a subordinate clause can be a relative
pronoun introducing a relative clause or a relative
conjunction, followed by a structure whose nature
is controversial. A relative clause is an instance
of clausal modifier acl, which takes the specific
name of acl:relcl, where the noun can be omitted
or substituted by a relative pronoun, relative
conjunction, or an adverb. As regards cleft sentences,
we choose to use the same relation in two
different ways, in order to distinguish between the case
in which the cleft sentence comprehends a relative
clause or an unspecified subordinate clause. When
the dislocated element is the subject or the direct
object (substituted by a relative pronoun) we use
the acl:relcl relation, selecting the role of “che”
(see Fig. 4). Instead, if there is no dislocation of
the subject or the object, we use the acl relation
but we do not select the function of “che”. Indeed,
“che” is treated as a mere introducer for the
subordinate clause with the mark relation (Fig. 5).</p>
      <p>Table 1 shows the eight types of constructions
in MarkIT. Beside the four types of marked
structures described above, we found several other
structures coming from the erroneous
identification of cleft sentences and right dislocated
sentences in the original IPRASE corpus.
“Presentative there” (i.e. “there” + verb to be +
nominal element + that)1 and “pseudo-cleft”
structures (“what” clause + verb to be) 2 were wrongly
identified as cleft sentences, while the structures
with a postverbal subject were originally labeled
as right dislocated. Furthermore, we include in
the “Other” category the structures which resulted
challenging to tag for the annotators and which
are not “presentative there” nor pseudo-cleft
constructions. “Other” structures are namely those
which usually present an explicit subject in the
main clause and are erroneously identified as cleft,
for example La capacita` di concepire un insieme
di diritti e` una facolta` che distingue l’uomo dagli
altri esseri viventi (EN: The ability to conceive
a set of rights is a faculty that distinguishes
humans from other living beings). “Other” structures
include also passive clauses, which were
originally tagged as right dislocated because of the
postverbal position of the subject. Sentences in
this last category are particularly challenging both
for parsers and for human annotators, since they
were wrongly classified even by IPRASE experts
(i.e. high-school teachers) and have been assigned
the correct label only after our revision.
6</p>
    </sec>
    <sec id="sec-6">
      <title>Parsing Evaluation</title>
      <p>
        As already mentioned in the Introduction, the lack
of marked structures in treebanks used to train
syntactic parsers may affect the system robustness,
since structures which are not represented in the
training data tend to be poorly analysed. In order
to measure the impact of our novel treebank on
the dependency analysis of marked structures, we
compare the performance of the parser included in
TINT, part of Stanford CoreNLP
        <xref ref-type="bibr" rid="ref13">(Manning et al.,
2014)</xref>
        by testing it on the new annotated sentences
and training on different datasets. In particular,
1e.g. C’e` Michela che ti cerca (EN: There is Michela that
is looking for you)
      </p>
      <p>2e.g. Cio` che voglio davvero e` che tu te ne vada (EN:
What I really want is that you go)
we first split our novel treebank into training, dev,
and test, respectively 80%, 10%, and 10%,
proportionally with respect to the categories listed in
Table 1. When the number of examples is tiny, we
include a minimum of two examples for each class
in each split, therefore test and dev set contain two
examples of hanging topic each, leaving the three
sentences for the training set.</p>
      <p>We then compare two models: the original
neural transition-based parser model used by TINT,
which is trained using ISDT, VIT, and ParTUT
(see Section 2), and the model obtained by adding
to the above training data also the training set of
MarkIT. We choose not to include the other Italian
datasets available from Universal Dependencies
(such as the ones derived from Twitter) because of
their particularly informal language, which is very
different from MarkIT sentences taken from
students’ essays. In both cases, we use the
concatenation of the development sets of the four datasets
as development set during the training phase.
Following the standard evaluation used in dependency
parsing, we compute unlabeled attachment score
(UAS) and labeled attachment score (LAS) in the
two tests.</p>
      <sec id="sec-6-1">
        <title>Training set</title>
        <p>ISDT+VIT+ParTut
ISDT+VIT+ParTut+MarkIT
UAS
82.53
82.74</p>
        <p>LAS
76.62
77.41</p>
        <p>Results in Table 2 show that on the one hand
adding MarkIT to the training set improves the
classification of marked structures, but on the
other hand performance gain is limited. This may
be due to the fact that, compared to the other
treebanks (more than 23k sentences in total), the
number of training instances coming from MarkIT is
small (around 650 sentences). More generally, the
presence of both marked and not marked sentences
(the “Other” category) in the test set represents a
challenge for parsers, since very similar
constructions are labeled differently, see for example the
presence of comma to mark right dislocated
elements. Indeed, if the first model is tested only on
sentences taken from ISDT+VIT, it achieves 84.47
UAS and 80.69 LAS.
7</p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>Release</title>
      <p>MarkIT is released under CC BY 4.0 license,3 and
can be downloaded from Github.4 The annotation
of the treebank will be soon completed with all
marked sentences in the essays dataset (see
Section 8) and proposed for publication on the
Universal Dependencies website.5 Since the treebank
is still being extended with new sentences, it may
be that the content of the last version available
online exceeds the size of the resource described in
this paper.
8</p>
    </sec>
    <sec id="sec-8">
      <title>Conclusions</title>
      <p>In this work we present MarkIT, a novel treebank
composed of 800 sentences with syntactic
annotation of marked structures. The resource covers
seven types of marked sentences, plus around 200
sentences whose structure is not marked but that
may be misleading both for parsers and for
human annotators. The treebank is made available
to the community and is meant to make
dependency parsers more robust to the different
syntactic structures present in Italian, in particular in the
neo-standard variant. The work is still in progress,
since we plan to add to the resource other
sentences from the IPRASE corpus. Our goal is to
include all marked sentences present in the essays,
so to analyse also the distribution of the different
sentence structures in this type of texts.
3https://bit.ly/cc-by-40-intl
4https://github.com/dhfbk/markit
5https://universaldependencies.org/</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <given-names>Alessio</given-names>
            <surname>Palmero</surname>
          </string-name>
          Aprosio and
          <string-name>
            <given-names>Giovanni</given-names>
            <surname>Moretti</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Tint 2.0: an all-inclusive suite for nlp in italian</article-title>
          .
          <source>In Proceedings of the Fifth Italian Conference on Computational Linguistics CLiC-it</source>
          , volume
          <volume>10</volume>
          , page 12.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <given-names>P.</given-names>
            <surname>Beninca</surname>
          </string-name>
          <string-name>
            <surname>`</surname>
          </string-name>
          , Salvi G.,
          <string-name>
            <surname>and Frison L.</surname>
          </string-name>
          <year>1988</year>
          .
          <article-title>L'ordine degli elementi della frase e le costruzioni marcate</article-title>
          . In L. Renzi, editor,
          <source>Grande grammatica italiana di consultazione. I. La frase. I sintagmi nominale e preposizionale</source>
          , pages
          <fpage>115</fpage>
          -
          <lpage>225</lpage>
          . Il Mulino.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <given-names>G.</given-names>
            <surname>Berruto</surname>
          </string-name>
          and
          <string-name>
            <given-names>M.</given-names>
            <surname>Cerruti</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>La linguistica: un corso introduttivo</article-title>
          .
          <source>UTET Universita`.</source>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <given-names>Gateano</given-names>
            <surname>Berruto</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>Sociolinguistica dell'italiano contemporaneo</article-title>
          .
          <source>Carocci.</source>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <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="ref6">
        <mixed-citation>
          <string-name>
            <given-names>Alessandra</given-names>
            <surname>Teresa</surname>
          </string-name>
          <string-name>
            <surname>Cignarella</surname>
          </string-name>
          , Cristina Bosco, and
          <string-name>
            <given-names>Paolo</given-names>
            <surname>Rosso</surname>
          </string-name>
          .
          <year>2019</year>
          . Presenting TWITTIR O`
          <article-title>-UD: An Italian Twitter treebank in Universal Dependencies</article-title>
          .
          <source>In Proceedings of the Fifth International Conference on Dependency Linguistics (Depling</source>
          , SyntaxFest
          <year>2019</year>
          ), pages
          <fpage>190</fpage>
          -
          <lpage>197</lpage>
          , Paris, France, August. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <given-names>Guglielmo</given-names>
            <surname>Cinque</surname>
          </string-name>
          .
          <year>1990</year>
          .
          <article-title>Types of A' Dependencies</article-title>
          . MIT Press.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Paolo D'Achille</surname>
          </string-name>
          .
          <year>2003</year>
          .
          <article-title>L'italiano contemporaneo</article-title>
          .
          <source>Il mulino Bologna.</source>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <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="ref10">
        <mixed-citation>
          <string-name>
            <given-names>R</given-names>
            <surname>Delmonte</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A</given-names>
            <surname>Bristot</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Sara</given-names>
            <surname>Tonelli</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Vitvenice italian treebank: Syntactic and quantitative features</article-title>
          .
          <source>In Sixth International Workshop on Treebanks and Linguistic Theories</source>
          , volume
          <volume>1</volume>
          , pages
          <fpage>43</fpage>
          -
          <lpage>54</lpage>
          .
          <article-title>Northern European Association for Language Technol</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <given-names>A.</given-names>
            <surname>Ferrari</surname>
          </string-name>
          and
          <string-name>
            <given-names>L.</given-names>
            <surname>Zampese</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Grammatica: parole, frasi, testi dell'italiano. Carocci editore</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <given-names>Valentino</given-names>
            <surname>Frasnelli</surname>
          </string-name>
          , Lorenzo Bocchi, and Alessio Palmero Aprosio.
          <year>2021</year>
          .
          <article-title>Erase and rewind: Manual correction of NLP output through a web interface</article-title>
          .
          <source>In Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing: System Demonstrations</source>
          , pages
          <fpage>107</fpage>
          -
          <lpage>113</lpage>
          , Online, August. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>Christopher D. Manning</surname>
            , Mihai Surdeanu, John Bauer, Jenny Finkel,
            <given-names>Steven J.</given-names>
          </string-name>
          <string-name>
            <surname>Bethard</surname>
          </string-name>
          , and
          <string-name>
            <surname>David McClosky</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>The Stanford CoreNLP natural language processing toolkit. In Association for Computational Linguistics (ACL) System Demonstrations</article-title>
          , pages
          <fpage>55</fpage>
          -
          <lpage>60</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>Robert</surname>
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Munro</surname>
          </string-name>
          .
          <year>2021</year>
          .
          <article-title>Human-in-the-Loop Machine Learning: Active learning and annotation for human-centered AI. Simon and Schuster</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <given-names>Giulia</given-names>
            <surname>Pieri</surname>
          </string-name>
          ,
          <source>Dominique Brunato, and Felice Dell'Orletta</source>
          .
          <year>2016</year>
          .
          <article-title>Studio sull'ordine dei costituenti nel confronto tra generi e complessita` (analysis of constituents order across textual genres and complexity)</article-title>
          .
          <source>In Pierpaolo Basile</source>
          , Anna Corazza, Francesco 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>
          ), Napoli, Italy, December 5-
          <issue>7</issue>
          ,
          <year>2016</year>
          , volume
          <volume>1749</volume>
          <source>of CEUR Workshop Proceedings. CEUR-WS.org.</source>
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <given-names>L.</given-names>
            <surname>Renzi</surname>
          </string-name>
          .
          <year>2001</year>
          .
          <article-title>Le tendenze dell'italiano contemporaneo. note sul cambiamento linguistico nel breve periodo</article-title>
          .
          <source>Studi di lessicografia italiana</source>
          , pages
          <fpage>279</fpage>
          -
          <lpage>319</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <given-names>Manuela</given-names>
            <surname>Sanguinetti</surname>
          </string-name>
          and
          <string-name>
            <given-names>Cristina</given-names>
            <surname>Bosco</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Converting the parallel treebank partut in universal stanford dependencies. Converting the parallel treebank ParTUT in Universal Stanford Dependencies</article-title>
          , pages
          <fpage>316</fpage>
          -
          <lpage>321</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <given-names>Manuela</given-names>
            <surname>Sanguinetti</surname>
          </string-name>
          , Fabio Poletto, Cristina Bosco, Viviana Patti, and
          <string-name>
            <given-names>Marco</given-names>
            <surname>Stranisci</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>An Italian Twitter corpus of hate speech against immigrants</article-title>
          .
          <source>In Proceedings of the Eleventh International Conference on Language Resources and Evaluation (LREC</source>
          <year>2018</year>
          ), Miyazaki, Japan, May.
          <source>European Language Resources Association (ELRA).</source>
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <given-names>Rachele</given-names>
            <surname>Sprugnoli</surname>
          </string-name>
          , Tonelli Sara, Alessio Palmero Aprosio, and
          <string-name>
            <given-names>Moretti</given-names>
            <surname>Giovanni</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Analysing the evolution of students' writing skills and the impact of neo-standard italian with the help of computational linguistics</article-title>
          .
          <source>In CLiC-it 2018 Italian Conference on Computational Linguistics</source>
          , pages
          <fpage>354</fpage>
          -
          <lpage>359</lpage>
          . aAccademia University Press.
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <given-names>Sara</given-names>
            <surname>Tonelli</surname>
          </string-name>
          , Rachele Sprugnoli, Alessio Palmero Aprosio, Moretti Giovanni, and
          <string-name>
            <given-names>Menini</given-names>
            <surname>Stefano</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Gli strumenti informatici. sviluppo e risultati</article-title>
          .
          <source>In Michele Ruele and Elvira Zuin</source>
          , editors,
          <article-title>Come cambia la scrittura a scuola: Rapporto di ricerca</article-title>
          , chapter
          <volume>4</volume>
          , pages
          <fpage>113</fpage>
          -
          <lpage>130</lpage>
          . IPRASE.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>