CLOct 8, 2020

Infusing Disease Knowledge into BERT for Health Question Answering, Medical Inference and Disease Name Recognition

arXiv:2010.03746v11008 citations
Originality Incremental advance
AI Analysis

This work addresses the need for better AI models in biomedical and health applications by infusing specific disease knowledge, though it is incremental as it builds on existing BERT variants.

The authors tackled the problem of enhancing pre-trained language models like BERT with disease knowledge to improve performance on health-related tasks such as question answering, medical inference, and disease name recognition. They achieved improvements, such as increasing BioBERT's accuracy from 68.29% to 72.09% on consumer health question answering and set new state-of-the-art results on two datasets.

Knowledge of a disease includes information of various aspects of the disease, such as signs and symptoms, diagnosis and treatment. This disease knowledge is critical for many health-related and biomedical tasks, including consumer health question answering, medical language inference and disease name recognition. While pre-trained language models like BERT have shown success in capturing syntactic, semantic, and world knowledge from text, we find they can be further complemented by specific information like knowledge of symptoms, diagnoses, treatments, and other disease aspects. Hence, we integrate BERT with disease knowledge for improving these important tasks. Specifically, we propose a new disease knowledge infusion training procedure and evaluate it on a suite of BERT models including BERT, BioBERT, SciBERT, ClinicalBERT, BlueBERT, and ALBERT. Experiments over the three tasks show that these models can be enhanced in nearly all cases, demonstrating the viability of disease knowledge infusion. For example, accuracy of BioBERT on consumer health question answering is improved from 68.29% to 72.09%, while new SOTA results are observed in two datasets. We make our data and code freely available.

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