<!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>Easy-to-use combination of POS and BERT model for domain-specific and misspelled terms</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Alexandra Benamar</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Meryl Bothua</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Cyril Grouin</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Anne Vilnat</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>EDF R&amp;D, Palaiseau, France [first name].[last</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Université Paris-Saclay</institution>
          ,
          <addr-line>CNRS, LISN, Orsay, France, [first name].[last</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>In this paper, we present BERT-POS, a simple method for encoding syntax into BERT embeddings without re-training or finetuning data, based on Part-Of-Speech (POS). Although fine-tuning is the most popular method to apply BERT models on domain datasets, it remains expensive in terms of training time, computing resources, training data selection and re-training frequency. Our alternative works at the preprocessing level and relies on POS tagging sentences. It gives interesting results for words similarity regarding out-of-vocabulary both in terms of domain-specific words and misspellings. More specifically, the experiments were done on French language, but we believe that they would be similar on others.</p>
      </abstract>
      <kwd-group>
        <kwd>Natural Language Processing</kwd>
        <kwd>Language Models</kwd>
        <kwd>Semantic Similarity</kwd>
        <kwd>Out-of-Vocabulary Words</kwd>
        <kwd>Part-Of-Speech</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        For a variety of Natural Language Processing (NLP) tasks, state-of-the-art results
have been reported with generic pre-trained language models, such as BERT [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]
and other BERT-like models [
        <xref ref-type="bibr" rid="ref14 ref19">14,19</xref>
        ] or task-specific such as GPT [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ] designed
for automatic text generation. In these approaches, the pre-trained language
models are applied to downstream machine learning tasks using task-specific
ifne-tuning. Currently, Transformer models [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ] are trained on diferent sets of
generic data (i.e., books, news, Wikipedia, etc.) and are not adapted to domain
datasets, both in terms of vocabulary or syntactic structure. Therefore, these
models are not intended to be used as is but should be tailored to specific data
sets. At the word level, two types of out-of-vocabulary (OOV) words must be
correctly processed: application-specific and misspelled words. In this paper, we
propose a novel method to improve semantic understanding of domain-specific
data. To do this, we present BERT-POS, an easy-to-use technique to integrate
external morpho-syntactic context into BERT-like architectures. The proposed
method combines BERT with an automatic preprocessing stage which saves
1 Copyright ©2021 for this paper by its authors. Use permitted under Creative
      </p>
      <p>
        Commons License Attribution 4.0 International (CC BY 4.0)
computing time (i.e., Fast learning) and energy consumed (i.e., Green AI). The
use of syntax combined with contextual models enable the addition of contextual
characteristics in corpora that are dificult to process. The addition of
morphosyntactic information allows to compensate for the dificulties related to the
processing of OOVs by integrating a knowledge of sentence structure. BERT-POS
is based on a pre-training technique that is not only robust on the processing of
domain-specific terms but also on misspelled terms. This study is conducted on
a French dataset through the CamemBERT model [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ].
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Related Work</title>
      <p>
        Fine-tuning language models The problem of adapting the language models was
studied [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ] and suggested that combining BERT with other neural networks
obtained better results than fine-tuning BERT-like models, which was favored in
other studies [
        <xref ref-type="bibr" rid="ref16 ref27 ref3 ref33">16,27,33,3</xref>
        ]. Specific models are shown to perform best when they
are specific to the textual genre studied (i.e., SciBERT [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] and BioBERT [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]).
However, pre-training BERT-like models can be computationally expensive and
require having a dataset representative of the target data.
      </p>
      <p>
        Words segmentation Some studies have shown that the decisions made by BERT
tokenizers are dificult to explain when splitting words [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ]. It was demonstrated
that the processing of domain-specific OOV terms is strongly impacted by the
splitting of the input terms of the model, leading to a significant decrease in
the semantic understanding of the words [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]. Recent works on misspelling
generation [
        <xref ref-type="bibr" rid="ref26 ref28">26,28</xref>
        ] proved that BERT is not robust on misspellings and performed
significantly worse on downstream tasks.
      </p>
      <p>
        Overcoming OOVs in BERT Several studies have worked on overcoming domain
specific OOVs and misspellings in BERT. For instance, [
        <xref ref-type="bibr" rid="ref17 ref4">4,17</xref>
        ] proposed to
construct representations at the character-level and obtained promising results for
domain-specific terms. Other studies have tried to add external features to deal
with misspellings such as a word-recognition module [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] or other strategies [
        <xref ref-type="bibr" rid="ref5 ref8">5,8</xref>
        ].
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Proposed Method</title>
      <p>
        In this section, we propose BERT-POS, a preprocessing method for encoding
morpho-syntactic information into BERT-like embeddings which does not require
a complementary phase of fine-tuning [
        <xref ref-type="bibr" rid="ref15 ref4">4,15</xref>
        ]. Figure 1 presents the processing
chain of our method. For this experiment, we chose CamemBERT because it used
SentencePiece [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], which was easy to use when working with re-constructing
words from sub-units. Nevertheless, we assume that this work could be easily
applied to architectures that use WordPiece [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ] such as BERT. First, the dataset
was split into sentences or sequences of words when the sentences were too dificult
to distinguish. Empirically, we split the documents into sequences of 150 tokens.
The POS tagging step consists of concatenating each word with its POS using "_"
character. Here is an example of annotating a sentence containing n words and
m POS tags: word1_posa, word2_posb, word3_posa, . . . , wordn_posm. This
annotation technique is commonly used for non-contextual models to disambiguate
polysemous words which difer in their grammatical category. Here, our objective
is to force the addition of morpho-syntactic information in the embeddings. For a
given sentence, if the SentencePiece tokenizer does not recognize a word, it splits
it into known sub-units. This creates problems with new sentence structures
containing a lot of small words. In parallel, we encode a vector for each word and
a vector for each POS tag. For every word, a vector is generated by computing
the sum of the sub-vectors associated with the sub-tokens of the words. The
same process is done with tags and subtags. We made sure that all the POS
tags were not recognized as words so that a unique embedding is re-constructed
for each tag. Finally, we computed the average of each occurrence of the pairs
{wordi, posj } to construct an unique vector for each word of the corpus.
3 This work is part of a broader study for Electricité De France (EDF) with the aim of
improving a classification system. EDF is the leading electricity supplier in France.
      </p>
      <p>
        Moreover, it contains Energy-specific vocabulary which can be existing words
in French or words belonging to the specific domain. Table 1 contains several
examples of misspellings, SMS language and domain terms that exist in the
corpus. The distribution of POS tags in this corpus, obtained with spaCy4
[
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], is described in Figure 2b.
      </p>
      <sec id="sec-3-1">
        <title>Dataset</title>
        <p>EASY
EDF-Emails</p>
        <p>Domain #docs
Diverse genres 765
Customer emails 99 993</p>
        <p>INTJ
NUM
SYM
CSCCOONNXJJ
AUX
ADV
PROPN
PRON
ADJ
VERB
DET
ADP
PUNCT
NOUN
0
2,000,000
4,000,000
(a) Description of the datasets</p>
        <p>
          (b) Distribution of POS tags in EDF-Emails
4 We randomly selected and manually annotated the first 300 tokens of EASY and
EDFEmails datasets and compared the results obtained with spaCy (fr_core_news_lg )
to calculate a POS tagging accuracy for the respective datasets: 0.95 and 0.83.
5 We worked with the models implemented in the transformers library [
          <xref ref-type="bibr" rid="ref31">31</xref>
          ]. The models
were downloaded on May 2021.
– Oscar [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ] is a set of monolingual corpora extracted from Common Crawl.
        </p>
        <p>
          It was selected using a classification model for each language following the
approach of [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ] based on FastText [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ]. The classifier was previously
pretrained on Wikipedia, Tatoeba and SETimes, and covering 176 languages.
– CCNet [
          <xref ref-type="bibr" rid="ref30">30</xref>
          ] is a dataset extracted from Common Crawl but with a
diferent filtering from that of Oscar. It was built with a language model using
Wikipedia, thus allowing it to filter out noise (code, tables, etc.). CCNET
thus contains documents longer on average than Oscar.
– Wikipedia is a homogeneous corpus in terms of genre and style which was
preprocessed using WikiExtractor.
        </p>
        <sec id="sec-3-1-1">
          <title>Models</title>
          <p>
            #layers Dataset Size (GB)
In this section, we aim to assess the impact of the training dataset on language
models, to analyze its importance in terms of quality and distance towards the
applicative dataset.
in Table 2. The more tokens are obtained for a single word, the less the model is
semantically accurate. We note that for EASY and EDF-Emails, the Wikipedia
corpus is the furthest one regarding lexical proximity. It could be explained
because the dataset is the lexically poorest from the ones extracted from the web
or because our domains of applications are more present in the web-extracted
corpora. This result is very relevant, because it shows that the level of cleanliness
of the learning corpus (i.e., construction of sentences, order of words, etc.) is not
more important than the proximity to the application corpus. Moreover, there
is no diferences when using CamemBERT using OSCAR than CCNet, which
implies that the pre-processing step of CCNet does not have any impact on our
datasets. Therefore, we will not use CamemBERT’s CCNet model in further
analysis. The vocabulary of the EASY dataset is known, at best, at 70% while
the one from EDF-Emails is only understood at 20%. Those major diferences
are expected to be seen while computing similarity, as discussed in Section 6.3.
Examples of tokenization with CamemBERT’s models is presented in Table 3,
using four frequent words in EDF-Emails: domain-specific (i.e., meter, linky and
refund) and Emails-specific (i.e., cordially). The domain-specific words exist in all
models’ vocabularies, except for "linky" (i.e., a French electric meter proposed by
EDF), which does not exist in general French language. Interestingly, we observe
that the Wikipedia model tokenize this word diferently than the others. The
segmentation of OOV words is purely based on statistics rather than linguistic
properties [
            <xref ref-type="bibr" rid="ref20">20</xref>
            ]. This can lead to a loss of semantics when reconstructing words
after their tokenization. Indeed, we expect to obtain diferent words surrounding
"linky" when using CamemBERT’s Wikipedia compared to the others, due to
the sub-units obtained following the tokenization.
          </p>
        </sec>
        <sec id="sec-3-1-2">
          <title>Word</title>
          <p>linky
remboursement
cordialement</p>
          <p>Model
wikipedia</p>
          <p>others
wikipedia</p>
          <p>others
wikipedia
others</p>
          <p>Tokens
[”_l”, ”in”, ”ky”]
[”_l”, ”ink”, ”y”]
[”_rem”, ”bour”, ”s”, ”ement”]</p>
          <p>
            [”_remboursement”]
[”_cord”, ”iale”, ”ment”]
[”_cordialement”]
(a) EASY Dataset - CamemBERT (top) and CamemBERT-POS (bottom)
(b) EDF-Emails Dataset - CamemBERT (top) and CamemBERT-POS (bottom)
that we managed to cluster syntactically similar words together by adding POS
features into CamemBERT before encoding data. To validate our observations, we
carried out a k-means clustering with Euclidean distance. We use two metrics to
evaluate clustering results objectively: purity and Normalized Mutual Information
(NMI). Given that, we do not seek to obtain a single representative cluster of each
morpho-syntactic category but several clusters, the purity metric is particularly
interesting in this study. We perform k-means clustering 10 times on EDF-Emails,
and on each implementation randomly generate the initial seeds. We select the
number of clusters with the elbow method [
            <xref ref-type="bibr" rid="ref11">11</xref>
            ]. The results are detailed in
Table 5 and highlight that the size of training data does not modify the syntactic
representation of terms. There are two possible explanations for this: 1) the
small dataset contains representative examples of the larger one or 2) a small
dataset is suficient to model syntactic properties of sentences, as computed by
CamemBERT.
          </p>
        </sec>
      </sec>
      <sec id="sec-3-2">
        <title>Word</title>
        <sec id="sec-3-2-1">
          <title>Train set: OSCAR</title>
          <p>linky
