TL;DR
This paper introduces HiLAT, a hierarchical label-wise attention Transformer model that improves explainable ICD coding from clinical texts, outperforming previous models on MIMIC-III data with enhanced interpretability.
Contribution
The paper presents a novel hierarchical label-wise attention mechanism integrated with Transformers for explainable ICD coding, along with a new pretrained ClinicalplusXLNet model for better performance.
Findings
HiLAT+ClinicalplusXLNet achieves higher F1 scores than previous models.
Attention visualizations aid in explainability of ICD code predictions.
Model performs well on top-50 ICD-9 codes from MIMIC-III.
Abstract
International Classification of Diseases (ICD) coding plays an important role in systematically classifying morbidity and mortality data. In this study, we propose a hierarchical label-wise attention Transformer model (HiLAT) for the explainable prediction of ICD codes from clinical documents. HiLAT firstly fine-tunes a pretrained Transformer model to represent the tokens of clinical documents. We subsequently employ a two-level hierarchical label-wise attention mechanism that creates label-specific document representations. These representations are in turn used by a feed-forward neural network to predict whether a specific ICD code is assigned to the input clinical document of interest. We evaluate HiLAT using hospital discharge summaries and their corresponding ICD-9 codes from the MIMIC-III database. To investigate the performance of different types of Transformer models, we develop…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Byte Pair Encoding · Position-Wise Feed-Forward Layer · Dense Connections · Softmax · Label Smoothing · Dropout · Adam
