CLCYNov 12, 2020

An Interpretable End-to-end Fine-tuning Approach for Long Clinical Text

arXiv:2011.06504v10.31 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of scaling BERT to long clinical notes for applications like decision support and trial matching, offering an incremental improvement over existing methods.

The authors tackled the problem of applying BERT to long clinical text by proposing SnipBERT, a fine-tuning approach that identifies crucial snippets and processes them hierarchically, resulting in significant predictive performance gains across three tasks and improved interpretability.

Unstructured clinical text in EHRs contains crucial information for applications including decision support, trial matching, and retrospective research. Recent work has applied BERT-based models to clinical information extraction and text classification, given these models' state-of-the-art performance in other NLP domains. However, BERT is difficult to apply to clinical notes because it doesn't scale well to long sequences of text. In this work, we propose a novel fine-tuning approach called SnipBERT. Instead of using entire notes, SnipBERT identifies crucial snippets and then feeds them into a truncated BERT-based model in a hierarchical manner. Empirically, SnipBERT not only has significant predictive performance gain across three tasks but also provides improved interpretability, as the model can identify key pieces of text that led to its prediction.

Foundations

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

Your Notes