CLOct 12, 2022

MedJEx: A Medical Jargon Extraction Model with Wiki's Hyperlink Span and Contextualized Masked Language Model Score

arXiv:2210.05875v1300 citationsh-index: 44
Originality Incremental advance
AI Analysis

This work addresses the challenge of patient comprehension in healthcare by extracting jargon from EHR notes, though it is incremental as it builds on existing NLP methods with novel data and scoring techniques.

The paper tackled the problem of identifying medical jargon in electronic health records that may be difficult for patients to understand, by introducing a new dataset (MedJ) and a model (MedJEx) that outperformed existing state-of-the-art NLP models and improved performance on six out of eight biomedical named entity recognition benchmarks.

This paper proposes a new natural language processing (NLP) application for identifying medical jargon terms potentially difficult for patients to comprehend from electronic health record (EHR) notes. We first present a novel and publicly available dataset with expert-annotated medical jargon terms from 18K+ EHR note sentences ($MedJ$). Then, we introduce a novel medical jargon extraction ($MedJEx$) model which has been shown to outperform existing state-of-the-art NLP models. First, MedJEx improved the overall performance when it was trained on an auxiliary Wikipedia hyperlink span dataset, where hyperlink spans provide additional Wikipedia articles to explain the spans (or terms), and then fine-tuned on the annotated MedJ data. Secondly, we found that a contextualized masked language model score was beneficial for detecting domain-specific unfamiliar jargon terms. Moreover, our results show that training on the auxiliary Wikipedia hyperlink span datasets improved six out of eight biomedical named entity recognition benchmark datasets. Both MedJ and MedJEx are publicly available.

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