(proper noun)</p>
          <p>CBERT règlement, débit, transfert, retrait, rétablissement
remboursement CBERT-POS sseetrtvleicmese,nitn,tdeervbietn,ttiroann, srfèegrl,ewmiethndt,ratwélaélp,arieminesntta,tbemeseonint
(renfouunnd) Fine-tuning sreèrgvleicmese,ntin,tienrfovermntéioe,n,supratyomute,nnt,o nte,legpraatyumitent, need
settlement, (is) informed, mostly, no, free
cordialement
(adv)
cordially
linky,
(proper noun)
remboursement
(noun)
refund</p>
        </sec>
        <sec id="sec-3-2-2">
          <title>Train set: Wikipedia</title>
          <p>CBERT merci, bonne, ph, obtenez, sincère</p>
          <p>thanks, good, ph, (you) get, sincere
CBERT-POS cordiallement, chaleureusement, sincèrement,
infiniment, remerciant
*cordiallly, warmly, sincerely, infinitely, thanking
Fine-tuning restant, si, merci, quelle, bonne</p>
          <p>remaining, yes, thank you, which, good</p>
        </sec>
        <sec id="sec-3-2-3">
          <title>CBERT linki, linkin, linke, linkey, linké</title>
        </sec>
        <sec id="sec-3-2-4">
          <title>CBERT-POS linki, ld, li, link, log</title>
        </sec>
        <sec id="sec-3-2-5">
          <title>Fine-tuning linki, lindky, linly, lynky, linxy</title>
        </sec>
        <sec id="sec-3-2-6">
          <title>CBERT remboursements, remboursment, remboursse</title>
          <p>ment, remboursés, remboursable
