<!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>Triple E - E ective Ensembling of Embeddings and Language Models for NER of Historical German.</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Stefan Schweter</string-name>
          <email>stefan.schweter@bsb-muenchen.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Luisa Marz</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Bayerische Staatsbibliothek Munchen, Digital Library/Munich Digitization Center</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Center for Information and Language Processing (CIS), LMU Munich</institution>
        </aff>
      </contrib-group>
      <abstract>
        <p>Named entity recognition (NER) for historical texts is a challenging task compared to NER for contemporary texts. Historical texts come with several peculiarities that di er greatly from modern texts and large labeled corpora for training a neural tagger are hardly available. In this work we tackle NER for historical German with an ensembling approach, combining di erent labeled and unlabeled resources of historical and contemporary texts as part of the CLEF HIPE 2020 evaluation lab. We stack di erent word/subword embeddings and transformer-based language models to train a powerful NER tagger for historical German. We conduct experiments with di erent word embeddings, Flair embeddings and pretrained Bert models. The named entities are classi ed in literal and in metonymic sense, for which we have developed a separate tagger each. Our experiments show that the usage of Bert is particularly helpful, when trained on a large amount of historical data. Our best ensemble is a combination of FastText embeddings trained on German Wikipedia, Flair embeddings trained on CLEF HIPE data (historical German) and a Bert language model trained on a large corpus of historical German. We release our code and models3.</p>
      </abstract>
      <kwd-group>
        <kwd>Named Entity Recognition models Embeddings Historical texts Encoding</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        In NER neural networks achieve good accuracy on high resource domains such as
modern news text or Twitter ([
        <xref ref-type="bibr" rid="ref2 ref4">2, 4</xref>
        ]). But on historical text, NER taggers often
perform poorly. This is due to domain shift and to the fact that historical texts
contain systematic errors not found in modern text, since historical datasets
usually stem from optical character recognition (OCR). OCR is noisy and the
Gothic type face (Fraktur) is a low resource font, that is very challenging for
OCR. Another problem is that a large amount of data is required when training
neural models and only relatively small corpora (e.g. [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]) exist for historical
NER. All of these challenges mean that NER for contemporary texts di ers
greatly from NER for historical texts and that existing models cannot be used.
From a resource orientated and ecological point of view it is reasonable to reuse
existing models to save both computing power and emissions. Therefore, we
reuse existing models on the one hand and make our newly developed language
models publicly available on the other hand.
      </p>
      <p>
        In the NLP community there are several approaches and models provided,
