Biomedical LLMs often underperform general models on unseen clinical data

August 25, 20248 min

Overview

Decision SnapshotNeeds Validation

The paper gives multi-benchmark empirical evidence that generalist LLMs often match or beat biomedical fine-tuned models, but results are task- and size-dependent and limited by possible data overlap and lack of open training details.

Citations5

Evidence Strength0.70

Confidence0.80

Risk Signals8

Trust Signals

Findings with numeric evidence: 5/5

Findings with evidence refs: 5/5

Results with explicit delta: 5/5

Reproducibility

Status: Partial assets available

Open source: Partial

At A Glance

Cost impact: 30%

Production readiness: 40%

Novelty: 35%

Authors

Felix J. Dorfner, Amin Dada, Felix Busch, Marcus R. Makowski, Tianyu Han, Daniel Truhn, Jens Kleesiek, Madhumita Sushil, Jacqueline Lammert, Lisa C. Adams, Keno K. Bressem

Links

Abstract / PDF / Data

Why It Matters For Business

Fine-tuning on public biomedical text does not reliably boost performance on new clinical tasks and can reduce reliability; use large general models or retrieval systems for production clinical features.

Who Should Care

Summary TLDR

The authors compared many biomedical fine-tuned LLMs with their general-purpose counterparts on multiple ‘‘unseen’’ clinical tasks (NEJM and JAMA case vignettes, CLUE tasks like MeDiSumQA/Code, MedNLI, LongHealth). Generalist models (notably Llama-3-70B-Instruct) matched or beat biomedical models on most tasks. Smaller biomedical models often performed much worse. Biomedical fine-tuning sometimes increased hallucinations and reduced general knowledge. The paper argues that off-the-shelf fine-tuning on public biomedical text does not reliably improve real-world clinical performance and suggests retrieval-augmented approaches instead.

Problem Statement

Researchers commonly fine-tune LLMs on biomedical text to boost clinical performance. But it is unclear whether that fine-tuning actually helps on truly new clinical data. This paper tests whether biomedical LLMs generalize better than large generalist models on recent, likely-unseen clinical benchmarks.

Main Contribution

A broad side-by-side evaluation of multiple biomedical and generalist LLMs across recent unseen clinical datasets and CLUE benchmark tasks.

Empirical finding that general-purpose models (especially Llama-3-70B-Instruct) match or outperform biomedical fine-tuned models on many clinical tasks.

Key Findings

Generalist models often outperform biomedical fine-tuned models on unseen clinical case vignettes.

NumbersJAMA: OpenBioLLM-70B 66.4% vs Llama-3-70B-Instruct 65%

Practical UsePrefer state-of-the-art general models (e.g., Llama-3-70B-Instruct) for multiple-choice clinical reasoning unless you have novel in-domain data to fine-tune on.

Evidence RefResults §3.1; Table 1

Smaller biomedical models can perform much worse than similarly sized generalist models.

NumbersNEJM: OpenBioLLM-8B 30% vs Llama-3-8B-Instruct 64.3%

Practical UseAvoid small, publicly fine-tuned biomedical models for clinical QA or diagnostic vignettes; use larger generalist models instead.

Evidence RefAbstract; Results §3.1; Table 1

Results

MetricValueBaselineDeltaSplit / DatasetEvidenceEvidence Ref
AccuracyOpenBioLLM-70B 66.4%, Llama-3-70B-Instruct 65%Llama-3-70B-InstructOpenBioLLM-70B +1.4ppJAMA cases (n=140)Table 1; Results §3.1Table 1
AccuracyLlama-3-70B-Instruct 74.6%, OpenBioLLM-70B 74.1%Llama-3-70B-InstructOpenBioLLM-70B −0.5ppNEJM cases (n=347)Table 1; Results §3.1Table 1

What To Try In 7 Days

Benchmark your current biomedical model against a strong generalist (e.g., Llama-3-70B-Instruct) on 1–2 representative unseen clinical tasks.

Run a hallucination test (e.g., LongHealth Task 3) to gauge safety risk before any deployment.

Prototype a retrieval-augmented generation (RAG) pipeline for one summarization or coding task and compare outputs vs. your fine-tuned model.

Reproducibility

Code AvailableNo
Data AvailableYes
Open Source StatusPartial
LicenseUnknown

Data URLs

https://arxiv.org/abs/2404.04067 (CLUE benchmark)MIMIC repositories (MIMIC-III and MIMIC-IV referenced)NEJM and JAMA case vignettes (publicly available sources mentioned)

Risks & Boundaries

Limitations

Benchmarks (NEJM, JAMA) are publicly available and may partially appear in model training data, possibly inflating generalist model performance.

Some evaluated biomedical models do not disclose training data, limiting causal claims about fine-tuning effects.

When Not To Use

Do not assume small, publicly fine-tuned biomedical models are safer or more accurate for unseen clinical tasks.

Avoid deploying biomedical LLMs as sole clinical knowledge sources without hallucination checks and retrieval safeguards.

Failure Modes

Hallucinations on long or out-of-context documents, especially for some biomedical fine-tuned models.

Catastrophic forgetting: fine-tuning may reduce general knowledge and harm generalization.

Core Entities

Models

Llama-3-70B-InstructLlama-3-8B-InstructOpenBioLLM-70BOpenBioLLM-8BMistral-7B-Instruct-v0.2BioMistral-7BSFTMedAlpaca-7BPMC-Llama-7BMeditron-7BMed42-70BClinicalCamel-70B

Metrics

AccuracyROUGE-1ROUGE-2ROUGE-LBERT F1F1 (EM/AP)UMLS F1

Datasets

NEJM case challengesJAMA case challengesMeDiSumQAMeDiSumCodeMedNLIMeQSumProblemSummaryLongHealthMIMIC-IVMIMIC-IIICLUE benchmark

Benchmarks

CLUENEJM case challengesJAMA case challengesLongHealth

Context Entities

Models

Llama-2-7b-chat-hfLlama-2-70b-chat-hfMistral-7B

Datasets

USMLE (mentioned as common benchmark)MMLU (mentioned)