Explainable Automated Coding of Clinical Notes using Hierarchical Label-wise Attention Networks and Label Embedding Initialisation

29 Oct 2020  ยท  Hang Dong, Vรญctor Suรกrez-Paniagua, William Whiteley, Honghan Wu ยท

Diagnostic or procedural coding of clinical notes aims to derive a coded summary of disease-related information about patients. Such coding is usually done manually in hospitals but could potentially be automated to improve the efficiency and accuracy of medical coding. Recent studies on deep learning for automated medical coding achieved promising performances. However, the explainability of these models is usually poor, preventing them to be used confidently in supporting clinical practice. Another limitation is that these models mostly assume independence among labels, ignoring the complex correlation among medical codes which can potentially be exploited to improve the performance. We propose a Hierarchical Label-wise Attention Network (HLAN), which aimed to interpret the model by quantifying importance (as attention weights) of words and sentences related to each of the labels. Secondly, we propose to enhance the major deep learning models with a label embedding (LE) initialisation approach, which learns a dense, continuous vector representation and then injects the representation into the final layers and the label-wise attention layers in the models. We evaluated the methods using three settings on the MIMIC-III discharge summaries: full codes, top-50 codes, and the UK NHS COVID-19 shielding codes. Experiments were conducted to compare HLAN and LE initialisation to the state-of-the-art neural network based methods. HLAN achieved the best Micro-level AUC and $F_1$ on the top-50 code prediction and comparable results on the NHS COVID-19 shielding code prediction to other models. By highlighting the most salient words and sentences for each label, HLAN showed more meaningful and comprehensive model interpretation compared to its downgraded baselines and the CNN-based models. LE initialisation consistently boosted most deep learning models for automated medical coding.

PDF Abstract

Datasets


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Multi-Label Text Classification MIMIC-III HLAN AUC 0.919 # 1
Macro F1 57.1 # 1
P@5 62.5 # 1
Macro Precision 65 # 1
Macro Recall 51 # 1
Micro Precision 72.9 # 1
Micro Recall 57.3 # 1
Multi-Label Text Classification MIMIC-III HAN Micro-F1 40.7 # 1
Medical Code Prediction MIMIC-III HAN Macro-AUC 88.5 # 11
Micro-AUC 98.1 # 11
Macro-F1 3.6 # 14
Micro-F1 40.7 # 15
Precision@8 61.4 # 12
Multi-Label Text Classification MIMIC-III-50 HLAN Micro-F1 64.1 # 2

Methods


No methods listed for this paper. Add relevant methods here