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: EntryNotFoundError
Message: 404 Client Error. (Request ID: Root=1-69af763a-592129043c57bc74032528cb;72122223-a747-4ec8-a70f-f86800248d62)
Entry Not Found for url: https://huggingface.co/api/datasets/KRAFTON/VLM-SubtleBench/tree/main/images%2Fmimic%2Fp15%2Fp15592981?recursive=False&expand=False.
images/mimic/p15/p15592981 does not exist on "main"
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/utils/_http.py", line 409, in hf_raise_for_status
response.raise_for_status()
File "/usr/local/lib/python3.12/site-packages/requests/models.py", line 1026, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/api/datasets/KRAFTON/VLM-SubtleBench/tree/main/images%2Fmimic%2Fp15%2Fp15592981%2Fs55194630?recursive=False&expand=False
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 372, in ls
out = self._ls_tree(path, refresh=refresh, revision=revision, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 463, in _ls_tree
for path_info in tree:
^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_api.py", line 3140, in list_repo_tree
for path_info in paginate(path=tree_url, headers=headers, params={"recursive": recursive, "expand": expand}):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/utils/_pagination.py", line 37, in paginate
hf_raise_for_status(r)
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/utils/_http.py", line 420, in hf_raise_for_status
raise _format(EntryNotFoundError, message, response) from e
huggingface_hub.errors.EntryNotFoundError: 404 Client Error. (Request ID: Root=1-69af763a-54892d307e9d0bc030411655;4484ad1d-4c92-4f49-af22-6962e92545d2)
Entry Not Found for url: https://huggingface.co/api/datasets/KRAFTON/VLM-SubtleBench/tree/main/images%2Fmimic%2Fp15%2Fp15592981%2Fs55194630?recursive=False&expand=False.
images/mimic/p15/p15592981/s55194630 does not exist on "main"
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/utils/_http.py", line 409, in hf_raise_for_status
response.raise_for_status()
File "/usr/local/lib/python3.12/site-packages/requests/models.py", line 1026, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/api/datasets/KRAFTON/VLM-SubtleBench/tree/main/images%2Fmimic%2Fp15%2Fp15592981?recursive=False&expand=False
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1890, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 762, in write_table
pa_table = embed_table_storage(pa_table)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in embed_table_storage
embed_array_storage(table[name], feature, token_per_repo_id=token_per_repo_id)
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1795, in wrapper
return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2124, in embed_array_storage
return feature.embed_storage(array, token_per_repo_id=token_per_repo_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/features/image.py", line 303, in embed_storage
(path_to_bytes(x["path"]) if x["bytes"] is None else x["bytes"]) if x is not None else None
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/utils/py_utils.py", line 310, in wrapper
return func(value) if value is not None else None
^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/features/image.py", line 298, in path_to_bytes
with xopen(path, "rb", download_config=download_config) as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/utils/file_utils.py", line 977, in xopen
file_obj = fsspec.open(file, mode=mode, *args, **kwargs).open()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/fsspec/core.py", line 135, in open
return self.__enter__()
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/fsspec/core.py", line 103, in __enter__
f = self.fs.open(self.path, mode=mode)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<string>", line 3, in open
File "/usr/local/lib/python3.12/unittest/mock.py", line 1139, in __call__
return self._mock_call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/unittest/mock.py", line 1143, in _mock_call
return self._execute_mock_call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/unittest/mock.py", line 1204, in _execute_mock_call
result = effect(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 770, in wrapped
f = fs_open(self, urlpath, mode, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/fsspec/spec.py", line 1293, in open
f = self._open(
^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 275, in _open
return HfFileSystemFile(self, path, mode=mode, revision=revision, block_size=block_size, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 947, in __init__
self.details = fs.info(self.resolved_path.unresolve(), expand_info=False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 711, in info
self.ls(parent_path, expand_info=False)
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 377, in ls
out = self._ls_tree(self._parent(path), refresh=refresh, revision=revision, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 463, in _ls_tree
for path_info in tree:
^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_api.py", line 3140, in list_repo_tree
for path_info in paginate(path=tree_url, headers=headers, params={"recursive": recursive, "expand": expand}):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/utils/_pagination.py", line 37, in paginate
hf_raise_for_status(r)
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/utils/_http.py", line 420, in hf_raise_for_status
raise _format(EntryNotFoundError, message, response) from e
huggingface_hub.errors.EntryNotFoundError: 404 Client Error. (Request ID: Root=1-69af763a-592129043c57bc74032528cb;72122223-a747-4ec8-a70f-f86800248d62)
Entry Not Found for url: https://huggingface.co/api/datasets/KRAFTON/VLM-SubtleBench/tree/main/images%2Fmimic%2Fp15%2Fp15592981?recursive=False&expand=False.
images/mimic/p15/p15592981 does not exist on "main"
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 1342, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 907, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1739, 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 1922, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
image_1 image | image_2 image | question string | answer string | distractors list | has_caption bool | caption string | category string | domain string | source string | source_id string | raw_folder string | generation_info string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
In which image is the apple peeled more? | second image | [
"first image"
] | false | null | state | natural | changeit | 0 | changeIt_state_pairs | null | ||
In which image is the apple peeled more? | second image | [
"first image"
] | true | In second image, more apple peel is removed. | state | natural | changeit | 1 | changeIt_state_pairs | null | ||
In which image is the apple peeled more? | second image | [
"first image"
] | false | null | state | natural | changeit | 10 | changeIt_state_pairs | null | ||
In which image is the apple peeled more? | second image | [
"first image"
] | false | null | state | natural | changeit | 11 | changeIt_state_pairs | null | ||
In which image is the milk boiling more? | first image | [
"second image"
] | false | null | state | natural | changeit | 116 | changeIt_state_pairs | null | ||
In which image is the milk boiling more? | second image | [
"first image"
] | false | null | state | natural | changeit | 117 | changeIt_state_pairs | null | ||
In which image is the milk boiling more? | second image | [
"first image"
] | false | null | state | natural | changeit | 118 | changeIt_state_pairs | null | ||
In which image is the milk boiling more? | first image | [
"second image"
] | false | null | state | natural | changeit | 119 | changeIt_state_pairs | null | ||
In which image is the apple peeled more? | second image | [
"first image"
] | false | null | state | natural | changeit | 12 | changeIt_state_pairs | null | ||
In which image is the milk boiling more? | second image | [
"first image"
] | true | In first image on the left side of the photo, a hand is visible, but it is not in second image. The bubbles are overflowing in second image, but they are not overflowing in first image. | state | natural | changeit | 120 | changeIt_state_pairs | null | ||
In which image is the milk boiling more? | second image | [
"first image"
] | false | null | state | natural | changeit | 121 | changeIt_state_pairs | null | ||
In which image is the milk boiling more? | first image | [
"second image"
] | false | null | state | natural | changeit | 122 | changeIt_state_pairs | null | ||
In which image is the milk boiling more? | first image | [
"second image"
] | false | null | state | natural | changeit | 123 | changeIt_state_pairs | null | ||
In which image is the basket more fully wrapped? | second image | [
"first image"
] | false | null | state | natural | changeit | 124 | changeIt_state_pairs | null | ||
In which image is the basket more fully wrapped? | second image | [
"first image"
] | false | null | state | natural | changeit | 125 | changeIt_state_pairs | null | ||
In which image is the box more fully wrapped? | first image | [
"second image"
] | false | null | state | natural | changeit | 126 | changeIt_state_pairs | null | ||
In which image is the box more fully wrapped? | first image | [
"second image"
] | false | null | state | natural | changeit | 127 | changeIt_state_pairs | null | ||
In which image is the box more fully wrapped? | second image | [
"first image"
] | false | null | state | natural | changeit | 128 | changeIt_state_pairs | null | ||
In which image is the box more fully wrapped? | second image | [
"first image"
] | false | null | state | natural | changeit | 129 | changeIt_state_pairs | null | ||
In which image is the apple peeled more? | second image | [
"first image"
] | false | null | state | natural | changeit | 13 | changeIt_state_pairs | null | ||
In which image is the box more fully wrapped? | second image | [
"first image"
] | false | null | state | natural | changeit | 130 | changeIt_state_pairs | null | ||
In which image is the box more fully wrapped? | second image | [
"first image"
] | false | null | state | natural | changeit | 131 | changeIt_state_pairs | null | ||
In which image is the box more fully wrapped? | second image | [
"first image"
] | true | the hands appear in the second image, whereas in the first image there is no hand.
the wrapping paper in the second image is folded and is covering part of the post card, whereas in the first image, the post card is just placed above the wrapping paper. | state | natural | changeit | 132 | changeIt_state_pairs | null | ||
In which image is the box more fully wrapped? | first image | [
"second image"
] | false | null | state | natural | changeit | 133 | changeIt_state_pairs | null | ||
In which image is the box more fully wrapped? | second image | [
"first image"
] | true | In the first image, the packaging is wrapping around the item, and in the second image, the packaging has completely wrapped the item. | state | natural | changeit | 134 | changeIt_state_pairs | null | ||
In which image is the box more fully wrapped? | second image | [
"first image"
] | false | null | state | natural | changeit | 135 | changeIt_state_pairs | null | ||
In which image is the butter more melted? | second image | [
"first image"
] | true | In the first photo, the knife barely touched, whereas in the second photo, the knife went in deeper and liquid flowed from the cut part. | state | natural | changeit | 136 | changeIt_state_pairs | null | ||
In which image is the butter more melted? | first image | [
"second image"
] | false | null | state | natural | changeit | 137 | changeIt_state_pairs | null | ||
In which image is the butter more melted? | second image | [
"first image"
] | false | null | state | natural | changeit | 138 | changeIt_state_pairs | null | ||
In which image is the butter more melted? | first image | [
"second image"
] | false | null | state | natural | changeit | 139 | changeIt_state_pairs | null | ||
In which image is the apple peeled more? | second image | [
"first image"
] | true | both hands are showing the in the first image, where as only right hand is showing in the second image.
the apple in the first image is less peeled than the apple in the second image. | state | natural | changeit | 14 | changeIt_state_pairs | null | ||
In which image is the butter more melted? | first image | [
"second image"
] | false | null | state | natural | changeit | 140 | changeIt_state_pairs | null | ||
In which image is the butter more melted? | second image | [
"first image"
] | false | null | state | natural | changeit | 141 | changeIt_state_pairs | null | ||
In which image is the butter more melted? | second image | [
"first image"
] | false | null | state | natural | changeit | 142 | changeIt_state_pairs | null | ||
In which image is the cake more frosted? | first image | [
"second image"
] | false | null | state | natural | changeit | 143 | changeIt_state_pairs | null | ||
In which image is the cake more frosted? | first image | [
"second image"
] | true | There is more cream squeezed out in the first photo. | state | natural | changeit | 144 | changeIt_state_pairs | null | ||
In which image is the cake more frosted? | first image | [
"second image"
] | false | null | state | natural | changeit | 145 | changeIt_state_pairs | null | ||
In which image is the cake more frosted? | first image | [
"second image"
] | false | null | state | natural | changeit | 146 | changeIt_state_pairs | null | ||
In which image is the chocolate more melted? | first image | [
"second image"
] | false | null | state | natural | changeit | 147 | changeIt_state_pairs | null | ||
In which image is the chocolate more melted? | second image | [
"first image"
] | false | null | state | natural | changeit | 148 | changeIt_state_pairs | null | ||
In which image is the chocolate more melted? | second image | [
"first image"
] | false | null | state | natural | changeit | 149 | changeIt_state_pairs | null | ||
In which image is the apple cut into more pieces? | second image | [
"first image"
] | false | null | state | natural | changeit | 15 | changeIt_state_pairs | null | ||
In which image is the cake more frosted? | second image | [
"first image"
] | false | null | state | natural | changeit | 150 | changeIt_state_pairs | null | ||
In which image is the cake more frosted? | second image | [
"first image"
] | false | null | state | natural | changeit | 151 | changeIt_state_pairs | null | ||
In which image is the cake more frosted? | first image | [
"second image"
] | true | In the first image, the woman has put more whipped cream on top of the cake compared to the second image. | state | natural | changeit | 152 | changeIt_state_pairs | null | ||
In which image is the cake more frosted? | second image | [
"first image"
] | false | null | state | natural | changeit | 153 | changeIt_state_pairs | null | ||
In which image is the cake more frosted? | second image | [
"first image"
] | false | null | state | natural | changeit | 154 | changeIt_state_pairs | null | ||
In which image is the cake more frosted? | second image | [
"first image"
] | false | null | state | natural | changeit | 155 | changeIt_state_pairs | null | ||
In which image is the cake more frosted? | second image | [
"first image"
] | false | null | state | natural | changeit | 156 | changeIt_state_pairs | null | ||
In which image is the cake more frosted? | second image | [
"first image"
] | false | null | state | natural | changeit | 157 | changeIt_state_pairs | null | ||
In which image is the cake more frosted? | second image | [
"first image"
] | false | null | state | natural | changeit | 158 | changeIt_state_pairs | null | ||
In which image is the cake more frosted? | second image | [
"first image"
] | false | null | state | natural | changeit | 159 | changeIt_state_pairs | null | ||
In which image is the apple peeled more? | first image | [
"second image"
] | false | null | state | natural | changeit | 16 | changeIt_state_pairs | null | ||
In which image is the cake more frosted? | second image | [
"first image"
] | false | null | state | natural | changeit | 160 | changeIt_state_pairs | null | ||
In which image is the cake more frosted? | second image | [
"first image"
] | false | null | state | natural | changeit | 161 | changeIt_state_pairs | null | ||
In which image is the cake more frosted? | first image | [
"second image"
] | false | null | state | natural | changeit | 162 | changeIt_state_pairs | null | ||
In which image is the cake more frosted? | second image | [
"first image"
] | false | null | state | natural | changeit | 163 | changeIt_state_pairs | null | ||
In which image is the cake more frosted? | second image | [
"first image"
] | true | The cream on the cake in the second photo is piped more generously. | state | natural | changeit | 164 | changeIt_state_pairs | null | ||
In which image is the cake more frosted? | first image | [
"second image"
] | false | null | state | natural | changeit | 165 | changeIt_state_pairs | null | ||
In which image is the cake more frosted? | first image | [
"second image"
] | false | null | state | natural | changeit | 166 | changeIt_state_pairs | null | ||
In which image is the cake more frosted? | second image | [
"first image"
] | false | null | state | natural | changeit | 167 | changeIt_state_pairs | null | ||
In which image is the cake more frosted? | second image | [
"first image"
] | false | null | state | natural | changeit | 168 | changeIt_state_pairs | null | ||
In which image is the cake more frosted? | first image | [
"second image"
] | false | null | state | natural | changeit | 169 | changeIt_state_pairs | null | ||
In which image is the apple peeled more? | second image | [
"first image"
] | false | null | state | natural | changeit | 17 | changeIt_state_pairs | null | ||
In which image is the cake more frosted? | second image | [
"first image"
] | false | null | state | natural | changeit | 170 | changeIt_state_pairs | null | ||
In which image is the cake more frosted? | first image | [
"second image"
] | false | null | state | natural | changeit | 171 | changeIt_state_pairs | null | ||
In which image is the cake more frosted? | first image | [
"second image"
] | false | null | state | natural | changeit | 172 | changeIt_state_pairs | null | ||
In which image is the cake more frosted? | second image | [
"first image"
] | false | null | state | natural | changeit | 173 | changeIt_state_pairs | null | ||
In which image is the light on the candle bigger? | second image | [
"first image"
] | false | null | state | natural | changeit | 174 | changeIt_state_pairs | null | ||
In which image is the light on the candle smaller? | second image | [
"first image"
] | false | null | state | natural | changeit | 175 | changeIt_state_pairs | null | ||
In which image is the light on the candle bigger? | first image | [
"second image"
] | false | null | state | natural | changeit | 176 | changeIt_state_pairs | null | ||
In which image is the light on the candle bigger? | first image | [
"second image"
] | false | null | state | natural | changeit | 177 | changeIt_state_pairs | null | ||
In which image is the light on the candle bigger? | first image | [
"second image"
] | false | null | state | natural | changeit | 178 | changeIt_state_pairs | null | ||
In which image is the light on the candle bigger? | first image | [
"second image"
] | false | null | state | natural | changeit | 179 | changeIt_state_pairs | null | ||
In which image is the apple peeled more? | first image | [
"second image"
] | false | null | state | natural | changeit | 18 | changeIt_state_pairs | null | ||
In which image is the champagne bottle further opened? | first image | [
"second image"
] | false | null | state | natural | changeit | 180 | changeIt_state_pairs | null | ||
In which image is the chocolate more melted? | second image | [
"first image"
] | false | null | state | natural | changeit | 181 | changeIt_state_pairs | null | ||
In which image is the chocolate more melted? | second image | [
"first image"
] | false | null | state | natural | changeit | 182 | changeIt_state_pairs | null | ||
In which image is the chocolate more melted? | second image | [
"first image"
] | false | null | state | natural | changeit | 183 | changeIt_state_pairs | null | ||
In which image is the chocolate more melted? | first image | [
"second image"
] | false | null | state | natural | changeit | 184 | changeIt_state_pairs | null | ||
In which image is the chocolate more melted? | first image | [
"second image"
] | false | null | state | natural | changeit | 185 | changeIt_state_pairs | null | ||
In which image is the chocolate more melted? | second image | [
"first image"
] | true | In the second photo, the camera moved further forward compared to the first photo. | state | natural | changeit | 186 | changeIt_state_pairs | null | ||
In which image is the chocolate more melted? | second image | [
"first image"
] | false | null | state | natural | changeit | 187 | changeIt_state_pairs | null | ||
In which image is the chocolate more melted? | second image | [
"first image"
] | false | null | state | natural | changeit | 188 | changeIt_state_pairs | null | ||
In which image is the chocolate more melted? | second image | [
"first image"
] | false | null | state | natural | changeit | 189 | changeIt_state_pairs | null | ||
In which image is the apple peeled more? | first image | [
"second image"
] | false | null | state | natural | changeit | 19 | changeIt_state_pairs | null | ||
In which image is the chocolate more melted? | first image | [
"second image"
] | false | null | state | natural | changeit | 190 | changeIt_state_pairs | null | ||
In which image is the chocolate more melted? | second image | [
"first image"
] | false | null | state | natural | changeit | 191 | changeIt_state_pairs | null | ||
In which image is the chocolate more melted? | first image | [
"second image"
] | false | null | state | natural | changeit | 192 | changeIt_state_pairs | null | ||
In which image is the chocolate more melted? | second image | [
"first image"
] | false | null | state | natural | changeit | 193 | changeIt_state_pairs | null | ||
In which image is the chocolate more melted? | first image | [
"second image"
] | false | null | state | natural | changeit | 194 | changeIt_state_pairs | null | ||
In which image is the chocolate more melted? | first image | [
"second image"
] | false | null | state | natural | changeit | 195 | changeIt_state_pairs | null | ||
In which image is the chocolate more melted? | second image | [
"first image"
] | false | null | state | natural | changeit | 196 | changeIt_state_pairs | null | ||
In which image is the chocolate more melted? | second image | [
"first image"
] | false | null | state | natural | changeit | 197 | changeIt_state_pairs | null | ||
In which image is the chocolate more melted? | first image | [
"second image"
] | false | null | state | natural | changeit | 198 | changeIt_state_pairs | null | ||
In which image is the chocolate more melted? | second image | [
"first image"
] | false | null | state | natural | changeit | 199 | changeIt_state_pairs | null | ||
In which image is the apple cut into more pieces? | first image | [
"second image"
] | false | null | state | natural | changeit | 2 | changeIt_state_pairs | null | ||
In which image is the apple peeled more? | second image | [
"first image"
] | false | null | state | natural | changeit | 20 | changeIt_state_pairs | null | ||
In which image is the chocolate more melted? | second image | [
"first image"
] | false | null | state | natural | changeit | 200 | changeIt_state_pairs | null | ||
In which image is the chocolate more melted? | second image | [
"first image"
] | true | In the second photo, the chocolate is more melted. | state | natural | changeit | 201 | changeIt_state_pairs | null |
End of preview.