Levi-ZJY commited on
Commit
12f0d76
ยท
verified ยท
1 Parent(s): 8ded7b7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -33
README.md CHANGED
@@ -7,49 +7,26 @@ size_categories:
7
  task_categories:
8
  - visual-question-answering
9
  - multiple-choice
10
- pretty_name: ChestX-MCQA
11
-
12
- dataset_info:
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: default
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)