<!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>Italian Transformers Under the Linguistic Lens</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Alessio Miaschi¨</string-name>
          <email>alessio.miaschi@phd.unipi.it</email>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Gabriele Sarti«</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Dominique BrunatoH</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Felice Dell'OrlettaH</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Giulia VenturiH</string-name>
        </contrib>
      </contrib-group>
      <abstract>
        <p>In this paper we present an in-depth investigation of the linguistic knowledge encoded by the transformer models currently available for the Italian language. In particular, we investigate whether and how using different architectures of probing models affects the performance of Italian transformers in encoding a wide spectrum of linguistic features. Moreover, we explore how this implicit knowledge varies according to different textual genres.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        In the last few years, the study of Neural
Language Models (NLMs) and their representations
has become a key research area in the NLP
community. Several methods have been devised
to obtain meaningful explanations regarding the
linguistic information encoded in NLMs
        <xref ref-type="bibr" rid="ref14 ref15 ref26 ref29 ref3 ref8">(Belinkov and Glass, 2019)</xref>
        . The most common
approach is based on the development of probes,
i.e. supervised models trained to predict a
variety of language properties using the contextual
word/sentence embeddings of a pre-trained model
        <xref ref-type="bibr" rid="ref10 ref11 ref17 ref18 ref2 ref21 ref30 ref5 ref7 ref9">(Conneau et al., 2018; Zhang and Bowman, 2018;
Miaschi and Dell’Orletta, 2020)</xref>
        . This approach
demonstrated that NLMs representations encode
linguistic knowledge in a hierarchical manner
        <xref ref-type="bibr" rid="ref26 ref27 ref4 ref5">(Belinkov et al., 2017; Blevins et al., 2018; Tenney
et al., 2019b)</xref>
        , and can even support the
extraction of dependency parse trees
        <xref ref-type="bibr" rid="ref14 ref15 ref26 ref29 ref3 ref8">(Hewitt and
Manning, 2019)</xref>
        . Jawahar et al. (2019) investigated the
representations learned by BERT
        <xref ref-type="bibr" rid="ref13">(Devlin et al.,
2019)</xref>
        , one of the most prominent NLM, across its
layers, showing that lower ones are usually better
for capturing surface features, while embeddings
      </p>
      <p>Copyright c 2020 for this paper by its authors. Use
permitted under Creative Commons License Attribution 4.0
International (CC BY 4.0).
from higher layers are better for syntactic and
semantic properties. Using a suite of probing tasks,
Tenney et al. (2019a) deeply explore this behavior
showing that the linguistic knowledge encoded by
BERT through its 12/24 layers follows the
traditional NLP pipeline.</p>
      <p>While the vast majority of this research focused
on English contextual representations, relatively
little work has been done to understand the inner
workings of non-English models. The study by
de Vries et al. (2020) represents an exception in
this context: authors apply the probing task
approach to compare the linguistic competence
encoded by a Dutch BERT-based model and
multilingual BERT (mBERT), showing that earlier
layers of mBERT are consistently more informative
that earlier layers of the monolingual model. The
survey by Nozza et al. (2020) also provides a
comparative study of mBERT and language-specific
BERT models but focused on the performance that
each model obtains after training on several
specific downstream tasks.</p>
      <p>In this paper, we adopt a task-agnostic
perspective to carry out an in-depth investigation of the
linguistic knowledge implicitly encoded by 6
Italian monolingual models and multilingual BERT.
We define a broad set of probing tasks, each
corresponding to a specific property of sentence
structure. We then compare the average performance
reached by each model in predicting the feature
value, evaluating the results obtained by models
using their layer-wise sentence-level
representations. A further comparative perspective, which
to our knowledge is still rather under-investigated,
concerns the study of how the architecture of the
probing model itself influences probing scores. To
address this point, for each model, we perform
the same suite of probing tasks using both a
linear SVR and a multilayer perceptron (MLP), and
compare whether and how each probing task’s
resolution is affected by the two architectures.</p>
      <p>
        Since all experiments were carried out on
different sections of Italian Universal Dependency
Treebank
        <xref ref-type="bibr" rid="ref19">(Nivre et al., 2016)</xref>
        , we were also able
