CLAIMar 27, 2024

BioMedLM: A 2.7B Parameter Language Model Trained On Biomedical Text

Stanford
arXiv:2403.18421v1140 citationsh-index: 39Has Code
Originality Incremental advance
AI Analysis

This provides a smaller, more transparent alternative for biomedical NLP applications, addressing privacy and cost concerns, though it is incremental in scaling down existing methods.

The authors tackled the problem of large, opaque biomedical language models by building BioMedLM, a 2.7B parameter model trained on biomedical text, which achieved competitive results like 57.3% on MedMCQA and 69.0% on MMLU Medical Genetics when fine-tuned.

Models such as GPT-4 and Med-PaLM 2 have demonstrated impressive performance on a wide variety of biomedical NLP tasks. However, these models have hundreds of billions of parameters, are computationally expensive to run, require users to send their input data over the internet, and are trained on unknown data sources. Can smaller, more targeted models compete? To address this question, we build and release BioMedLM, a 2.7 billion parameter GPT-style autoregressive model trained exclusively on PubMed abstracts and full articles. When fine-tuned, BioMedLM can produce strong multiple-choice biomedical question-answering results competitive with much larger models, such as achieving a score of 57.3% on MedMCQA (dev) and 69.0% on the MMLU Medical Genetics exam. BioMedLM can also be fine-tuned to produce useful answers to patient questions on medical topics. This demonstrates that smaller models can potentially serve as transparent, privacy-preserving, economical and environmentally friendly foundations for particular NLP applications, such as in biomedicine. The model is available on the Hugging Face Hub: https://huggingface.co/stanford-crfm/BioMedLM.

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