paper-with-me

홈 › Papers

MedRECT: A Medical Reasoning Benchmark for Error Correction in Clinical Texts

2025-11-01 · Naoto Iwase, Hiroki Okuyama, Junichiro Iwasawa arxiv

Large language models (LLMs) show increasing promise in medical applications, but their ability to detect and correct errors in clinical texts -- a prerequisite for safe deployment -- remains under-evaluated, particularly beyond English. We introduce MedRECT, a cross-lingual benchmark (Japanese/English) that formulates medical error handling as three subtasks: error detection, error localization (sentence extraction), and error correction. MedRECT is built with a scalable, automated pipeline from the Japanese Medical Licensing Examinations (JMLE) and a curated English counterpart, yielding MedRECT-ja (663 texts) and MedRECT-en (458 texts) with comparable error/no-error balance. We evaluate 9 contemporary LLMs spanning proprietary, open-weight, and reasoning families. Key findings: (i) reasoning models substantially outperform standard architectures, with up to 13.5% relative improvement in error detection and 51.0% in sentence extraction; (ii) cross-lingual evaluation reveals 5-10% performance gaps from English to Japanese, with smaller disparities for reasoning models; (iii) targeted LoRA fine-tuning yields asymmetric improvements in error correction performance (Japanese: +0.078, English: +0.168) while preserving reasoning capabilities; and (iv) our fine-tuned model exceeds human expert performance on structured medical error correction tasks. To our knowledge, MedRECT is the first comprehensive cross-lingual benchmark for medical error correction, providing a reproducible framework and resources for developing safer medical LLMs across languages.

📄 PDF Abstract BibTeX arXiv:2511.00421

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MedSpeak: A Knowledge Graph-Aided ASR Error Correction Framework for Spoken Medical QA

2026-02-01 · Yutong Song, Shiva Shrestha, Chenhan Lyu, Elahe Khatibi 외 arxiv

Spoken question-answering (SQA) systems relying on automatic speech recognition (ASR) often struggle with accurately recognizing medical terminology. To this end, we propose MedSpeak, a novel knowledge graph-aided ASR er…

Speech Recognition

MEDEC: A Benchmark for Medical Error Detection and Correction in Clinical Notes

2024-12-26 · Asma Ben Abacha, Wen-wai Yim, Yujuan Fu, Zhaoyi Sun 외

Several studies showed that Large Language Models (LLMs) can answer medical questions correctly, even outperforming the average human score in some medical exams. However, to our knowledge, no study has been conducted to…

PromptMind Team at MEDIQA-CORR 2024: Improving Clinical Text Correction with Error Categorization and LLM Ensembles

2024-05-14 · Satya Kesav Gundabathula, Sriram R Kolar

This paper describes our approach to the MEDIQA-CORR shared task, which involves error detection and correction in clinical notes curated by medical professionals. This task involves handling three subtasks: detecting th…

In-Context LearningSentence

Can Large Language Models Self-Correct in Medical Question Answering? An Exploratory Study

2026-03-31 · Zaifu Zhan, Mengyuan Cui, Rui Zhang arxiv

Large language models (LLMs) have achieved strong performance on medical question answering (medical QA), and chain-of-thought (CoT) prompting has further improved results by eliciting explicit intermediate reasoning; me…

Question Answering

MedCritical: Enhancing Medical Reasoning in Small Language Models via Self-Collaborative Correction

2025-09-27 · Xinchun Su, Chunxu Luo, Yixuan Li, Weidong Yang 외 arxiv

In the field of medicine, complex reasoning tasks such as clinical diagnosis, treatment planning, and medical knowledge integration pose significant challenges, where small language models often underperform compared to …

Knowledge Distillation