CLAILGDec 25, 2021

Deeper Clinical Document Understanding Using Relation Extraction

arXiv:2112.13259v122 citations
Originality Incremental advance
AI Analysis

This work addresses the need for efficient text mining in biomedical literature and clinical records, with incremental improvements in relation extraction for practical applications like knowledge graph construction and clinical coding.

The paper tackles the problem of extracting semantic relations from biomedical and clinical text by proposing a framework with two new relation extraction models, achieving new state-of-the-art F1 scores on multiple public benchmarks, such as 73.6 on the 2012 i2b2 Clinical Temporal Relations challenge and 87.9 on the 2019 Phenotype-Gene Relations dataset.

The surging amount of biomedical literature & digital clinical records presents a growing need for text mining techniques that can not only identify but also semantically relate entities in unstructured data. In this paper we propose a text mining framework comprising of Named Entity Recognition (NER) and Relation Extraction (RE) models, which expands on previous work in three main ways. First, we introduce two new RE model architectures -- an accuracy-optimized one based on BioBERT and a speed-optimized one utilizing crafted features over a Fully Connected Neural Network (FCNN). Second, we evaluate both models on public benchmark datasets and obtain new state-of-the-art F1 scores on the 2012 i2b2 Clinical Temporal Relations challenge (F1 of 73.6, +1.2% over the previous SOTA), the 2010 i2b2 Clinical Relations challenge (F1 of 69.1, +1.2%), the 2019 Phenotype-Gene Relations dataset (F1 of 87.9, +8.5%), the 2012 Adverse Drug Events Drug-Reaction dataset (F1 of 90.0, +6.3%), and the 2018 n2c2 Posology Relations dataset (F1 of 96.7, +0.6%). Third, we show two practical applications of this framework -- for building a biomedical knowledge graph and for improving the accuracy of mapping entities to clinical codes. The system is built using the Spark NLP library which provides a production-grade, natively scalable, hardware-optimized, trainable & tunable NLP framework.

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