CLAIOct 5, 2022

Token Classification for Disambiguating Medical Abbreviations

arXiv:2210.02487v1h-index: 17
AI Analysis

This addresses the challenge of interpreting ambiguous abbreviations in medical texts, which is crucial for healthcare professionals, but it is incremental as it builds on existing transformer models.

The study tackled the problem of disambiguating medical abbreviations with multiple senses by proposing a token classification approach, which outperformed text classification models, with SciBERT showing strong performance across two public datasets.

Abbreviations are unavoidable yet critical parts of the medical text. Using abbreviations, especially in clinical patient notes, can save time and space, protect sensitive information, and help avoid repetitions. However, most abbreviations might have multiple senses, and the lack of a standardized mapping system makes disambiguating abbreviations a difficult and time-consuming task. The main objective of this study is to examine the feasibility of token classification methods for medical abbreviation disambiguation. Specifically, we explore the capability of token classification methods to deal with multiple unique abbreviations in a single text. We use two public datasets to compare and contrast the performance of several transformer models pre-trained on different scientific and medical corpora. Our proposed token classification approach outperforms the more commonly used text classification models for the abbreviation disambiguation task. In particular, the SciBERT model shows a strong performance for both token and text classification tasks over the two considered datasets. Furthermore, we find that abbreviation disambiguation performance for the text classification models becomes comparable to that of token classification only when postprocessing is applied to their predictions, which involves filtering possible labels for an abbreviation based on the training data.

Foundations

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

Your Notes