one of which is Flair [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Flair allows to apply state-of-the-art natural language
processing (NLP) models, such as NER, part-of-speech tagging (PoS), word sense
disambiguation or classi cation to various input texts. In this work we built our
systems with that framework.
      </p>
      <p>
        Transformer-based language models are widely used and Bert [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] can be
considered as a powerful standard resource. There are several recent approaches
that use Bert for NER in di erent languages, such as [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] or [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. The latter
conduct experiments with historical German using Bert and unsupervised
pretraining on a large corpus of historical German texts together with supervised
pretraining on a contemporary German corpus.
1.1
      </p>
    </sec>
    <sec id="sec-2">
      <title>Task and Objective</title>
      <p>
        In this work, we address neural NER tagging on historical German data. With
our approach we aim to solve coarse grained NER in the CLEF HIPE shared
task [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] (bundle 4) for historical German as best as possible. The tagset of the
provided data contains person, location, organisation, product and time. The
organizers arranged two scenarios to be solved: NER for the literal sense of the
words and NER for metonymic sense. The example below shows that the tags
for the literal ( rst sentence) and metonymic (second sentence) sense can di er.
Hannover can be interpreted as an organization as well as a location depending
on its context and the metonymic category addresses this issue.
      </p>
    </sec>
    <sec id="sec-3">
      <title>Example:</title>
      <p>Unterhandlungen uber das Konkordat mit B-loc Hannover schreiten voran.
Unterhandlungen uber das Konkordat mit B-org Hannover schreiten voran.
(Negotiations on the Concordat with Hanover are progressing.)</p>
      <p>This paper is structured as follows: The next section describes data sets and
other resources that are used in the experiments presented. Section 3 outlines
our method and section 4 explains details on implementation and the conducted
experiments. The outcome of the experiments is discussed in that section as well.
Then, section 5 overviews ideas for future work and we conclude the paper with
section 6.</p>
      <sec id="sec-3-1">
        <title>Data and Resources</title>
        <p>This section describes the data provided by the shared task organizers as well
as additional resources and data that we used for our experiments.
2.1</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>CLEF HIPE Data</title>
      <p>
        The shared task corpus for German is composed of articles sampled among
several Swiss and Luxembourgish historical newspapers on a diachronic basis and
is provided by the CLEF-HIPE-2020 organizers. The articles that were chosen
for the train, development and test data are journalistic articles only, that had
to match certain selection criteria such as length or format. Feuilleton, tabular
data, crosswords, weather forecasts, time schedules and obituaries were excluded
as well as articles that were fully illegible due to massive ORC noise. The
newspaper content stems for the time period from 1798 until 2018 and thus there is
di erent OCR quality present in the data which covers a broad spectrum of text
composition. The corpora were manually annotated by native speakers according
the HIPE impresso guidelines ([
        <xref ref-type="bibr" rid="ref10 ref9">10, 9</xref>
        ]).
2.2
      </p>
    </sec>
    <sec id="sec-5">
      <title>Additional Data and Resources</title>
      <p>
        Embeddings We use di erent FastText-based word embeddings [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ] trained
on Wikipedia4, Common Crawl5 and on historic data (provided by the
organizers) as well as Byte Pair Encoding-based embeddings (BPE, [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ]) trained
on Wikipedia. We use the FastText embeddings trained on Wikipedia (FastText
Wiki ) and Common Crawl (FastText CC ) in a "classic" word embeddings
manner, that means we do not use subwords. To include subword information we use
German subword embeddings [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] with a dimension of 300 and a vocab size of
200k (BPEmb). Additionally, we experiment with multilingual subword
embeddings [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] with a dimension size of 300 and a vocab size of 1M (MultiBPEmb).
      </p>
      <p>
        We use Flair embeddings [
        <xref ref-type="bibr" rid="ref2 ref3">3, 2</xref>
        ] provided by the organizers (CLEF-HIPE ) and
compared them to other Flair embeddings that were trained on historic data.
We use two historic Flair embeddings that were trained by [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]: embeddings
trained on the Hamburger Anzeiger newspaper corpus (HHA) and embeddings
trained on the Wiener Zeitung newspaper corpus (WZ ). Both embeddings are
available in the Flair framework. In addition we use the data of the recently
published REDEWIEDERGABE corpus [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] that consists of ctional and
nonctional texts. We also experiment with the Flair embeddings provided by [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]
(German Flair).
4 https://fasttext.cc/docs/en/pretrained-vectors.html
5 https://fasttext.cc/docs/en/crawl-vectors.html
usage
train data
FastText
FastText
BPE
BPE
Flair
Flair
Flair
Flair
Flair
Bert
Bert
name
FastText Wiki
FastText CC
BPEmb
MultiBPEmb
HHA
WZ
Redewiedergabe
German Flair
CLEF-HIPE
Europeana Bert
German Bert
domain
news
various
various
news
news
news
news
various
various
news
news
various
      </p>
      <p>Transformer-based language models For transformer-based language
models we conduct experiments with self-trained Bert models, Europeana Bert6
and large German Bert7 (German Bert). In preliminary experiments we also
used publicly available German Bert models (deepset8 and DBMDZ9). Since
their performance was not convincing we did not include them in our nal setup.</p>
      <p>The Europeana Bert data comes from the Europeana Newspapers
collection10, which contains historical news articles in 12 languages published between
1618 and 1990. The Europeana Bert model was trained on 51GB of
newspapers, extracted from German Europeana. It mainly covers newspaper articles
from the 18th to 20th century. German Bert was trained on a huge collection
of various historical resources.
3</p>
      <sec id="sec-5-1">
        <title>Methods</title>
        <p>To develop an e cient NER tagger for historical texts we experiment with
stacking methods described in the following.</p>
        <p>
          We experiment with di erent kinds of ensembling/stacking approaches on the
development set to gure out the optimal combination of embeddings and
language models. Our nal system Cisteria uses an ensemble of word embeddings,
transformer-based language models and Flair embeddings. To arrive at the best
combination of embeddings for Cisteria we conduct experiments where we a)
select the best word embeddings, Flair embeddings and transformer-based
language models independently and b) combine the best selected word embedding,
the best transformer-based language model and the best Flair embeddings and
feed those to our network. The network for the classi cation is a bidirectional
LSTM with a conditional random eld (CRF) as nal output layer as proposed
by [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ]. Note that we train separate models for the metonymic and the literal
sense span.
        </p>
      </sec>
      <sec id="sec-5-2">
        <title>4 Implementation and Experiments</title>
        <p>The following describes the implementation of our approach, overviews the
