<!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>ADoBo 2021: The futility of STILTs for the classification of lexical borrowings in Spanish</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>LINHD, UNED</institution>
          ,
          <addr-line>Madrid, 28040</addr-line>
          ,
          <country country="ES">Spain</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>National Library of Norway AI-Lab</institution>
          ,
          <addr-line>Mo i Rana 8624</addr-line>
          ,
          <country country="NO">Norway</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>The first edition of the IberLEF 2021 shared task on automatic detection of borrowings (ADoBo) focused on detecting lexical borrowings that appeared in the Spanish press and that have recently been imported into the Spanish language. In this work, we tested supplementary training on intermediate labeled-data tasks (STILTs) from part of speech (POS), named entity recognition (NER), code-switching, and language identification approaches to the classification of borrowings at the token level using existing pre-trained transformer-based language models. Our extensive experimental results suggest that STILTs do not provide any improvement over direct fine-tuning of multilingual models. However, multilingual models trained on small subsets of languages perform reasonably better than multilingual BERT but not as good as multilingual RoBERTa for the given dataset.</p>
      </abstract>
      <kwd-group>
        <kwd>Borrowings</kwd>
        <kwd>STILTs</kwd>
        <kwd>Multilingual Models</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        The sociopolitical and sociocultural changes speakers undergo tend to be somehow
