Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    TypeError
Message:      Couldn't cast array of type
struct<question: string, target_box_id: int64, options: struct<A: string, B: string, C: string, D: string>, answer: string>
to
{'question': Value('string'), 'options': {'A': Value('string'), 'B': Value('string'), 'C': Value('string'), 'D': Value('string')}, 'answer': Value('string')}
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1816, in _prepare_split_single
                  for key, table in generator:
                                    ^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 613, in wrapped
                  for item in generator(*args, **kwargs):
                              ~~~~~~~~~^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2303, in cast_table_to_schema
                  cast_array_to_feature(
                  ~~~~~~~~~~~~~~~~~~~~~^
                      table[name] if name in table_column_names else pa.array([None] * len(table), type=schema.field(name).type),
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                      feature,
                      ^^^^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 1852, in wrapper
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                                           ~~~~^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2149, in cast_array_to_feature
                  raise TypeError(f"Couldn't cast array of type\n{_short_str(array.type)}\nto\n{_short_str(feature)}")
              TypeError: Couldn't cast array of type
              struct<question: string, target_box_id: int64, options: struct<A: string, B: string, C: string, D: string>, answer: string>
              to
              {'question': Value('string'), 'options': {'A': Value('string'), 'B': Value('string'), 'C': Value('string'), 'D': Value('string')}, 'answer': Value('string')}
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      builder, max_dataset_size_bytes=max_dataset_size_bytes
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                  ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~^
                      gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  ):
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1869, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

