Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -7,49 +7,26 @@ size_categories:
|
|
| 7 |
task_categories:
|
| 8 |
- visual-question-answering
|
| 9 |
- multiple-choice
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
features:
|
| 14 |
-
- name: now_idx
|
| 15 |
-
dtype: int64
|
| 16 |
-
- name: img_pair_idx
|
| 17 |
-
dtype: int64
|
| 18 |
-
- name: condition_change
|
| 19 |
-
dtype: string
|
| 20 |
-
- name: Pathology
|
| 21 |
-
dtype: string
|
| 22 |
-
- name: Keywords
|
| 23 |
-
dtype: string
|
| 24 |
-
- name: option
|
| 25 |
-
struct:
|
| 26 |
-
- name: A
|
| 27 |
-
dtype: int64
|
| 28 |
-
- name: B
|
| 29 |
-
dtype: int64
|
| 30 |
-
- name: C
|
| 31 |
-
dtype: int64
|
| 32 |
-
- name: right_option
|
| 33 |
-
dtype: string
|
| 34 |
-
- name: Retrieval_TrainSet_now_idx
|
| 35 |
-
dtype: int64
|
| 36 |
-
|
| 37 |
-
splits:
|
| 38 |
-
- name: test
|
| 39 |
-
num_bytes: 96959
|
| 40 |
-
num_examples: 862
|
| 41 |
-
|
| 42 |
configs:
|
| 43 |
-
- config_name:
|
| 44 |
data_files:
|
| 45 |
- split: test
|
| 46 |
path: TestSet_ImagePairSelection.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
---
|
| 48 |
|
| 49 |
|
| 50 |
|
| 51 |
|
| 52 |
|
|
|
|
| 53 |
# TemMed-Bench: Evaluating Temporal Medical Image Reasoning in Vision-Language Models
|
| 54 |
|
| 55 |
[**๐ Homepage**](https://t) | [**๐ค Dataset**](https://t) | [**๐ Paper**](https://t)
|
|
|
|
| 7 |
task_categories:
|
| 8 |
- visual-question-answering
|
| 9 |
- multiple-choice
|
| 10 |
+
- text-generation
|
| 11 |
+
pretty_name: ChestX-Bench
|
| 12 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
configs:
|
| 14 |
+
- config_name: image_pair_selection
|
| 15 |
data_files:
|
| 16 |
- split: test
|
| 17 |
path: TestSet_ImagePairSelection.json
|
| 18 |
+
|
| 19 |
+
- config_name: vqa_report_generation
|
| 20 |
+
data_files:
|
| 21 |
+
- split: test
|
| 22 |
+
path: TestSet_VQA_ReportGeneration.json
|
| 23 |
---
|
| 24 |
|
| 25 |
|
| 26 |
|
| 27 |
|
| 28 |
|
| 29 |
+
|
| 30 |
# TemMed-Bench: Evaluating Temporal Medical Image Reasoning in Vision-Language Models
|
| 31 |
|
| 32 |
[**๐ Homepage**](https://t) | [**๐ค Dataset**](https://t) | [**๐ Paper**](https://t)
|