ReMUD
收藏资源简介:
ReMUD数据集是由浙江大学数学科学学院的研究团队创建的,旨在解决医疗超声领域中多模态大数据的缺乏问题。数据集包含超过45,000条推理和非推理的监督微调问答数据,包括文本问答和视觉问答数据。ReMUD数据集的创建过程采用了自动化图像文本问答数据生成流程,从专业的医学超声书籍、临床超声指南和公共超声数据集中提取了丰富的图像和文本信息。该数据集主要包含中文内容,并包含少量英文数据。ReMUD数据集的应用领域是医疗超声领域,旨在提高多模态大型语言模型在特定领域的推理能力,以解决医疗超声领域中的问题。
The ReMUD dataset was developed by a research team from the School of Mathematical Sciences, Zhejiang University, to address the shortage of multimodal large-scale data in the medical ultrasound field. This dataset contains over 45,000 supervised fine-tuning question-answering (QA) entries, including both inferential and non-inferential samples, covering text-based QA and visual QA data. The creation of ReMUD adopted an automated image-text QA data generation pipeline, which extracts rich image and text information from professional medical ultrasound textbooks, clinical ultrasound guidelines, and public ultrasound datasets. The dataset primarily consists of Chinese-language content, with a small amount of English data included. Targeting the medical ultrasound domain, the ReMUD dataset aims to enhance the inferential capabilities of multimodal large language models (LLMs) in specialized fields to solve practical problems in the medical ultrasound sector.
ReMUD数据集概述
数据集简介
- 名称:ReMUD (A Reasoning Multimodal Ultrasound Dataset)
- 类型:多模态超声数据集
- 用途:用于通用特定领域的推理任务
- 官方实现:ReMUD论文
数据处理流程
-
PDF转JPG
- 脚本:pdf2jpg.py
- 功能:将PDF文件转换为JPG图像
- 参数:
-f/--folder:PDF文件存储路径(默认:./pdf_files)-o/--output:输出图像存储路径(默认:./image)--height:输出图像高度(默认:1000)
-
边界框检测
- 脚本:QwenVLbbox.py
- 依赖:需要GPU运行Qwen2.5-VL-7B-Instruct模型
- 输出:
- 带边界框的原始图像
- 裁剪后的超声图像
- 边界框信息的JSON文件
- 参数:
-s/--start_page:起始页码-e/--end_page:结束页码-d/--device:运行设备(默认:cuda:0)-m/--model:模型路径(默认:Qwen/Qwen2.5-VL-7B-Instruct)
-
视觉问答生成
- 脚本:VQA.py
- 要求:需设置OpenAI API密钥和URL
- 参数:
--api_model:使用的OpenAI模型(默认:gpt-4o)--bbox_folder:边界框文件夹路径(默认:./save_bbox)--vqa_prompt:VQA任务提示词
预训练模型
- ReMUD-7B:基于ReMUD数据集训练的模型
实验结果
- 对比模型:Qwen2.5-VL-Ultra-7B表现优于其他多模态大语言模型
- 测试数据集:UVQA-Diagnosis(包含乳腺、肝脏和甲状腺三个超声部位)
- 备注:"w/o BF"表示未使用budget forcing技术

- 1HAIBU-ReMUD: Reasoning Multimodal Ultrasound Dataset and Model Bridging to General Specific Domains浙江大学数学科学学院 · 2025年



