# Enhancing Clinical Concept Extraction with Contextual Embeddings

**Authors:** Yuqi Si, Jingqi Wang, Hua Xu, Kirk Roberts

arXiv: 1902.08691 · 2019-08-15

## TL;DR

This paper demonstrates that contextual embeddings like ELMo and BERT, especially when trained on clinical data, significantly improve clinical concept extraction performance over traditional methods, setting new state-of-the-art results.

## Contribution

It systematically compares traditional and contextual embeddings for clinical concept extraction and introduces an intuitive method to interpret semantic information in contextual embeddings.

## Key findings

- Contextual embeddings outperform traditional methods in clinical concept extraction.
- Pre-training on clinical corpora enhances embedding effectiveness.
- Achieved new state-of-the-art F1 scores on multiple datasets.

## Abstract

Neural network-based representations ("embeddings") have dramatically advanced natural language processing (NLP) tasks, including clinical NLP tasks such as concept extraction. Recently, however, more advanced embedding methods and representations (e.g., ELMo, BERT) have further pushed the state-of-the-art in NLP, yet there are no common best practices for how to integrate these representations into clinical tasks. The purpose of this study, then, is to explore the space of possible options in utilizing these new models for clinical concept extraction, including comparing these to traditional word embedding methods (word2vec, GloVe, fastText). Both off-the-shelf open-domain embeddings and pre-trained clinical embeddings from MIMIC-III are evaluated. We explore a battery of embedding methods consisting of traditional word embeddings and contextual embeddings, and compare these on four concept extraction corpora: i2b2 2010, i2b2 2012, SemEval 2014, and SemEval 2015. We also analyze the impact of the pre-training time of a large language model like ELMo or BERT on the extraction performance. Last, we present an intuitive way to understand the semantic information encoded by contextual embeddings. Contextual embeddings pre-trained on a large clinical corpus achieves new state-of-the-art performances across all concept extraction tasks. The best-performing model outperforms all state-of-the-art methods with respective F1-measures of 90.25, 93.18 (partial), 80.74, and 81.65. We demonstrate the potential of contextual embeddings through the state-of-the-art performance these methods achieve on clinical concept extraction. Additionally, we demonstrate contextual embeddings encode valuable semantic information not accounted for in traditional word representations.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.08691/full.md

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1902.08691/full.md

## References

49 references — full list in the complete paper: https://tomesphere.com/paper/1902.08691/full.md

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