CLMar 11, 2021

Does the Magic of BERT Apply to Medical Code Assignment? A Quantitative Study

arXiv:2103.06511v287 citations
AI Analysis

This work addresses the problem of efficient medical code prediction for healthcare applications, but it is incremental as it compares existing methods rather than introducing a new paradigm.

The paper investigates whether pretrained language models like BERT improve medical code assignment from clinical notes without architectural modifications, finding that a well-trained classical CNN outperforms attention-based models on a MIMIC-III subset with frequent codes.

Unsupervised pretraining is an integral part of many natural language processing systems, and transfer learning with language models has achieved remarkable results in many downstream tasks. In the clinical application of medical code assignment, diagnosis and procedure codes are inferred from lengthy clinical notes such as hospital discharge summaries. However, it is not clear if pretrained models are useful for medical code prediction without further architecture engineering. This paper conducts a comprehensive quantitative analysis of various contextualized language models' performance, pretrained in different domains, for medical code assignment from clinical notes. We propose a hierarchical fine-tuning architecture to capture interactions between distant words and adopt label-wise attention to exploit label information. Contrary to current trends, we demonstrate that a carefully trained classical CNN outperforms attention-based models on a MIMIC-III subset with frequent codes. Our empirical findings suggest directions for improving the medical code assignment application.

Foundations

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

Your Notes