to investigate how linguistic knowledge of NLMs
varies according to different textual genres.
Contributions To the best of our knowledge,
this is the first study aimed at comparing the
linguistic knowledge encoded in the representations
of multiple non-English pre-trained transformer
models. In particular: (i) we compare the probing
performances of 6 Italian NLMs spanning three
models over multiple linguistic feature categories;
(ii) we investigate whether and how using different
architectures of probing models affects the
performance of transformers in encoding specific
features; and (iii) we show how the implicit
knowledge learned by these models differs across textual
genres.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Approach</title>
      <p>
        To inspect the inner knowledge of language
encoded by Italian Transformers, we relied on a suite
of 82 probing tasks, each of which corresponds
to predicting the value of a corresponding feature
modeling a specific property of the sentence. We
designed two sets of experiments. The first one
consists in comparing the linguistic knowledge
encoded by the Italian Transformers and evaluating
the best probing model for inferring such
knowledge from the NLMs. We compared the results
obtained with two simple probing models, a linear
SVR and a multilayer perceptron (MLP), which
take as input layer-wise sentence-level
representations extracted from the Italian models. These
representations are produced for each sentence of
different sections of the Italian Universal
Dependency Treebank (IUDT), version 2.5
        <xref ref-type="bibr" rid="ref29">(Zeman et
al., 2019)</xref>
        , and used to predict the actual value
of each probing feature. In the second set of
experiments, we evaluated how the Italian models’
linguistic knowledge differs across textual genres
and varieties, considering different IUDT sections.
2.1
      </p>
      <p>Models and Data
We relied on 7 pre-trained Italian Transformers
models. Models statistics are reported in Table 1.
1https://github.com/dbmdz/berts
2Polignano et al. (2019)
3https://github.com/idb-ita/GilBERTo
4https://github.com/musixmatchresearch/umberto
5De Mattei et al. (2020)
Name
Multilingual-BERT
BERT-base-italian1
AlBERTo2
GilBERTo3
UmBERTo-Commoncrawl
UmBERTo-Wikipedia4
GePpeTto5</p>
      <p>Training data
BERT Architecture</p>
      <p>
        Wikipedia
Wikipedia + OPUS (13GB)
        <xref ref-type="bibr" rid="ref11 ref28">(Tiedemann and Nygaard, 2004)</xref>
        TWITA (191GB)
        <xref ref-type="bibr" rid="ref2">(Basile et al.,
2018)</xref>
        RoBERTa Architecture
      </p>
      <p>
        OSCAR (71GB)
        <xref ref-type="bibr" rid="ref25">(Sua´rez et al.,
2019)</xref>
        OSCAR (69GB)
      </p>
      <p>Wikipedia (7GB)
GPT-2 Architecture</p>
      <p>Wikipedia + ItWAC (14GB)
(Baroni et al., 2009)</p>
      <p>Sentence level representations were computed
performing a Mean-pooling operation over the word
embeddings provided by the models.</p>
      <p>NLM’s linguistic competences are probed
against five IUDT sections including texts
representative of different textual varieties and genres.
As shown in the overview in Table 2, we also
distinguish the whole ISDT into different sub–
corpora according to the specific language variety
they represent, e.g. transcription of spontaneous
speech (ISDT europarl), questions (ISDT quest)
or simplified language (ISDT 2parole).
The set of probing tasks consists of predicting the
value of a specific linguistic feature automatically
extracted from each POS tagged and dependency
parsed sentence of the IUTD datasets.</p>
      <p>The set of features is based on the ones
described in Brunato et al. (2020) and are acquired
from raw, morpho-syntactic and syntactic levels of
annotation and can be categorised in 9 groups
corresponding to different linguistic phenomena. As
shown in Table 3, these features model linguistic
phenomena ranging from raw text one, to morpho–
syntactic information and inflectional properties of
verbs, to more complex aspects of sentence
structure capturing global and local properties of the
whole parsed tree and of specific subtrees, such
as the order of subjects and objects with respect
to the verb, the distribution of UD syntactic
relations, also including features referring to the use of
subordination and to the structure of verbal
predicates.</p>
      <p>
        All these features have been shown to play a
