GNTeam at 2018 n2c2: Feature-augmented BiLSTM-CRF for drug-related entity recognition in hospital discharge summaries
Maksim Belousov, Nikola Milosevic, Ghada Alfattni, Haifa Alrdahi,, Goran Nenadic

TL;DR
This paper presents a deep learning approach using feature-augmented BiLSTM-CRF models for extracting drug-related entities from hospital discharge summaries, achieving high accuracy and demonstrating the benefit of semantic feature augmentation.
Contribution
The work introduces a novel feature-augmented BiLSTM-CRF model for clinical named entity recognition, showing that semantic feature augmentation improves performance over standard embeddings.
Findings
Achieved an F1-score of 92.67% in entity extraction.
Semantic feature augmentation boosts precision in drug-related entity recognition.
Pre-trained domain-specific embeddings perform well when fine-tuned for the task.
Abstract
Monitoring the administration of drugs and adverse drug reactions are key parts of pharmacovigilance. In this paper, we explore the extraction of drug mentions and drug-related information (reason for taking a drug, route, frequency, dosage, strength, form, duration, and adverse events) from hospital discharge summaries through deep learning that relies on various representations for clinical named entity recognition. This work was officially part of the 2018 n2c2 shared task, and we use the data supplied as part of the task. We developed two deep learning architecture based on recurrent neural networks and pre-trained language models. We also explore the effect of augmenting word representations with semantic features for clinical named entity recognition. Our feature-augmented BiLSTM-CRF model performed with F1-score of 92.67% and ranked 4th for entity extraction sub-task among…
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 · Biomedical Text Mining and Ontologies · Pharmacovigilance and Adverse Drug Reactions
MethodsConditional Random Field
