CLLGSep 21, 2021

NADE: A Benchmark for Robust Adverse Drug Events Extraction in Face of Negations

arXiv:2109.10080v2661 citations
Originality Synthesis-oriented
AI Analysis

This addresses a robustness issue in ADE extraction for medical NLP applications, but it is incremental as it builds on existing models and datasets.

The paper tackled the problem of adverse drug event extraction models being fragile to negation in social media texts, and showed that two strategies—a pipeline approach with negation detection and dataset augmentation with negated samples—significantly improved performance by reducing spurious entity predictions.

Adverse Drug Event (ADE) extraction models can rapidly examine large collections of social media texts, detecting mentions of drug-related adverse reactions and trigger medical investigations. However, despite the recent advances in NLP, it is currently unknown if such models are robust in face of negation, which is pervasive across language varieties. In this paper we evaluate three state-of-the-art systems, showing their fragility against negation, and then we introduce two possible strategies to increase the robustness of these models: a pipeline approach, relying on a specific component for negation detection; an augmentation of an ADE extraction dataset to artificially create negated samples and further train the models. We show that both strategies bring significant increases in performance, lowering the number of spurious entities predicted by the models. Our dataset and code will be publicly released to encourage research on the topic.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes