paper-with-me

홈 › Papers

Optimizing Medical Question-Answering Systems: A Comparative Study of Fine-Tuned and Zero-Shot Large Language Models with RAG Framework

2025-12-05 · Tasnimul Hassan, Md Faisal Karim, Haziq Jeelani, Elham Behnam, Robert Green, Fayeq Jeelani Syed arxiv

Medical question-answering (QA) systems can benefit from advances in large language models (LLMs), but directly applying LLMs to the clinical domain poses challenges such as maintaining factual accuracy and avoiding hallucinations. In this paper, we present a retrieval-augmented generation (RAG) based medical QA system that combines domain-specific knowledge retrieval with open-source LLMs to answer medical questions. We fine-tune two state-of-the-art open LLMs (LLaMA~2 and Falcon) using Low-Rank Adaptation (LoRA) for efficient domain specialization. The system retrieves relevant medical literature to ground the LLM's answers, thereby improving factual correctness and reducing hallucinations. We evaluate the approach on benchmark datasets (PubMedQA and MedMCQA) and show that retrieval augmentation yields measurable improvements in answer accuracy compared to using LLMs alone. Our fine-tuned LLaMA~2 model achieves 71.8% accuracy on PubMedQA, substantially improving over the 55.4% zero-shot baseline, while maintaining transparency by providing source references. We also detail the system design and fine-tuning methodology, demonstrating that grounding answers in retrieved evidence reduces unsupported content by approximately 60%. These results highlight the potential of RAG-augmented open-source LLMs for reliable biomedical QA, pointing toward practical clinical informatics applications.

📄 PDF Abstract BibTeX arXiv:2512.05863

Code (0)

등록된 구현이 없습니다.

Results from the Paper

RankTaskDatasetModelMetrics
#26 Question Answering PubMedQA Optimizing Medical Question-Answering Sy Accuracy: 71.8
#4 Retrieval PubMedQA Optimizing Medical Question-Answering Sy Accuracy (Top-1): 71.8

Similar Papers 제목 키워드 기반

Query pipeline optimization for cancer patient question answering systems

2024-12-19 · Maolin He, Rena Gao, Mike Conway, Brian E. Chapman

Retrieval-augmented generation (RAG) mitigates hallucination in Large Language Models (LLMs) by using query pipelines to retrieve relevant external information and grounding responses in retrieved knowledge. However, que…

HallucinationPassage RetrievalQuestion AnsweringRAG+2

Towards Expert-Level Medical Question Answering with Large Language Models

2023-05-16 · Karan Singhal, Tao Tu, Juraj Gottweis, Rory Sayres 외

Recent artificial intelligence (AI) systems have reached milestones in "grand challenges" ranging from Go to protein-folding. The capability to retrieve medical knowledge, reason over it, and answer medical questions com…

Medical Question AnsweringMedQAMMLUMultiple Choice Question Answering (MCQA)+2

MedLM: Exploring Language Models for Medical Question Answering Systems

2024-01-21 · Niraj Yagnik, Jay Jhaveri, Vivek Sharma, Gabriel Pila

In the face of rapidly expanding online medical literature, automated systems for aggregating and summarizing information are becoming increasingly crucial for healthcare professionals and patients. Large Language Models…

Medical Question AnsweringQuestion Answering

Biomedical Question Answering via Weighted Neural Network Passage Retrieval

2018-01-09 · Ferenc Galkó, Carsten Eickhoff

The amount of publicly available biomedical literature has been growing rapidly in recent years, yet question answering systems still struggle to exploit the full potential of this source of data. In a preliminary proces…

Passage RetrievalQuestion AnsweringRetrievalWord Embeddings

ECG-QA: A Comprehensive Question Answering Dataset Combined With Electrocardiogram

2023-06-21 · NeurIPS 2023 11 · JungWoo Oh, Gyubok Lee, Seongsu Bae, Joon-Myoung Kwon 외

Question answering (QA) in the field of healthcare has received much attention due to significant advancements in natural language processing. However, existing healthcare QA datasets primarily focus on medical images, c…

Question Answering