highly predictive role when leveraged by
traditional learning models on a variety of
classification problems, covering different aspects of
stylometric and complexity analysis. In addition, in
their recent work, Miaschi et al. (2020) showed
that these features can be effectively used to
profile the knowledge encoded in the language
representations of a pretrained NLM, specifically the
English Bert, and how it changes across layers.
Since these features are based on the UD
formalism, which guarantees the comparative
encoding of language phenomena between the two
languages
        <xref ref-type="bibr" rid="ref20">(Nivre, 2015)</xref>
        , we focused on the same set
to investigate the linguistic knowledge of Italian
transformers.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Results</title>
      <p>We first investigate which is the best
architecture for probing the linguistic knowledge encoded
by the Italian Transformers. Since many of our
probing features are strongly related to sentence
length, we compared the two probing models’
results with the ones obtained by a baseline
corresponding to a LinearSVR model trained using
only sentence length as input feature. Table 4
reports average R2 results6 for all the 7 NLMs
obtained with the LinearSVR and the MLP probing
models, along with baseline scores. The MLP
probe is a three-layer feedforward network with
ReLU activations and was selected to investigate
the presence of nonlinear relations in
representations, which could hamper the probing
performance of the LinearSVM probe, but would be
highlighted by a sharp difference between MLP
and LinearSVM performances. As a first remark,
we notice that both probing models outperform
the baseline. This proves that all NLMs encode
a spectrum of phenomena that, although related
to sentence length, require a more sophisticated
linguistic knowledge to be accurately predicted.
Best scores are obtained with the MLP model,
which achieved higher R2 scores especially for
features grouping more complex syntactic
phenomena (e.g. TreeStructure, SyntacticDep).
Interestingly enough, the LinearSVR model
outperforms the MLP by more than .30 R2 points when
predicting features related to vocabulary richness
(Vocabulary).</p>
      <p>In order to ensure that our probes are actually
showing the linguistic generalization abilities of
the NLMs rather than learning the linguistic tasks,
we also tested the probing models using the
control task approach devised in Hewitt and Liang
(2019). We produced a control version of the
IUDT corpus by randomly shuffling the linguistic
features assigned to each sentence and performed
the same probing tasks with the two probing
classifiers for all NLMs representations. The
correla6The Coefficient of determination (R2) is a statistical
measure of how close the data are to the fitted regression
line and corresponds to the proportion of the variance in the
dependent variable that is predictable from the independent
variable(s).
tion and R2 scores between regressors’ predictions
and shuffled scores were low (&lt; 0:05) and
comparable for both the SVR and the MLP. These results
support the claim that NLMs representations
encode information closely related to linguistic
competence and that our probing models are not
relying on spurious signals unrelated to our linguistic
properties to solve the regression task.</p>
      <p>To investigate how each transformer encodes
the linguistic knowledge, we report in Figure 1
average R2 scores obtained with the two probing
models for all the 7 NLMs. As we can notice,
the seven transformers achieve quite similar
results when considering all features as a whole,
although BERT-base-italian has the best overall
performance (0.65 for all features). The same did
not hold when we analyzed their performances in
terms of R2 scores for the different previously
described groups of features. For instance, we can
notice that, for both the probing models, features
related to the distribution of syntactic relations
(SyntacticDep) are better predicted by GePpeTto,
while GilBERTo and UmBERTo-Commoncrawl
are the best ones in the prediction of tree structure
properites. Differences hold for what regards
competencies related to vocabulary richness
(Vocabulary): while UmBERTo-Wikipedia extensively
outperforms all the other transformers using the
MLP model, the best transformer is
BERT-baseitalian when these competences are probed with
the LinearSVR model.</p>
      <p>Similar trends can be observed in Figure 2,
