Quantitative Information Extraction from Humanitarian Documents
Daniele Liberatore, Kyriaki Kalimeri, Derya Sever, Yelena Mejova
TL;DR
The paper tackles the challenge of rapidly extracting quantitative information from humanitarian documents to support crisis response and anticipatory action. It introduces a richly annotated dataset of 755 English humanitarian excerpts with a six-label schema (Number, Unit, Modifier, EventP, EventA, EventO) and a multistage NLP pipeline that detects numbers, links them to units and modifiers, and anchors them to events. The approach shows consistent improvements over baselines such as SpaCy and the Comprehensive Quantity Extractor, with particularly strong gains in shelter and WASH domains and across diverse geographic contexts. This work provides open data and code, enabling reproducibility and serving as a foundation for data-driven humanitarian decision-making and integration with spatial-temporal analyses and predictive models.
Abstract
Humanitarian action is accompanied by a mass of reports, summaries, news, and other documents. To guide its activities, important information must be quickly extracted from such free-text resources. Quantities, such as the number of people affected, amount of aid distributed, or the extent of infrastructure damage, are central to emergency response and anticipatory action. In this work, we contribute an annotated dataset for the humanitarian domain for the extraction of such quantitative information, along side its important context, including units it refers to, any modifiers, and the relevant event. Further, we develop a custom Natural Language Processing pipeline to extract the quantities alongside their units, and evaluate it in comparison to baseline and recent literature. The proposed model achieves a consistent improvement in the performance, especially in the documents pertaining to the Dominican Republic and select African countries. We make the dataset and code available to the research community to continue the improvement of NLP tools for the humanitarian domain.
