Small LLMs for Biomedical Claim Verification: Cost-Effective Fine-Tuning, Structural Dataset Shortcuts, and Cross-Domain Generalization

· Source: Paper Index on ACL Anthology · Field: Science & Research — Artificial Intelligence & Machine Learning, Health & Medical Research, Natural Language Processing · Depth: Advanced, quick

Summary

A study fine-tuned three small Large Language Models—Phi-3-mini (3.8B), Qwen2.5-3B, and Mistral-7B—using QLoRA for biomedical claim verification on SciFact and HealthVer datasets. This research provides the first comparison of QLoRA models against GPT-4o, GPT-5, and fine-tuned BioLinkBERT encoders. Notably, Mistral-7B QLoRA achieved F1 scores up to 12% higher than both GPT-4o and GPT-5, while operating at 44.5x lower cost, utilizing only 1,008 training examples. The investigation also uncovered a previously unreported structural artifact within the SciFact dataset, which artificially inflates in-domain performance. Furthermore, the study demonstrated that training on structurally sound data significantly enhances robust cross-domain transfer capabilities, evaluating models across SciFact and HealthVer to isolate dataset structure from data quantity.

Key takeaway

For Machine Learning Engineers deploying LLMs for biomedical claim verification, consider fine-tuning smaller models like Mistral-7B with QLoRA. This approach can yield superior F1 performance compared to GPT-4o or GPT-5, at a 44.5x lower cost, using minimal training data. Critically, ensure your training datasets are structurally sound to guarantee robust cross-domain generalization and avoid misleading in-domain performance metrics.

Key insights

Small LLMs fine-tuned with QLoRA can outperform larger models like GPT-4o for biomedical claim verification at significantly lower cost.

Principles

Method

Fine-tuning small LLMs (Phi-3-mini, Qwen2.5-3B, Mistral-7B) via QLoRA on SciFact and HealthVer datasets for biomedical claim verification.

In practice

Topics

Best for: AI Engineer, NLP Engineer, AI Scientist, Machine Learning Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.