where we report how the linguistic knowledge
encoded by the 7 NLMs evolves across layers
according to the two probing models. Regardless
of the architectures, for all transformers, raw text
features (RawText) are mainly encoded in the first
layers, while the knowledge about the order of
subject/object (Order) and the use of
subordination (Subord) increases consistently across
layers and specifically in the first ones. Contrarily
to what was observed by de Vries et al. (2020),
mBERT’s linguistic knowledge is not encoded
systematically earlier than in monolingual
transformers. This perspective of analysis also reveals
other differences among the considered
transformers: e.g. even though GePpeTto has a lower
average competence on verb inflection (see Figure 1),
it achieves the highest scores in the middle
layers. Focusing instead on differences between
layerwise scores obtained by the two probing models,
we can clearly notice that the encoding of
linguistic knowledge shows a quite rough trend for what
concerns the results obtained with the MLP. This
is particularly the case of features belonging to the
vocabulary, POS and tree structure groups.</p>
      <p>Finally, we inspected whether the overall
linguistic competence encoded in the contextual
representations of each model changes according to
the type of texts in the different IUDT sections
we considered. As we could expect, the results
reported in Figure 3 show that all transformers
achieve lower performance when they have to
predict the value of features extracted from treebanks
representative of social media language
(PoSTWITA and TWITTIRO` ). Quite surprisingly, it is
also the case of AlBERTo which is trained on
Twitter data. A possible explanation is that,
although PoSTWITA and TWITTIR O` contain
sentences representative of Twitter language, these
sentences are still quite close to the Italian
standard language, in order to be compliant with
the UD morpho-syntactic and syntactic
annotation schema. On the contrary, AlBERTo’s
training set is derived from Twitter’s official streaming
API that included all possible typologies of
sentences. However, bert-base italian is slightly less
affected by the non-standard linguistic
peculiarities of this genre. Similarly to what is observed for
the whole Italian dataset (see Figure 1), this model
also reaches the highest performance in almost all
different IUDT sections, except for the one
containing interrogative sentences (isdt quest).
Interestingly, this type of sentence is hardly mastered
by all models. This is possible due to the fact that
interrogative sentences are more likely to display a
less canonical distribution of morphosyntactic and
syntactic phenomena, hence being more difficult
to encode effectively.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Conclusion</title>
      <p>In this paper we presented an in-depth comparative
investigation of the linguistic knowledge encoded
in the Italian transformer models. Relying on a
suite of more than 80 probing features and testing
our approach with two different probing models,
we showed that MLP is the best model for
inferring the amount of information implicitly encoded
in the NLMs representations. We also observed
that BERT-base-italian achieved best scores in
average, but the linguistic generalization abilities of
the examined transformers vary according to
specific groups of linguistic phenomena and across
layers. Finally, we examined how the linguistic
knowledge learned by the NLMs is affected by the
distinct textual varieties available in Italian
treebanks showing, for instance, that social media
language represents a harder domain for all models.</p>
      <p>We are currently investigating if the linguistic
knowledge encoded by a NLM positively affects
the resolution of downstream tasks, as already
suggested by the recent work by Miaschi et al. (2020)
for English. This connection, which is still rather
investigated, can improve our understanding of
how such models make their decisions.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <given-names>Marco</given-names>
            <surname>Baroni</surname>
          </string-name>
          , Silvia Bernardini, Adriano Ferraresi, and
          <string-name>
            <given-names>Eros</given-names>
            <surname>Zanchetta</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>The wacky wide web: a collection of very large linguistically processed web-crawled corpora</article-title>
          .
          <source>Language resources and evaluation</source>
          ,
          <volume>43</volume>
          (
          <issue>3</issue>
          ):
          <fpage>209</fpage>
          -
          <lpage>226</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <given-names>Valerio</given-names>
            <surname>Basile</surname>
          </string-name>
          , Mirko Lai, and
          <string-name>
            <given-names>Manuela</given-names>
            <surname>Sanguinetti</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Long-term social media data collection at the university of turin</article-title>
          .
          <source>In Fifth Italian Conference on Computational Linguistics</source>
          (CLiC-it
          <year>2018</year>
          ), pages
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          . CEUR-WS.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <given-names>Yonatan</given-names>
            <surname>Belinkov</surname>
          </string-name>
          and
          <string-name>
            <given-names>James</given-names>
            <surname>Glass</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Analysis methods in neural language processing: A survey</article-title>
          .
          <source>Transactions of the Association for Computational Linguistics</source>
          ,
          <volume>7</volume>
          :
          <fpage>49</fpage>
          -
          <lpage>72</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <given-names>Yonatan</given-names>
            <surname>Belinkov</surname>
          </string-name>
          , Llu´ıs Ma`rquez, Hassan Sajjad, Nadir Durrani, Fahim Dalvi, and
          <string-name>
            <given-names>James</given-names>
            <surname>Glass</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Evaluating layers of representation in neural machine translation on part-of-speech and semantic tagging tasks</article-title>
          .
          <source>In Proceedings of the Eighth International Joint Conference on Natural Language Processing (Volume 1: Long Papers)</source>
          , pages
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <given-names>Terra</given-names>
            <surname>Blevins</surname>
          </string-name>
          ,
          <string-name>
            <surname>Omer Levy</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Luke</given-names>
            <surname>Zettlemoyer</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Deep rnns encode soft hierarchical syntax</article-title>
          .
          <source>In Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)</source>
          , pages
          <fpage>14</fpage>
          -
          <lpage>19</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <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 ACL Linguistic Annotation Workshop &amp; Interoperability with Discourse.</source>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <given-names>Dominique</given-names>
            <surname>Brunato</surname>
          </string-name>
          , Andrea Cimino, Felice Dell'Orletta,
          <string-name>
            <given-names>Giulia</given-names>
            <surname>Venturi</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Simonetta</given-names>
            <surname>Montemagni</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Profiling-ud: a tool for linguistic profiling of texts</article-title>
          .
          <source>In Proceedings of The 12th Language Resources and Evaluation Conference</source>
          , pages
          <fpage>7147</fpage>
          -
          <lpage>7153</lpage>
          , Marseille, France, May. European Language Resources Association.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <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>
          .
          <string-name>
            <surname>Presenting</surname>
            <given-names>TWITTIRO</given-names>
          </string-name>
          `
          <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>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <given-names>Alexis</given-names>
            <surname>Conneau</surname>
          </string-name>
          , Germa´n Kruszewski, Guillaume Lample, Lo¨ıc Barrault, and
          <string-name>
            <given-names>Marco</given-names>
            <surname>Baroni</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>What you can cram into a single $&amp;!#* vector: Probing sentence embeddings for linguistic properties</article-title>
          .
          <source>In Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)</source>
          , pages
          <fpage>2126</fpage>
          -
          <lpage>2136</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Lorenzo De Mattei</surname>
            , Michele Cafagna, Felice Dell'Orletta,
            <given-names>Malvina</given-names>
          </string-name>
          <string-name>
            <surname>Nissim</surname>
            , and
            <given-names>Marco</given-names>
          </string-name>
          <string-name>
            <surname>Guerini</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Geppetto carves italian into a language model</article-title>
          . arXiv preprint arXiv:
          <year>2004</year>
          .14253.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Wietse de Vries</surname>
            , Andreas van Cranenburgh,
            <given-names>and Malvina</given-names>
          </string-name>
          <string-name>
            <surname>Nissim</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>What's so special about bert's layers? a closer look at the nlp pipeline in monolingual and multilingual models</article-title>
          . arXiv preprint arXiv:
          <year>2004</year>
          .06499.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <given-names>Rodolfo</given-names>
            <surname>Delmonte</surname>
          </string-name>
          , Antonella Bristot, and
          <string-name>
            <given-names>Sara</given-names>
            <surname>Tonelli</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>VIT - Venice Italian Treebank: Syntactic and quantitative features</article-title>
          .
          <source>In Proceedings of the Sixth International Workshop on Treebanks and Linguistic Theories.</source>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <given-names>Jacob</given-names>
            <surname>Devlin</surname>
          </string-name>
          ,
          <string-name>
            <surname>Ming-Wei</surname>
            <given-names>Chang</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Kenton</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and Kristina</given-names>
            <surname>Toutanova</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>BERT: Pre-training of deep bidirectional transformers for language understanding</article-title>
          .
          <source>In Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          , Volume
          <volume>1</volume>
          (Long and Short Papers), pages
          <fpage>4171</fpage>
          -
          <lpage>4186</lpage>
          , Minneapolis, Minnesota, June. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <given-names>John</given-names>
            <surname>Hewitt</surname>
          </string-name>
          and
          <string-name>
            <given-names>Percy</given-names>
            <surname>Liang</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Designing and interpreting probes with control tasks</article-title>
          .
          <source>In Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)</source>
          , pages
          <fpage>2733</fpage>
          -
          <lpage>2743</lpage>
          ,
          <string-name>
            <surname>Hong</surname>
            <given-names>Kong</given-names>
          </string-name>
          , China, November. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <given-names>John</given-names>
            <surname>Hewitt and Christopher D Manning</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>A structural probe for finding syntax in word representations</article-title>
          .
          <source>In Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          , Volume
          <volume>1</volume>
          (Long and Short Papers), pages
          <fpage>4129</fpage>
          -
          <lpage>4138</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <given-names>Ganesh</given-names>
            <surname>Jawahar</surname>
          </string-name>
          , Benoˆıt Sagot, Djame´ Seddah, Samuel Unicomb, Gerardo In˜iguez, Ma´rton Karsai, Yannick Le´o, Ma´rton Karsai,
          <string-name>
            <surname>Carlos Sarraute</surname>
          </string-name>
          , E´ric
          <string-name>
            <surname>Fleury</surname>
          </string-name>
          , et al.
          <year>2019</year>
          .
          <article-title>What does bert learn about the structure of language? In 57th Annual Meeting of the Association for Computational Linguistics (ACL), Florence</article-title>
          , Italy.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <given-names>Alessio</given-names>
            <surname>Miaschi and Felice Dell'Orletta</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Contextual and non-contextual word embeddings: an indepth linguistic investigation</article-title>
          .
          <source>In Proceedings of the 5th Workshop on Representation Learning for NLP</source>
          , pages
          <fpage>110</fpage>
          -
          <lpage>119</lpage>
          , Online, July. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <given-names>Alessio</given-names>
            <surname>Miaschi</surname>
          </string-name>
          , Dominique Brunato, Felice Dell'Orletta,
          <string-name>
            <given-names>and Giulia</given-names>
            <surname>Venturi</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Linguistic profiling of a neural language model</article-title>
          . arXiv preprint arXiv:
          <year>2010</year>
          .
          <year>01869</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <given-names>Joakim</given-names>
            <surname>Nivre</surname>
          </string-name>
          ,
          <string-name>
            <surname>Marie-Catherine De</surname>
            <given-names>Marneffe</given-names>
          </string-name>
          , Filip Ginter, Yoav Goldberg, Jan Hajic,
          <string-name>
            <surname>Christopher D Manning</surname>
          </string-name>
          ,
          <string-name>
            <surname>Ryan</surname>
            <given-names>McDonald</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Slav</given-names>
            <surname>Petrov</surname>
          </string-name>
          , Sampo Pyysalo,
          <string-name>
            <given-names>Natalia</given-names>
            <surname>Silveira</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'16)</source>
          , pages
          <fpage>1659</fpage>
          -
          <lpage>1666</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <given-names>Joakim</given-names>
            <surname>Nivre</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Towards a universal grammar for natural language processing</article-title>
          .
          <source>International Conference on Intelligent Text Processing and Computational Linguistics</source>
          , pages
          <fpage>3</fpage>
          -
          <lpage>16</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <string-name>
            <given-names>Debora</given-names>
            <surname>Nozza</surname>
          </string-name>
          , Federico Bianchi, and
          <string-name>
            <given-names>Dirk</given-names>
            <surname>Hovy</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>What the [mask]? making sense of language-specific bert models</article-title>
          . arXiv preprint arXiv:
          <year>2003</year>
          .02912.
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          <string-name>
            <given-names>Marco</given-names>
            <surname>Polignano</surname>
          </string-name>
          , Pierpaolo Basile, Marco de Gemmis, Giovanni Semeraro, and
          <string-name>
            <given-names>Valerio</given-names>
            <surname>Basile</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Alberto: Italian bert language understanding model for nlp challenging tasks based on tweets</article-title>
          .
          <source>In Proceedings of the Sixth Italian Conference on Computational Linguistics (CLiC-it).</source>
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <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>2015</year>
          .
          <article-title>PartTUT: The turin university parallel treebank</article-title>
          . In Roberto Basili et al., editor,
          <source>Harmonization and Development of Re- sources and Tools for Italian Natural Language Processing within the PARLI Project, page 51-69</source>
          . Springer.
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          <string-name>
            <given-names>Manuela</given-names>
            <surname>Sanguinetti</surname>
          </string-name>
          , Cristina Bosco, Alberto Lavelli, Alessandro Mazzei, and
          <string-name>
            <given-names>Fabio</given-names>
            <surname>Tamburini</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>PoSTWITA-UD: an Italian Twitter Treebank in universal dependencies</article-title>
          .
          <source>In Proceedings of the Eleventh Language Resources and Evaluation Conference (LREC</source>
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          <string-name>
            <given-names>Pedro</given-names>
            <surname>Javier Ortiz</surname>
          </string-name>
          <article-title>Sua´rez, Benoˆıt Sagot,</article-title>
          and
          <string-name>
            <given-names>Laurent</given-names>
            <surname>Romary</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Asynchronous pipeline for processing huge corpora on medium to low resource infrastructures. Challenges in the Management of Large Corpora (CMLC-7) 2019, page 9</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          <string-name>
            <given-names>Ian</given-names>
            <surname>Tenney</surname>
          </string-name>
          ,
          <string-name>
            <surname>Dipanjan Das</surname>
            , and
            <given-names>Ellie</given-names>
          </string-name>
          <string-name>
            <surname>Pavlick</surname>
          </string-name>
          .
          <year>2019a</year>
          .
          <article-title>BERT rediscovers the classical NLP pipeline</article-title>
          .
          <source>In Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics</source>
          , pages
          <fpage>4593</fpage>
          -
          <lpage>4601</lpage>
          , Florence, Italy, July. Association for Computational Linguistics.
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          <string-name>
            <given-names>Ian</given-names>
            <surname>Tenney</surname>
          </string-name>
          , Patrick Xia, Berlin Chen, Alex Wang,
          <string-name>
            <surname>Adam Poliak</surname>
            ,
            <given-names>R Thomas McCoy</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Najoung</given-names>
            <surname>Kim</surname>
          </string-name>
          , Benjamin Van Durme,
          <string-name>
            <surname>Samuel R Bowman</surname>
            ,
            <given-names>Dipanjan Das</given-names>
          </string-name>
          , et al. 2019b.
          <article-title>What do you learn from context? probing for sentence structure in contextualized word representations</article-title>
          .
          <source>arXiv preprint arXiv:1905</source>
          .06316.
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          <source>Jo¨rg Tiedemann and Lars Nygaard</source>
          .
          <year>2004</year>
          .
          <article-title>The opus corpus-parallel and free</article-title>
          : http://logos. uio. no/opus. Citeseer.
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          <string-name>
            <given-names>Daniel</given-names>
            <surname>Zeman</surname>
          </string-name>
          , Joakim Nivre, Mitchell Abrams, and et al.
          <year>2019</year>
          .
          <article-title>Universal dependencies 2.5</article-title>
          .
          <string-name>
            <surname>In</surname>
            <given-names>LINDAT</given-names>
          </string-name>
          /
          <article-title>CLARIAH-CZ digital library at the Institute of Formal and Applied Linguistics (U´ FAL)</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          <string-name>
            <given-names>Kelly</given-names>
            <surname>Zhang</surname>
          </string-name>
          and
          <string-name>
            <given-names>Samuel</given-names>
            <surname>Bowman</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Language modeling teaches you more than translation does: Lessons learned through auxiliary syntactic task analysis</article-title>
          .
          <source>In Proceedings of the 2018 EMNLP Workshop BlackboxNLP: Analyzing and Interpreting Neural Networks for NLP</source>
          , pages
          <fpage>359</fpage>
          -
          <lpage>361</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>