paper-with-me

홈 › Papers

Step-CoT: Stepwise Visual Chain-of-Thought for Medical Visual Question Answering

2026-03-14 · Lin Fan, Yafei Ou, Zhipeng Deng, Pengyu Dai, Hou Chongxian, Jiale Yan, Yaqian Li, Kaiwen Long, Xun Gong, Masayuki Ikebe, Yefeng Zheng arxiv

Chain-of-thought (CoT) reasoning has advanced medical visual question answering (VQA), yet most existing CoT rationales are free-form and fail to capture the structured reasoning process clinicians actually follow. This work asks: Can traceable, multi-step reasoning supervision improve reasoning accuracy and the interpretability of Medical VQA? To this end, we introduce Step-CoT, a large-scale medical reasoning dataset with expert-curated, structured multi-step CoT aligned to clinical diagnostic workflows, implicitly grounding the model's reasoning in radiographic evidence. Step-CoT comprises more than 10K real clinical cases and 70K VQA pairs organized around diagnostic workflows, providing supervised intermediate steps that guide models to follow valid reasoning trajectories. To effectively learn from Step-CoT, we further introduce a teacher-student framework with a dynamic graph-structured focusing mechanism that prioritizes diagnostically informative steps while filtering out less relevant contexts. Our experiments show that using Step-CoT can improve reasoning accuracy and interpretability. Benchmark: github.com/hahaha111111/Step-CoT. Dataset Card: huggingface.co/datasets/fl-15o/Step-CoT

📄 PDF Abstract BibTeX arXiv:2603.13878

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Question Answering

Similar Papers 제목 키워드 기반

S-Chain: Structured Visual Chain-of-Thought For Medicine

2025-10-26 · Khai Le-Duc, Duy M. H. Nguyen, Phuong T. H. Trinh, Tien-Phat Nguyen 외 arxiv

Faithful reasoning in medical vision-language models (VLMs) requires not only accurate predictions but also transparent alignment between textual rationales and visual evidence. While Chain-of-Thought (CoT) prompting has…

Visual Question AnsweringVisual Grounding

InterSketch: An Interleaved Reasoning Model with Self-correcting Visual Sketch and Stepwise Reward

2026-05-26 · Zhiwei Ning, Wenwen Tong, Xiangli Kong, Shengnan Ma 외 arxiv

While vision-language models (VLMs) have exhibited multi-turn visual reasoning capabilities, their reasoning trajectories remain relatively shallow and are dominated by a text-centric paradigm, limiting their applicabili…

Reinforcement LearningLogical ReasoningVisual Reasoning

VisReason: A Large-Scale Dataset for Visual Chain-of-Thought Reasoning

2025-11-21 · Lingxiao Li, Yifan Wang, Xinyan Gao, Chen Tang 외 arxiv

Chain-of-Thought (CoT) prompting has proven remarkably effective for eliciting complex reasoning in large language models (LLMs). Yet, its potential in multimodal large language models (MLLMs) remains largely untapped, h…

Visual Reasoning

Med-R2: An Adversarial Benchmark for Evidence-Grounded Reasoning in Medical VLMs

2026-05-23 · Wen Ma, Fucheng Niu, Zhiting Fan, Zikai Xiao 외 arxiv

Vision-language models have demonstrated impressive capabilities in general medical visual question answering, yet due to limited interpretability, it remains unclear whether their predictions reflect evidence-grounded c…

Visual Question AnsweringAdversarial RobustnessVisual Grounding

A Medical Multimodal Diagnostic Framework Integrating Vision-Language Models and Logic Tree Reasoning

2025-12-25 · Zelin Zang, Wenyi Gu, Siqi Ma, Dan Yang 외 arxiv

With the rapid growth of large language models (LLMs) and vision-language models (VLMs) in medicine, simply integrating clinical text and medical imaging does not guarantee reliable reasoning. Existing multimodal models …