paper-with-me

홈 › Papers

MedGuards: Multi-Agent System for Reliable Medical Error Detection and Correction

2026-06-24 · Congbo Ma, Hu Wang, Yichun Zhang, Farah E. Shamout arxiv

As Large Language Models (LLMs) are increasingly deployed in healthcare settings, accurate error detection and correction in generated or existing text becomes critical, as even minor mistakes can pose risks to patient safety. Existing methods for error detection and correction, including automated checks and heuristic-based approaches, do not generalize well across unseen datasets. In this paper, we propose MedGuards as a medical safety guardrail, which is a new framework that treats medical error detection and correction as a multi-agent in-context learning task. Specialized agents separately detect, localize, and correct errors, while a confidence-guided arbitration mechanism resolves disagreements using reasoning traces and confidence scores. This design enhances interpretability, robustness, and adaptability, without requiring additional training of the base LLMs. Additionally, we introduce the Keyword-Prioritized Correction Score (KPCS), a new evaluation metric that considers whether critical keywords within the reference text are generated correctly, providing a more comprehensive assessment than conventional metrics. Experiments across four multilingual medical datasets consisting of clinical notes demonstrate significant improvements by the proposed framework across several metrics and models. Our aim is to enable safer deployment of LLMs in real-world healthcare applications. For reproducibility, we make our code publicly available at https://github.com/congboma/MedGuards.

📄 PDF Abstract BibTeX arXiv:2606.25651

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards a Reliable and Robust Dialogue System for Medical Automatic Diagnosis

2021-01-01 · Junfan Lin, Lin Xu, Ziliang Chen, Liang Lin

Dialogue system for medical automatic diagnosis (DSMAD) aims to learn an agent that mimics the behavior of a human doctor, i.e. inquiring symptoms and informing diseases. Since DSMAD has been formulated as a Markov decis…

Decision MakingDiagnostic

XMedFusion: A Knowledge-Guided Multimodal Perception and Reasoning Framework for Autonomous Medical Systems

2026-06-08 · Hamza Riaz, Arham Haroon, Maha Baig, Muhammad Dawood Rizwan 외 arxiv

Autonomous medical and robotic systems increasingly rely on intelligent perception and reasoning capabilities to interpret visual data and support clinical decision making. Radiology report generation represents a critic…

Visual GroundingDecision Making

AgentsEval: Clinically Faithful Evaluation of Medical Imaging Reports via Multi-Agent Reasoning

2026-01-23 · Suzhong Fu, Jingqi Dong, Xuan Ding, Rui Sun 외 arxiv

Evaluating the clinical correctness and reasoning fidelity of automatically generated medical imaging reports remains a critical yet unresolved challenge. Existing evaluation methods often fail to capture the structured …

Medical Report Generation

ART: Action-based Reasoning Task Benchmarking for Medical AI Agents

2026-01-13 · Ananya Mantravadi, Shivali Dalmia, Abhishek Mukherji arxiv

Reliable clinical decision support requires medical AI agents capable of safe, multi-step reasoning over structured electronic health records (EHRs). While large language models (LLMs) show promise in healthcare, existin…

BanglaMedQA and BanglaMMedBench: Evaluating Retrieval-Augmented Generation Strategies for Bangla Biomedical Question Answering

2025-11-06 · Sadia Sultana, Saiyma Sittul Muna, Mosammat Zannatul Samarukh, Ajwad Abrar 외 arxiv

Developing accurate biomedical Question Answering (QA) systems in low-resource languages remains a major challenge, limiting equitable access to reliable medical knowledge. This paper introduces BanglaMedQA and BanglaMMe…

Question Answering