refunds, *refnd, *refuund, (they were) reimbursed,
refundable</p>
        </sec>
        <sec id="sec-3-2-7">
          <title>CBERT-POS remboursements, rembousementt, reglement, rè</title>
          <p>glement, régularisations
refunds, refundd, *règulations, regulations,
regularizations</p>
        </sec>
        <sec id="sec-3-2-8">
          <title>Fine-tuning remboursements, remboursemment, remboursr</title>
          <p>ment, remboursemenr, reimboursement
refunds, *refundds, *refnd, *refundr, reimbursement</p>
        </sec>
        <sec id="sec-3-2-9">
          <title>CBERT cordialemement, cordialment, cordialemment,</title>
          <p>cordiales, cordialementt
*cordialylly, *cordialy, *cordiallly, *cordiales,
*cordiallyy</p>
        </sec>
        <sec id="sec-3-2-10">
          <title>CBERT-POS cordiallement, cordiales, franchement, amicale</title>
          <p>ment, chaleureusement
*cordiallly, *cordiales, frankly, kindly, warmly</p>
        </sec>
        <sec id="sec-3-2-11">
          <title>Fine-tuning cordialment, cordiales, cordiallement, cordiale,</title>
          <p>
            cordialelent
*cordialy, *cordiales, *cordially, *cordial, *cordiallially
cordialement
(adv)
cordially
15
.496 .163
.862 .589
.462
.838
.513
.882
.157
.592
Model Metric CBERT CPOS FT CBERT CPOS FT CBERT CPOS FT
Both models demonstrate semantic and syntactic sensitivity regarding word
similarity. It is observed through comparing the nearest associates for a given
word on EDF-Emails dataset, as presented in Table 4. We use the EDF-Email
dataset because it contains more noise than general domain. Nevertheless, we
computed similar results with the EASY dataset, as shown in Table 7. We
computed cosine similarity between frequent words and the rest of the vocabulary
to evaluate the neighbors surrounding these words obtained with both models.
Applying the camembert-base-wikipedia-4gb model on EDF-Emails allows to
generate strong similarities between terms which share the same root, or which
are spelling variants of existing words. On the contrary, using the
camembertbase-oscar-4gb model produces clusters of synonyms or words that appear in a
similar context. Most of the time, CamemBERT finds similar words according
to word structure: it associates verbs with their conjugated forms while not
always respecting the proximity regarding the tense of the verbs. However,
CamemBERT-POS enhances the possibility of regrouping words that appear in
the same context: synonyms and antonyms. However, two distinct phenomena
are observed. First, the term "linky", which does not resemble any word in the
general field, is now associated with other very specific domain terms, such as
another type of electric meter or even meter installation areas. Second, these
domain-specific terms are not chosen randomly and have close links, indicating
that CamemBERT-POS does not only cluster random OOVs together but keeps
the meaning of the terms. Therefore, the proposed method avoids relying on the
tokenization step as much by adding morpho-syntactic context. To quantify the
diferences between the neighbors generated by CamemBERT and
CamemBERTPOS, we use comparative metrics. We implemented the Jaccard distance [
            <xref ref-type="bibr" rid="ref9">9</xref>
            ], which
