Add dataset card and link to paper

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +34 -0
README.md CHANGED
@@ -1,3 +1,37 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - image-text-to-text
5
+ language:
6
+ - zh
7
+ tags:
8
+ - medical
9
  ---
10
+
11
+ # MedRealMM: A Real-World Multimodal Benchmark for Chinese Online Medical Consultation
12
+
13
+ This repository contains the dataset for **MedRealMM**, presented in the paper [MedRealMM: A Real-World Multimodal Benchmark for Chinese Online Medical Consultation](https://huggingface.co/papers/2607.09142).
14
+
15
+ ## Dataset Summary
16
+
17
+ **MedRealMM** is a large-scale, real-world multimodal benchmark for evaluating Large Language Models (LLMs) in Chinese online medical consultation. Built from de-identified patient-doctor interactions collected from a nationwide Chinese internet hospital, MedRealMM preserves the authentic text-image contexts that physicians face in actual clinical practice.
18
+
19
+ The dataset contains **5,620 real-world multimodal cases** spanning 64 clinical departments.
20
+
21
+ ## Dataset Features
22
+
23
+ - **Multimodal Context**: Includes both text-based consultation history and patient-uploaded medical images.
24
+ - **MCCP Framework**: Uses a Multimodal Clinical Challenge Point (MCCP) extraction framework to identify clinically demanding moments in consultation trajectories and converts them into standardized next-response generation tasks.
25
+ - **Clinician-Refined Rubrics**: Each instance is paired with a case-specific rubric refined by physicians to evaluate open-ended responses based on clinically desirable and undesirable behaviors.
26
+
27
+ ## Citation
28
+
29
+ If you use MedRealMM in your research, please cite:
30
+
31
+ ```bibtex
32
+ @article{medrealmm2026,
33
+ title={MedRealMM: A Real-World Multimodal Benchmark for Chinese Online Medical Consultation},
34
+ journal={arXiv preprint arXiv:2607.09142},
35
+ year={2026}
36
+ }
37
+ ```