TL;DR
This paper introduces an attention-based convolutional neural network that predicts medical codes from clinical notes, improving accuracy and interpretability over previous methods by highlighting relevant text segments for each diagnosis.
Contribution
The authors develop a novel neural network model with an attention mechanism that enhances medical code prediction accuracy and provides interpretable explanations for each code assignment.
Findings
Achieved precision@8 of 0.71 and Micro-F1 of 0.54, surpassing prior state-of-the-art.
Attention mechanism identifies meaningful text segments linked to specific codes.
Physician evaluation confirms the interpretability of the model's explanations.
Abstract
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 intensive and error prone; furthermore, the connection between the codes and the text is not annotated, obscuring the reasons and details behind specific diagnoses and treatments. We present an attentional convolutional network that predicts medical codes from clinical text. Our method aggregates information across the document using a convolutional neural network, and uses an attention mechanism to select the most relevant segments for each of the thousands of possible codes. The method is accurate, achieving precision@8 of 0.71 and a Micro-F1 of 0.54, which are both better than the prior state of the art. Furthermore, through an interpretability evaluation by a…
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
MethodsInterpretability