estimates how dissimilar two sets are by computing the number of intersecting
elements in two sets. To calculate the distance, the first 50 neighbors obtained
by each method were used and we computed the dissimilarity between the sets
of neighbors obtained with CamemBERT and CamemBERT-POS. We averaged
the similarities obtained for the hundred most frequent words in the corpus. As
shown in Figure 5, both models generate significantly diferent neighbors with a
Jaccard similarity averaging 0.08, confirming that CamemBERT-POS drastically
changes words representation.
          </p>
        </sec>
      </sec>
      <sec id="sec-3-3">
        <title>Word</title>
        <p>CBERT</p>
        <p>CBERT-POS
kikou idem, grâce, mauvaise, félicitations, ok salut, cool, bonjour, bonsoir,
félicitations
cool
salut
sb, ok, combien, gafe, quant
bonjour, moi, ok, hello, oui
ok, joueur, okidoki, super, gafe
cool, bonsoir, bonjour, félicitations,
hello
We aim to compare the results obtained with CamemBERT-POS regarding OOV
terms with CamemBERT after fine-tuning the language model. Our
implementation follows the fine-tuning example released in the BERT project to use a
vanilla baseline to compare against. All hyperparameters remain as default values.
We trained the model on two Epochs, using 100,000 Emails. The results are
presented in Table 4. Surprisingly, the results obtained after fine-tuning are not
that diferent from the ones with CamemBERT. It mostly generates spelling
variations in OOV’s neighborhood. For this application, fine-tuning does not
seem adequate when working with domain-specific data when we aim to deal with
emerging terms in a context of poor writing. As we do not intend to re-train the
model frequently, the process of adding external and automatic features is more
adapted to our application study. Furthermore, Table 5 shows that fine-tuning
the language model slightly improved the processing of morpho-syntactic words.
6.5</p>
        <p>
          Ablation Study
