paper-with-me

홈 › Papers

Synthesizing High-Quality Visual Question Answering from Medical Documents with Generator-Verifier LMMs

2025-10-29 · Xiaoke Huang, Ningsen Wang, Hui Liu, Xianfeng Tang, Yuyin Zhou arxiv

Large Multimodal Models (LMMs) are increasingly capable of answering medical questions that require joint reasoning over images and text, yet training general medical VQA systems is impeded by the lack of large, openly usable, high-quality corpora. We present MedVLSynther, a rubric-guided generator-verifier framework that synthesizes high-quality multiple-choice VQA items directly from open biomedical literature by conditioning on figures, captions, and in-text references. The generator produces self-contained stems and parallel, mutually exclusive options under a machine-checkable JSON schema; a multi-stage verifier enforces essential gates (self-containment, single correct answer, clinical validity, image-text consistency), awards fine-grained positive points, and penalizes common failure modes before acceptance. Applying this pipeline to PubMed Central yields MedSynVQA: 13,087 audited questions over 14,803 images spanning 13 imaging modalities and 28 anatomical regions. Training open-weight LMMs with reinforcement learning using verifiable rewards improves accuracy across six medical VQA benchmarks, achieving averages of 55.85 (3B) and 58.15 (7B), with up to 77.57 on VQA-RAD and 67.76 on PathVQA, outperforming strong medical LMMs. A Ablations verify that both generation and verification are necessary and that more verified data consistently helps, and a targeted contamination analysis detects no leakage from evaluation suites. By operating entirely on open literature and open-weight models, MedVLSynther offers an auditable, reproducible, and privacy-preserving path to scalable medical VQA training data.

📄 PDF Abstract BibTeX arXiv:2510.25867

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Question AnsweringReinforcement Learning

Similar Papers 제목 키워드 기반

Counterfactual Samples Synthesizing for Robust Visual Question Answering

2020-03-14 · CVPR 2020 6 · Long Chen, Xin Yan, Jun Xiao, Hanwang Zhang 외

Despite Visual Question Answering (VQA) has realized impressive progress over the last few years, today's VQA models tend to capture superficial linguistic correlations in the train set and fail to generalize to the test…

counterfactualQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Spoken question answering for visual queries

2025-05-29 · Nimrod Shabtay, Zvi Kons, Avihu Dekel, Hagai Aronowitz 외

Question answering (QA) systems are designed to answer natural language questions. Visual QA (VQA) and Spoken QA (SQA) systems extend the textual QA system to accept visual and spoken input respectively. This work aims t…

Question AnsweringVisual Question Answering (VQA)

StableSketcher: Enhancing Diffusion Model for Pixel-based Sketch Generation via Visual Question Answering Feedback

2025-10-23 · Jiho Park, Sieun Choi, Jaeyoon Seo, Jihie Kim arxiv

Although recent advancements in diffusion models have significantly enriched the quality of generated images, challenges remain in synthesizing pixel-based human-drawn sketches, a representative example of abstract expre…

Visual Question AnsweringReinforcement Learning

Easy Dataset: A Unified and Extensible Framework for Synthesizing LLM Fine-Tuning Data from Unstructured Documents

2025-07-05 · Ziyang Miao, Qiyu Sun, Jingyuan Wang, Yuchen Gong 외 arxiv

Large language models (LLMs) have shown impressive performance on general-purpose tasks, yet adapting them to specific domains remains challenging due to the scarcity of high-quality domain data. Existing data synthesis …

General Knowledge

HopWeaver: Synthesizing Authentic Multi-Hop Questions Across Text Corpora

2025-05-21 · Zhiyu Shen, Jiyuan Liu, Yunhe Pang, Yanghui Rao

Multi-Hop Question Answering (MHQA) is crucial for evaluating the model's capability to integrate information from diverse sources. However, creating extensive and high-quality MHQA datasets is challenging: (i) manual an…

Multi-hop Question AnsweringQuestion Answering