MedRealMM: A Real-World Multimodal Benchmark for Chinese Online Medical Consultation
Summary
MedRealMM is a new large-scale multimodal benchmark designed for evaluating large language models in Chinese online medical consultation, addressing limitations of existing synthetic benchmarks. Developed from 5,620 de-identified patient-doctor interactions across 64 clinical departments from a nationwide Chinese internet hospital, MedRealMM uses a Multimodal Clinical Challenge Point (MCCP) framework to create standardized next-response generation tasks with preserved text-image context. Each instance includes a physician-refined rubric to assess clinical quality, rewarding desirable behaviors and penalizing unsafe or contradictory responses. Evaluations of 19 general-purpose and medical-specialized LLMs revealed that image information is crucial for reliable clinical performance. While some frontier models met positive clinical criteria comparable to physicians, they exhibited more negative criteria, highlighting safety-sensitive error avoidance as a key bottleneck. The dataset will be publicly available on Hugging Face.
Key takeaway
For Machine Learning Engineers developing or deploying medical LLMs, recognize that current frontier models, while achieving some positive clinical criteria, still exhibit significant safety-sensitive errors. You should prioritize integrating real-world multimodal data, especially images, into your model training and evaluation pipelines. Focus your fine-tuning efforts on robust error avoidance and leverage physician-refined rubrics to ensure clinical safety and reliability, as image information is critical for performance.
Key insights
Real-world multimodal data and physician-refined rubrics are essential for robustly benchmarking medical LLMs in clinical practice.
Principles
- Benchmarks need real-world clinical alignment.
- Multimodal data is critical for clinical LLMs.
- LLM safety error avoidance remains a bottleneck.
Method
MedRealMM uses a Multimodal Clinical Challenge Point (MCCP) framework to extract clinically demanding moments from de-identified patient-doctor interactions, converting them into standardized next-response generation tasks with text-image context and physician-refined rubrics.
In practice
- Incorporating image data for medical LLM training.
- Prioritizing LLM safety and error avoidance.
- Using physician-refined rubrics for evaluation.
Topics
- MedRealMM
- Multimodal LLMs
- Online Medical Consultation
- Clinical Benchmarking
- LLM Safety
- Chinese Internet Hospital
Best for: AI Scientist, Research Scientist, Machine Learning Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Computation and Language.