different experiments and presents the results. Our nal system for the CLEF HIPE
2020 evaluation lab is referred to as Cisteria.</p>
        <p>To feed the CLEF-HIPE data into our tagger we need several preprocessing
steps. Our preprocessing includes sentence splitting (rule based method) and
normalizing word hyphenations. The motivation behind normalizing hyphenation is
that pretrained language models normally include normalized text and the word
hyphenation character in the CLEF-HIPE shared task is a special symbol (:)
6 https://github.com/stefan-it/europeana-bert
7 Under review.
8 https://huggingface.co/bert-base-german-cased
9 https://github.com/dbmdz/berts
10 http://www.europeana-newspapers.eu/
and does not occur in training corpora for pretrained language models. As we
use contextualized word embeddings, the correct hyphenation is very important
to produce high quality embeddings. To get the data ready for evaluation with
the o cially provided evaluation script, we perform a reverse process and add
word hyphenation and sentence boundaries again.</p>
        <p>
          We use the Flair [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] library to train our NER tagging models and we make
use of Bert embeddings in a feature-based setting. In order to get a
representation for an input token, we rst compute the mean of the rst subword over
all layers of the transformer-based architecture and feed the resulting
representation into a bidirectional LSTM with a CRF as the nal layer, following [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ].
To ensemble di erent embeddings and language models their representations are
concatenated and the resulting vector is processed by the neural model.
Cisteria was trained on the o cial training and development data and does not use
any other additional labeled training data.
        </p>
        <p>
          For the experiments with transformer-based language models, we ne-tune
Bert models using the Hugging Face Transformers library [
          <xref ref-type="bibr" rid="ref29">29</xref>
          ]. For these
netuning experiments, we use a batch size of 16 and train 10 epochs. We perform
three runs per transformer-based model and select the best model based on
development F1-score. We do not perform extensive hyperparameter search.
        </p>
        <p>
          We then use the ne-tuned model in Flair (feature-based approach) for all
further experiments. We use a bidirectional LSTM with 256 hidden states and
a batch size of 16. The original Bert paper [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ] uses the last four layers of
the transformer-based model for a feature-based NER model. Additionally, we
reduce the learning rate by a factor of 0.5 with a patience of 3. This factor
determines the number of epochs with no improvement after which the learning
rate will be reduced and can be seen as early stopping.
        </p>
        <p>
          We found that ne-tuning a Bert model for the metonymic sense span was
very unstable resulting in zero F1-scores. This is a well known problem for
datasets when only a small number of training instances are available and a
solution could be to use a di erent dropout strategy [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ]. For that reason we
trained a model using the CLEF-HIPE Flair embeddings. In the prediction
phase we only do predictions when an entity is detected for the literal sense
span.
        </p>
        <p>Our nal system for the literal sense span uses FastText embeddings trained
on Wikipedia (FastText Wiki ) and a self-trained large German Bert model. For
the metonymic sense span we train a separate model that uses FastText
embeddings trained on Wikipedia and Flair embeddings provided by the organizers.
4.1</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>Results</title>
      <p>
        For the evaluation of NER there are two regimes: strict and fuzzy. The strict
