# An Analysis of Attention over Clinical Notes for Predictive Tasks

**Authors:** Sarthak Jain, Ramin Mohammadi, Byron C. Wallace

arXiv: 1904.03244 · 2019-04-09

## TL;DR

This paper investigates the use of attention mechanisms in neural models analyzing clinical notes within electronic medical records, aiming to improve predictive performance and interpretability, but finds mixed results regarding their explanatory value.

## Contribution

It demonstrates that attention mechanisms are essential for neural models to achieve competitive performance on EMR tasks, but their interpretability benefits are uncertain.

## Key findings

- Attention improves neural model performance on EMR tasks.
- Interpretability of attention in clinical notes remains unclear.
- Attention mechanisms are critical for effective neural encoding of notes.

## Abstract

The shift to electronic medical records (EMRs) has engendered research into machine learning and natural language technologies to analyze patient records, and to predict from these clinical outcomes of interest. Two observations motivate our aims here. First, unstructured notes contained within EMR often contain key information, and hence should be exploited by models. Second, while strong predictive performance is important, interpretability of models is perhaps equally so for applications in this domain. Together, these points suggest that neural models for EMR may benefit from incorporation of attention over notes, which one may hope will both yield performance gains and afford transparency in predictions. In this work we perform experiments to explore this question using two EMR corpora and four different predictive tasks, that: (i) inclusion of attention mechanisms is critical for neural encoder modules that operate over notes fields in order to yield competitive performance, but, (ii) unfortunately, while these boost predictive performance, it is decidedly less clear whether they provide meaningful support for predictions.

## Figures

40 figures with captions in the complete paper: https://tomesphere.com/paper/1904.03244/full.md

---
Source: https://tomesphere.com/paper/1904.03244