paper-with-me

Papers

Extracting Victim Counts from Text

2023-02-23 · Mian Zhong, Shehzaad Dhuliawala, Niklas Stoehr

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.

📄 PDF Abstract BibTeX arXiv:2302.12367

Code (1)

mianzg/victim_counts 공식 구현 pytorch

Tasks

Dependency ParsingHumanitarianQuestion AnsweringSemantic Role Labeling

Similar Papers 제목 키워드 기반

The Thieves on Sesame Street are Polyglots - Extracting Multilingual Models from Monolingual APIs

2020-11-01 · EMNLP 2020 11 · Nitish Shirish Keskar, Bryan McCann, Caiming Xiong, Richard Socher

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

2022-07-05 · Charles E. Thornton, R. Michael Buehrer

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

2021-08-01 · SEMEVAL 2021 · Corey Harper, Jessica Cox, Curt Kohler, Antony Scerri 외

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 Graphs

High Accuracy and High Fidelity Extraction of Neural Networks

2019-09-03 · Matthew Jagielski, Nicholas Carlini, David Berthelot, Alex Kurakin 외

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 Prediction

Extracting Person Names from User Generated Text: Named-Entity Recognition for Combating Human Trafficking

2022-05-01 · Findings (ACL) 2022 5 · Yifei Li, Pratheeksha Nair, Kellin Pelrine, Reihaneh Rabbany

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