regime corresponds to exact boundary matching whereas the fuzzy takes
overlapping boundaries into account, a detailed description can be found in [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. In
addition spans are evaluated w.r.t literal or metonymic sense (see section 1.1).
We evaluate our systems using the o cial evaluation script11.
      </p>
      <p>
        All our reported results on the development set refer to the F1 score for
coarse grained NER in the strict scenario for the literal sense. For the test set
we report precision, recall and F1 score for both scenarios in the literal sense as
well as in the metonymic sense (see Table 8). According to the overview paper
of the shared task [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] the baseline in the strict evaluation scenario for German
Coarse NER in literal sense results in 47.6% F1-score (see Table 7).
      </p>
      <p>Our results of the experiments with di erent word embeddings show that
the FastText Wiki embeddings perform best, see Table 3. With an F1-score of
approx. 69% they can overcome the baseline by more than 20 percentage points.
Interesting is that the FastText Wiki embeddings are not trained on the biggest
amount of data compared to the other word embeddings (see Table 2).</p>
      <p>
        Model
FastText Wiki
FastText CC
BPEmb [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ]
MultiBPEmb [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]
      </p>
      <p>Di erent Flair embeddings lead consistently to better results than using
word embeddings. The Flair embeddings provided by the organizers
(CLEFHIPE ) perform best, with an F1-score of 77.04% (see Table 4). The gap between
the di erent Flair embeddings is comparably large and ranges from seven to
three percentage points di erence. Here the embeddings that were trained on
the biggest amount of data perform best and the Redewiedergabe embeddings
that were trained on the least amount perform worst.</p>
      <p>
        Model
Hamburger Anzeiger [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]
Wiener Zeitung [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]
Redewiedergabe [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]
German (Flair) [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]
CLEF-HIPE
11 https://github.com/impresso/CLEF-HIPE-2020-scorer
      </p>
      <p>Model
Europeana Bert (cased)
Europeana Bert (uncased)
German Bert (cased, large)</p>
      <p>The usage of Bert enhances the performance once more. The German Bert
model performs best and results in 82.11% F-score (see Table 5). Again this is
the model that was trained on the biggest amount of data. The cased version
of Europeana Bert leads to a similar performance with approx. two percentage
points less. Since German is case sensitive it is understandable that the cased
models perform better than the uncased ones. Like with the Flair embeddings
every setup with Bert outperforms the models of our previous experiments.</p>
      <p>Model
FastText (Wikipedia) + CLEF-HIPE + German Bert
FastText (Wikipedia) + CLEF-HIPE
FastText (Wikipedia) + German Bert</p>
      <p>
        Finally the combination of German Bert with the FastText Wiki
embeddings outperforms all of our other systems on the development set and results
in 83.69% (see Table 6). This result is plausible if we compare it to the best
F1-scores of [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] on other historical datasets. For two datasets their performance
is around 84%. The addition of the best Flair embeddings decreases the results
slightly. If combining the best Flair embeddings with the best FastText
embeddings the model performs better than using Flair embeddings only but still
worse than the other stacking approaches. The performance of our best system
is approx. 40% better than the baseline, which is a large improvement.
4.2
      </p>
    </sec>
    <sec id="sec-7">
      <title>Discussion of Results</title>
      <p>
        We want to relate our nal results on the test set to those of the other
participating teams. Compared to the baseline our nal systems (CISTERIA) could
perform very good. If we take a look at the median of all participating teams
our system for the literal sense performs approx. 2% points better in the strict
scenario and is almost on par with the median in the fuzzy scenario (see Table 7).
For both regimes the best system L3i [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] outperforms ours by slightly more than
10% points. This could be due to the fact that they use powerful
transformerbased embeddings for di erent languages and a hierarchical transformer-based
attention model [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ] together with a multi task learning setting approach. Our
experiments with Bert embeddings show that the model can bene t from the
German Europeana Bert language model a lot and that only a model trained
with even more data could outperform it. Therefore it is not surprising that a
model trained with more of these powerful Bert embeddings performs even
better. The bene t of the combination of models for di erent languages is at hand
and we suppose that our model performances can be enhanced if we integrate
multilinguality as well.
      </p>
      <p>Team</p>
      <p>P</p>
      <p>P</p>
      <p>In the evaluation w.r.t the metonymic sense it turns out that our approach
to train a separate model was constructive. In both regimes our system performs
clearly above the median and in the fuzzy regime our F1-score is the second best
(see Table 8). Again the L3i system can reach the best scores, probably due to
the same reasons as mentioned above. Our results support our strategy that we
only do predictions for tokens where the literal sense is classi ed as an entity.</p>
      <p>
        Regarding the precision our system performs very well and reaches second
best performance in all cases, except for the fuzzy evaluation in the literal sense
where our system performs best. Unfortunately the recall is relatively low with
around 50% for the metonymic sense and 57%/68% for the strict/fuzzy
evaluation in the literal sense. Our system has the ability to classify correctly if it
identi es a token as a possible entity but has problems with nding the entities
as such.
Cisteria 0.738 0.500 0.596 0.787 0.534 0.636
Ehrmama [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ] 0.696 0.542 0.610 0.707 0.551 0.619
L3i [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] 0.571 0.712 0.634 0.626 0.780 0.694
Baseline
The approach of the winning team suggests to include multilingual language
models and/or more data. Since a lot of powerful pretrained language models
are available we will integrate some of them in Cisteria.
      </p>
      <p>Another strategy is to take into account the domain of historical language
even more. Since there is a lot of noise in the data due to OCR it greatly di ers
from modern standard language. Nevertheless there are many modern corpora
available on which transformer-based language models can be trained. Our goal
is to increase the similarity of those modern corpora to historical data. Therefore
we want to recreate some of the phenomena in historical corpora in the modern
corpora that we use for training the language models.</p>
      <p>
        Besides that, manual rule-based sentence segmentation could have drawbacks
(e.g. bad segmentation could lead to short sentences). So in future experiments
we could use the context before and after the actual training sentence, such as
in [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. This approach could eliminate potential drawbacks of an automatically
sentence segmented training corpus, because shorter sentences are now enhanced
with longer contexts.
6
      </p>
      <sec id="sec-7-1">
        <title>Conclusion</title>
        <p>We proposed a system to solve coarse grained NER for German in the CLEF
HIPE shared task. We conducted experiments with ensembling di erent word
and subword embeddings as well as transformer-based language models on the
basis of a bidirectional LSTM with a CRF as nal layer. To use historical
resources at best we trained large language models on historical German data, such
as the German Europeana collection. Our best system uses FastText embeddings
trained on German Wikipedia data in combination with a large German Bert
language model. With a performance of 65.1% F1-score our best system
performs slightly better than the median in the strict scenario for the literal sense
and with an F1-score of 76.9% on par with the median in the fuzzy scenario. For
the metonymic sense our best system performs clearly above the baseline and
reaches the second best performance in the fuzzy scenario.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Akbik</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bergmann</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blythe</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rasul</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schweter</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vollgraf</surname>
          </string-name>
          , R.:
          <article-title>FLAIR: An Easy-to-Use Framework for State-of-the-Art NLP</article-title>
          .
          <source>In: Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics (Demonstrations)</source>
          . pp.
          <volume>54</volume>
          {
          <fpage>59</fpage>
          . Association for Computational Linguistics, Minneapolis,
          <source>Minnesota (Jun</source>
          <year>2019</year>
          ), https://www.aclweb.org/anthology/ N19-4010
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Akbik</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bergmann</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vollgraf</surname>
          </string-name>
          , R.:
          <article-title>Pooled Contextualized Embeddings for Named Entity Recognition</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.
          <volume>724</volume>
          {
          <fpage>728</fpage>
          . Association for Computational Linguistics, Minneapolis,
          <source>Minnesota (Jun</source>
          <year>2019</year>
          ), https: //www.aclweb.org/anthology/N19-1078
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Akbik</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Blythe</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vollgraf</surname>
          </string-name>
          , R.:
          <article-title>Contextual String Embeddings for Sequence Labeling</article-title>
          .
          <source>In: Proceedings of the 27th International Conference on Computational Linguistics</source>
          . pp.
          <volume>1638</volume>
          {
          <fpage>1649</fpage>
          . Association for Computational Linguistics, Santa Fe, New Mexico, USA (Aug
          <year>2018</year>
          ), https://www.aclweb.org/anthology/C18-1139
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Baevski</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Edunov</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , Liu,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Zettlemoyer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Auli</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          :
          <article-title>Cloze-driven Pretraining of Self-attention Networks</article-title>
          .
          <source>In: Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)</source>
          .
          <article-title>Association for Computational Linguistics</article-title>
          , Hong Kong,
          <source>China (Nov</source>
          <year>2019</year>
          ), https: //www.aclweb.org/anthology/D19-1539
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Boros</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Linhares Pontes</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cabrera-Diego</surname>
            ,
            <given-names>L.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hamdi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moreno</surname>
            ,
            <given-names>J.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sidere</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Doucet</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Robust Named Entity Recognition and Linking on Historical Multilingual Documents</article-title>
          . In: Cappellato,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Eickho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Neveol</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . (eds.) CLEF 2020 Working Notes. Working Notes of CLEF 2020 -
          <article-title>Conference and Labs of the Evaluation Forum. CEUR-WS (</article-title>
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Brunner</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Engelberg</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jannidis</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tu</surname>
            ,
            <given-names>N.D.T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weimer</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Corpus REDEWIEDERGABE</article-title>
          .
          <source>In: Proceedings of The 12th Language Resources and Evaluation Conference</source>
          . pp.
          <volume>803</volume>
          {
          <fpage>812</fpage>
          .
          <string-name>
            <surname>European Language Resources Association</surname>
          </string-name>
          , Marseille, France (May
          <year>2020</year>
          ), https://www.aclweb.org/anthology/2020.lrec-
          <volume>1</volume>
          .
          <fpage>100</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Craita</surname>
            ,
            <given-names>C.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cercel</surname>
            ,
            <given-names>D.C.</given-names>
          </string-name>
          :
          <article-title>Multilingual Named Entity Recognition on Historical Texts Using Transfer and Multi-Task Learning</article-title>
          . In: Cappellato,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Eickho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Neve</surname>
          </string-name>
          <string-name>
            <surname>ol</surname>
          </string-name>
          , A. (eds.) CLEF 2020 Working Notes. Working Notes of CLEF 2020 -
          <article-title>Conference and Labs of the Evaluation Forum. CEUR-WS (</article-title>
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <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.
          <volume>4171</volume>
          {
          <fpage>4186</fpage>
          . Association for Computational Linguistics, Minneapolis,
          <source>Minnesota (Jun</source>
          <year>2019</year>
          ), https://www.aclweb.org/anthology/N19-1423
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Ehrmann</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Romanello</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , Fluckiger,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Clematide</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.</surname>
          </string-name>
          : HIPE - Shared
          <source>Task Participation Guidelines (v1.1)</source>
          (
          <year>2020</year>
          ). https://doi.org/10.5281/zenodo.3677171
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Ehrmann</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Romanello</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , Fluckiger,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Clematide</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.: Impresso</given-names>
            <surname>Named Entity Annotation Guidelines</surname>
          </string-name>
          (
          <year>Jan 2020</year>
          ). https://doi.org/10.5281/zenodo.3604227
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Ehrmann</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Romanello</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , Fluckiger,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Clematide</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.</surname>
          </string-name>
          :
          <source>Overview of CLEF HIPE</source>
          <year>2020</year>
          :
          <article-title>Named Entity Recognition and Linking on Historical Newspapers</article-title>
          . In: Arampatzis,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Kanoulas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Tsikrika</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Vrochidis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Joho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Lioma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Eickho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Neveol</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Cappellato</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Ferro</surname>
          </string-name>
          , N. (eds.)
          <article-title>Experimental IR Meets Multilinguality, Multimodality, and Interaction</article-title>
          .
          <source>Proceedings of the 11th International Conference of the CLEF Association (CLEF</source>
          <year>2020</year>
          ).
          <source>Lecture Notes in Computer Science (LNCS)</source>
          , vol.
          <volume>12260</volume>
          . Springer (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Heinzerling</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Strube</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>BPEmb: Tokenization-free Pre-trained Subword Embeddings in 275 Languages</article-title>
          . In: chair),
          <string-name>
            <given-names>N.C.C.</given-names>
            ,
            <surname>Choukri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Cieri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Declerck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Goggi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Hasida</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Isahara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Maegaard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Mariani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Mazo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Moreno</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Odijk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Piperidis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Tokunaga</surname>
          </string-name>
          , T. (eds.)
          <source>Proceedings of the Eleventh International Conference on Language Resources and Evaluation (LREC</source>
          <year>2018</year>
          ).
          <article-title>European Language Resources Association (ELRA), Miyazaki</article-title>
          ,
          <source>Japan (May 7-12</source>
          ,
          <year>2018</year>
          2018)
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Heinzerling</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Strube</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Sequence Tagging with Contextual and NonContextual Subword Representations: A Multilingual Evaluation</article-title>
          .
          <source>In: Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics</source>
          . pp.
          <volume>273</volume>
          {
          <fpage>291</fpage>
          . Association for Computational Linguistics, Florence,
          <source>Italy (Jul</source>
          <year>2019</year>
          ), https://www.aclweb.org/anthology/P19-1027
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yu</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Bidirectional LSTM-CRF models for sequence tagging</article-title>
          .
          <source>arXiv preprint arXiv:1508</source>
          .
          <year>01991</year>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Labusch</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Neudecker</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Named Entity Disambiguation and Linking Historic Newspaper OCR with BERT</article-title>
          . In: Cappellato,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Eickho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Neveol</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . (eds.) CLEF 2020 Working Notes. Working Notes of CLEF 2020 -
          <article-title>Conference and Labs of the Evaluation Forum. CEUR-WS (</article-title>
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Labusch</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Neudecker</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          , Zellhofer, D.:
          <article-title>Bert for named entity recognition in contemporary and historic german</article-title>
          .
          <source>In: Proceedings of the 15th Conference on Natural Language Processing (KONVENS</source>
          <year>2019</year>
          )
          <article-title>: Long Papers</article-title>
          . pp.
          <volume>1</volume>
          {
          <issue>9</issue>
          . German Society for Computational Linguistics &amp; Language
          <string-name>
            <surname>Technology</surname>
          </string-name>
          , Erlangen, Germany (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Lee</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cho</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kang</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          :
          <article-title>Mixout: E ective Regularization to Finetune Largescale Pretrained Language Models</article-title>
          . In: International Conference on Learning Representations (
          <year>2020</year>
          ), https://openreview.net/forum?id=HkgaETNtDB
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Luoma</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pyysalo</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Exploring Cross-sentence Contexts for Named Entity Recognition with BERT</article-title>
          . arXiv e-prints arXiv:
          <year>2006</year>
          .
          <volume>01563</volume>
          (
          <year>Jun 2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</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>Puhrsch</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Joulin</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Advances in PreTraining Distributed Word Representations</article-title>
          .
          <source>In: Proceedings of the International Conference on Language Resources and Evaluation (LREC</source>
          <year>2018</year>
          )
          <article-title>(</article-title>
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Neudecker</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>An Open Corpus for Named Entity Recognition in Historic Newspapers</article-title>
          .
          <source>In: Proceedings of the Tenth International Conference on Language Resources and Evaluation (LREC'16)</source>
          . pp.
          <volume>4348</volume>
          {
          <fpage>4352</fpage>
          .
          <string-name>
            <surname>European Language Resources Association</surname>
          </string-name>
          (ELRA), Portoroz, Slovenia (May
          <year>2016</year>
          ), https://www.aclweb.org/ anthology/L16-1689
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Ortiz</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pedro</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dupont</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lejeune</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tian</surname>
          </string-name>
          , T.:
          <article-title>SinNer@Clef-Hipe2020: Sinful adaptation of SotA models for Named Entity Recognition in historical French and German newspapers</article-title>
          . In: Cappellato,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Eickho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Neve</surname>
          </string-name>
          <string-name>
            <surname>ol</surname>
          </string-name>
          , A. (eds.) CLEF 2020 Working Notes. Working Notes of CLEF 2020 -
          <article-title>Conference and Labs of the Evaluation Forum. CEUR-WS (</article-title>
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Provatorova</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vakulenko</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kanoulas</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dercksen</surname>
          </string-name>
          , K.,
          <string-name>
            <surname>van Hulst</surname>
            ,
            <given-names>J.M.</given-names>
          </string-name>
          :
          <string-name>
            <surname>CLEF HIPE Working Notes: UvA</surname>
            <given-names>ILPS</given-names>
          </string-name>
          &amp;
          <article-title>REL</article-title>
          . In: Cappellato,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Eickho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Neve</surname>
          </string-name>
          <string-name>
            <surname>ol</surname>
          </string-name>
          , A. (eds.) CLEF 2020 Working Notes. Working Notes of CLEF 2020 -
          <article-title>Conference and Labs of the Evaluation Forum. CEUR-WS (</article-title>
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Schweter</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Baiter</surname>
          </string-name>
          , J.:
          <article-title>Towards Robust Named Entity Recognition for Historic German</article-title>
          .
          <source>In: Proceedings of the 4th Workshop on Representation Learning for NLP (RepL4NLP-2019)</source>
          . pp.
          <volume>96</volume>
          {
          <fpage>103</fpage>
          . Association for Computational Linguistics, Florence,
          <source>Italy (Aug</source>
          <year>2019</year>
          ), https://www.aclweb.org/anthology/W19-4312
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Sennrich</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Haddow</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Birch</surname>
            ,
            <given-names>A.:</given-names>
          </string-name>
          <article-title>Neural Machine Translation of Rare Words with Subword Units</article-title>
          . In:
          <article-title>Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)</article-title>
          . pp.
          <volume>1715</volume>
          {
          <fpage>1725</fpage>
          . Association for Computational Linguistics, Berlin, Germany (Aug
          <year>2016</year>
          ), https://www.aclweb.org/anthology/P16-1162
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Souza</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nogueira</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lotufo</surname>
          </string-name>
          , R.:
          <article-title>Portuguese Named Entity Recognition using BERT-CRF (</article-title>
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Tobollik</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wiegmann</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wolska</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stein</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Enrichement-based Oversampling for Coarse-grained NER in Historical Text</article-title>
          . In: Cappellato,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Eickho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Neve</surname>
          </string-name>
          <string-name>
            <surname>ol</surname>
          </string-name>
          , A. (eds.) CLEF 2020 Working Notes. Working Notes of CLEF 2020 -
          <article-title>Conference and Labs of the Evaluation Forum. CEUR-WS (</article-title>
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Todorov</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Colavizza</surname>
          </string-name>
          , G.:
          <article-title>Transfer Learning for Named Entity Recognition in Historical Corpora</article-title>
          . In: Cappellato,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Eickho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Neveol</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . (eds.) CLEF 2020 Working Notes. Working Notes of CLEF 2020 -
          <article-title>Conference and Labs of the Evaluation Forum. CEUR-WS (</article-title>
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <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>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Polosukhin</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Attention Is All You Need</article-title>
          .
          <source>CoRR abs/1706</source>
          .03762 (
          <year>2017</year>
          ), http://arxiv.org/abs/1706.03762
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <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.M.:</surname>
          </string-name>
          <article-title>HuggingFace's Transformers: State-of-the-art Natural Language Processing</article-title>
          . arXiv e-prints arXiv:
          <year>1910</year>
          .
          <volume>03771</volume>
          (Oct
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>