Datasets:
Tasks:
Visual Question Answering
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
1K - 10K
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,14 +7,14 @@ language:
|
|
| 7 |
tags:
|
| 8 |
- medical
|
| 9 |
- diagnosis
|
| 10 |
-
pretty_name:
|
| 11 |
size_categories:
|
| 12 |
- n<1K
|
| 13 |
---
|
| 14 |
-
# Dataset Card for
|
| 15 |
-
|
| 16 |
|
| 17 |
-
Unlike existing benchmarks that primarily rely on textual modality,
|
| 18 |
|
| 19 |
This dataset aims to bridge the gap between text-based benchmarks and real-world clinical practice, providing a more comprehensive platform for evaluating and developing more powerful medical AI models.
|
| 20 |
|
|
|
|
| 7 |
tags:
|
| 8 |
- medical
|
| 9 |
- diagnosis
|
| 10 |
+
pretty_name: MedReaMM
|
| 11 |
size_categories:
|
| 12 |
- n<1K
|
| 13 |
---
|
| 14 |
+
# Dataset Card for MedReaMM
|
| 15 |
+
MedReaMM is a **multimodal medical diagnostic reasoning benchmark** designed to evaluate the diagnostic capabilities of Large Language Models (LLMs) and Large Multimodal Models (LMMs) in real-world clinical scenarios. The benchmark dataset is collected from top-tier medical journals and curated clinical case report databases, and includes 625 expert-validated real-world cases.
|
| 16 |
|
| 17 |
+
Unlike existing benchmarks that primarily rely on textual modality, MedReaMM includes a large number of medical images (such as CT, X-ray, MRI, etc.), with an average of 2.79 images per case, totaling 1746 images. Each case in the dataset is provided with detailed patient information, images and their descriptions (captions), and standardized diagnoses annotated with ICD-11 codes.
|
| 18 |
|
| 19 |
This dataset aims to bridge the gap between text-based benchmarks and real-world clinical practice, providing a more comprehensive platform for evaluating and developing more powerful medical AI models.
|
| 20 |
|