paper-with-me

홈 › Papers

MedCoT-RAG: Causal Chain-of-Thought RAG for Medical Question Answering

2025-08-20 · Ziyu Wang, Elahe Khatibi, Amir M. Rahmani arxiv

Large language models (LLMs) have shown promise in medical question answering but often struggle with hallucinations and shallow reasoning, particularly in tasks requiring nuanced clinical understanding. Retrieval-augmented generation (RAG) offers a practical and privacy-preserving way to enhance LLMs with external medical knowledge. However, most existing approaches rely on surface-level semantic retrieval and lack the structured reasoning needed for clinical decision support. We introduce MedCoT-RAG, a domain-specific framework that combines causal-aware document retrieval with structured chain-of-thought prompting tailored to medical workflows. This design enables models to retrieve evidence aligned with diagnostic logic and generate step-by-step causal reasoning reflective of real-world clinical practice. Experiments on three diverse medical QA benchmarks show that MedCoT-RAG outperforms strong baselines by up to 10.3% over vanilla RAG and 6.4% over advanced domain-adapted methods, improving accuracy, interpretability, and consistency in complex medical tasks.

📄 PDF Abstract BibTeX arXiv:2508.15849

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic RetrievalQuestion Answering

Similar Papers 제목 키워드 기반

LiteMedCoT-VL: Parameter-Efficient Adaptation for Medical Visual Question Answering

2026-05-10 · Runze Ma, Shunbo Jia, Haonan Lyu, Guo Liu 외 arxiv

The reasoning gap between large and compact vision-language models (VLMs) limits the deployment of medical AI on portable clinical devices. Compact VLMs of 2--4B parameters can run on resource-constrained hardware but la…

Visual Question AnsweringKnowledge DistillationClinical KnowledgeVisual Grounding

MedCoT: Medical Chain of Thought via Hierarchical Expert

2024-12-18 · Jiaxiang Liu, YuAn Wang, Jiawei Du, Joey Tianyi Zhou 외

Artificial intelligence has advanced in Medical Visual Question Answering (Med-VQA), but prevalent research tends to focus on the accuracy of the answers, often overlooking the reasoning paths and interpretability, which…

DiagnosticMedical Visual Question AnsweringMixture-of-ExpertsQuestion Answering+2

When Models Learn to Ask Why: Adaptive Causal Reasoning for Trustworthy Medical Vision-Language Models

2026-03-24 · Jianxin Lin, Chunzheng Zhu, Peter J. Kneuertz, Yunfei Bai 외 arxiv

Vision-Language Models (VLMs) have enabled interpretable medical diagnosis by integrating visual perception with linguistic reasoning. Yet, existing medical chain-of-thought (CoT) models lack explicit mechanisms to repre…

Reinforcement LearningMedical Diagnosis

Few shot chain-of-thought driven reasoning to prompt LLMs for open ended medical question answering

2024-03-07 · Saeel Sandeep Nachane, Ojas Gramopadhye, Prateek Chanda, Ganesh Ramakrishnan 외

In this paper, we propose a modified version of the MedQA-USMLE dataset, named MEDQA-OPEN, which contains open-ended medical questions without options to mimic clinical scenarios, along with clinician-approved reasoned a…

Information RetrievalLanguage ModellingMedical Question AnsweringMedQA+2

Better Eyes, Better Thoughts: Why Vision Chain-of-Thought Fails in Medicine

2026-03-02 · Yuan Wu, Zongxian Yang, Jiayu Qian, Songpan Gao 외 arxiv

Large vision-language models (VLMs) often benefit from chain-of-thought (CoT) prompting in general domains, yet its efficacy in medical vision-language tasks remains underexplored. We report a counter-intuitive trend: on…

Visual Question AnsweringVisual Grounding