LGMLSep 8, 2020

High-throughput relation extraction algorithm development associating knowledge articles and electronic health records

arXiv:2009.03506v15 citations
Originality Incremental advance
AI Analysis

This work addresses the need for scalable medical knowledge graph construction in healthcare AI, though it is incremental as it builds on existing methods like pretrained language models and EHR embeddings.

The paper tackles the bottleneck of expert annotation in medical relation extraction by introducing Hi-RES, a framework that combines knowledge articles with electronic health records (EHRs) to develop classification algorithms, achieving accuracy improvements of 10-17 percentage points, with results up to 0.947 and 0.998 for disorder-disorder and disorder-location relations.

Objective: Medical relations are the core components of medical knowledge graphs that are needed for healthcare artificial intelligence. However, the requirement of expert annotation by conventional algorithm development processes creates a major bottleneck for mining new relations. In this paper, we present Hi-RES, a framework for high-throughput relation extraction algorithm development. We also show that combining knowledge articles with electronic health records (EHRs) significantly increases the classification accuracy. Methods: We use relation triplets obtained from structured databases and semistructured webpages to label sentences from target corpora as positive training samples. Two methods are also provided for creating improved negative samples by combining positive samples with naïve negative samples. We propose a common model that summarizes sentence information using large-scale pretrained language models and multi-instance attention, which then joins with the concept embeddings trained from the EHRs for relation prediction. Results: We apply the Hi-RES framework to develop classification algorithms for disorder-disorder relations and disorder-location relations. Millions of sentences are created as training data. Using pretrained language models and EHR-based embeddings individually provides considerable accuracy increases over those of previous models. Joining them together further tremendously increases the accuracy to 0.947 and 0.998 for the two sets of relations, respectively, which are 10-17 percentage points higher than those of previous models. Conclusion: Hi-RES is an efficient framework for achieving high-throughput and accurate relation extraction algorithm development.

Foundations

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

Your Notes