Abstract
Extracting biographical information from online documents is a popular research topic among the information extraction (IE) community. Various natural language processing (NLP) techniques such as text classification, text summarisation and relation extraction are commonly used to achieve this. Among these techniques, RE is the most common since it can be directly used to build biographical knowledge graphs. RE is usually framed as a supervised machine learning (ML) problem, where ML models are trained on annotated datasets. However, there are few annotated datasets for RE since the annotation process can be costly and time-consuming. To address this, we developedBiographical, the first semi-supervised dataset for RE. The dataset, which is aimed towards digital humanities (DH) and historical research, is automatically compiled by aligning sentences from Wikipedia articles with matching structured data from sources including Pantheon and Wikidata. By exploiting the structure of Wikipedia articles and robust named entity recognition (NER), we match information with relatively high precision in order to compile annotated relation pairs for ten different relations that are important in the DH domain. Furthermore, we demonstrate the effectiveness of the dataset by training a state-of-the-art neural model to classify relation pairs, and evaluate it on a manually annotated gold standard set.Biographical is primarily aimed at training neural models for RE within the domain of digital humanities and history, but as we discuss at the end of this paper, it can be useful for other purposes as well.
Original language | English |
---|---|
Title of host publication | SIGIR 2022 - Proceedings of the 45th International ACM SIGIR Conference on Research and Development in Information Retrieval |
Publisher | ACM |
Pages | 3121-3130 |
ISBN (Electronic) | 9781450387323 |
DOIs | |
Publication status | Published - 7 Jul 2022 |
Event | 45th International ACM SIGIR Conference on Research and Development in Information Retrieval - Madrid, Spain Duration: 11 Jul 2022 → 15 Jul 2022 |
Conference
Conference | 45th International ACM SIGIR Conference on Research and Development in Information Retrieval |
---|---|
Abbreviated title | SIGIR '22 |
Country/Territory | Spain |
City | Madrid |
Period | 11/07/22 → 15/07/22 |
Bibliographical note
Copyright © 2022, Association for Computing Machinery. Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. Copyrights for components of this work owned by others than ACM must be honored. Abstracting with credit is permitted. To copy otherwise, or republish, to post on servers or to redistribute to lists, requires prior specific permission and/or a fee. Request permissions from [email protected].Keywords
- biographical information extraction
- relation extraction
- transformers