Detect and Classify -- Joint Span Detection and Classification for Health Outcomes
Michael Abaho, Danushka Bollegala, Paula Williamson, Susanna Dodd

TL;DR
This paper introduces a joint model that simultaneously detects health outcome spans and classifies their types from text, leveraging both word and sentence-level context to improve over previous decoupled approaches.
Contribution
The proposed method integrates span detection and classification into a single model using label attention and contextual information, addressing limitations of prior separate approaches.
Findings
Outperforms decoupled methods on benchmark datasets
Uses label attention for better weighting of information
Achieves competitive results in health outcome detection
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Text Analysis Techniques