Layer selection BERT encodes multiple types of characteristics depending on the
network layer used to represent sentences [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]: the first layers encode
morphosyntactic information better than higher layers. To evaluate the impact of the
choice of the layer in our evaluation, we observe the diferences of neighbors for
the word "linky" for the dataset EDF-Emails with the model
camembert-basewikipedia-4gb in Figures 6 and 7. We note that the neighbors caracteristics remain
consistent from one layer to another. CamemBERT-POS regroup similar POS
tags together and reduce the distance between semantically close words. With
CamemBERT-POS, the new interesting neighbors are either related to electrical
ofers ("smart", "blue", "green", etc.), other electrical meters (SMA, CBE, meter,
etc.) or installation companies (Scopelec, ENEDIS, etc.).
50
40
rs
o30
b
h
g
i
e
N20
#
10
50
10
40
RDOOOTHOMETARIN irsoehgbN2300
        </p>
        <p>#
50
40
rs
o30
b
h
g
i
e
N20
#
10
50
40
rs
o30
b
h
g
i
e
N20
#
10
ROOT
DOMAIN
OTHER
PROPN</p>
        <p>OTHER
0 1 2 3 4 5 6Layer7 8 9 10 11 12
(a) CBERT
(b) CBERT-POS
(a) CBERT
(b) CBERT-POS
Fig. 7: Closest first 50 neighbors of "linky" computed using cosine similarity
divided in three categories: neighbors that share the same root as "linky" (ROOT),
terms that are relevant and domain-specific (DOMAIN) and others (OTHER)
Number of POS tags A final experiment was carried out to determine whether a
high level of POS knowledge was required, or if only certain POS were relevant.
To answer this, we built CamemBERT-POS-Small and calculated the neighbors
as before. We chose the most important morpho-syntactic categories with regards
to semantics: nouns, verbs, adjectives and adverbs. Results are shown in Table 7.
At first sight, we notice that this method does not answer the problem of
tokenization with the Wikipedia model as well as CamemBERT-POS for these</p>
      </sec>
      <sec id="sec-3-4">
        <title>Word linky A. Benamar et al.</title>
        <p>words. Interestingly, we observe that the cloud is less altered with this method
than with the complete CamemBERT-POS, as shown in Figure 5. Yet, we obtain
other very relevant synonyms for domain words like "meter" and "refund". We
conclude that CamemBERT-POS requires having a fine-grained knowledge of
the syntax to get around the processing of OOV terms. However, the word cloud
can be impacted by adding a few relevant tags. The addition of these tags allows
to obtain interesting clusters of semantically close neighbors.</p>
        <p>Oscar</p>
        <p>Wikipedia
