CLOct 12, 2022

Developing a general-purpose clinical language inference model from a large corpus of clinical notes

arXiv:2210.06566v115 citationsh-index: 99
Originality Incremental advance
AI Analysis

This work addresses the need for more accurate clinical language models for healthcare applications, though it is incremental as it builds on existing methods with domain-specific data.

The researchers tackled the problem of clinical language inference by training a BERT model on a large, domain-specific corpus of 75 million clinical notes, achieving performance on par with existing models on public benchmarks and significantly better results on in-house tasks like diagnostic code assignment and therapeutic class inference.

Several biomedical language models have already been developed for clinical language inference. However, these models typically utilize general vocabularies and are trained on relatively small clinical corpora. We sought to evaluate the impact of using a domain-specific vocabulary and a large clinical training corpus on the performance of these language models in clinical language inference. We trained a Bidirectional Encoder Decoder from Transformers (BERT) model using a diverse, deidentified corpus of 75 million deidentified clinical notes authored at the University of California, San Francisco (UCSF). We evaluated this model on several clinical language inference benchmark tasks: clinical and temporal concept recognition, relation extraction and medical language inference. We also evaluated our model on two tasks using discharge summaries from UCSF: diagnostic code assignment and therapeutic class inference. Our model performs at par with the best publicly available biomedical language models of comparable sizes on the public benchmark tasks, and is significantly better than these models in a within-system evaluation on the two tasks using UCSF data. The use of in-domain vocabulary appears to improve the encoding of longer documents. The use of large clinical corpora appears to enhance document encoding and inferential accuracy. However, further research is needed to improve abbreviation resolution, and numerical, temporal, and implicitly causal inference.

Foundations

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

Your Notes