paper-with-me

Papers

An Explainable CNN Approach for Medical Codes Prediction from Clinical Text

2021-01-14 · Shu Yuan Hu, Fei Teng

Method: We develop CNN-based methods for automatic ICD coding based on clinical text from intensive care unit (ICU) stays. We come up with the Shallow and Wide Attention convolutional Mechanism (SWAM), which allows our model to learn local and low-level features for each label. The key idea behind our model design is to look for the presence of informative snippets in the clinical text that correlated with each code, and we infer that there exists a correspondence between "informative snippet" and convolution filter. Results: We evaluate our approach on MIMIC-III, an open-access dataset of ICU medical records. Our approach substantially outperforms previous results on top-50 medical code prediction on MIMIC-III dataset. We attribute this improvement to SWAM, by which the wide architecture gives the model ability to more extensively learn the unique features of different codes, and we prove it by ablation experiment. Besides, we perform manual analysis of the performance imbalance between different codes, and preliminary conclude the characteristics that determine the difficulty of learning specific codes. Conclusions: We present SWAM, an explainable CNN approach for multi-label document classification, which employs a wide convolution layer to learn local and low-level features for each label, yields strong improvements over previous metrics on the ICD-9 code prediction task, while providing satisfactory explanations for its internal mechanics.

📄 PDF Abstract BibTeX arXiv:2101.11430

Code (2)

HeoTaksung/Document-to-Sequence-BERT tf
HeoTaksung/MIMIC-III_CNN_Attention tf

Tasks

AttributeDocument ClassificationMedical Code PredictionMedical Codes Prediction

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Can Current Explainability Help Provide References in Clinical Notes to Support Humans Annotate Medical Codes?

2022-10-28 · Byung-Hak Kim, Zhongfen Deng, Philip S. Yu, Varun Ganapathi

The medical codes prediction problem from clinical notes has received substantial interest in the NLP community, and several recent studies have shown the state-of-the-art (SOTA) code prediction results of full-fledged d…

Knowledge DistillationMedical Code PredictionMedical Codes PredictionPrediction

A Novel Framework Based on Medical Concept Driven Attention for Explainable Medical Code Prediction via External Knowledge

2022-05-01 · Findings (ACL) 2022 5 · Tao Wang, Linhai Zhang, Chenchen Ye, Junxi Liu 외

Medical code prediction from clinical notes aims at automatically associating medical codes with the clinical notes. Rare code problem, the medical codes with low occurrences, is prominent in medical code prediction. Rec…

Medical Code PredictionPrediction

A Novel Framework Based on Medical Concept Driven Attention for Explainable Medical Code Prediction via External Knowledge

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Medical code prediction from clinical notes aims at automatically associating medical codes with the clinical notes. Rare code problem, the medical codes with low occurrences, is prominent in medical code prediction. Rec…

Medical Code PredictionPrediction

Explainable Prediction of Medical Codes from Clinical Text

2018-02-15 · NAACL 2018 6 · James Mullenbach, Sarah Wiegreffe, Jon Duke, Jimeng Sun 외

Clinical notes are text documents that are created by clinicians for each patient encounter. They are typically accompanied by medical codes, which describe the diagnosis and treatment. Annotating these codes is labor in…

Medical Code PredictionPrediction

Symphony for Medical Coding: A Next-Generation Agentic System for Scalable and Explainable Medical Coding

2026-03-31 · Joakim Edin, Andreas Motzfeldt, Simon Flachs, Lars Maaløe arxiv

Medical coding translates free-text clinical documentation into standardized codes drawn from classification systems that contain tens of thousands of entries and are updated annually. It is central to billing, clinical …