<!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>with spaCy for Transliterated Entities Found in Digital Collections From the Multilingual Persian Gulf</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Almazhan Kapan</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Suphan Kirmizialtin</string-name>
          <email>suphan@nyu.edu</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Rhythm Kukreja</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>David Joseph Wrisley</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>New York University Abu Dhabi</institution>
          ,
          <addr-line>Saadiyat Island, Abu Dhabi</addr-line>
          ,
          <country country="AE">United Arab Emirates</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>New York University Shanghai</institution>
          ,
          <addr-line>Pudong New District, Shanghai</addr-line>
          ,
          <country country="CN">China</country>
        </aff>
      </contrib-group>
      <fpage>288</fpage>
      <lpage>296</lpage>
      <abstract>
        <p>Text recognition technologies increase access to global archives and make possible their computational study using techniques such as Named Entity Recognition (NER). In this paper, we present an approach to extracting a variety of named entities (NE) in unstructured historical datasets from open digital collections dealing with a space of informal British empire: the Persian Gulf region. The sources are largely concerned with people, places and tribes as well as economic and diplomatic transactions in the region. Since models in state-of-the-art NER systems function with limited tag sets and are generally trained on English-language media, they struggle to capture entities of interest to the historian and do not perform well with entities transliterated from other languages. We build custom spaCy-based NER models trained on domain-specific annotated datasets. We also extend the set of named entity labels provided by spaCy and focus on detecting entities of non-Western origin, particularly from Arabic and Farsi. We test and compare performance of the blank, pre-trained and merged spaCy-based models, suggesting further improvements. Our study makes an intervention into thinking beyond Western notions of the entity in digital historical research by creating more inclusive models using non-metropolitan corpora in English.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        With the increase in digitization and transcription of historical archives, Named Entity
