CLMay 5, 2021

Rare Disease Identification from Clinical Notes with Ontologies and Weak Supervision

arXiv:2105.01995v318 citations
Originality Incremental advance
AI Analysis

This addresses the problem of rare disease identification for healthcare and NLP researchers, but it is incremental as it builds on existing tools and ontologies.

The paper tackled the challenge of identifying rare diseases from clinical notes by proposing a method using ontologies and weak supervision, showing that the Text-to-UMLS process improved without expert annotations and surfaced rare disease cases mostly uncaptured in manual ICD codes.

The identification of rare diseases from clinical notes with Natural Language Processing (NLP) is challenging due to the few cases available for machine learning and the need of data annotation from clinical experts. We propose a method using ontologies and weak supervision. The approach includes two steps: (i) Text-to-UMLS, linking text mentions to concepts in Unified Medical Language System (UMLS), with a named entity linking tool (e.g. SemEHR) and weak supervision based on customised rules and Bidirectional Encoder Representations from Transformers (BERT) based contextual representations, and (ii) UMLS-to-ORDO, matching UMLS concepts to rare diseases in Orphanet Rare Disease Ontology (ORDO). Using MIMIC-III US intensive care discharge summaries as a case study, we show that the Text-to-UMLS process can be greatly improved with weak supervision, without any annotated data from domain experts. Our analysis shows that the overall pipeline processing discharge summaries can surface rare disease cases, which are mostly uncaptured in manual ICD codes of the hospital admissions.

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