CLAIOct 19, 2022

BioGPT: Generative Pre-trained Transformer for Biomedical Text Generation and Mining

Microsoft
arXiv:2210.10341v31373 citationsh-index: 91Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of limited application scope for biomedical NLP tasks by providing a generative model that outperforms existing methods, though it is incremental as it adapts GPT to the biomedical domain.

The authors tackled the lack of generative ability in biomedical pre-trained language models by proposing BioGPT, a domain-specific generative Transformer, which achieved state-of-the-art results on tasks like BC5CDR with 44.98% F1 score and PubMedQA with 78.2% accuracy.

Pre-trained language models have attracted increasing attention in the biomedical domain, inspired by their great success in the general natural language domain. Among the two main branches of pre-trained language models in the general language domain, i.e., BERT (and its variants) and GPT (and its variants), the first one has been extensively studied in the biomedical domain, such as BioBERT and PubMedBERT. While they have achieved great success on a variety of discriminative downstream biomedical tasks, the lack of generation ability constrains their application scope. In this paper, we propose BioGPT, a domain-specific generative Transformer language model pre-trained on large scale biomedical literature. We evaluate BioGPT on six biomedical NLP tasks and demonstrate that our model outperforms previous models on most tasks. Especially, we get 44.98%, 38.42% and 40.76% F1 score on BC5CDR, KD-DTI and DDI end-to-end relation extraction tasks respectively, and 78.2% accuracy on PubMedQA, creating a new record. Our case study on text generation further demonstrates the advantage of BioGPT on biomedical literature to generate fluent descriptions for biomedical terms. Code is available at https://github.com/microsoft/BioGPT.

Code Implementations4 repos
Foundations

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

Your Notes