Add initial dataset card
Browse filesThis PR adds an initial dataset card, links to the paper and sets the task category to image-text-to-text
README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- image-text-to-text
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
MedHallTune: A Benchmark and Instruction Tuning Dataset for Mitigating Medical Hallucination in Vision-Language Models
|
| 7 |
+
|
| 8 |
+
This dataset is described in the paper: https://arxiv.org/abs/2502.20780
|