id
int64
image_path
string
label
string
vqa
dict
1
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1001.jpg
OCT
{ "question": "What imaging modality is shown in the image?", "options": { "A": "CT", "B": "MRI", "C": "OCT", "D": "Ultrasound" }, "answer": "C" }
2
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1002.jpg
OCT
{ "question": "Which imaging modality is represented in this image?", "options": { "A": "Optical Coherence Tomography", "B": "Computed Tomography", "C": "Magnetic Resonance Imaging", "D": "Ultrasound" }, "answer": "A" }
3
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1003.jpg
OCT
{ "question": "Which imaging modality is used to acquire this image?", "options": { "A": "MRI", "B": "OCT", "C": "Ultrasound", "D": "CT" }, "answer": "B" }
4
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1004.jpg
OCT
{ "question": "What is the imaging modality of the given image?", "options": { "A": "CT", "B": "MRI", "C": "OCT", "D": "Ultrasound" }, "answer": "C" }
5
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1005.jpg
OCT
{ "question": "What imaging modality is used to capture this image?", "options": { "A": "MRI", "B": "OCT", "C": "Ultrasound", "D": "X-ray" }, "answer": "B" }
6
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1006.jpg
OCT
{ "question": "What imaging modality is used to produce this image?", "options": { "A": "Computed Tomography", "B": "Magnetic Resonance Imaging", "C": "Optical Coherence Tomography", "D": "Ultrasound" }, "answer": "C" }
7
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1007.jpg
OCT
{ "question": "What is the imaging modality used to acquire this image?", "options": { "A": "Ultrasound", "B": "OCT", "C": "MRI", "D": "X-ray" }, "answer": "B" }
8
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1008.jpg
OCT
{ "question": "What is the imaging modality shown in this image?", "options": { "A": "CT", "B": "MRI", "C": "OCT", "D": "Ultrasound" }, "answer": "C" }
9
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1009.jpg
OCT
{ "question": "What imaging modality is used to capture this image?", "options": { "A": "OCT", "B": "Ultrasound", "C": "CT scan", "D": "MRI" }, "answer": "A" }
10
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1010.jpg
OCT
{ "question": "What imaging modality is used to generate this image?", "options": { "A": "OCT", "B": "CT", "C": "MRI", "D": "Ultrasound" }, "answer": "A" }
11
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1011.jpg
OCT
{ "question": "What imaging modality is used to create this image?", "options": { "A": "Computed Tomography", "B": "Magnetic Resonance Imaging", "C": "Optical Coherence Tomography", "D": "Ultrasound" }, "answer": "C" }
12
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1012.jpg
OCT
{ "question": "What is the imaging modality of this image?", "options": { "A": "X-ray", "B": "Ultrasound", "C": "OCT", "D": "MRI" }, "answer": "C" }
13
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1013.jpg
OCT
{ "question": "Which imaging modality is depicted in this image?", "options": { "A": "Ultrasound", "B": "CT", "C": "MRI", "D": "OCT" }, "answer": "D" }
14
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1014.jpg
OCT
{ "question": "Which imaging modality is used to capture this image?", "options": { "A": "OCT", "B": "CT", "C": "MRI", "D": "Ultrasound" }, "answer": "A" }
15
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1015.jpg
OCT
{ "question": "Which imaging modality is used to acquire this image?", "options": { "A": "CT", "B": "MRI", "C": "OCT", "D": "Ultrasound" }, "answer": "C" }
16
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1016.jpg
OCT
{ "question": "Which imaging modality is depicted in this image?", "options": { "A": "CT", "B": "MRI", "C": "OCT", "D": "Ultrasound" }, "answer": "C" }
17
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1017.jpg
OCT
{ "question": "What imaging modality is used to capture this image?", "options": { "A": "OCT", "B": "MRI", "C": "CT", "D": "Ultrasound" }, "answer": "A" }
18
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1018.jpg
OCT
{ "question": "What is the imaging modality used to capture this image?", "options": { "A": "CT", "B": "MRI", "C": "Ultrasound", "D": "OCT" }, "answer": "D" }
19
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1019.jpg
OCT
{ "question": "Which imaging modality is depicted in this image?", "options": { "A": "CT", "B": "MRI", "C": "Ultrasound", "D": "OCT" }, "answer": "D" }
20
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1020.jpg
OCT
{ "question": "Which imaging modality is used to acquire this image?", "options": { "A": "MRI", "B": "Ultrasound", "C": "OCT", "D": "CT" }, "answer": "C" }
21
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1021.jpg
OCT
{ "question": "Which imaging modality is used to generate this image?", "options": { "A": "OCT", "B": "CT", "C": "MRI", "D": "Ultrasound" }, "answer": "A" }
22
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1022.jpg
OCT
{ "question": "Which imaging modality is represented by this image?", "options": { "A": "CT", "B": "MRI", "C": "OCT", "D": "X-ray" }, "answer": "C" }
23
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1023.jpg
OCT
{ "question": "What is the imaging modality used to capture this image?", "options": { "A": "OCT", "B": "X-ray", "C": "MRI", "D": "Ultrasound" }, "answer": "A" }
24
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1024.jpg
OCT
{ "question": "What imaging modality is used to acquire this image?", "options": { "A": "Computed Tomography", "B": "Magnetic Resonance Imaging", "C": "Optical Coherence Tomography", "D": "Ultrasound" }, "answer": "C" }
25
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1025.jpg
OCT
{ "question": "What is the imaging modality used to capture this image?", "options": { "A": "OCT", "B": "CT", "C": "MRI", "D": "Ultrasound" }, "answer": "A" }
26
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1026.jpg
OCT
{ "question": "What is the imaging modality of this picture?", "options": { "A": "CT", "B": "MRI", "C": "OCT", "D": "Ultrasound" }, "answer": "C" }
27
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1027.jpg
OCT
{ "question": "What imaging modality is shown in this image?", "options": { "A": "MRI", "B": "CT", "C": "OCT", "D": "Ultrasound" }, "answer": "C" }
28
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1028.jpg
OCT
{ "question": "What is the imaging modality used to capture this image?", "options": { "A": "OCT", "B": "MRI", "C": "CT", "D": "Ultrasound" }, "answer": "A" }
29
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1029.jpg
OCT
{ "question": "Which imaging modality is shown in this image?", "options": { "A": "CT", "B": "MRI", "C": "OCT", "D": "X-ray" }, "answer": "C" }
30
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1030.jpg
OCT
{ "question": "What imaging modality is shown in this image?", "options": { "A": "CT scan", "B": "Ultrasound", "C": "OCT", "D": "MRI" }, "answer": "C" }
31
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1031.jpg
OCT
{ "question": "What is the imaging modality of the provided medical image?", "options": { "A": "OCT", "B": "CT", "C": "MRI", "D": "Ultrasound" }, "answer": "A" }
32
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1032.jpg
OCT
{ "question": "What is the imaging modality used to acquire this image?", "options": { "A": "CT", "B": "MRI", "C": "OCT", "D": "Ultrasound" }, "answer": "C" }
33
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1033.jpg
OCT
{ "question": "Which imaging modality is depicted in the provided image?", "options": { "A": "CT", "B": "MRI", "C": "OCT", "D": "Ultrasound" }, "answer": "C" }
34
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1034.jpg
OCT
{ "question": "What imaging modality is used to capture this image?", "options": { "A": "OCT", "B": "CT", "C": "MRI", "D": "Ultrasound" }, "answer": "A" }
35
E:\OCT\OCT-Bench\OCT-C8\test\AMD\amd_test_1035.jpg
OCT
{ "question": "What is the imaging modality used to produce this image?", "options": { "A": "CT", "B": "MRI", "C": "Ultrasound", "D": "OCT" }, "answer": "D" }
36
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1001.jpg
OCT
{ "question": "What imaging modality is used to acquire this image?", "options": { "A": "OCT", "B": "MRI", "C": "CT", "D": "Ultrasound" }, "answer": "A" }
37
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1002.jpg
OCT
{ "question": "Which imaging modality is used to generate this image?", "options": { "A": "CT", "B": "MRI", "C": "Ultrasound", "D": "OCT" }, "answer": "D" }
38
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1003.jpg
OCT
{ "question": "What is the imaging modality of this image?", "options": { "A": "CT", "B": "MRI", "C": "Ultrasound", "D": "OCT" }, "answer": "D" }
39
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1004.jpg
OCT
{ "question": "Which imaging modality is shown in this image?", "options": { "A": "CT", "B": "MRI", "C": "Ultrasound", "D": "OCT" }, "answer": "D" }
40
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1005.jpg
OCT
{ "question": "What is the imaging modality of the given image?", "options": { "A": "X-ray", "B": "MRI", "C": "CT", "D": "OCT" }, "answer": "D" }
41
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1006.jpg
OCT
{ "question": "Which imaging modality is used to acquire this image?", "options": { "A": "CT", "B": "MRI", "C": "OCT", "D": "Ultrasound" }, "answer": "C" }
42
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1007.jpg
OCT
{ "question": "What imaging modality is represented in this image?", "options": { "A": "CT", "B": "OCT", "C": "Ultrasound", "D": "MRI" }, "answer": "B" }
43
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1008.jpg
OCT
{ "question": "What imaging modality is used to acquire this image?", "options": { "A": "CT", "B": "MRI", "C": "Ultrasound", "D": "OCT" }, "answer": "D" }
44
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1009.jpg
OCT
{ "question": "What imaging modality is used to produce this image?", "options": { "A": "CT", "B": "MRI", "C": "OCT", "D": "Ultrasound" }, "answer": "C" }
45
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1010.jpg
OCT
{ "question": "What imaging modality is used to capture this image?", "options": { "A": "OCT", "B": "CT", "C": "MRI", "D": "X-ray" }, "answer": "A" }
46
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1011.jpg
OCT
{ "question": "What imaging modality is used to capture this image?", "options": { "A": "CT", "B": "MRI", "C": "Ultrasound", "D": "OCT" }, "answer": "D" }
47
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1012.jpg
OCT
{ "question": "What is the imaging modality of this medical scan?", "options": { "A": "Ultrasound", "B": "CT", "C": "OCT", "D": "MRI" }, "answer": "C" }
48
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1013.jpg
OCT
{ "question": "What is the imaging modality used to capture this image?", "options": { "A": "OCT", "B": "CT", "C": "MRI", "D": "X-ray" }, "answer": "A" }
49
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1014.jpg
OCT
{ "question": "What imaging modality is used to generate this image?", "options": { "A": "CT scan", "B": "MRI", "C": "OCT", "D": "Ultrasound" }, "answer": "C" }
50
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1015.jpg
OCT
{ "question": "What imaging modality is shown in the image?", "options": { "A": "Computed Tomography (CT)", "B": "Magnetic Resonance Imaging (MRI)", "C": "Optical Coherence Tomography (OCT)", "D": "Ultrasound" }, "answer": "C" }
51
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1016.jpg
OCT
{ "question": "Which imaging modality is used to acquire this image?", "options": { "A": "CT", "B": "MRI", "C": "Ultrasound", "D": "OCT" }, "answer": "D" }
52
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1017.jpg
OCT
{ "question": "Which imaging modality is shown in this image?", "options": { "A": "CT scan", "B": "MRI scan", "C": "OCT", "D": "Ultrasound" }, "answer": "C" }
53
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1018.jpg
OCT
{ "question": "Which imaging modality is used to capture this image?", "options": { "A": "Computed Tomography (CT)", "B": "Magnetic Resonance Imaging (MRI)", "C": "Optical Coherence Tomography (OCT)", "D": "Ultrasound" }, "answer": "C" }
54
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1019.jpg
OCT
{ "question": "Which medical imaging modality is shown in the image?", "options": { "A": "CT", "B": "MRI", "C": "Ultrasound", "D": "OCT" }, "answer": "D" }
55
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1020.jpg
OCT
{ "question": "What is the imaging modality of this image?", "options": { "A": "CT", "B": "MRI", "C": "OCT", "D": "Ultrasound" }, "answer": "C" }
56
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1021.jpg
OCT
{ "question": "What imaging modality is shown in this image?", "options": { "A": "CT", "B": "OCT", "C": "MRI", "D": "Ultrasound" }, "answer": "B" }
57
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1022.jpg
OCT
{ "question": "What is the imaging modality of the given image?", "options": { "A": "CT", "B": "MRI", "C": "OCT", "D": "Ultrasound" }, "answer": "C" }
58
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1023.jpg
OCT
{ "question": "What is the imaging modality used to acquire this image?", "options": { "A": "CT", "B": "MRI", "C": "OCT", "D": "Ultrasound" }, "answer": "C" }
59
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1024.jpg
OCT
{ "question": "What is the imaging modality used to capture this image?", "options": { "A": "OCT", "B": "CT", "C": "MRI", "D": "Ultrasound" }, "answer": "A" }
60
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1025.jpg
OCT
{ "question": "What is the imaging modality shown in this image?", "options": { "A": "OCT", "B": "CT", "C": "MRI", "D": "Ultrasound" }, "answer": "A" }
61
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1026.jpg
OCT
{ "question": "What is the imaging modality of the given image?", "options": { "A": "CT", "B": "MRI", "C": "OCT", "D": "X-ray" }, "answer": "C" }
62
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1027.jpg
OCT
{ "question": "What imaging modality is used to capture this image?", "options": { "A": "X-ray", "B": "CT", "C": "OCT", "D": "MRI" }, "answer": "C" }
63
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1028.jpg
OCT
{ "question": "Which imaging modality is used to produce this image?", "options": { "A": "CT", "B": "MRI", "C": "OCT", "D": "Ultrasound" }, "answer": "C" }
64
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1029.jpg
OCT
{ "question": "Which imaging modality is used to generate this image?", "options": { "A": "Computed Tomography (CT)", "B": "Magnetic Resonance Imaging (MRI)", "C": "Optical Coherence Tomography (OCT)", "D": "Ultrasound" }, "answer": "C" }
65
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1030.jpg
OCT
{ "question": "What imaging modality is used to capture this image?", "options": { "A": "CT", "B": "MRI", "C": "Ultrasound", "D": "OCT" }, "answer": "D" }
66
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1031.jpg
OCT
{ "question": "Which imaging modality is shown in this image?", "options": { "A": "X-ray", "B": "MRI", "C": "CT", "D": "OCT" }, "answer": "D" }
67
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1032.jpg
OCT
{ "question": "Which imaging modality is used to capture this image?", "options": { "A": "OCT", "B": "CT", "C": "MRI", "D": "X-ray" }, "answer": "A" }
68
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1033.jpg
OCT
{ "question": "What imaging modality is used to generate this image?", "options": { "A": "CT", "B": "MRI", "C": "OCT", "D": "Ultrasound" }, "answer": "C" }
69
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1034.jpg
OCT
{ "question": "What imaging modality is used to generate this image?", "options": { "A": "MRI", "B": "CT", "C": "OCT", "D": "Ultrasound" }, "answer": "C" }
70
E:\OCT\OCT-Bench\OCT-C8\test\CNV\cnv_test_1035.jpg
OCT
{ "question": "Which imaging modality is used to capture this image?", "options": { "A": "CT", "B": "MRI", "C": "Ultrasound", "D": "OCT" }, "answer": "D" }
71
E:\OCT\OCT-Bench\OCT-C8\test\CSR\csr_test_1001.jpg
OCT
{ "question": "Which imaging modality is shown in this image?", "options": { "A": "CT", "B": "MRI", "C": "OCT", "D": "Ultrasound" }, "answer": "C" }
72
E:\OCT\OCT-Bench\OCT-C8\test\CSR\csr_test_1002.jpg
OCT
{ "question": "What imaging modality is used to capture this image?", "options": { "A": "X-ray", "B": "Ultrasound", "C": "MRI", "D": "OCT" }, "answer": "D" }
73
E:\OCT\OCT-Bench\OCT-C8\test\CSR\csr_test_1003.jpg
OCT
{ "question": "What is the imaging modality shown in the provided image?", "options": { "A": "OCT", "B": "MRI", "C": "CT", "D": "X-ray" }, "answer": "A" }
74
E:\OCT\OCT-Bench\OCT-C8\test\CSR\csr_test_1004.jpg
OCT
{ "question": "What is the imaging modality used to capture this image?", "options": { "A": "CT", "B": "MRI", "C": "OCT", "D": "Ultrasound" }, "answer": "C" }
75
E:\OCT\OCT-Bench\OCT-C8\test\CSR\csr_test_1005.jpg
OCT
{ "question": "What is the imaging modality used to capture this image?", "options": { "A": "MRI", "B": "CT", "C": "OCT", "D": "Ultrasound" }, "answer": "C" }
76
E:\OCT\OCT-Bench\OCT-C8\test\CSR\csr_test_1006.jpg
OCT
{ "question": "What is the imaging modality used to acquire this image?", "options": { "A": "MRI", "B": "CT", "C": "Ultrasound", "D": "OCT" }, "answer": "D" }
77
E:\OCT\OCT-Bench\OCT-C8\test\CSR\csr_test_1007.jpg
OCT
{ "question": "What is the imaging modality used to capture this image?", "options": { "A": "MRI", "B": "CT", "C": "Ultrasound", "D": "OCT" }, "answer": "D" }
78
E:\OCT\OCT-Bench\OCT-C8\test\CSR\csr_test_1008.jpg
OCT
{ "question": "What imaging modality is used to acquire this image?", "options": { "A": "CT", "B": "MRI", "C": "Ultrasound", "D": "OCT" }, "answer": "D" }
79
E:\OCT\OCT-Bench\OCT-C8\test\CSR\csr_test_1009.jpg
OCT
{ "question": "What imaging modality is used to capture this image?", "options": { "A": "OCT", "B": "CT", "C": "MRI", "D": "Ultrasound" }, "answer": "A" }
80
E:\OCT\OCT-Bench\OCT-C8\test\CSR\csr_test_1010.jpg
OCT
{ "question": "Which medical imaging modality is shown in the provided image?", "options": { "A": "Computed Tomography (CT)", "B": "Optical Coherence Tomography (OCT)", "C": "Magnetic Resonance Imaging (MRI)", "D": "Ultrasound" }, "answer": "B" }
81
E:\OCT\OCT-Bench\OCT-C8\test\CSR\csr_test_1011.jpg
OCT
{ "question": "What is the imaging modality of the given image?", "options": { "A": "CT scan", "B": "MRI", "C": "OCT", "D": "Ultrasound" }, "answer": "C" }
82
E:\OCT\OCT-Bench\OCT-C8\test\CSR\csr_test_1012.jpg
OCT
{ "question": "What is the imaging modality shown in this image?", "options": { "A": "CT", "B": "MRI", "C": "Ultrasound", "D": "OCT" }, "answer": "D" }
83
E:\OCT\OCT-Bench\OCT-C8\test\CSR\csr_test_1013.jpg
OCT
{ "question": "What is the imaging modality used to acquire this image?", "options": { "A": "CT", "B": "OCT", "C": "Ultrasound", "D": "MRI" }, "answer": "B" }
84
E:\OCT\OCT-Bench\OCT-C8\test\CSR\csr_test_1014.jpg
OCT
{ "question": "Based on the visual appearance, which imaging modality is this?", "options": { "A": "X-ray", "B": "CT", "C": "OCT", "D": "MRI" }, "answer": "C" }
85
E:\OCT\OCT-Bench\OCT-C8\test\CSR\csr_test_1015.jpg
OCT
{ "question": "Which imaging modality is used to acquire this image?", "options": { "A": "CT", "B": "MRI", "C": "OCT", "D": "Ultrasound" }, "answer": "C" }
86
E:\OCT\OCT-Bench\OCT-C8\test\CSR\csr_test_1016.jpg
OCT
{ "question": "What imaging modality is used to create this image?", "options": { "A": "CT scan", "B": "MRI", "C": "OCT", "D": "X-ray" }, "answer": "C" }
87
E:\OCT\OCT-Bench\OCT-C8\test\CSR\csr_test_1017.jpg
OCT
{ "question": "Which imaging modality is used to create this image?", "options": { "A": "CT", "B": "MRI", "C": "OCT", "D": "Ultrasound" }, "answer": "C" }
88
E:\OCT\OCT-Bench\OCT-C8\test\CSR\csr_test_1018.jpg
OCT
{ "question": "What imaging modality is shown in the image?", "options": { "A": "X-ray", "B": "Ultrasound", "C": "OCT", "D": "MRI" }, "answer": "C" }
89
E:\OCT\OCT-Bench\OCT-C8\test\CSR\csr_test_1019.jpg
OCT
{ "question": "Which imaging modality is used to generate this image?", "options": { "A": "MRI", "B": "CT", "C": "X-ray", "D": "OCT" }, "answer": "D" }
90
E:\OCT\OCT-Bench\OCT-C8\test\CSR\csr_test_1020.jpg
OCT
{ "question": "What imaging modality is used to produce this image?", "options": { "A": "CT", "B": "MRI", "C": "OCT", "D": "Ultrasound" }, "answer": "C" }
91
E:\OCT\OCT-Bench\OCT-C8\test\CSR\csr_test_1021.jpg
OCT
{ "question": "What is the imaging modality of this scan?", "options": { "A": "CT scan", "B": "OCT", "C": "MRI", "D": "Ultrasound" }, "answer": "B" }
92
E:\OCT\OCT-Bench\OCT-C8\test\CSR\csr_test_1022.jpg
OCT
{ "question": "What is the imaging modality used to acquire this image?", "options": { "A": "CT", "B": "MRI", "C": "OCT", "D": "Ultrasound" }, "answer": "C" }
93
E:\OCT\OCT-Bench\OCT-C8\test\CSR\csr_test_1023.jpg
OCT
{ "question": "What imaging modality is shown in this image?", "options": { "A": "OCT", "B": "CT", "C": "MRI", "D": "Ultrasound" }, "answer": "A" }
94
E:\OCT\OCT-Bench\OCT-C8\test\CSR\csr_test_1024.jpg
OCT
{ "question": "Which imaging modality is shown in this image?", "options": { "A": "CT scan", "B": "Ultrasound", "C": "MRI", "D": "OCT" }, "answer": "D" }
95
E:\OCT\OCT-Bench\OCT-C8\test\CSR\csr_test_1025.jpg
OCT
{ "question": "What is the imaging modality of this image?", "options": { "A": "CT", "B": "MRI", "C": "Ultrasound", "D": "OCT" }, "answer": "D" }
96
E:\OCT\OCT-Bench\OCT-C8\test\CSR\csr_test_1026.jpg
OCT
{ "question": "What is the imaging modality used to produce this image?", "options": { "A": "CT", "B": "MRI", "C": "Ultrasound", "D": "OCT" }, "answer": "D" }
97
E:\OCT\OCT-Bench\OCT-C8\test\CSR\csr_test_1027.jpg
OCT
{ "question": "Which imaging modality is used to capture this cross-sectional image?", "options": { "A": "CT", "B": "MRI", "C": "Ultrasound", "D": "OCT" }, "answer": "D" }
98
E:\OCT\OCT-Bench\OCT-C8\test\CSR\csr_test_1028.jpg
OCT
{ "question": "What imaging modality is used to capture this image?", "options": { "A": "MRI", "B": "CT", "C": "Ultrasound", "D": "OCT" }, "answer": "D" }
99
E:\OCT\OCT-Bench\OCT-C8\test\CSR\csr_test_1029.jpg
OCT
{ "question": "Which imaging modality is used to acquire this image?", "options": { "A": "CT", "B": "MRI", "C": "OCT", "D": "Ultrasound" }, "answer": "C" }
100
E:\OCT\OCT-Bench\OCT-C8\test\CSR\csr_test_1030.jpg
OCT
{ "question": "What imaging modality is shown in this image?", "options": { "A": "OCT", "B": "MRI", "C": "CT", "D": "Ultrasound" }, "answer": "A" }
End of preview.

πŸ€— OCT-Bench

Paper | GitHub

Overview

We introduce OCT-Bench, a comprehensive benchmark for evaluating Multimodal Large Language Models (MLLMs) on optical coherence tomography (OCT) image understanding. OCT-Bench comprises 10,076 expert-verified multiple-choice questions from 4,137 OCT images across seven public datasets and evaluates 3 capability dimensions, 9 capability groups, and 20 fine-grained tasks covering perception, cognition, and clinical reasoning. We benchmark 20 representative MLLMs, including proprietary, open-source, and medical-domain models, providing a comprehensive assessment of OCT understanding capabilities.

For detailed usage and instructions, please refer to the GitHub page.

You can download OCT-Bench. The expected directory structure is:

OCT-Bench
β”œβ”€β”€ images
β”‚   β”œβ”€β”€ OCT5K
β”‚   β”œβ”€β”€ OCTDL
β”‚   └── ...
└── VQA
    β”œβ”€β”€ T01_VQA.jsonl
    β”œβ”€β”€ T02_VQA.jsonl
    └── ...
Downloads last month
56

Paper for baochenfu/OCT-Bench