ACL 2023findings2 citations

People and Places of Historical Europe: Bootstrapping Annotation Pipeline and a New Corpus of Named Entities in Late Medieval Texts

Vit Novotny, Kristina Luger, Michal Štefánik, Tereza Vrabcova, Ales Horak

Abstract

Although pre-trained named entity recognition (NER) models are highly accurate on modern corpora, they underperform on historical texts due to differences in language OCR errors. In this work, we develop a new NER corpus of 3.6M sentences from late medieval charters written mainly in Czech, Latin, and German.We show that we can start with a list of known historical figures and locations and an unannotated corpus of historical texts, and use information retrieval techniques to automatically bootstrap a NER-annotated corpus. Using our corpus, we train a NER model that achieves entity-level Precision of 72.81–93.98% with 58.14–81.77% Recall on a manually-annotated test dataset. Furthermore, we show that using a weighted loss function helps to combat class imbalance in token classification tasks. To make it easy for others to reproduce and build upon our work, we publicly release our corpus, models, and experimental code.

BibTeX
@inproceedings{novotny-etal-2023-people,
    title = "People and Places of Historical {E}urope: Bootstrapping Annotation Pipeline and a New Corpus of Named Entities in Late Medieval Texts",
    author = "Novotny, Vit  and
      Luger, Kristina  and
      {\v{S}}tef{\'a}nik, Michal  and
      Vrabcova, Tereza  and
      Horak, Ales",
    editor = "Rogers, Anna  and
      Boyd-Graber, Jordan  and
      Okazaki, Naoaki",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2023",
    month = jul,
    year = "2023",
    address = "Toronto, Canada",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2023.findings-acl.887/",
    doi = "10.18653/v1/2023.findings-acl.887",
    pages = "14104--14113"
}