linki, link, compteur, linkie, lo- linki, link, lot, lotissement, li
tissement
*linki, *link, meter, *linkie, subdi-*linki, *link, sub, subdivision, *li
vision
remboursement paiement, réglement, rattrapage, remboursements,
remboursseretrait, règlement ment, remboursment,
remboursez, remboursemen,
payment, *séttlement, catch-up, refunds, *refuund, *refnd, (you)
rewithdrawal, settlement pay, *refun
cordialement
bisous, re, bref, client, heureuse- cordiallement, corialement,
ment cordilement, sincère, sincerement
kiss, re, anyway, customer, fortu-*cordiallly, corially, cordilly, sincere,
nately sincerely
We studied the efect of syntactic noise (i.e., spelling mistakes) and
domainspecific vocabulary in French textual data on the performance of CamemBERT.
We further show that, on a dificult corpus, the proximity between words is
drastically impacted by the tokenization of OOV words. To address the problem
of noisy vocabulary (i.e., OOV), we propose BERT-POS, a method that reduces
the impact of tokenization while processing OOV terms. Our work stands out from
the literature in two ways. First, the combination of morpho-syntactic markers
and language models remains a very limited field of research, in which our work
ifts. Even though BERT is a contextual model, new words can alter the structure
of the sentences entering the model. External markers (i.e., morpho-syntactic
markers) allow sentences to be re-structured when they become too fragmented.
Second, we ofer a model that does not require re-training or fine-tuning and
is easy to set up, which is, to our knowledge, the first such model built with a
goal of improving tokenization issues. In our future work, we want to evaluate
the impact of adding syntax on diferent tasks, by conducting a large number
of experiments on diferent domain datasets. This will allow us to assess the
robustness of our method in diferent domains and on several tasks.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Beltagy</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lo</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cohan</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Scibert: A pretrained language model for scientific text</article-title>
          . arXiv preprint arXiv:
          <year>1903</year>
          .
          <volume>10676</volume>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Devlin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chang</surname>
            ,
            <given-names>M.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Toutanova</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          : BERT:
          <article-title>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). pp.
          <fpage>4171</fpage>
          -
          <lpage>4186</lpage>
          . Association for Computational Linguistics, Minneapolis,
          <source>Minnesota (Jun</source>
          <year>2019</year>
          ). https://doi.org/10.18653/v1/
          <fpage>N19</fpage>
          -1423, https://aclanthology.org/N19-1423
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>El</given-names>
            <surname>Boukkouri</surname>
          </string-name>
          , H.:
          <article-title>Ré-entraîner ou entraîner soi-même? stratégies de pré- entraînement de bert en domaine médical</article-title>
          . In:
          <article-title>Rencontre des Étudiants Chercheurs en Informatique pour le Traitement Automatique des Langues (RÉCITAL, 22e édition)</article-title>
          . pp.
          <fpage>29</fpage>
          -
          <lpage>42</lpage>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>El</given-names>
            <surname>Boukkouri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Ferret</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            ,
            <surname>Lavergne</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Noji</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Zweigenbaum</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Tsujii</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.:</surname>
          </string-name>
          <article-title>CharacterBERT: Reconciling ELMo and BERT for word-level open-vocabulary representations from characters</article-title>
          .
          <source>In: Proceedings of the 28th International Conference on Computational Linguistics</source>
          . pp.
          <fpage>6903</fpage>
          -
          <lpage>6915</lpage>
          . International Committee on Computational Linguistics, Barcelona, Spain (Online) (
          <year>Dec 2020</year>
          ). https://doi.org/10.18653/v1/
          <year>2020</year>
          .coling-main.
          <volume>609</volume>
          , https://aclanthology.org/
          <year>2020</year>
          .coling-main.
          <fpage>609</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Fukuda</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yoshinaga</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kitsuregawa</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Robust Backed-of Estimation of Out-of-Vocabulary Embeddings</article-title>
          . In:
          <article-title>Findings of the Association for Computational Linguistics: EMNLP 2020</article-title>
          . pp.
          <fpage>4827</fpage>
          -
          <lpage>4838</lpage>
          . Association for Computational Linguistics,
          <source>Online (Nov</source>
          <year>2020</year>
          ). https://doi.org/10.18653/v1/
          <year>2020</year>
          .findings-emnlp.
          <volume>434</volume>
          , https://aclanthology.org/
          <year>2020</year>
          .findings-emnlp.
          <fpage>434</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Grave</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bojanowski</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gupta</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Joulin</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Learning word vectors for 157 languages</article-title>
          . arXiv preprint arXiv:
          <year>1802</year>
          .
          <volume>06893</volume>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Honnibal</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montani</surname>
            , I., Van Landeghem,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Boyd</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>spaCy: Industrial-strength Natural Language Processing in Python (</article-title>
          <year>2020</year>
          ). https://doi.org/10.5281/zenodo.1212303, https://doi.org/10.5281/zenodo.1212303
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Hu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jing</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ko</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rayz</surname>
            ,
            <given-names>J.T.</given-names>
          </string-name>
          :
          <article-title>Misspelling correction with pre-trained contextual language model</article-title>
          .
          <source>In: 2020 IEEE 19th International Conference on Cognitive Informatics &amp; Cognitive Computing (ICCI* CC)</source>
          . pp.
          <fpage>144</fpage>
          -
          <lpage>149</lpage>
          . IEEE (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Jaccard</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Étude comparative de la distribution florale dans une portion des Alpes et des Jura</article-title>
          .
          <source>Bulletin del la Société Vaudoise des Sciences Naturelles</source>
          <volume>37</volume>
          ,
          <fpage>547</fpage>
          -
          <lpage>579</lpage>
          (
          <year>1901</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Jawahar</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sagot</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Seddah</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>What Does BERT Learn about the Structure of Language? In: Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics</article-title>
          . pp.
          <fpage>3651</fpage>
          -
          <lpage>3657</lpage>
          . Association for Computational Linguistics, Florence, Italy (
          <year>2019</year>
          ). https://doi.org/10.18653/v1/
          <fpage>P19</fpage>
          -1356, https://www.aclweb.org/anthology/P19-1356
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Joshi</surname>
            ,
            <given-names>K.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nalwade</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Modified k-means for better initial cluster centres</article-title>
          .
          <source>International Journal of Computer Science and Mobile Computing</source>
          <volume>2</volume>
          (
          <issue>7</issue>
          ),
          <fpage>219</fpage>
          -
          <lpage>223</lpage>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Joulin</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grave</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bojanowski</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Douze</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jégou</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Fasttext.zip: Compressing text classification models</article-title>
          .
          <source>arXiv preprint arXiv:1612.03651</source>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Kudo</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Richardson</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>SentencePiece: A simple and language independent subword tokenizer and detokenizer for Neural Text Processing</article-title>
          .
          <source>In: Proceedings of the 2018 EMNLP: System Demonstrations</source>
          . pp.
          <fpage>66</fpage>
          -
          <lpage>71</lpage>
          . Association for Computational Linguistics, Brussels, Belgium (
          <year>2018</year>
          ). https://doi.org/10.18653/v1/
          <fpage>D18</fpage>
          -2012, http://aclweb.org/anthology/D18-2012
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Le</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vial</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Frej</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Segonne</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Coavoux</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lecouteux</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Allauzen</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Crabbe</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Besacier</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schwab</surname>
            ,
            <given-names>D.:</given-names>
          </string-name>
          <article-title>FlauBERT: Unsupervised Language Model Pre-training for French</article-title>
          . In: LREC. Marseille, France (
          <year>2020</year>
          ), https://hal.archivesouvertes.fr/hal-02890258
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yoon</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>So</surname>
            ,
            <given-names>C.H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kang</surname>
          </string-name>
          , J.:
          <article-title>Biobert: a pre-trained biomedical language representation model for biomedical text mining</article-title>
          .
          <source>Bioinformatics</source>
          <volume>36</volume>
          (
          <issue>4</issue>
          ),
          <fpage>1234</fpage>
          -
          <lpage>1240</lpage>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jin</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rawat</surname>
            ,
            <given-names>B.P.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cai</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yu</surname>
          </string-name>
          , H.:
          <article-title>Fine-tuning bidirectional encoder representations from transformers (bert)-based models on large-scale electronic health record notes: an empirical study</article-title>
          .
          <source>JMIR medical informatics 7</source>
          (
          <issue>3</issue>
          ),
          <year>e14830</year>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Ma</surname>
          </string-name>
          , W.,
          <string-name>
            <surname>Cui</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Si</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hu</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>Charbert: Character-aware pre-trained language model</article-title>
          . arXiv preprint arXiv:
          <year>2011</year>
          .
          <volume>01513</volume>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>van der Maaten</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hinton</surname>
          </string-name>
          , G.:
          <article-title>Visualizing high-dimensional data using t-sne</article-title>
          .
          <source>Journal of Machine Learning Research</source>
          <volume>9</volume>
          :
          <fpage>2579</fpage>
          -
          <lpage>2605</lpage>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Martin</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Muller</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ortiz</surname>
            <given-names>Suárez</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>P.J.</given-names>
            ,
            <surname>Dupont</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Romary</surname>
          </string-name>
          , L., de la Clergerie, É.,
          <string-name>
            <surname>Seddah</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sagot</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>CamemBERT: a tasty French language model</article-title>
          .
          <source>In: Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics</source>
          . pp.
          <fpage>7203</fpage>
          -
          <lpage>7219</lpage>
          . Association for Computational Linguistics,
          <source>Online (Jul</source>
          <year>2020</year>
          ). https://doi.org/10.18653/v1/
          <year>2020</year>
          .acl-main.
          <volume>645</volume>
          , https://aclanthology.org/
          <year>2020</year>
          .aclmain.645
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Nayak</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Timmapathini</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ponnalagu</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Venkoparao</surname>
            ,
            <given-names>V.G.</given-names>
          </string-name>
          :
          <article-title>Domain adaptation challenges of bert in tokenization and sub-word representations of out-of-vocabulary words</article-title>
          .
          <source>In: Proceedings of the First Workshop on Insights from Negative Results in NLP</source>
          . pp.
          <fpage>1</fpage>
          -
          <lpage>5</lpage>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Paroubek</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Robba</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vilnat</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ayache</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Data, annotations and measures in easy the evaluation campaign for parsers of french</article-title>
          .
          <source>In: LREC</source>
          . pp.
          <fpage>315</fpage>
          -
          <lpage>320</lpage>
          .
          <string-name>
            <surname>Citeseer</surname>
          </string-name>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Pruthi</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dhingra</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lipton</surname>
            ,
            <given-names>Z.C.</given-names>
          </string-name>
          :
          <article-title>Combating adversarial misspellings with robust word recognition</article-title>
          . arXiv preprint arXiv:
          <year>1905</year>
          .
          <volume>11268</volume>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Radford</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Narasimhan</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Salimans</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sutskever</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Improving language understanding by generative pre-training (</article-title>
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Sahrawat</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mahata</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          , Zhang, H.,
          <string-name>
            <surname>Kulkarni</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sharma</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gosangi</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stent</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kumar</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shah</surname>
            ,
            <given-names>R.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zimmermann</surname>
          </string-name>
          , R.:
          <article-title>Keyphrase extraction as sequence labeling using contextualized embeddings</article-title>
          .
          <source>Advances in Information Retrieval</source>
          <volume>12036</volume>
          ,
          <issue>328</issue>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Singh</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McCann</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Socher</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xiong</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>BERT is not an interlingua and the bias of tokenization</article-title>
          .
          <source>In: Proceedings of the 2nd Workshop on Deep Learning Approaches for Low-Resource NLP (DeepLo</source>
          <year>2019</year>
          ). pp.
          <fpage>47</fpage>
          -
          <lpage>55</lpage>
          . Association for Computational Linguistics, Hong Kong,
          <source>China (Nov</source>
          <year>2019</year>
          ). https://doi.org/10.18653/v1/
          <fpage>D19</fpage>
          -6106, https://aclanthology.org/D19-6106
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Srivastava</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Makhija</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gupta</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Noisy text data: Achilles' heel of bert</article-title>
          .
          <source>In: Proceedings of the Sixth Workshop</source>
          on Noisy User-generated
          <string-name>
            <surname>Text</surname>
          </string-name>
          (
          <article-title>W-NUT</article-title>
          <year>2020</year>
          ). pp.
          <fpage>16</fpage>
          -
          <lpage>21</lpage>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Sun</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Qiu</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          :
          <article-title>How to fine-tune bert for text classification?</article-title>
          <source>In: China National Conference on Chinese Computational Linguistics</source>
          . pp.
          <fpage>194</fpage>
          -
          <lpage>206</lpage>
          . Springer (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Sun</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hashimoto</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yin</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Asai</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yu</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xiong</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Adv-bert: Bert is not robust on misspellings! generating nature adversarial samples on bert</article-title>
          . arXiv preprint arXiv:
          <year>2003</year>
          .
          <volume>04985</volume>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Vaswani</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shazeer</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Parmar</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Uszkoreit</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jones</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gomez</surname>
            ,
            <given-names>A.N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kaiser</surname>
          </string-name>
          , Ł.,
          <string-name>
            <surname>Polosukhin</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Attention is all you need</article-title>
          .
          <source>In: Advances in neural information processing systems</source>
          . pp.
          <fpage>5998</fpage>
          -
          <lpage>6008</lpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Wenzek</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lachaux</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Conneau</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chaudhary</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guzmán</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Joulin</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grave</surname>
          </string-name>
          , É.:
          <article-title>Ccnet: Extracting high quality monolingual datasets from web crawl data</article-title>
          .
          <source>In: Proceedings of The 12th Language Resources and Evaluation Conference</source>
          . pp.
          <fpage>4003</fpage>
          -
          <lpage>4012</lpage>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>Wolf</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Debut</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sanh</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chaumond</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Delangue</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cistac</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rault</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Louf</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Funtowicz</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Davison</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shleifer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , von Platen,
          <string-name>
            <surname>P.</surname>
          </string-name>
          , Ma,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Jernite</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Plu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Xu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Le Scao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Gugger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Drame</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Lhoest</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            ,
            <surname>Rush</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          :
          <article-title>Transformers: State-of-the-art natural language processing</article-title>
          .
          <source>In: Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing: System Demonstrations</source>
          . pp.
          <fpage>38</fpage>
          -
          <lpage>45</lpage>
          . Association for Computational Linguistics,
          <source>Online (Oct</source>
          <year>2020</year>
          ). https://doi.org/10.18653/v1/
          <year>2020</year>
          .emnlp-demos.6, https://aclanthology.org/
          <year>2020</year>
          .emnlp-demos.
          <fpage>6</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schuster</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Le</surname>
            ,
            <given-names>Q.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Norouzi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Macherey</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Krikun</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cao</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gao</surname>
            ,
            <given-names>Q.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Macherey</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          , et al.:
          <article-title>Google's neural machine translation system: Bridging the gap between human and machine translation</article-title>
          .
          <source>arXiv preprint arXiv:1609.08144</source>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33.
          <string-name>
            <surname>Yang</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xie</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tan</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xiong</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <article-title>Data augmentation for bert ifne-tuning in open-domain question answering</article-title>
          . arXiv preprint arXiv:
          <year>1904</year>
          .
          <volume>06652</volume>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>