Extracting Victim Counts from Text
Decision-makers in the humanitarian sector rely on timely and exact information during crisis events. Knowing how many civilians were injured during an earthquake is vital to allocate aids properly. Information about such victim counts is often only available within full-text event descriptions from newspapers and other reports. Extracting numbers from text is challenging: numbers have different formats and may require numeric reasoning. This renders purely string matching-based approaches insufficient. As a consequence, fine-grained counts of injured, displaced, or abused victims beyond fatalities are often not extracted and remain unseen. We cast victim count extraction as a question answering (QA) task with a regression or classification objective. We compare regex, dependency parsing, semantic role labeling-based approaches, and advanced text-to-text models. Beyond model accuracy, we analyze extraction reliability and robustness which are key for this sensitive task. In particular, we discuss model calibration and investigate few-shot and out-of-distribution performance. Ultimately, we make a comprehensive recommendation on which model to select for different desiderata and data domains. Our work is among the first to apply numeracy-focused large language models in a real-world use case with a positive impact.
Code (1)
Tasks
Dependency ParsingHumanitarianQuestion AnsweringSemantic Role LabelingSimilar Papers 제목 키워드 기반
The Thieves on Sesame Street are Polyglots - Extracting Multilingual Models from Monolingual APIs
Pre-training in natural language processing makes it easier for an adversary with only query access to a victim model to reconstruct a local copy of the victim by training with gibberish input data paired with the victim…
Linear Jamming Bandits: Sample-Efficient Learning for Non-Coherent Digital Jamming
It has been shown (Amuru et al. 2015) that online learning algorithms can be effectively used to select optimal physical layer parameters for jamming against digital modulation schemes without a priori knowledge of the v…
SemEval-2021 Task 8: MeasEval -- Extracting Counts and Measurements and their Related Contexts
We describe MeasEval, a SemEval task of extracting counts, measurements, and related context from scientific documents, which is of significant importance to the creation of Knowledge Graphs that distill information from…
Knowledge Base ConstructionKnowledge GraphsHigh Accuracy and High Fidelity Extraction of Neural Networks
In a model extraction attack, an adversary steals a copy of a remotely deployed machine learning model, given oracle prediction access. We taxonomize model extraction attacks around two objectives: *accuracy*, i.e., perf…
Model extractionVocal Bursts Intensity PredictionExtracting Person Names from User Generated Text: Named-Entity Recognition for Combating Human Trafficking
Online escort advertisement websites are widely used for advertising victims of human trafficking. Domain experts agree that advertising multiple people in the same ad is a strong indicator of trafficking. Thus, extracti…
Language ModelingLanguage Modellingnamed-entity-recognitionNamed Entity Recognition+2