paper-with-me

Papers

Self-MedRAG: a Self-Reflective Hybrid Retrieval-Augmented Generation Framework for Reliable Medical Question Answering

2026-01-08 · Jessica Ryan, Alexander I. Gumilang, Robert Wiliam, Derwin Suhartono arxiv

Large Language Models (LLMs) have demonstrated significant potential in medical Question Answering (QA), yet they remain prone to hallucinations and ungrounded reasoning, limiting their reliability in high-stakes clinical scenarios. While Retrieval-Augmented Generation (RAG) mitigates these issues by incorporating external knowledge, conventional single-shot retrieval often fails to resolve complex biomedical queries requiring multi-step inference. To address this, we propose Self-MedRAG, a self-reflective hybrid framework designed to mimic the iterative hypothesis-verification process of clinical reasoning. Self-MedRAG integrates a hybrid retrieval strategy, combining sparse (BM25) and dense (Contriever) retrievers via Reciprocal Rank Fusion (RRF) to maximize evidence coverage. It employs a generator to produce answers with supporting rationales, which are then assessed by a lightweight self-reflection module using Natural Language Inference (NLI) or LLM-based verification. If the rationale lacks sufficient evidentiary support, the system autonomously reformulates the query and iterates to refine the context. We evaluated Self-MedRAG on the MedQA and PubMedQA benchmarks. The results demonstrate that our hybrid retrieval approach significantly outperforms single-retriever baselines. Furthermore, the inclusion of the self-reflective loop yielded substantial gains, increasing accuracy on MedQA from 80.00% to 83.33% and on PubMedQA from 69.10% to 79.82%. These findings confirm that integrating hybrid retrieval with iterative, evidence-based self-reflection effectively reduces unsupported claims and enhances the clinical reliability of LLM-based systems.

📄 PDF Abstract BibTeX arXiv:2601.04531

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language InferenceQuestion Answering

Results from the Paper

RankTaskDatasetModelMetrics
#6 Question Answering MedQA Self-MedRAG Accuracy: 80.00
#2 Question Answering PubMedQA Self-MedRAG Accuracy: 83.33
#1 Retrieval PubMedQA Self-MedRAG Accuracy (Top-1): 83.33

Similar Papers 제목 키워드 기반

Reflective Hybrid Intelligence for Meaningful Human Control in Decision-Support Systems

2023-07-12 · Catholijn M. Jonker, Luciano Cavalcante Siebert, Pradeep K. Murukannaiah

With the growing capabilities and pervasiveness of AI systems, societies must collectively choose between reduced human autonomy, endangered democracies and limited human rights, and AI that is aligned to human and socia…

Philosophy

EEG-MedRAG: Enhancing EEG-based Clinical Decision-Making via Hierarchical Hypergraph Retrieval-Augmented Generation

2025-08-19 · Yi Wang, Haoran Luo, Lu Meng, Ziyu Jia 외 arxiv

With the widespread application of electroencephalography (EEG) in neuroscience and clinical practice, efficiently retrieving and semantically interpreting large-scale, multi-source, heterogeneous EEG data has become a p…

Improving Retrieval-Augmented Generation in Medicine with Iterative Follow-up Questions

2024-08-01 · Guangzhi Xiong, Qiao Jin, Xiao Wang, Minjia Zhang 외

The emergent abilities of large language models (LLMs) have demonstrated great potential in solving medical questions. They can possess considerable medical knowledge, but may still hallucinate and are inflexible in the …

Medical Question AnsweringMedQAMMLUPrompt Engineering+4

MedRAGChecker: Claim-Level Verification for Biomedical Retrieval-Augmented Generation

2026-01-10 · Yuelyu Ji, Min Gu Kwak, Hang Zhang, Xizhi Wu 외 arxiv

Biomedical retrieval-augmented generation (RAG) can ground LLM answers in medical literature, yet long-form outputs often contain isolated unsupported or contradictory claims with safety implications. We introduce MedRAG…

Natural Language Inference

MedReflect: Teaching Medical LLMs to Self-Improve via Reflective Correction

2025-10-04 · Yue Huang, Yanyuan Chen, Dexuan Xu, Chenzhuo Zhao 외 arxiv

Medical problem-solving demands expert knowledge and intricate reasoning. Recent studies of large language models (LLMs) attempt to ease this complexity by introducing external knowledge verification through retrieval-au…