MedBioLM: Optimizing Medical and Biological QA with Fine-Tuned Large Language Models and Retrieval-Augmented Generation
Seonok Kim
TL;DR
MedBioLM addresses the challenge of reliable biomedical QA by fusing domain-specific fine-tuning with retrieval-augmented generation and task-aware prompting. The approach yields strong closed-ended performance (e.g., MedQA 88%, BioASQ 96%), meaningful long-form gains (ROUGE/BLEU) and robust short-form results, where fine-tuning dominates and RAG provides targeted factual reinforcement. Across diverse datasets, the work demonstrates the value of domain adaptation for medical reasoning and supports its application to clinical decision support and biomedical research tools. The findings also reveal limitations, such as BLEURT bottlenecks and variable RAG impact, guiding future work toward improved evaluation, retrieval strategies, and human-in-the-loop refinement.
Abstract
Large Language Models (LLMs) have demonstrated impressive capabilities across natural language processing tasks. However, their application to specialized domains such as medicine and biology requires further optimization to ensure factual accuracy, reliability, and contextual depth. We introduce MedBioLM, a domain-adapted biomedical question-answering model designed to enhance both short-form and long-form queries. By integrating fine-tuning and retrieval-augmented generation (RAG), MedBioLM dynamically incorporates domain-specific knowledge, improving reasoning abilities and factual accuracy. To evaluate its effectiveness, we fine-tuned the model on diverse biomedical QA datasets, covering structured multiple-choice assessments and complex clinical reasoning tasks. Fine-tuning significantly improves accuracy on benchmark datasets, while RAG enhances factual consistency. These results highlight the potential of domain-optimized LLMs in advancing biomedical research, medical education, and clinical decision support.
