Small LLMs for Biomedical Claim Verification: Cost-Effective Fine-Tuning, Structural Dataset Shortcuts, and Cross-Domain Generalization
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
- Dataset structural integrity impacts cross-domain transfer.
- Cost-quality trade-offs favor small LLMs for specific tasks.
- Zero-shot performance of large LLMs can be surpassed by fine-tuned smaller models.
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
- Consider QLoRA fine-tuning for cost-effective task-specific LLM deployment.
- Scrutinize dataset structures to avoid inflated in-domain performance.
- Prioritize structurally sound data for robust cross-domain generalization.
Topics
- Small LLMs
- Biomedical Claim Verification
- QLoRA Fine-tuning
- Mistral-7B
- Dataset Structural Artifacts
- Cross-Domain Generalization
Best for: AI Engineer, NLP Engineer, AI Scientist, Machine Learning Engineer, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.