CLAILGApr 15, 2021

Detect and Classify -- Joint Span Detection and Classification for Health Outcomes

arXiv:2104.07789v2663 citations
Originality Incremental advance
AI Analysis

This work addresses a domain-specific problem in healthcare by improving the efficiency of evidence extraction for decision-making, though it is incremental as it builds on prior sequence labeling and classification methods.

The paper tackles the problem of automatically detecting health outcomes from text by proposing a joint method for span detection and classification, which outperforms decoupled approaches on benchmark datasets.

A health outcome is a measurement or an observation used to capture and assess the effect of a treatment. Automatic detection of health outcomes from text would undoubtedly speed up access to evidence necessary in healthcare decision making. Prior work on outcome detection has modelled this task as either (a) a sequence labelling task, where the goal is to detect which text spans describe health outcomes, or (b) a classification task, where the goal is to classify a text into a pre-defined set of categories depending on an outcome that is mentioned somewhere in that text. However, this decoupling of span detection and classification is problematic from a modelling perspective and ignores global structural correspondences between sentence-level and word-level information present in a given text. To address this, we propose a method that uses both word-level and sentence-level information to simultaneously perform outcome span detection and outcome type classification. In addition to injecting contextual information to hidden vectors, we use label attention to appropriately weight both word and sentence level information. Experimental results on several benchmark datasets for health outcome detection show that our proposed method consistently outperforms decoupled methods, reporting competitive results.

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