The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 2 new columns ({'question', 'choices'}) and 5 missing columns ({'data-no', 'Answer', 'Question-choice', 'Answer-choice', 'Question'}).
This happened while the json dataset builder was generating data using
hf://datasets/FreedomIntelligence/Med-MAT/Subset-02-train.json (at revision f11957a5bbfe8f71fcae6796a105510b60e4ed2b)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1831, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 714, in write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
id: string
image: string
question: string
choices: struct<A: string, B: string, C: string, D: string>
child 0, A: string
child 1, B: string
child 2, C: string
child 3, D: string
caption: string
-- schema metadata --
pandas: '{"index_columns": [], "column_indexes": [], "columns": [{"name":' + 668
to
{'id': Value('int64'), 'caption': Value('string'), 'image': Value('string'), 'Question': Value('string'), 'Answer': Value('string'), 'Question-choice': Value('string'), 'Answer-choice': Value('string'), 'data-no': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1455, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1054, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 894, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 970, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1702, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1833, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 2 new columns ({'question', 'choices'}) and 5 missing columns ({'data-no', 'Answer', 'Question-choice', 'Answer-choice', 'Question'}).
This happened while the json dataset builder was generating data using
hf://datasets/FreedomIntelligence/Med-MAT/Subset-02-train.json (at revision f11957a5bbfe8f71fcae6796a105510b60e4ed2b)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)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 | caption string | image string | Question string | Answer string | Question-choice string | Answer-choice string | data-no string |
|---|---|---|---|---|---|---|---|
1 | Type 1 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_1/1014.jpg | Review the cervical image and classify the transformation zone: Type 1 (fully ectocervical and visible), Type 2 (endocervical and visible), or Type 3 (endocervical and not fully visible). What’s your classification? | Type 1 | Review the cervical image and classify the transformation zone: Type 1 (fully ectocervical and visible), Type 2 (endocervical and visible), or Type 3 (endocervical and not fully visible). What’s your classification?
A: Type 1
B: Type 3
C: Type 2
Answer with the option's letter from the given choices directly. | A | 1 |
2 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/1452.jpg | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible. | Type 2 | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible.
A: Type 3
B: Type 2
C: Type 1
Answer with the option's letter from the given choices directly. | B | 1 |
3 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/167.jpg | Please examine this cervical image and determine the transformation zone. Is it Type 1 (completely ectocervical and visible), Type 2 (partially endocervical and visible), or Type 3 (partially endocervical but not fully visible)? | Type 2 | Please examine this cervical image and determine the transformation zone. Is it Type 1 (completely ectocervical and visible), Type 2 (partially endocervical and visible), or Type 3 (partially endocervical but not fully visible)?
A: Type 2
B: Type 1
C: Type 3
Answer with the option's letter from the given choices directly. | A | 1 |
4 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/831.jpg | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible. | Type 2 | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible.
A: Type 1
B: Type 3
C: Type 2
Answer with the option's letter from the given choices directly. | C | 1 |
5 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/911.jpg | Review the cervical image and classify the transformation zone: Type 1 (fully ectocervical and visible), Type 2 (endocervical and visible), or Type 3 (endocervical and not fully visible). What’s your classification? | Type 2 | Review the cervical image and classify the transformation zone: Type 1 (fully ectocervical and visible), Type 2 (endocervical and visible), or Type 3 (endocervical and not fully visible). What’s your classification?
A: Type 1
B: Type 3
C: Type 2
Answer with the option's letter from the given choices directly. | C | 1 |
6 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/1039.jpg | Please examine this cervical image and determine the transformation zone. Is it Type 1 (completely ectocervical and visible), Type 2 (partially endocervical and visible), or Type 3 (partially endocervical but not fully visible)? | Type 2 | Please examine this cervical image and determine the transformation zone. Is it Type 1 (completely ectocervical and visible), Type 2 (partially endocervical and visible), or Type 3 (partially endocervical but not fully visible)?
A: Type 3
B: Type 2
C: Type 1
Answer with the option's letter from the given choices directly. | B | 1 |
7 | Type 1 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_1/383.jpg | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible? | Type 1 | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible?
A: Type 1
B: Type 2
C: Type 3
Answer with the option's letter from the given choices directly. | A | 1 |
8 | Type 3 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_3/962.jpg | Please review this cervical image and classify the transformation zone. Type 1 is completely ectocervical and fully visible, Type 2 has an endocervical component and is fully visible, and Type 3 has an endocervical component but is not fully visible. Which type do you think it is? | Type 3 | Please review this cervical image and classify the transformation zone. Type 1 is completely ectocervical and fully visible, Type 2 has an endocervical component and is fully visible, and Type 3 has an endocervical component but is not fully visible. Which type do you think it is?
A: Type 3
B: Type 2
C: Type 1
Answer with the option's letter from the given choices directly. | A | 1 |
9 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/1325.jpg | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible. | Type 2 | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible.
A: Type 1
B: Type 2
C: Type 3
Answer with the option's letter from the given choices directly. | B | 1 |
10 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/874.jpg | Please review this cervical image and classify the transformation zone. Type 1 is completely ectocervical and fully visible, Type 2 has an endocervical component and is fully visible, and Type 3 has an endocervical component but is not fully visible. Which type do you think it is? | Type 2 | Please review this cervical image and classify the transformation zone. Type 1 is completely ectocervical and fully visible, Type 2 has an endocervical component and is fully visible, and Type 3 has an endocervical component but is not fully visible. Which type do you think it is?
A: Type 1
B: Type 2
C: Type 3
Answer with the option's letter from the given choices directly. | B | 1 |
11 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/1152.jpg | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible? | Type 2 | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible?
A: Type 2
B: Type 3
C: Type 1
Answer with the option's letter from the given choices directly. | A | 1 |
12 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/235.jpg | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible. | Type 2 | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible.
A: Type 3
B: Type 2
C: Type 1
Answer with the option's letter from the given choices directly. | B | 1 |
13 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/621.jpg | Please review this cervical image and classify the transformation zone. Type 1 is completely ectocervical and fully visible, Type 2 has an endocervical component and is fully visible, and Type 3 has an endocervical component but is not fully visible. Which type do you think it is? | Type 2 | Please review this cervical image and classify the transformation zone. Type 1 is completely ectocervical and fully visible, Type 2 has an endocervical component and is fully visible, and Type 3 has an endocervical component but is not fully visible. Which type do you think it is?
A: Type 3
B: Type 2
C: Type 1
Answer with the option's letter from the given choices directly. | B | 1 |
14 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/1267.jpg | Review the cervical image and classify the transformation zone: Type 1 (fully ectocervical and visible), Type 2 (endocervical and visible), or Type 3 (endocervical and not fully visible). What’s your classification? | Type 2 | Review the cervical image and classify the transformation zone: Type 1 (fully ectocervical and visible), Type 2 (endocervical and visible), or Type 3 (endocervical and not fully visible). What’s your classification?
A: Type 3
B: Type 1
C: Type 2
Answer with the option's letter from the given choices directly. | C | 1 |
15 | Type 3 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_3/1004.jpg | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible. | Type 3 | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible.
A: Type 2
B: Type 3
C: Type 1
Answer with the option's letter from the given choices directly. | B | 1 |
16 | Type 3 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_3/747.jpg | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible? | Type 3 | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible?
A: Type 1
B: Type 3
C: Type 2
Answer with the option's letter from the given choices directly. | B | 1 |
17 | Type 3 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_3/800.jpg | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible? | Type 3 | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible?
A: Type 1
B: Type 3
C: Type 2
Answer with the option's letter from the given choices directly. | B | 1 |
18 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/937.jpg | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible? | Type 2 | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible?
A: Type 3
B: Type 1
C: Type 2
Answer with the option's letter from the given choices directly. | C | 1 |
19 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/862.jpg | Review the cervical image and classify the transformation zone: Type 1 (fully ectocervical and visible), Type 2 (endocervical and visible), or Type 3 (endocervical and not fully visible). What’s your classification? | Type 2 | Review the cervical image and classify the transformation zone: Type 1 (fully ectocervical and visible), Type 2 (endocervical and visible), or Type 3 (endocervical and not fully visible). What’s your classification?
A: Type 2
B: Type 1
C: Type 3
Answer with the option's letter from the given choices directly. | A | 1 |
20 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/79.jpg | Please examine this cervical image and determine the transformation zone. Is it Type 1 (completely ectocervical and visible), Type 2 (partially endocervical and visible), or Type 3 (partially endocervical but not fully visible)? | Type 2 | Please examine this cervical image and determine the transformation zone. Is it Type 1 (completely ectocervical and visible), Type 2 (partially endocervical and visible), or Type 3 (partially endocervical but not fully visible)?
A: Type 1
B: Type 2
C: Type 3
Answer with the option's letter from the given choices directly. | B | 1 |
21 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/632.jpg | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible. | Type 2 | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible.
A: Type 1
B: Type 2
C: Type 3
Answer with the option's letter from the given choices directly. | B | 1 |
22 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/987.jpg | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible. | Type 2 | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible.
A: Type 2
B: Type 1
C: Type 3
Answer with the option's letter from the given choices directly. | A | 1 |
23 | Type 3 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_3/25.jpg | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible? | Type 3 | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible?
A: Type 1
B: Type 2
C: Type 3
Answer with the option's letter from the given choices directly. | C | 1 |
24 | Type 3 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_3/806.jpg | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible. | Type 3 | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible.
A: Type 1
B: Type 2
C: Type 3
Answer with the option's letter from the given choices directly. | C | 1 |
25 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/540.jpg | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible. | Type 2 | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible.
A: Type 2
B: Type 1
C: Type 3
Answer with the option's letter from the given choices directly. | A | 1 |
26 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/681.jpg | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible. | Type 2 | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible.
A: Type 2
B: Type 1
C: Type 3
Answer with the option's letter from the given choices directly. | A | 1 |
27 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/852.jpg | Please examine this cervical image and determine the transformation zone. Is it Type 1 (completely ectocervical and visible), Type 2 (partially endocervical and visible), or Type 3 (partially endocervical but not fully visible)? | Type 2 | Please examine this cervical image and determine the transformation zone. Is it Type 1 (completely ectocervical and visible), Type 2 (partially endocervical and visible), or Type 3 (partially endocervical but not fully visible)?
A: Type 3
B: Type 1
C: Type 2
Answer with the option's letter from the given choices directly. | C | 1 |
28 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/570.jpg | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify? | Type 2 | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify?
A: Type 3
B: Type 2
C: Type 1
Answer with the option's letter from the given choices directly. | B | 1 |
29 | Type 3 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_3/1113.jpg | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible. | Type 3 | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible.
A: Type 2
B: Type 1
C: Type 3
Answer with the option's letter from the given choices directly. | C | 1 |
30 | Type 3 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_3/1041.jpg | Please review this cervical image and classify the transformation zone. Type 1 is completely ectocervical and fully visible, Type 2 has an endocervical component and is fully visible, and Type 3 has an endocervical component but is not fully visible. Which type do you think it is? | Type 3 | Please review this cervical image and classify the transformation zone. Type 1 is completely ectocervical and fully visible, Type 2 has an endocervical component and is fully visible, and Type 3 has an endocervical component but is not fully visible. Which type do you think it is?
A: Type 3
B: Type 2
C: Type 1
Answer with the option's letter from the given choices directly. | A | 1 |
31 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/270.jpg | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify? | Type 2 | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify?
A: Type 1
B: Type 2
C: Type 3
Answer with the option's letter from the given choices directly. | B | 1 |
32 | Type 3 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_3/320.jpg | Please review this cervical image and classify the transformation zone. Type 1 is completely ectocervical and fully visible, Type 2 has an endocervical component and is fully visible, and Type 3 has an endocervical component but is not fully visible. Which type do you think it is? | Type 3 | Please review this cervical image and classify the transformation zone. Type 1 is completely ectocervical and fully visible, Type 2 has an endocervical component and is fully visible, and Type 3 has an endocervical component but is not fully visible. Which type do you think it is?
A: Type 2
B: Type 3
C: Type 1
Answer with the option's letter from the given choices directly. | B | 1 |
33 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/674.jpg | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible? | Type 2 | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible?
A: Type 1
B: Type 2
C: Type 3
Answer with the option's letter from the given choices directly. | B | 1 |
34 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/1187.jpg | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify? | Type 2 | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify?
A: Type 3
B: Type 1
C: Type 2
Answer with the option's letter from the given choices directly. | C | 1 |
35 | Type 1 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_1/1123.jpg | Please review this cervical image and classify the transformation zone. Type 1 is completely ectocervical and fully visible, Type 2 has an endocervical component and is fully visible, and Type 3 has an endocervical component but is not fully visible. Which type do you think it is? | Type 1 | Please review this cervical image and classify the transformation zone. Type 1 is completely ectocervical and fully visible, Type 2 has an endocervical component and is fully visible, and Type 3 has an endocervical component but is not fully visible. Which type do you think it is?
A: Type 3
B: Type 1
C: Type 2
Answer with the option's letter from the given choices directly. | B | 1 |
36 | Type 1 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_1/560.jpg | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible? | Type 1 | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible?
A: Type 1
B: Type 3
C: Type 2
Answer with the option's letter from the given choices directly. | A | 1 |
37 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/508.jpg | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify? | Type 2 | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify?
A: Type 3
B: Type 1
C: Type 2
Answer with the option's letter from the given choices directly. | C | 1 |
38 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/1087.jpg | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible. | Type 2 | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible.
A: Type 3
B: Type 1
C: Type 2
Answer with the option's letter from the given choices directly. | C | 1 |
39 | Type 3 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_3/672.jpg | Please examine this cervical image and determine the transformation zone. Is it Type 1 (completely ectocervical and visible), Type 2 (partially endocervical and visible), or Type 3 (partially endocervical but not fully visible)? | Type 3 | Please examine this cervical image and determine the transformation zone. Is it Type 1 (completely ectocervical and visible), Type 2 (partially endocervical and visible), or Type 3 (partially endocervical but not fully visible)?
A: Type 1
B: Type 2
C: Type 3
Answer with the option's letter from the given choices directly. | C | 1 |
40 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/428.jpg | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify? | Type 2 | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify?
A: Type 2
B: Type 3
C: Type 1
Answer with the option's letter from the given choices directly. | A | 1 |
41 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/871.jpg | Review the cervical image and classify the transformation zone: Type 1 (fully ectocervical and visible), Type 2 (endocervical and visible), or Type 3 (endocervical and not fully visible). What’s your classification? | Type 2 | Review the cervical image and classify the transformation zone: Type 1 (fully ectocervical and visible), Type 2 (endocervical and visible), or Type 3 (endocervical and not fully visible). What’s your classification?
A: Type 3
B: Type 2
C: Type 1
Answer with the option's letter from the given choices directly. | B | 1 |
42 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/826.jpg | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible. | Type 2 | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible.
A: Type 1
B: Type 2
C: Type 3
Answer with the option's letter from the given choices directly. | B | 1 |
43 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/925.jpg | Review the cervical image and classify the transformation zone: Type 1 (fully ectocervical and visible), Type 2 (endocervical and visible), or Type 3 (endocervical and not fully visible). What’s your classification? | Type 2 | Review the cervical image and classify the transformation zone: Type 1 (fully ectocervical and visible), Type 2 (endocervical and visible), or Type 3 (endocervical and not fully visible). What’s your classification?
A: Type 1
B: Type 3
C: Type 2
Answer with the option's letter from the given choices directly. | C | 1 |
44 | Type 1 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_1/1136.jpg | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify? | Type 1 | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify?
A: Type 1
B: Type 3
C: Type 2
Answer with the option's letter from the given choices directly. | A | 1 |
45 | Type 3 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_3/158.jpg | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible? | Type 3 | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible?
A: Type 2
B: Type 3
C: Type 1
Answer with the option's letter from the given choices directly. | B | 1 |
46 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/375.jpg | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible? | Type 2 | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible?
A: Type 2
B: Type 1
C: Type 3
Answer with the option's letter from the given choices directly. | A | 1 |
47 | Type 1 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_1/1061.jpg | Please review this cervical image and classify the transformation zone. Type 1 is completely ectocervical and fully visible, Type 2 has an endocervical component and is fully visible, and Type 3 has an endocervical component but is not fully visible. Which type do you think it is? | Type 1 | Please review this cervical image and classify the transformation zone. Type 1 is completely ectocervical and fully visible, Type 2 has an endocervical component and is fully visible, and Type 3 has an endocervical component but is not fully visible. Which type do you think it is?
A: Type 3
B: Type 2
C: Type 1
Answer with the option's letter from the given choices directly. | C | 1 |
48 | Type 3 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_3/1459.jpg | Review the cervical image and classify the transformation zone: Type 1 (fully ectocervical and visible), Type 2 (endocervical and visible), or Type 3 (endocervical and not fully visible). What’s your classification? | Type 3 | Review the cervical image and classify the transformation zone: Type 1 (fully ectocervical and visible), Type 2 (endocervical and visible), or Type 3 (endocervical and not fully visible). What’s your classification?
A: Type 1
B: Type 3
C: Type 2
Answer with the option's letter from the given choices directly. | B | 1 |
49 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/1255.jpg | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify? | Type 2 | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify?
A: Type 1
B: Type 2
C: Type 3
Answer with the option's letter from the given choices directly. | B | 1 |
50 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/748.jpg | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible? | Type 2 | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible?
A: Type 3
B: Type 2
C: Type 1
Answer with the option's letter from the given choices directly. | B | 1 |
51 | Type 3 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_3/1417.jpg | Review the cervical image and classify the transformation zone: Type 1 (fully ectocervical and visible), Type 2 (endocervical and visible), or Type 3 (endocervical and not fully visible). What’s your classification? | Type 3 | Review the cervical image and classify the transformation zone: Type 1 (fully ectocervical and visible), Type 2 (endocervical and visible), or Type 3 (endocervical and not fully visible). What’s your classification?
A: Type 1
B: Type 3
C: Type 2
Answer with the option's letter from the given choices directly. | B | 1 |
52 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/1025.jpg | Review the cervical image and classify the transformation zone: Type 1 (fully ectocervical and visible), Type 2 (endocervical and visible), or Type 3 (endocervical and not fully visible). What’s your classification? | Type 2 | Review the cervical image and classify the transformation zone: Type 1 (fully ectocervical and visible), Type 2 (endocervical and visible), or Type 3 (endocervical and not fully visible). What’s your classification?
A: Type 3
B: Type 2
C: Type 1
Answer with the option's letter from the given choices directly. | B | 1 |
53 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/915.jpg | Review the cervical image and classify the transformation zone: Type 1 (fully ectocervical and visible), Type 2 (endocervical and visible), or Type 3 (endocervical and not fully visible). What’s your classification? | Type 2 | Review the cervical image and classify the transformation zone: Type 1 (fully ectocervical and visible), Type 2 (endocervical and visible), or Type 3 (endocervical and not fully visible). What’s your classification?
A: Type 2
B: Type 1
C: Type 3
Answer with the option's letter from the given choices directly. | A | 1 |
54 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/798.jpg | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible. | Type 2 | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible.
A: Type 3
B: Type 1
C: Type 2
Answer with the option's letter from the given choices directly. | C | 1 |
55 | Type 3 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_3/986.jpg | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify? | Type 3 | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify?
A: Type 1
B: Type 3
C: Type 2
Answer with the option's letter from the given choices directly. | B | 1 |
56 | Type 3 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_3/1208.jpg | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible? | Type 3 | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible?
A: Type 2
B: Type 3
C: Type 1
Answer with the option's letter from the given choices directly. | B | 1 |
57 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/1185.jpg | Please examine this cervical image and determine the transformation zone. Is it Type 1 (completely ectocervical and visible), Type 2 (partially endocervical and visible), or Type 3 (partially endocervical but not fully visible)? | Type 2 | Please examine this cervical image and determine the transformation zone. Is it Type 1 (completely ectocervical and visible), Type 2 (partially endocervical and visible), or Type 3 (partially endocervical but not fully visible)?
A: Type 2
B: Type 1
C: Type 3
Answer with the option's letter from the given choices directly. | A | 1 |
58 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/973.jpg | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify? | Type 2 | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify?
A: Type 1
B: Type 2
C: Type 3
Answer with the option's letter from the given choices directly. | B | 1 |
59 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/592.jpg | Review the cervical image and classify the transformation zone: Type 1 (fully ectocervical and visible), Type 2 (endocervical and visible), or Type 3 (endocervical and not fully visible). What’s your classification? | Type 2 | Review the cervical image and classify the transformation zone: Type 1 (fully ectocervical and visible), Type 2 (endocervical and visible), or Type 3 (endocervical and not fully visible). What’s your classification?
A: Type 1
B: Type 2
C: Type 3
Answer with the option's letter from the given choices directly. | B | 1 |
60 | Type 3 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_3/555.jpg | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible? | Type 3 | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible?
A: Type 1
B: Type 3
C: Type 2
Answer with the option's letter from the given choices directly. | B | 1 |
61 | Type 3 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_3/825.jpg | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible. | Type 3 | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible.
A: Type 1
B: Type 2
C: Type 3
Answer with the option's letter from the given choices directly. | C | 1 |
62 | Type 3 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_3/439.jpg | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible? | Type 3 | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible?
A: Type 1
B: Type 2
C: Type 3
Answer with the option's letter from the given choices directly. | C | 1 |
63 | Type 3 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_3/1206.jpg | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible? | Type 3 | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible?
A: Type 2
B: Type 1
C: Type 3
Answer with the option's letter from the given choices directly. | C | 1 |
64 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/182.jpg | Please examine this cervical image and determine the transformation zone. Is it Type 1 (completely ectocervical and visible), Type 2 (partially endocervical and visible), or Type 3 (partially endocervical but not fully visible)? | Type 2 | Please examine this cervical image and determine the transformation zone. Is it Type 1 (completely ectocervical and visible), Type 2 (partially endocervical and visible), or Type 3 (partially endocervical but not fully visible)?
A: Type 3
B: Type 1
C: Type 2
Answer with the option's letter from the given choices directly. | C | 1 |
65 | Type 3 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_3/1200.jpg | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible? | Type 3 | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible?
A: Type 2
B: Type 1
C: Type 3
Answer with the option's letter from the given choices directly. | C | 1 |
66 | Type 3 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_3/1460.jpg | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible? | Type 3 | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible?
A: Type 1
B: Type 3
C: Type 2
Answer with the option's letter from the given choices directly. | B | 1 |
67 | Type 3 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_3/436.jpg | Review the cervical image and classify the transformation zone: Type 1 (fully ectocervical and visible), Type 2 (endocervical and visible), or Type 3 (endocervical and not fully visible). What’s your classification? | Type 3 | Review the cervical image and classify the transformation zone: Type 1 (fully ectocervical and visible), Type 2 (endocervical and visible), or Type 3 (endocervical and not fully visible). What’s your classification?
A: Type 2
B: Type 1
C: Type 3
Answer with the option's letter from the given choices directly. | C | 1 |
68 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/545.jpg | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible? | Type 2 | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible?
A: Type 1
B: Type 2
C: Type 3
Answer with the option's letter from the given choices directly. | B | 1 |
69 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/227.jpg | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible? | Type 2 | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible?
A: Type 2
B: Type 1
C: Type 3
Answer with the option's letter from the given choices directly. | A | 1 |
70 | Type 1 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_1/471.jpg | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible. | Type 1 | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible.
A: Type 1
B: Type 3
C: Type 2
Answer with the option's letter from the given choices directly. | A | 1 |
71 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/935.jpg | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible? | Type 2 | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible?
A: Type 3
B: Type 1
C: Type 2
Answer with the option's letter from the given choices directly. | C | 1 |
72 | Type 3 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_3/1244.jpg | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible. | Type 3 | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible.
A: Type 3
B: Type 1
C: Type 2
Answer with the option's letter from the given choices directly. | A | 1 |
73 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/1119.jpg | Please examine this cervical image and determine the transformation zone. Is it Type 1 (completely ectocervical and visible), Type 2 (partially endocervical and visible), or Type 3 (partially endocervical but not fully visible)? | Type 2 | Please examine this cervical image and determine the transformation zone. Is it Type 1 (completely ectocervical and visible), Type 2 (partially endocervical and visible), or Type 3 (partially endocervical but not fully visible)?
A: Type 3
B: Type 2
C: Type 1
Answer with the option's letter from the given choices directly. | B | 1 |
74 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/1215.jpg | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify? | Type 2 | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify?
A: Type 2
B: Type 3
C: Type 1
Answer with the option's letter from the given choices directly. | A | 1 |
75 | Type 1 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_1/191.jpg | Review the cervical image and classify the transformation zone: Type 1 (fully ectocervical and visible), Type 2 (endocervical and visible), or Type 3 (endocervical and not fully visible). What’s your classification? | Type 1 | Review the cervical image and classify the transformation zone: Type 1 (fully ectocervical and visible), Type 2 (endocervical and visible), or Type 3 (endocervical and not fully visible). What’s your classification?
A: Type 3
B: Type 2
C: Type 1
Answer with the option's letter from the given choices directly. | C | 1 |
76 | Type 1 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_1/1131.jpg | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible. | Type 1 | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible.
A: Type 2
B: Type 3
C: Type 1
Answer with the option's letter from the given choices directly. | C | 1 |
77 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/293.jpg | Please review this cervical image and classify the transformation zone. Type 1 is completely ectocervical and fully visible, Type 2 has an endocervical component and is fully visible, and Type 3 has an endocervical component but is not fully visible. Which type do you think it is? | Type 2 | Please review this cervical image and classify the transformation zone. Type 1 is completely ectocervical and fully visible, Type 2 has an endocervical component and is fully visible, and Type 3 has an endocervical component but is not fully visible. Which type do you think it is?
A: Type 2
B: Type 3
C: Type 1
Answer with the option's letter from the given choices directly. | A | 1 |
78 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/722.jpg | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible? | Type 2 | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible?
A: Type 3
B: Type 2
C: Type 1
Answer with the option's letter from the given choices directly. | B | 1 |
79 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/331.jpg | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible. | Type 2 | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible.
A: Type 2
B: Type 1
C: Type 3
Answer with the option's letter from the given choices directly. | A | 1 |
80 | Type 3 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_3/399.jpg | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify? | Type 3 | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify?
A: Type 1
B: Type 2
C: Type 3
Answer with the option's letter from the given choices directly. | C | 1 |
81 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/1353.jpg | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible? | Type 2 | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible?
A: Type 2
B: Type 3
C: Type 1
Answer with the option's letter from the given choices directly. | A | 1 |
82 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/926.jpg | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible? | Type 2 | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible?
A: Type 1
B: Type 3
C: Type 2
Answer with the option's letter from the given choices directly. | C | 1 |
83 | Type 3 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_3/1291.jpg | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible. | Type 3 | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible.
A: Type 1
B: Type 2
C: Type 3
Answer with the option's letter from the given choices directly. | C | 1 |
84 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/738.jpg | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify? | Type 2 | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify?
A: Type 3
B: Type 2
C: Type 1
Answer with the option's letter from the given choices directly. | B | 1 |
85 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/716.jpg | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify? | Type 2 | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify?
A: Type 1
B: Type 3
C: Type 2
Answer with the option's letter from the given choices directly. | C | 1 |
86 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/547.jpg | Please examine this cervical image and determine the transformation zone. Is it Type 1 (completely ectocervical and visible), Type 2 (partially endocervical and visible), or Type 3 (partially endocervical but not fully visible)? | Type 2 | Please examine this cervical image and determine the transformation zone. Is it Type 1 (completely ectocervical and visible), Type 2 (partially endocervical and visible), or Type 3 (partially endocervical but not fully visible)?
A: Type 1
B: Type 2
C: Type 3
Answer with the option's letter from the given choices directly. | B | 1 |
87 | Type 1 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_1/425.jpg | Please review this cervical image and classify the transformation zone. Type 1 is completely ectocervical and fully visible, Type 2 has an endocervical component and is fully visible, and Type 3 has an endocervical component but is not fully visible. Which type do you think it is? | Type 1 | Please review this cervical image and classify the transformation zone. Type 1 is completely ectocervical and fully visible, Type 2 has an endocervical component and is fully visible, and Type 3 has an endocervical component but is not fully visible. Which type do you think it is?
A: Type 2
B: Type 1
C: Type 3
Answer with the option's letter from the given choices directly. | B | 1 |
88 | Type 3 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_3/636.jpg | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible. | Type 3 | Could you classify the transformation zone based on this cervical image? Type 1: completely ectocervical and fully visible, Type 2: has an endocervical component but fully visible, or Type 3: endocervical and not fully visible.
A: Type 1
B: Type 3
C: Type 2
Answer with the option's letter from the given choices directly. | B | 1 |
89 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/912.jpg | Please examine this cervical image and determine the transformation zone. Is it Type 1 (completely ectocervical and visible), Type 2 (partially endocervical and visible), or Type 3 (partially endocervical but not fully visible)? | Type 2 | Please examine this cervical image and determine the transformation zone. Is it Type 1 (completely ectocervical and visible), Type 2 (partially endocervical and visible), or Type 3 (partially endocervical but not fully visible)?
A: Type 2
B: Type 3
C: Type 1
Answer with the option's letter from the given choices directly. | A | 1 |
90 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/1378.jpg | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify? | Type 2 | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify?
A: Type 2
B: Type 3
C: Type 1
Answer with the option's letter from the given choices directly. | A | 1 |
91 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/919.jpg | Please review this cervical image and classify the transformation zone. Type 1 is completely ectocervical and fully visible, Type 2 has an endocervical component and is fully visible, and Type 3 has an endocervical component but is not fully visible. Which type do you think it is? | Type 2 | Please review this cervical image and classify the transformation zone. Type 1 is completely ectocervical and fully visible, Type 2 has an endocervical component and is fully visible, and Type 3 has an endocervical component but is not fully visible. Which type do you think it is?
A: Type 3
B: Type 1
C: Type 2
Answer with the option's letter from the given choices directly. | C | 1 |
92 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/652.jpg | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify? | Type 2 | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify?
A: Type 3
B: Type 1
C: Type 2
Answer with the option's letter from the given choices directly. | C | 1 |
93 | Type 3 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_3/757.jpg | Please review this cervical image and classify the transformation zone. Type 1 is completely ectocervical and fully visible, Type 2 has an endocervical component and is fully visible, and Type 3 has an endocervical component but is not fully visible. Which type do you think it is? | Type 3 | Please review this cervical image and classify the transformation zone. Type 1 is completely ectocervical and fully visible, Type 2 has an endocervical component and is fully visible, and Type 3 has an endocervical component but is not fully visible. Which type do you think it is?
A: Type 1
B: Type 2
C: Type 3
Answer with the option's letter from the given choices directly. | C | 1 |
94 | Type 3 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_3/477.jpg | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify? | Type 3 | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify?
A: Type 1
B: Type 3
C: Type 2
Answer with the option's letter from the given choices directly. | B | 1 |
95 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/1451.jpg | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible? | Type 2 | Based on the cervical image, could you classify the transformation zone? Type 1: ectocervical and fully visible, Type 2: with an endocervical component and fully visible, or Type 3: endocervical and not fully visible?
A: Type 3
B: Type 2
C: Type 1
Answer with the option's letter from the given choices directly. | B | 1 |
96 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/905.jpg | Please examine this cervical image and determine the transformation zone. Is it Type 1 (completely ectocervical and visible), Type 2 (partially endocervical and visible), or Type 3 (partially endocervical but not fully visible)? | Type 2 | Please examine this cervical image and determine the transformation zone. Is it Type 1 (completely ectocervical and visible), Type 2 (partially endocervical and visible), or Type 3 (partially endocervical but not fully visible)?
A: Type 2
B: Type 1
C: Type 3
Answer with the option's letter from the given choices directly. | A | 1 |
97 | Type 3 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_3/1333.jpg | Please review this cervical image and classify the transformation zone. Type 1 is completely ectocervical and fully visible, Type 2 has an endocervical component and is fully visible, and Type 3 has an endocervical component but is not fully visible. Which type do you think it is? | Type 3 | Please review this cervical image and classify the transformation zone. Type 1 is completely ectocervical and fully visible, Type 2 has an endocervical component and is fully visible, and Type 3 has an endocervical component but is not fully visible. Which type do you think it is?
A: Type 3
B: Type 2
C: Type 1
Answer with the option's letter from the given choices directly. | A | 1 |
98 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/80.jpg | Please review this cervical image and classify the transformation zone. Type 1 is completely ectocervical and fully visible, Type 2 has an endocervical component and is fully visible, and Type 3 has an endocervical component but is not fully visible. Which type do you think it is? | Type 2 | Please review this cervical image and classify the transformation zone. Type 1 is completely ectocervical and fully visible, Type 2 has an endocervical component and is fully visible, and Type 3 has an endocervical component but is not fully visible. Which type do you think it is?
A: Type 2
B: Type 3
C: Type 1
Answer with the option's letter from the given choices directly. | A | 1 |
99 | Type 2 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_2/1006.jpg | Please review this cervical image and classify the transformation zone. Type 1 is completely ectocervical and fully visible, Type 2 has an endocervical component and is fully visible, and Type 3 has an endocervical component but is not fully visible. Which type do you think it is? | Type 2 | Please review this cervical image and classify the transformation zone. Type 1 is completely ectocervical and fully visible, Type 2 has an endocervical component and is fully visible, and Type 3 has an endocervical component but is not fully visible. Which type do you think it is?
A: Type 3
B: Type 2
C: Type 1
Answer with the option's letter from the given choices directly. | B | 1 |
100 | Type 3 | med-mat/IntelandMobileODT_Cervical_Cancer_Screening/train/train/Type_3/1133.jpg | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify? | Type 3 | Can you review this cervical image and classify the transformation zone? Type 1: fully ectocervical and visible, Type 2: partially endocervical but visible, Type 3: partially endocervical and not fully visible. Which type do you identify?
A: Type 1
B: Type 2
C: Type 3
Answer with the option's letter from the given choices directly. | C | 1 |
End of preview.