Recognition (NER) is often regarded as an important step in text processing, ensuring scaled access to
layers of information found in text, such as names of people, places or currencies [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. In addition
to the possibility of creating linked data and building gazetteers, identifying relevant entities in
unstructured text enables scholarly examination of broader patterns in archival collections. This
potential of NER has been demonstrated in the spatial humanities and the study of historical
networks, with notable challenges [
        <xref ref-type="bibr" rid="ref2 ref3">2, 3</xref>
        ]. Cultural heritage collections span long periods of
time, and historical text contains named entities (NE) which often have changed over time. In
(D. J. Wrisley)
CEUR
the case of our sources, the dynamic orthography of colonial English further contributes to the
instability of entity names. Furthermore, for regions such as the Middle East, entities are not
commonly found in knowledge bases and, therefore, are not easily detected by modern systems
[
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. State-of-the-art NER systems, primarily trained on web news data, do not successfully
address the relevant issues [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Finally, of particular significance to our work, modern English
language NER systems often fail to recognize NE of non-English origin such as Arabic and Farsi
names, indigenous tribal designations, and names of cities transliterated from other languages.
      </p>
      <p>
        In this paper we focus on early stage research into detecting NE in colonial historical
documents, in particular from samples of the ledgers of the British Political Residency (BPR) in the
Persian Gulf [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. We have designed a custom spaCy NER system addressing some of the
abovementioned issues in detecting and classifying transliterated NE of historical and non-Western
origin. The system is trained on annotated datasets from the BPR ledgers [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] and Lorimer’s
Gazetteer of the Persian Gulf, Central Arabia and Oman ( Lorimer’s Gazetteer ) [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. We provide
an easily scalable blueprint for custom NER with spaCy, optimized for detecting transliterated
NE in historical documents. Notably, the system can be extended to other historical datasets
and custom NE lists which are not defined in state-of-the-art NER systems (e.g. spaCy, NLTK).
For this purpose, we make our raw text and annotated datasets openly available1.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        NER with Historical Collections. Despite the marginal position of historical datasets in
general NER research, the demand for systems for use in archival scenarios has steadily
increased [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. The literature emphasizes the roles that NE play in the information workflow
of historians, e.g., in searching historical newspapers or providing search recommendations
for digital collections. NER can also be used for historical data analysis, visualization, event
detection, even biography reconstruction [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. Current research with historical datasets has
three main approaches i) a focus on a particular data type or textual genre, e.g. administrative
documents [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], museum record metadata [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], newspapers [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], gazetteers; ii) a focus on the
kind of writing, handwritten [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] or typewritten materials [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] or iii) a task-specicfi focus: NE
recognition, classification or linking [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Most current NER systems for historical data either
nife-tune existing NER systems or use NE processing web services [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ], the former seeming more
scalable and customizable. Indeed, datasets used in NER research vary in kind and language,
meaning that a comparison of their performance can be a challenging task.
      </p>
      <p>
        Using spaCy for Custom NER with Historical Documents. NE processing eforts are
led by supervised machine learning and deep neural networks [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. Won et al. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] analyzed
applicability of existing NER systems on historical texts and compared performance of popular
supervised solutions such as Stanford NER, NER-Tagger, spaCy, and Polyglot-NER. In this study,
the spaCy-based NER repeatedly achieved the top-1 or top-2 f-score when applied to historical
datasets [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Importantly, these results were achieved without leveraging custom training
features of the systems. Compared to similar systems such as Stanford NER or NLTK, spaCy
1https://github.com/opengulf/Bushire/tree/main/spacy
provides extensive documentation on nfie-tuning and customization2. Several spaCy-based
custom systems have shown optimal performance for NER in a variety of sectors [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ].
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Datasets</title>
      <p>We used two large entity-rich text collections from the era of British informal empire in the
region: excerpts from the BPR ledgers held in the India Ofice Records (IOR/R/15) as well as a
45000-word entry on Iraq from Lorimer’s Gazetteer. Since we were keen on testing NER both
on diferent textual genres and formats, we used a combination of unstructured textual data
types: corrected OCR of typeset materials, uncorrected OCR of typewritten documents and
ground truth used to train Handwritten Text Recognition (HTR) models.</p>
      <p>
        The Handwritten And Typewritten Bushire Political Residency Ledgers. The BPR
ledgers were not all originally written in English; instead, they are a combination of English
originals and translations made from incoming Arabic and Farsi documents. From image
lifes available at the Qatar Digital Library (QDL) we created a generic HTR model in
Transkribus for early handwritten volumes in the collection. Whereas the oficial letters exhibit
a formulaic consistency of style, evolving capitalization norms and tendencies to Anglicize
foreign names over the course of the nineteenth century further complicate the entity space
in the corpus. A companion dataset to the handwritten corpus was created by collecting
samples of OCR’d typewritten documents from twentieth-century BPR ledgers when the use of
typewriters had become standard (from 1932-1939 and 1940-1948). Preference for document
selection was based on a cursory glance at the number of entities on the letters and page layouts.
Lorimer’s Gazetteer . The last document used in our NER experiment is an excerpt of the
45000-word chapter on Iraq from Lorimer’s Gazetteer. The Gazetteer was a compendium
resulting from “gathering and processing information” about the Gulf region over the years 1904-1908
[
        <xref ref-type="bibr" rid="ref15">15</xref>
        ]. Importantly, its organizational structure tends to group similar entities together in sections,
exhibiting greater data density than the BPR ledgers.
      </p>
      <p>
        The documents described above are especially germane to the study of the modern history of
the Gulf states. For pre-oil Gulf studies, NER shows promise in identifying people for building
correspondence networks, as well as studying the movement of ideas, goods in the region. These
elements can be correlated, in turn, with the growth of colonial authority and the emergence of
Orientalist transliteration norms aimed at “de-Anglicization of indigenous names” [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
      </p>
    </sec>
    <sec id="sec-4">
      <title>4. Data Annotation</title>
      <p>Annotation workflow . For training, development and testing, we selected samples from the
BPR ledgers and Lorimer’s Gazetteer totaling 6586 words. We allocated 82.5% of data for training
and development and 17.5% for testing. The training data was further split into 60-line segments
for streamlined group annotation. We used an open-source, full-stack web app (NER-Annotator)
with custom entity tags and exported the annotated data in the requisite training format for
spaCy3. To ensure that NER-annotator system requirements were met across machines and
multiple annotators, the application was hosted on a virtual machine.</p>
      <p>
        Tag selection and customization. Our system includes pre-trained models for detecting
pre-established named entities, such as “GPE” for “countries, cities, states,” or “QUANTITY” for
“measurements, as of weight or distance”. We maintained a selection of spaCy default tags both
to track their recognition and to mitigate the efects of catastrophic forgetting problem [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]
where a pre-trained model ‘forgets’ previous information. We also devised a set of customized
tags adapted to the content of our sources . We annotated our training data using DATE, GPE,
GPE_ORG, LOC, MONEY, NORP, ORG, PERSON, QUANTITY which are pre-defined in spaCy.
Our custom tags are summarized in table 1. A minority of the entities (1.4%) were annotated
with the tag UNKNOWN to flag ambiguity. In the training data, 1117 NE were annotated with
16 tags and in the testing gold data, 174 NE were annotated with 13 tags. Also, we computed
inter-annotator agreement (average f-score of 0.76) by extracting NE and applying fuzzy string
matching to address index mismatches while parsing entity labels.
      </p>
    </sec>
    <sec id="sec-5">
      <title>5. Methods</title>
      <p>
        System architecture. Our system is based on spaCy and consists of several deep learning
models using the transition-based framework of [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] CNN and LSTM architectures. In our
      </p>
      <p>Model Name</p>
      <p>Description
SM and LG: Pre-trained, en_core_web_sm (SM) and en_core_web_lg (LG) are English models
prenon-fine-tuned trained on Ontonotes 5, Wordnet 3, etc. difering in size, with pre-trained
components for tokenization, POS tagging, dependency parsing, NER, etc.</p>
      <p>BLK-F: Fine-tuned Blank</p>
      <p>No pre-trained components for tagging, parsing, NER. Converts tokens
to vector embeddings (‘tok2vec’) and entity detecting components.
Finetuned by its components trained with entity names, see section 4.</p>
      <p>DEF-F: Pre-trained, fine- Based on spaCy’s SM model. It is fine-tuned by its components (except
tuned with default ‘ner’ for ‘ner’) re-trained with our custom annotated data.
UPD-F: Pre-trained fine- Based on spaCy’s SM model. Fine-tuned by its ‘ner’ component re-trained
tuned with updated ‘ner’ with custom annotated data.</p>
      <p>
        REP-F: Pre-trained, fine- Based on spaCy’s SM model. Fine-tuned by its ‘ner’ component replaced
tuned with replaced ‘ner’ with a new ‘ner’ component trained on custom annotated data.
DOB-F: Fine-tuned double- Double-ner models: DOB-BLK (BLK-F, SM), DOB-DEF (DEF-F, SM),
DOBner REP (REP-F, SM), DOB-UPD (UPD-F, SM).
custom NER pipeline, we apply transfer learning and use spaCy’s English pre-trained and
blank models to build, fine-tune, and evaluate our custom models. Moreover, we consider the
efects of the ‘catastrophic interference (forgetting)’ problem [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ], and build custom
doublener models with multiple ‘ner’ components. Our system provides a pipeline that computes
inter-annotator agreement and analyzes training and testing data composition details. Table 2
provides description of the models.
      </p>
      <p>We apply non-fine-tuned, pre-trained SM and LG models on gold test data, discovering that
the SM model works better. We then use SM as a baseline to build and fine-tune our custom
models, named here DEF-F, UPD-F, REP-F and DOB-F. Also, we build and fine-tune a blank
model, BLK-F, using it as another basis to build the abovementioned custom models. In the DEF-F
model, we train only non-‘ner’ components to evaluate the potential of fine-tuning, parsing and
tagging components. In the UPD-F model (in contrast to BLK-F), we update the ‘ner’ component
of a pre-trained SM model taking advantage of other pre-trained non-‘ner’ components (tagging,
parsing, etc.) for the additional layer of information and potential performance improvement.
Moreover, the ‘ner’ component of a pre-trained model can already recognize some entities,
which is beneficial if there are overlaps between its built-in entities and our entities in our
training data. To mitigate efects of catastrophic forgetting, we build a REP-F model with a new
ifne-tuned ‘ner’ component that overwrites the SM’s ‘ner’ component and retains other
pretrained features. An alternative approach to this problem involves building a double-ner model
with two separate ‘ner’ components. In this approach, ‘ner’ components of both fine-tuned
models (DEF-F, BLK-F, REP-F, UPD-F) and non-fine-tuned SM co-exist in one pipeline.</p>
      <p>
        Resampling training data. In our annotations, some entity examples and labels are
underrepresented, resulting in a class imbalance problem with potential negative efects on model
performance [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ]. To address this issue, we resample training data by adding copies of instances
from underrepresented classes and labels to our training data. Furthermore, we train and
evaluate every model on both resampled and non-resampled datasets. In future work, we plan
to adjust annotation classes and annotate more labels from minority classes.
      </p>
    </sec>
    <sec id="sec-6">
      <title>6. Evaluation and Results</title>
      <p>
        In this section we look at the performance of diferent models on our diferent datasets.
Performance of NER systems is traditionally evaluated in terms of f1-score, precision and recall
[
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. We compute both individual scores (i.e. precision) for each data segment in gold data and
total weighted scores across all segments. The weighted score is a sum of individual segment
scores multiplied by segment’s weight, proportional to the number of labeled entities in gold
annotations for the segment. Evaluation results are shown in table 3 with the one-component
custom models (BLK-F, UPD-F and REP-F) achieving highest performance.
      </p>
      <p>
        We evaluated spaCy’s pre-trained SM and LG models without customization. For all datasets,
SM outperformed LG possibly due to the overbearing efects of the latter’s embedded feature
vectors [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. SM performed significantly worse than custom models in detecting and classifying
entities of non-Western origin. For example, figure 2 visualizes entities recognized by SM from
a sample of Lorimer’s Gazetteer : although ‘Baghdad’ is classified correctly, ‘Basrah Wilayats’ is
not recognized as a GPE and ‘Walis of Baghdad’ is not detected at all.
      </p>
      <p>As for BLK-F, it performed best on samples from the Bushire dataset, which contains the
majority of tagged entities and worst on Lorimer’s Gazetteer, a dataset relatively
underrepresented in training. This tendency is expected since the blank model has neither a built-in ‘ner’
component nor entity classes and it depends highly on training. Similarly, the blank model
has high entity f-scores for frequently tags (i.e. GPE, PERSON, VESSEL) and low scores for
less common (i.e. QUANTITY, TRIBE) labels. Notably, the model can successfully classify
non-Western entities “Baghdad” or “Basrah Wilayat” as GPE, but it does not detect entities of
CARDINAL, NORP types from built-in models. A conclusion we can make from this is that
depending on the end goal, sometimes such limitations can be mitigated by more training,
resulting in a comparatively high total weighted f-score for the model.</p>
      <p>
        Generally, for samples from datasets underrepresented in training, such as Lorimer’s Gazetteer,
custom pre-trained models with both replaced and updated ‘ner’ components show slightly, but
not significantly, better performance. These cases are the ‘catastrophic forgetting’ problem in
action. Although a nfie-tuned pre-trained model is originally based on SM with a built-in ‘ner’
component, after re-training or replacing this ‘ner’ component, entities that were previously
recognized (e.g. NORP) are no longer recognized or ‘forgotten’ [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ].
      </p>
      <p>
        Our experiments reveal that for detecting entities from datasets underrepresented in training,
combining a custom ‘ner’ component with spaCy’s built-in ‘ner’ component without direct
overwriting is a better option. Due to the limited training of this scenario, leveraging pre-trained
features benetfis performance. However, when applied to datasets well-represented in training,
double-ner models can cause model underfitting [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ], resulting in low f-score performance. For
example, in a sample text from the BPR dataset, custom pre-trained models perform better than
a double-ner model (view Figures 3 and 4), possibly due to a frequent inconsistency between
the classifications of the same entities between the custom and built-in model.
      </p>
      <p>Evaluation scores in table 3 confirm this observation across all datasets. Notably, for
onecomponent custom models where the ‘ner’ component is mostly assembled during training,
precision is higher than recall. This implies that one-component custom models are most likely
to classify any model-recognized entities correctly–particularly useful for our task of detecting
entities of non-Western and historical origin. These models might not detect, however, all
possible true entities. By contrast, double-ner models have higher recall than precision; they
detect all possible true entities more successfully, since the double-ner models leverage already
built-in ‘ner’ components with a more extensive set of tags. However, double-ner models are
less likely to classify detected entities correctly (e.g. the label TITLE as WORK_OF_ART in
ifg 4). For our specific project needs of detecting and correctly classifying custom entities,
custom models perform generally better. However, our experiments indicate that potential
exists to create a more generalized NER system that performs well across all entities, not only
those built-in within spaCy’s list, but also custom entities. This process would require further
ifne-tuning double-ner and enriching both training and testing datasets.</p>
    </sec>
    <sec id="sec-7">
      <title>7. Conclusion and Future work</title>
      <p>In this paper, we developed an extensive blueprint for a custom NER system that outperforms
state-of-the-art built-in spaCy NER models in detecting and classifying NE of a non-Western
linguistic origin. The system includes custom NER models based on a combination of i) built-in
and ii) fine-tuned custom ‘ner’ components. For our initial goal of detecting non-Western,
historical entities, fine-tuned, one-component models perform best. However, it is still possible
to create a generalized custom NER system, extending the NER system to a larger and more
diverse set of historical entities and documents. We plan to apply the NER models to a corpus
of HTR-generated text, rather than the HTR ground truth used for the current project.</p>
      <p>We plan to preprocess datasets to account for historical norms and HTR artefacts in view of
identifying diachronic developments in the transliterated entities across the corpus. Moreover,
the NER system trained on such a rich dataset of entities has the additional value of being
applicable to other historical texts of similar style and origin.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>M.</given-names>
            <surname>Ehrmann</surname>
          </string-name>
          , G. Colavizza,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Rochat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Kaplan</surname>
          </string-name>
          ,
          <source>Diachronic Evaluation of NER Systems on Old Newspapers, in: Proceedings of the 13th Conference on NLP (KONVENS)</source>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>K.</given-names>
            <surname>McDonough</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Moncla</surname>
          </string-name>
          , M. van de Camp,
          <article-title>Named Entity Recognition Goes to Old Regime France: Geographic Text Analysis for Early Modern French Corpora</article-title>
          ,
          <source>International Journal of Geographical Information Science</source>
          <volume>33</volume>
          (
          <year>2019</year>
          )
          <fpage>2498</fpage>
          -
          <lpage>2522</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>J.</given-names>
            <surname>Cliford</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Alex</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. M.</given-names>
            <surname>Coates</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Klein</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Watson</surname>
          </string-name>
          , Geoparsing History:
          <article-title>Locating Commodities in Ten Million Pages of Nineteenth-Century Sources</article-title>
          ,
          <source>Historical Methods: A Journal of Quantitative and Interdisciplinary History</source>
          <volume>49</volume>
          (
          <year>2016</year>
          )
          <fpage>115</fpage>
          -
          <lpage>131</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>M.</given-names>
            <surname>Won</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Murrieta-Flores</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Martins</surname>
          </string-name>
          ,
          <article-title>Ensemble Named Entity Recognition (NER): Evaluating NER Tools in the Identification of Place Names in Historical Corpora</article-title>
          ,
          <source>Frontiers Digital Humanities</source>
          <volume>5</volume>
          (
          <year>2018</year>
          )
          <article-title>2</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>B.</given-names>
            <surname>Batjargal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Khaltarkhuu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Kimura</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Maeda</surname>
          </string-name>
          ,
          <article-title>An Approach to Named Entity Extraction from Historical Documents in Traditional Mongolian Script</article-title>
          , in: IEEE/ACM Joint Conference on Digital Libraries,
          <year>2014</year>
          , pp.
          <fpage>489</fpage>
          -
          <lpage>490</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Qatar</given-names>
            <surname>Digital</surname>
          </string-name>
          <string-name>
            <surname>Library</surname>
          </string-name>
          , The Political Residency, Bushire,
          <year>2014</year>
          . URL: https://www.qdl.qa/en/ political-residency-bushire.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>J. G.</given-names>
            <surname>Lorimer</surname>
          </string-name>
          ,
          <article-title>Gazetteer of the Persian Gulf, Central Arabia</article-title>
          and Oman, Government Printing House, Calcutta,
          <year>1915</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>W. M.</given-names>
            <surname>Duf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. A.</given-names>
            <surname>Johnson</surname>
          </string-name>
          , Accidentally Found on Purpose:
          <article-title>Information-Seeking Behavior of Historians in Archives</article-title>
          ,
          <source>The Library Quarterly</source>
          <volume>72</volume>
          (
          <year>2002</year>
          )
          <fpage>472</fpage>
          -
          <lpage>496</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>N.</given-names>
            <surname>Nagai</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Kimura</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Maeda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Akama</surname>
          </string-name>
          ,
          <article-title>Personal Name Extraction from Japanese Historical Documents Using Machine Learning</article-title>
          ,
          <source>in: International Conference on Culture and Computing</source>
          ,
          <year>2015</year>
          , pp.
          <fpage>207</fpage>
          -
          <lpage>208</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>C.</given-names>
            <surname>Neudecker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Wilms</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W. J.</given-names>
            <surname>Faber</surname>
          </string-name>
          , T. van Veen,
          <article-title>Large-Scale Refinement of Digital Historic Newspapers with Named Entity Recognition</article-title>
          ,
          <source>Proc IFLA Newspapers/GENLOC Pre-Conference Satellite Meeting</source>
          (
          <year>2014</year>
          )
          <fpage>232</fpage>
          -
          <lpage>246</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>B.</given-names>
            <surname>Alex</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Grover</surname>
          </string-name>
          , E. Klein,
          <string-name>
            <given-names>R.</given-names>
            <surname>Tobin</surname>
          </string-name>
          , Digitised Historical Text: Does it Have to be mediOCRe?, in: KONVENS,
          <year>2012</year>
          , pp.
          <fpage>401</fpage>
          -
          <lpage>409</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>A.</given-names>
            <surname>Erdmann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Brown</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Joseph</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Janse</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Ajaka</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Elsner</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.-C. de Marnefe</surname>
          </string-name>
          ,
          <article-title>Challenges and Solutions for Latin Named Entity Recognition</article-title>
          , in: COLING,
          <string-name>
            <surname>ACL</surname>
          </string-name>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>G.</given-names>
            <surname>Lample</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ballesteros</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Subramanian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Kawakami</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Dyer</surname>
          </string-name>
          ,
          <article-title>Neural Architectures for Named Entity Recognition, in: Conference of the North American Chapter of the ACL: Human Language Technologies</article-title>
          ,
          <string-name>
            <surname>ACL</surname>
          </string-name>
          ,
          <year>2016</year>
          , pp.
          <fpage>260</fpage>
          -
          <lpage>270</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>P.</given-names>
            <surname>Qi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Bolton</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. D.</given-names>
            <surname>Manning</surname>
          </string-name>
          , Stanza:
          <string-name>
            <given-names>A Python</given-names>
            <surname>Natural Language Processing</surname>
          </string-name>
          <article-title>Toolkit for Many Human Languages, in: Proceedings of the 58th Annual Meeting of the ACL: System Demonstrations</article-title>
          ,
          <string-name>
            <surname>ACL</surname>
          </string-name>
          ,
          <year>2020</year>
          , pp.
          <fpage>101</fpage>
          -
          <lpage>108</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>N.</given-names>
            <surname>Fuccaro</surname>
          </string-name>
          , ”
          <article-title>Knowledge at the Service of the British Empire: The Gazetteer of the Persian Gulf, Oman and Central Arabia”</article-title>
          , volume
          <volume>22</volume>
          , Swedish Research Institute in Istanbul, Transactions,
          <year>2015</year>
          , pp.
          <fpage>17</fpage>
          -
          <lpage>34</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>B.</given-names>
            <surname>Thompson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Gwinnup</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Khayrallah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Duh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Koehn</surname>
          </string-name>
          ,
          <source>Overcoming Catastrophic Forgetting During Domain Adaptation of Neural Machine Translation, in: Conference of the North American Chapter of the ACL: Human Language Technologies</source>
          , volume
          <volume>1</volume>
          , ACL,
          <year>2019</year>
          , pp.
          <fpage>2062</fpage>
          -
          <lpage>2068</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>S.</given-names>
            <surname>Longpre</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Tu</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.</surname>
          </string-name>
          <article-title>DuBois, An Exploration of Data Augmentation and Sampling Techniques for Domain-Agnostic Question Answering</article-title>
          , in: the Second Workshop on Machine Reading for Question Answering,
          <string-name>
            <surname>ACL</surname>
          </string-name>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Spacy</surname>
          </string-name>
          .io,
          <source>English spaCy models documentation</source>
          ,
          <year>2021</year>
          . URL: https://spacy.io/models/en.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>J.</given-names>
            <surname>Kirkpatrick</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Pascanu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Rabinowitz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Veness</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Desjardins</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. A.</given-names>
            <surname>Rusu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Milan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Quan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Ramalho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Grabska-Barwinska</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Hassabis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Clopath</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Kumaran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Hadsell</surname>
          </string-name>
          ,
          <article-title>Overcoming Catastrophic Forgetting in Neural Networks</article-title>
          ,
          <source>in: Proceedings of the National Academy of Sciences</source>
          , volume
          <volume>114</volume>
          ,
          <year>2017</year>
          , pp.
          <fpage>3521</fpage>
          -
          <lpage>3526</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>R.</given-names>
            <surname>Wolfe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Caliskan</surname>
          </string-name>
          ,
          <source>Low Frequency Names Exhibit Bias and Overfitting in Contextualizing Language Models</source>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>