CLAIJun 7, 2018

Embedding Transfer for Low-Resource Medical Named Entity Recognition: A Case Study on Patient Mobility

arXiv:1806.02814v11095 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the under-studied area of patient mobility extraction in medical NLP, which is incremental as it applies existing NER techniques to a new domain-specific dataset.

The study tackled the problem of extracting patient mobility descriptions from electronic health records by framing it as a named entity recognition task, finding that domain-adapted word embeddings in a recurrent neural network system improved precision and recall compared to out-of-domain embeddings.

Functioning is gaining recognition as an important indicator of global health, but remains under-studied in medical natural language processing research. We present the first analysis of automatically extracting descriptions of patient mobility, using a recently-developed dataset of free text electronic health records. We frame the task as a named entity recognition (NER) problem, and investigate the applicability of NER techniques to mobility extraction. As text corpora focused on patient functioning are scarce, we explore domain adaptation of word embeddings for use in a recurrent neural network NER system. We find that embeddings trained on a small in-domain corpus perform nearly as well as those learned from large out-of-domain corpora, and that domain adaptation techniques yield additional improvements in both precision and recall. Our analysis identifies several significant challenges in extracting descriptions of patient mobility, including the length and complexity of annotated entities and high linguistic variability in mobility descriptions.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes