paper-with-me

홈 › Papers

Teaching AI Stepwise Diagnostic Reasoning with Report-Guided Chain-of-Thought Learning

2025-09-08 · Yihong Luo, Wenwu He, Zhuo-Xu Cui, Dong Liang arxiv

This study presents DiagCoT, a multi-stage framework that applies supervised fine-tuning to general-purpose vision-language models (VLMs) to emulate radiologists' stepwise diagnostic reasoning using only free-text reports. DiagCoT combines contrastive image-report tuning for domain alignment, chain-of-thought supervision to capture inferential logic, and reinforcement tuning with clinical reward signals to enhance factual accuracy and fluency. On the MIMIC-CXR benchmark, DiagCoT improved zero-shot disease classification AUC from 0.52 to 0.76 (absolute gain of 0.24), pathology grounding mIoU from 0.08 to 0.31 (absolute gain of 0.23), and report generation BLEU from 0.11 to 0.33 (absolute gain of 0.22). It outperformed state-of-the-art models including LLaVA-Med and CXR-LLAVA on long-tailed diseases and external datasets. By converting unstructured clinical narratives into structured supervision, DiagCoT offers a scalable approach for developing interpretable and diagnostically competent AI systems for radiology.

📄 PDF Abstract BibTeX arXiv:2509.06409

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Bridging Stepwise Lab-Informed Pretraining and Knowledge-Guided Learning for Diagnostic Reasoning

2024-10-25 · Pengfei Hu, Chang Lu, Fei Wang, Yue Ning

Despite the growing use of Electronic Health Records (EHR) for AI-assisted diagnosis prediction, most data-driven models struggle to incorporate clinically meaningful medical knowledge. They often rely on limited ontolog…

DiagnosticPrediction

CausalStep: A Benchmark for Explicit Stepwise Causal Reasoning in Videos

2025-07-22 · Xuchen Li, Xuzhao Li, Shiyu Hu, Kaiqi Huang 외 arxiv

Recent advances in large language models (LLMs) have improved reasoning in text and image domains, yet achieving robust video reasoning remains a significant challenge. Existing video benchmarks mainly assess shallow und…

MAARTA:Multi-Agentic Adaptive Radiology Teaching Assistant

2025-06-18 · Akash Awasthi, Brandon V. Chang, Anh M. Vu, Ngan Le 외

Radiology students often struggle to develop perceptual expertise due to limited expert mentorship time, leading to errors in visual search and diagnostic interpretation. These perceptual errors, such as missed fixations…

Diagnostic

StepPRM-RTL: Stepwise Process-Reward Guided LLM Fine-Tuning for Enhanced RTL Synthesis

2026-06-02 · Prashanth Vijayaraghavan, Apoorva Nitsure, Luyao Shi, Ehsan Degan 외 arxiv

Automatic generation of RTL code for digital hardware designs remains challenging due to long-horizon reasoning, multi-step dependencies, and strict correctness constraints in Verilog and VHDL. We present StepPRM-RTL, a …

Trajectory ModelingCode Generation

A Multimodal Multi-Agent Framework for Radiology Report Generation

2025-05-14 · Ziruo Yi, Ting Xiao, Mark V. Albert

Radiology report generation (RRG) aims to automatically produce diagnostic reports from medical images, with the potential to enhance clinical workflows and reduce radiologists' workload. While recent approaches leveragi…

DiagnosticHallucinationRAGRetrieval+1