reflected in their lexicon [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ]. The borrowing of words from a donor language
to a recipient one is a common mechanism driving language change and word
formation [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]. The lexical units being incorporated into the recipient language
usually undergo morphological and phonological transformations as to better
conform with the features of the recipient language [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. Interestingly, regardless
of the reasons as to why languages borrow words from others, there are a few
common patterns that emerge in the process. For example, it seems like content
words are much more frequently borrowed than function words, since it is more
likely for a language to borrow nouns or verbs rather than prepositions or
conjunctions. Nouns in particular might be benefiting from referential transparency
and morphosyntactic freedom [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. However, before a word becomes fully
assimilated into a recipient language with the proper morphological or orthographic
modifications, it is not uncommon to see the adapted and unadapted versions of
borrowings coexisting (e.g., whisky and güisqui are both correct in the Spanish
orthography). Identifying what words enter a language and how they do so is
critical for the understanding of the development of a language.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Related work</title>
      <p>
        Given its global dominance in many domains of our daily lives, automatic
approaches for detecting borrowings are mainly focused on words of English
origin, that is, anglicism detection [
        <xref ref-type="bibr" rid="ref10 ref11 ref5 ref7">10,7,5,11</xref>
        ].
      </p>
      <p>
        For Spanish, a loanword identification algorithm for Argentine Spanish was
proposed in [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ], which provided the lemmatized form of the tokens, identified
named entities, and preserved loan phrases. Although somewhat successful in
the identification of anglicisms in the chosen news corpus, the algorithm was
designed as a binary classifier in which every word was labeled as Spanish or
English. This impacted negatively the number of false positives and made the
system incapable of reliably identifying code-switching or adapted loans.
      </p>
      <p>
        More recently, [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] showed that framing the problem as a token classification
task for the extraction of emergent anglicisms in Spanish newswire provided very
good results. The approach compared a conditional random fields (CRF) classifier
built upon handcrafted features with word and character-level embeddings, to a
bidirectional long short-term memory neural network with an extra conditional
random fields layer on top (BiLSTM-CRF). The CRF-only method outperformed
the neural network and achieved an F1 score of 87.82 on the test. Interestingly,
the corpora made explicit distinctions between unadapted borrowings of English
origin or other origin.
3
      </p>
    </sec>
    <sec id="sec-3">
      <title>Language models</title>
      <p>Previous methods have not yet relied on modern language models for the detection
of borrowings. In this work, we used pre-trained transformer-based language
models to approach the problem of borrowing detection as a token classification
task. Given the prevalence of morphological and orthographic differences between
emergent unadapted borrowings and assimilated words that have been part of a
language for a long time, our hypothesis is that if a language model is capable of
acquiring enough morphological and syntactical information should also be able
to use this information to perform well on the detection of borrowings.</p>
      <p>
        In order to test this hypothesis, we compared the results of fine-tuning
BERTbased language models [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] on a corpus of Spanish news articles with and without
supplementary training on intermediate labeled-data tasks (STILTs) [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] related
to the kind of language features that precisely makes identifying unadapted
borrowings possible. Specifically, named entity recognition, part of speech,
codeswitching, and language identification. The rationale is that if a model is able to
perform well in any of these tasks, it should also do well at detecting borrowings.
      </p>
      <p>
        Supplementary training is a technique that supplements “language
modelstyle pre-training with further training on data-rich supervised tasks" [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. When
using intermediate tasks such as natural language inference, performance on
benchmarks like GLUE [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] improves over BERT [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] or ELMo [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. Moreover, it
seems to excel in situations with very limited training data [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ], as it is the case
with the labels in the ADoBo corpus [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>
        In this sense, recent work has focused on systematically analyzing the
performance of STILTs on both token and sequence classification. In [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ], the authors
experimented with a diverse set of 42 intermediate and 11 target English tasks.
For the token classification tasks, supplementary tasks based on POS, NER,
and emergent entity recognition datasets [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] showed to benefit from each other.
However, the authors mention the risks of not choosing a proper supplementary
task as a bad chosen intermeditate task can degrade performance on the target
task considerably.
4
      </p>
    </sec>
    <sec id="sec-4">
      <title>Methods</title>
      <p>
        The corpus, released as part of the IberLEF 2021 shared task on Automatic
Detection of Borrowings (ADoBO) [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], contains articles from Spanish newswire
which are annotated with direct, unadapted, lexical borrowings following a set of
publicly made annotation guidelines with specific assimilated borrowings, proper
names and code-mixed situations.
      </p>
      <p>The articles are sentence segmented and split into words. The annotations
are made at the word level following the BIO annotation schema with two
possible categories: ENG for English borrowings, and OTHER for lexical borrowings
originating in languages other than English. The rest, including punctuation
marks, are labeled using O and omitted from evaluation. Table 1 shows the
distributions of sentences, words, and ENG and OTHER labels per corpus split. It is
specially striking the number of words labeled as ENG in the validation set when
compared to the validation and test sets. Also worth mentioning the scarcity of
words labeled as OTHER in general, which made learning the label solely based on
this corpus a really challenging task.
1. First, a model is trained on a semi-supervised task with no labeled data such
as a language modeling task to gain some language reasoning capabilities.
2. The model is then further trained on an intermediate task for which plenty
of labeled data is available.
3. Finally, the resulting model is fine-tuned further on the target task and
evaluated.</p>
      <p>
        Since by nature the task involves words in more than one language, as baselines
models we first fine-tuned multilingual BERT (mBERT), XLM RoBERTa
(XLMR) [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], a 5 languages version of mBERT including English, French, Spanish,
German and Chinese (mBERT-5lang) [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], and two different monolingual Spanish
BERT versions, one extracted from mBERT (mBERT-1lang) [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] and the other
pre-trained from scratch (BETO) [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
      </p>
      <p>
        As intermediate tasks for supplementary training, we chose mBERT models
already fine-tuned on LinCE [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], a benchmark for linguistic code-switching
evaluation that includes language identification (LinCE-LID), parts of speech
tagging (LinCE-POS), and named entity recognition (LinCE-NER) tasks over
Spanish-English code-switched data. A version of the Spanish BERT BETO
fine-tuned on CoNLL-2002 for Spanish POS tags [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ] (BETO-POS) and a version
of XLM-RoBERTa fine-tuned on the same dataset for NER (XLM-R-NER) tags
were also included. Distributions of sentences and words for the datasets used in
these supplementary tasks are shown in Table 2.
We run all experiments on 2x24GB NVIDIA GPU RTX 6000, doing grid searches
of hyperparameters for each model with learning rates of 1e-5, 2e-5, 3e-5, and
4e-5, and for 3, 5, and 10 epochs. We used the AdamW optimizer, with no weight
decay, and a 10% of steps for warmup. We did 3 runs with different seeds and
chose the best model on the validation set while reporting results on the test set.
We are reporting precision, recall, and F1 micro scores as obtained by seqeval
[
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
      </p>
      <p>Tables 3 and 4 overwhelmingly show that STILTs have absolutely no positive
effect on the classification of borrowings. No matter what kind of supplementary
training is used, the STILT models perform almost 4 times worse than the
baseline finetuning. Among the best performing models on direct finetuning on
the validation set, XLM-R and mBERT-5lang achieve somewhat similar F1 scores
in total, with 83.62 F1 points for mBERT-5lang and 82.69 for XLM-R; both
above mBERT. The biggest difference lies in the scores for the OTHER label, where
all mBERT varieties perform better than XLM-R.</p>
      <p>Taking the best models when evaluated on the validation test, we evaluated
the performance on the test set. As shown in Table 4 and Figure 1, results are
similar, with mBERT-5lang performing slightly below XLM-R (84.78 vs 84.97),
and presenting an F1 score for the OTHER label almost twice as that of the XLM-R.</p>
      <p>BETO
mBERT-5lang
mBERT-1lang
mBERT
0
50
ENG</p>
      <p>Given the differences between the number of labeled words in the validation
and test sets for each label, we also obtained the best scores based solely on the
test set. As seen in Table 5, the highest F1 scores are obtained by mBERT-5lang
(87.08) and mBERT (86.33), more than doubling the F1 score for the OTHER label
with respect to the score obtained by XLM-R. In general, the models achieving
higher F1 scores for the ENG label also get higher scores in total.
6</p>
    </sec>
    <sec id="sec-5">
      <title>Conclusions</title>
      <p>
        In this work, we framed the detection of borrowings in Spanish as a token
classification task. We hypothesized that supplementary learning could improve
the performance of simply fine-tuned models. However, our results strongly suggest
that supplementary learning might not be as effective for token classification of
borrowings as it is for sequence classification on natural language understanding
tasks. This results is inline with recent research. For example, [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] noted that
supervised parsing might not be as availing as expected for high-level semantic
natural language understanding. Given the very nature of the ADoBo task, in
which only a small set of all words tagged as verbs or nouns actually occur to be
borrowings, supplementary tasks that flag all parts of speech or all named entities
might have a hard time trying to figure out exactly which of those are borrowings.
In this sense, although not reported as part of the results, we found that when
using language identification, with no further training, LinCE-LIDST ILT correctly
assigns the ENG label with an F1 score of 44.31. It would be interesting as future
work to check how much models trained on supplementary tasks unlearn once
they are trained on borrowing detection. This could also be an indication that a
hybrid approach merging both language models and handcrafted features useful
in language identification such as a character 3-grams could potentially boost
the performance of the detection of borrowings. Additionally, adding a CRF or
even a LSTM layer on top of the classifiers could see some performance gains for
the simple finetuning. Auto-regressive models such as mT5 or GTP-J could also
be leveraged for the task. A proper error analysis should be conducted to know
exactly where and how the different approaches are failing.
      </p>
      <p>We also believe that re-shuffling the train and validation sets could potentially
solve the unbalance issue present in the labels of the corpus, improving the quality
of the training data and making model selection more effective.</p>
    </sec>
    <sec id="sec-6">
      <title>Availability</title>
      <p>Source code for replicating the experiments in this paper are available in a code
repository: https://github.com/versae/adobo-eval. Checkpoints for the best
performing models are also released as PyTorch, Tensorflow, and JAX weights:
– mBERT-5lang: https://huggingface.co/versae/mbert-5lang-adobo2021
– XLM-R: https://huggingface.co/versae/xlm-roberta-adobo2021
– mBERT-5lang (on test): https://huggingface.co/versae/mbert-5lang-test-adobo2021
– mBERT (on test): https://huggingface.co/versae/mbert-test-adobo2021</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Abdaoui</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pradel</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sigel</surname>
          </string-name>
          , G.:
          <article-title>Load What You Need: Smaller Versions of Mutlilingual BERT</article-title>
          . In: SustaiNLP / EMNLP (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Aguilar</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kar</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Solorio</surname>
          </string-name>
          , T.:
          <article-title>LinCE: A Centralized Benchmark for Linguistic Code-switching Evaluation</article-title>
          .
          <source>In: Proceedings of The 12th Language Resources and Evaluation Conference</source>
          . pp.
          <fpage>1803</fpage>
          -
          <lpage>1813</lpage>
          . European Language Resources Association, Marseille, France (May
          <year>2020</year>
          ), https://www.aclweb.org/anthology/2020.lrec-
          <volume>1</volume>
          .
          <fpage>223</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>Álvarez</given-names>
            <surname>Mellado</surname>
          </string-name>
          , E.:
          <article-title>Lázaro: An Extractor of Emergent Anglicisms in Spanish Newswire</article-title>
          .
          <source>Master's thesis</source>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>Álvarez</given-names>
            <surname>Mellado</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Espinosa</surname>
          </string-name>
          <string-name>
            <surname>Anke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Gonzalo</surname>
          </string-name>
          <string-name>
            <surname>Arroyo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Lignos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Porta</surname>
          </string-name>
          <string-name>
            <surname>Zamorano</surname>
          </string-name>
          , J.:
          <article-title>Overview of ADoBo 2021 shared task: Automatic Detection of Unassimilated Borrowings in the Spanish Press</article-title>
          .
          <source>Procesamiento del Lenguaje Natural</source>
          <volume>67</volume>
          (
          <year>2021</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Andersen</surname>
          </string-name>
          , G.:
          <article-title>Semi-automatic Approaches to Anglicism Detection in Norwegian Corpus Data</article-title>
          .
          <source>The Anglicization of European lexis 10</source>
          ,
          <issue>111</issue>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Canete</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chaperon</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fuentes</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pérez</surname>
          </string-name>
          , J.:
          <article-title>Spanish pre-trained bert model and evaluation data</article-title>
          .
          <source>PML4DC at ICLR</source>
          <year>2020</year>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Chesley</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Baayen</surname>
            ,
            <given-names>R.H.</given-names>
          </string-name>
          :
          <article-title>Predicting new words from newer words: Lexical borrowings in French (</article-title>
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Derczynski</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nichols</surname>
            , E., van Erp,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Limsopatham</surname>
          </string-name>
          , N.:
          <article-title>Results of the WNUT2017 shared task on Novel and Emerging Entity Recognition</article-title>
          .
          <source>In: Proceedings of the 3rd Workshop on Noisy User-generated Text</source>
          . pp.
          <fpage>140</fpage>
          -
          <lpage>147</lpage>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <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: //www.aclweb.org/anthology/N19-1423
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Furiassi</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hofland</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>The Retrieval of False Anglicisms in Newspaper Texts</article-title>
          .
          <source>In: Corpus Linguistics 25 Years On</source>
          , pp.
          <fpage>347</fpage>
          -
          <lpage>363</lpage>
          . Brill Rodopi (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Furiassi</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pulcini</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>González</surname>
            ,
            <given-names>F.R.</given-names>
          </string-name>
          :
          <source>The Anglicization of European Lexis</source>
          . John Benjamins Publishing (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Glavaš</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vulić</surname>
          </string-name>
          , I.:
          <article-title>Is Supervised Syntactic Parsing Beneficial for Language Understanding Tasks? An Empirical Investigation</article-title>
          .
          <source>In: Proceedings of the 16th Conference of the European Chapter of the Association for Computational Linguistics:</source>
          Main Volume. pp.
          <fpage>3090</fpage>
          -
          <lpage>3104</lpage>
          . Association for Computational Linguistics,
          <source>Online (Apr</source>
          <year>2021</year>
          ), https://www.aclweb.org/anthology/2021.eacl-main.
          <fpage>270</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ott</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goyal</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Du</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Joshi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Levy</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lewis</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zettlemoyer</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stoyanov</surname>
          </string-name>
          , V.:
          <article-title>RoBERTa: A Robustly Optimized BERT Pretraining Approach</article-title>
          . arXiv preprint arXiv:
          <year>1907</year>
          .
          <volume>11692</volume>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Matras</surname>
            ,
            <given-names>Y.: Language</given-names>
          </string-name>
          <string-name>
            <surname>Contact</surname>
          </string-name>
          . Cambridge University Press (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Nakayama</surname>
          </string-name>
          , H.:
          <article-title>seqeval: A Python Framework for Sequence Labeling e Evaluation (</article-title>
          <year>2018</year>
          ), https://github.com/chakki-works/seqeval, [Online; accessed 5- February-2021]
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Peters</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Neumann</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Iyyer</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gardner</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Clark</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zettlemoyer</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Deep Contextualized Word Representations</article-title>
          .
          <source>In: Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          , Volume
          <volume>1</volume>
          (Long Papers). pp.
          <fpage>2227</fpage>
          -
          <lpage>2237</lpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Phang</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Févry</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bowman</surname>
            ,
            <given-names>S.R.</given-names>
          </string-name>
          :
          <article-title>Sentence Encoders on STILTs: Supplementary Training on Intermediate Labeled-Data Tasks</article-title>
          . arXiv preprint arXiv:
          <year>1811</year>
          .
          <volume>01088</volume>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Poplack</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sankoff</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Miller</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>The Social Correlates and Linguistic Processes of Lexical Borrowing and Assimilation (</article-title>
          <year>1988</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Poth</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pfeiffer</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rücklé</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gurevych</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>What to Pre-Train on? Efficient Intermediate Task Selection (</article-title>
          <year>2021</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Serigos</surname>
            ,
            <given-names>J.R.L.</given-names>
          </string-name>
          , et al.:
          <article-title>Applying Corpus</article-title>
          and Computational Methods to Loanword Research: New Approaches to Anglicisms in Spanish.
          <source>Ph.D. thesis</source>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Soto-Corominas</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>De la Rosa</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Suárez</surname>
            ,
            <given-names>J.L.</given-names>
          </string-name>
          :
          <article-title>What Loanwords Tell Us about Spanish (and Spain)</article-title>
          .
          <source>Digital Studies/Le champ numérique 8(1)</source>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Tjong Kim Sang</surname>
            ,
            <given-names>E.F.</given-names>
          </string-name>
          :
          <article-title>Introduction to the CoNLL-2002 Shared Task: LanguageIndependent Named Entity Recognition</article-title>
          .
          <source>In: COLING-02: The 6th Conference on Natural Language Learning</source>
          <year>2002</year>
          (CoNLL-2002) (
          <year>2002</year>
          ), https://www.aclweb.org/ anthology/W02-2024
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Trask</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          : Why do Languages Change? Cambridge University Press (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Vu</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Munkhdalai</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sordoni</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Trischler</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mattarella-Micke</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maji</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Iyyer</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Exploring and Predicting Transferability across NLP Tasks</article-title>
          .
          <source>In: Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)</source>
          .
          <article-title>Association for Computational Linguistics</article-title>
          ,
          <source>Online (Nov</source>
          <year>2020</year>
          ). https://doi.org/10.18653/v1/
          <year>2020</year>
          .emnlp-main.
          <volume>635</volume>
          , https://www.aclweb. org/anthology/2020.emnlp-main.
          <fpage>635</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Singh</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Michael</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hill</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Levy</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bowman</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>GLUE: A MultiTask Benchmark and Analysis Platform for Natural Language Understanding</article-title>
          .
          <source>In: Proceedings of the 2018 EMNLP Workshop BlackboxNLP: Analyzing and Interpreting Neural Networks for NLP</source>
          . pp.
          <fpage>353</fpage>
          -
          <lpage>355</lpage>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>