CLAILGOct 20, 2020

UmlsBERT: Clinical Domain Knowledge Augmentation of Contextual Embeddings Using the Unified Medical Language System Metathesaurus

arXiv:2010.10391v5746 citations
Originality Incremental advance
AI Analysis

This addresses the need for better clinical NLP tools by incorporating structured medical knowledge, though it is incremental as it builds on existing domain-specific models like BioBERT.

The paper tackled the problem of integrating expert domain knowledge into contextual embeddings for clinical NLP by introducing UmlsBERT, which uses UMLS Metathesaurus to augment pre-training, resulting in outperforming existing models on named-entity recognition and clinical natural language inference tasks.

Contextual word embedding models, such as BioBERT and Bio_ClinicalBERT, have achieved state-of-the-art results in biomedical natural language processing tasks by focusing their pre-training process on domain-specific corpora. However, such models do not take into consideration expert domain knowledge. In this work, we introduced UmlsBERT, a contextual embedding model that integrates domain knowledge during the pre-training process via a novel knowledge augmentation strategy. More specifically, the augmentation on UmlsBERT with the Unified Medical Language System (UMLS) Metathesaurus was performed in two ways: i) connecting words that have the same underlying `concept' in UMLS, and ii) leveraging semantic group knowledge in UMLS to create clinically meaningful input embeddings. By applying these two strategies, UmlsBERT can encode clinical domain knowledge into word embeddings and outperform existing domain-specific models on common named-entity recognition (NER) and clinical natural language inference clinical NLP tasks.

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