The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
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 4 new columns ({'question', 'answer', 'dataset', 'question_id'}) and 2 missing columns ({'image_id', 'caption'}).
This happened while the json dataset builder was generating data using
hf://datasets/Snowball0823/ECA-ToS-Benchmarks/annotations/coco/tos_vqav2_train.json (at revision c2a75d32c89a22eabfe37daa08df2697f14e35b9), [/tmp/hf-datasets-cache/medium/datasets/84779074803885-config-parquet-and-info-Snowball0823-ECA-ToS-Benc-08461fe1/hub/datasets--Snowball0823--ECA-ToS-Benchmarks/snapshots/c2a75d32c89a22eabfe37daa08df2697f14e35b9/annotations/coco/tos_coco_caption_train.json (origin=hf://datasets/Snowball0823/ECA-ToS-Benchmarks@c2a75d32c89a22eabfe37daa08df2697f14e35b9/annotations/coco/tos_coco_caption_train.json), /tmp/hf-datasets-cache/medium/datasets/84779074803885-config-parquet-and-info-Snowball0823-ECA-ToS-Benc-08461fe1/hub/datasets--Snowball0823--ECA-ToS-Benchmarks/snapshots/c2a75d32c89a22eabfe37daa08df2697f14e35b9/annotations/coco/tos_vqav2_train.json (origin=hf://datasets/Snowball0823/ECA-ToS-Benchmarks@c2a75d32c89a22eabfe37daa08df2697f14e35b9/annotations/coco/tos_vqav2_train.json), /tmp/hf-datasets-cache/medium/datasets/84779074803885-config-parquet-and-info-Snowball0823-ECA-ToS-Benc-08461fe1/hub/datasets--Snowball0823--ECA-ToS-Benchmarks/snapshots/c2a75d32c89a22eabfe37daa08df2697f14e35b9/annotations/text/tos_textcaps_caption_train.json (origin=hf://datasets/Snowball0823/ECA-ToS-Benchmarks@c2a75d32c89a22eabfe37daa08df2697f14e35b9/annotations/text/tos_textcaps_caption_train.json), /tmp/hf-datasets-cache/medium/datasets/84779074803885-config-parquet-and-info-Snowball0823-ECA-ToS-Benc-08461fe1/hub/datasets--Snowball0823--ECA-ToS-Benchmarks/snapshots/c2a75d32c89a22eabfe37daa08df2697f14e35b9/annotations/text/tos_textvqa_train.json (origin=hf://datasets/Snowball0823/ECA-ToS-Benchmarks@c2a75d32c89a22eabfe37daa08df2697f14e35b9/annotations/text/tos_textvqa_train.json)], ['hf://datasets/Snowball0823/ECA-ToS-Benchmarks@c2a75d32c89a22eabfe37daa08df2697f14e35b9/annotations/coco/tos_coco_caption_train.json', 'hf://datasets/Snowball0823/ECA-ToS-Benchmarks@c2a75d32c89a22eabfe37daa08df2697f14e35b9/annotations/coco/tos_vqav2_train.json', 'hf://datasets/Snowball0823/ECA-ToS-Benchmarks@c2a75d32c89a22eabfe37daa08df2697f14e35b9/annotations/text/tos_textcaps_caption_train.json', 'hf://datasets/Snowball0823/ECA-ToS-Benchmarks@c2a75d32c89a22eabfe37daa08df2697f14e35b9/annotations/text/tos_textvqa_train.json']
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 1837, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2369, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
question_id: int64
question: string
answer: list<item: string>
child 0, item: string
image: string
dataset: string
id: int64
cats_area: extension<arrow.json>
label: string
-- schema metadata --
huggingface: '{"info": {"features": {"question_id": {"dtype": "int64", "_' + 370
to
{'caption': Value('string'), 'image': Value('string'), 'image_id': Value('string'), 'id': Value('int64'), 'cats_area': Json(decode=True), 'label': 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 1348, 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 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 890, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 951, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1683, 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 1839, 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 4 new columns ({'question', 'answer', 'dataset', 'question_id'}) and 2 missing columns ({'image_id', 'caption'}).
This happened while the json dataset builder was generating data using
hf://datasets/Snowball0823/ECA-ToS-Benchmarks/annotations/coco/tos_vqav2_train.json (at revision c2a75d32c89a22eabfe37daa08df2697f14e35b9), [/tmp/hf-datasets-cache/medium/datasets/84779074803885-config-parquet-and-info-Snowball0823-ECA-ToS-Benc-08461fe1/hub/datasets--Snowball0823--ECA-ToS-Benchmarks/snapshots/c2a75d32c89a22eabfe37daa08df2697f14e35b9/annotations/coco/tos_coco_caption_train.json (origin=hf://datasets/Snowball0823/ECA-ToS-Benchmarks@c2a75d32c89a22eabfe37daa08df2697f14e35b9/annotations/coco/tos_coco_caption_train.json), /tmp/hf-datasets-cache/medium/datasets/84779074803885-config-parquet-and-info-Snowball0823-ECA-ToS-Benc-08461fe1/hub/datasets--Snowball0823--ECA-ToS-Benchmarks/snapshots/c2a75d32c89a22eabfe37daa08df2697f14e35b9/annotations/coco/tos_vqav2_train.json (origin=hf://datasets/Snowball0823/ECA-ToS-Benchmarks@c2a75d32c89a22eabfe37daa08df2697f14e35b9/annotations/coco/tos_vqav2_train.json), /tmp/hf-datasets-cache/medium/datasets/84779074803885-config-parquet-and-info-Snowball0823-ECA-ToS-Benc-08461fe1/hub/datasets--Snowball0823--ECA-ToS-Benchmarks/snapshots/c2a75d32c89a22eabfe37daa08df2697f14e35b9/annotations/text/tos_textcaps_caption_train.json (origin=hf://datasets/Snowball0823/ECA-ToS-Benchmarks@c2a75d32c89a22eabfe37daa08df2697f14e35b9/annotations/text/tos_textcaps_caption_train.json), /tmp/hf-datasets-cache/medium/datasets/84779074803885-config-parquet-and-info-Snowball0823-ECA-ToS-Benc-08461fe1/hub/datasets--Snowball0823--ECA-ToS-Benchmarks/snapshots/c2a75d32c89a22eabfe37daa08df2697f14e35b9/annotations/text/tos_textvqa_train.json (origin=hf://datasets/Snowball0823/ECA-ToS-Benchmarks@c2a75d32c89a22eabfe37daa08df2697f14e35b9/annotations/text/tos_textvqa_train.json)], ['hf://datasets/Snowball0823/ECA-ToS-Benchmarks@c2a75d32c89a22eabfe37daa08df2697f14e35b9/annotations/coco/tos_coco_caption_train.json', 'hf://datasets/Snowball0823/ECA-ToS-Benchmarks@c2a75d32c89a22eabfe37daa08df2697f14e35b9/annotations/coco/tos_vqav2_train.json', 'hf://datasets/Snowball0823/ECA-ToS-Benchmarks@c2a75d32c89a22eabfe37daa08df2697f14e35b9/annotations/text/tos_textcaps_caption_train.json', 'hf://datasets/Snowball0823/ECA-ToS-Benchmarks@c2a75d32c89a22eabfe37daa08df2697f14e35b9/annotations/text/tos_textvqa_train.json']
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.
caption string | image string | image_id string | id int64 | cats_area string | label string |
|---|---|---|---|---|---|
A woman wearing a net on her head cutting a cake. | val2014/COCO_val2014_000000522418.jpg | coco_522418 | 522,418 | {"food":54409.1994,"appliance":2220.6458} | food |
A woman cutting a large white sheet cake. | val2014/COCO_val2014_000000522418.jpg | coco_522418 | 522,418 | {"food":54409.1994,"appliance":2220.6458} | food |
A woman wearing a hair net cutting a large sheet cake. | val2014/COCO_val2014_000000522418.jpg | coco_522418 | 522,418 | {"food":54409.1994,"appliance":2220.6458} | food |
there is a woman that is cutting a white cake | val2014/COCO_val2014_000000522418.jpg | coco_522418 | 522,418 | {"food":54409.1994,"appliance":2220.6458} | food |
A woman marking a cake with the back of a chef's knife. | val2014/COCO_val2014_000000522418.jpg | coco_522418 | 522,418 | {"food":54409.1994,"appliance":2220.6458} | food |
A young boy standing in front of a computer keyboard. | val2014/COCO_val2014_000000318219.jpg | coco_318219 | 318,219 | {"electronic":12082.40585} | electronic |
a little boy wearing headphones and looking at a computer monitor | val2014/COCO_val2014_000000318219.jpg | coco_318219 | 318,219 | {"electronic":12082.40585} | electronic |
He is listening intently to the computer at school. | val2014/COCO_val2014_000000318219.jpg | coco_318219 | 318,219 | {"electronic":12082.40585} | electronic |
A young boy stares up at the computer monitor. | val2014/COCO_val2014_000000318219.jpg | coco_318219 | 318,219 | {"electronic":12082.40585} | electronic |
a young kid with head phones on using a computer | val2014/COCO_val2014_000000318219.jpg | coco_318219 | 318,219 | {"electronic":12082.40585} | electronic |
a boy wearing headphones using one computer in a long row of computers | val2014/COCO_val2014_000000554625.jpg | coco_554625 | 554,625 | {"electronic":7821.5317} | electronic |
A little boy with earphones on listening to something. | val2014/COCO_val2014_000000554625.jpg | coco_554625 | 554,625 | {"electronic":7821.5317} | electronic |
A group of people sitting at desk using computers. | val2014/COCO_val2014_000000554625.jpg | coco_554625 | 554,625 | {"electronic":7821.5317} | electronic |
Children sitting at computer stations on a long table. | val2014/COCO_val2014_000000554625.jpg | coco_554625 | 554,625 | {"electronic":7821.5317} | electronic |
A small child wearing headphones plays on the computer. | val2014/COCO_val2014_000000554625.jpg | coco_554625 | 554,625 | {"electronic":7821.5317} | electronic |
A man is in a kitchen making pizzas. | val2014/COCO_val2014_000000397133.jpg | coco_397133 | 397,133 | {"furniture":54085.6217,"appliance":10058.87035,"food":136.7449} | furniture |
Man in apron standing on front of oven with pans and bakeware | val2014/COCO_val2014_000000397133.jpg | coco_397133 | 397,133 | {"furniture":54085.6217,"appliance":10058.87035,"food":136.7449} | furniture |
A baker is working in the kitchen rolling dough. | val2014/COCO_val2014_000000397133.jpg | coco_397133 | 397,133 | {"furniture":54085.6217,"appliance":10058.87035,"food":136.7449} | furniture |
A person standing by a stove in a kitchen. | val2014/COCO_val2014_000000397133.jpg | coco_397133 | 397,133 | {"furniture":54085.6217,"appliance":10058.87035,"food":136.7449} | furniture |
A table with pies being made and a person standing near a wall with pots and pans hanging on the wall. | val2014/COCO_val2014_000000397133.jpg | coco_397133 | 397,133 | {"furniture":54085.6217,"appliance":10058.87035,"food":136.7449} | furniture |
A woman in a room with a cat. | val2014/COCO_val2014_000000574769.jpg | coco_574769 | 574,769 | {"animal":6087.42985,"furniture":3859.84955,"appliance":31719.59175,"indoor":914.8343,"food":395.61895,"accessory":4141.6864} | appliance |
A girl smiles as she holds a cat and wears a brightly colored skirt. | val2014/COCO_val2014_000000574769.jpg | coco_574769 | 574,769 | {"animal":6087.42985,"furniture":3859.84955,"appliance":31719.59175,"indoor":914.8343,"food":395.61895,"accessory":4141.6864} | appliance |
a woman is holding a cat in her kitchen | val2014/COCO_val2014_000000574769.jpg | coco_574769 | 574,769 | {"animal":6087.42985,"furniture":3859.84955,"appliance":31719.59175,"indoor":914.8343,"food":395.61895,"accessory":4141.6864} | appliance |
A woman is working in a kitchen carrying a soft toy. | val2014/COCO_val2014_000000574769.jpg | coco_574769 | 574,769 | {"animal":6087.42985,"furniture":3859.84955,"appliance":31719.59175,"indoor":914.8343,"food":395.61895,"accessory":4141.6864} | appliance |
A woman is holding a cat in her kitchen. | val2014/COCO_val2014_000000574769.jpg | coco_574769 | 574,769 | {"animal":6087.42985,"furniture":3859.84955,"appliance":31719.59175,"indoor":914.8343,"food":395.61895,"accessory":4141.6864} | appliance |
A commercial stainless kitchen with a pot of food cooking. | val2014/COCO_val2014_000000309022.jpg | coco_309022 | 309,022 | {"appliance":17126.19745} | appliance |
Some food sits in a pot in a kitchen. | val2014/COCO_val2014_000000309022.jpg | coco_309022 | 309,022 | {"appliance":17126.19745} | appliance |
A kitchen has all stainless steel appliances and counters. | val2014/COCO_val2014_000000309022.jpg | coco_309022 | 309,022 | {"appliance":17126.19745} | appliance |
a kitchen with a sink and many cooking machines and a pot of food | val2014/COCO_val2014_000000309022.jpg | coco_309022 | 309,022 | {"appliance":17126.19745} | appliance |
Food cooks in a pot on a stove in a kitchen. | val2014/COCO_val2014_000000309022.jpg | coco_309022 | 309,022 | {"appliance":17126.19745} | appliance |
Two men wearing aprons working in a commercial-style kitchen. | val2014/COCO_val2014_000000005802.jpg | coco_5802 | 5,802 | {"accessory":2138.8686} | accessory |
Chefs preparing food in a professional metallic style kitchen. | val2014/COCO_val2014_000000005802.jpg | coco_5802 | 5,802 | {"accessory":2138.8686} | accessory |
Two people standing around in a large kitchen. | val2014/COCO_val2014_000000005802.jpg | coco_5802 | 5,802 | {"accessory":2138.8686} | accessory |
A commercial kitchen with two men working to prepare several plates. | val2014/COCO_val2014_000000005802.jpg | coco_5802 | 5,802 | {"accessory":2138.8686} | accessory |
two men in white shirts in a large steel kitchen | val2014/COCO_val2014_000000005802.jpg | coco_5802 | 5,802 | {"accessory":2138.8686} | accessory |
Two chefs in a restaurant kitchen preparing food. | val2014/COCO_val2014_000000222564.jpg | coco_222564 | 222,564 | {"appliance":57588.2121,"furniture":33356.58025} | appliance |
Two cooks are cooking the food someone ordered at this restaurant | val2014/COCO_val2014_000000222564.jpg | coco_222564 | 222,564 | {"appliance":57588.2121,"furniture":33356.58025} | appliance |
The chef is cooking with pans on the stove next to an oven. | val2014/COCO_val2014_000000222564.jpg | coco_222564 | 222,564 | {"appliance":57588.2121,"furniture":33356.58025} | appliance |
Two men that are standing in a kitchen. | val2014/COCO_val2014_000000222564.jpg | coco_222564 | 222,564 | {"appliance":57588.2121,"furniture":33356.58025} | appliance |
Two cooks are near the stove in a stainless steel kitchen. | val2014/COCO_val2014_000000222564.jpg | coco_222564 | 222,564 | {"appliance":57588.2121,"furniture":33356.58025} | appliance |
this is a very dark picture of a room with a shelf | val2014/COCO_val2014_000000118113.jpg | coco_118113 | 118,113 | {"indoor":8569.1944,"furniture":10240.04045,"appliance":10372.89545} | appliance |
a cluttered room with a table and shelf on the wall. | val2014/COCO_val2014_000000118113.jpg | coco_118113 | 118,113 | {"indoor":8569.1944,"furniture":10240.04045,"appliance":10372.89545} | appliance |
A view of a messy room, with shelves on the wall. | val2014/COCO_val2014_000000118113.jpg | coco_118113 | 118,113 | {"indoor":8569.1944,"furniture":10240.04045,"appliance":10372.89545} | appliance |
A dark and cluttered storage area with wood walls. | val2014/COCO_val2014_000000118113.jpg | coco_118113 | 118,113 | {"indoor":8569.1944,"furniture":10240.04045,"appliance":10372.89545} | appliance |
A dim lit room consisting of many objects put together. | val2014/COCO_val2014_000000118113.jpg | coco_118113 | 118,113 | {"indoor":8569.1944,"furniture":10240.04045,"appliance":10372.89545} | appliance |
A kitchen filled with black appliances and lots of counter top space. | val2014/COCO_val2014_000000193271.jpg | coco_193271 | 193,271 | {"appliance":5841.25355} | appliance |
some brown cabinets a black oven a tea kettle and a microwave | val2014/COCO_val2014_000000193271.jpg | coco_193271 | 193,271 | {"appliance":5841.25355} | appliance |
A small kitchen with glass and wooden cabinets. | val2014/COCO_val2014_000000193271.jpg | coco_193271 | 193,271 | {"appliance":5841.25355} | appliance |
A modern style kitchen filled with may different items. | val2014/COCO_val2014_000000193271.jpg | coco_193271 | 193,271 | {"appliance":5841.25355} | appliance |
A kitchen with wooden cabinets and black appliances. | val2014/COCO_val2014_000000193271.jpg | coco_193271 | 193,271 | {"appliance":5841.25355} | appliance |
A professional kitchen filled with sinks and appliances. | val2014/COCO_val2014_000000224736.jpg | coco_224736 | 224,736 | {"furniture":6139.3681,"appliance":3783.289} | furniture |
A kitchen area with toilet and various cleaning appliances. | val2014/COCO_val2014_000000224736.jpg | coco_224736 | 224,736 | {"furniture":6139.3681,"appliance":3783.289} | furniture |
A commercial dish washing station with a toilet in it. | val2014/COCO_val2014_000000224736.jpg | coco_224736 | 224,736 | {"furniture":6139.3681,"appliance":3783.289} | furniture |
A toilet and mop bucket in a kitchen. | val2014/COCO_val2014_000000224736.jpg | coco_224736 | 224,736 | {"furniture":6139.3681,"appliance":3783.289} | furniture |
A cluttered room with a sink, a toilet and in industrial mop bucket. | val2014/COCO_val2014_000000224736.jpg | coco_224736 | 224,736 | {"furniture":6139.3681,"appliance":3783.289} | furniture |
A kitchen with wood floors and lots of furniture. | val2014/COCO_val2014_000000374628.jpg | coco_374628 | 374,628 | {"furniture":6338.3148,"appliance":3797.4837,"electronic":1103.4805,"outdoor":4465.0988,"food":77.4893,"indoor":568.56715} | furniture |
A beautiful, open kitchen and dining room area features an island in the center and wood cabinets and large windows. | val2014/COCO_val2014_000000374628.jpg | coco_374628 | 374,628 | {"furniture":6338.3148,"appliance":3797.4837,"electronic":1103.4805,"outdoor":4465.0988,"food":77.4893,"indoor":568.56715} | furniture |
A kitchen made of mostly wood with a small desk with a laptop. | val2014/COCO_val2014_000000374628.jpg | coco_374628 | 374,628 | {"furniture":6338.3148,"appliance":3797.4837,"electronic":1103.4805,"outdoor":4465.0988,"food":77.4893,"indoor":568.56715} | furniture |
A very spacious room with a kitchen and dining area. | val2014/COCO_val2014_000000374628.jpg | coco_374628 | 374,628 | {"furniture":6338.3148,"appliance":3797.4837,"electronic":1103.4805,"outdoor":4465.0988,"food":77.4893,"indoor":568.56715} | furniture |
A full view of an open kitchen and dining area. | val2014/COCO_val2014_000000374628.jpg | coco_374628 | 374,628 | {"furniture":6338.3148,"appliance":3797.4837,"electronic":1103.4805,"outdoor":4465.0988,"food":77.4893,"indoor":568.56715} | furniture |
A woman eating vegetables in front of a stove. | val2014/COCO_val2014_000000328757.jpg | coco_328757 | 328,757 | {"food":296.2558,"appliance":15894.75825} | appliance |
A woman forks vegetables out of a bowl into her mouth. | val2014/COCO_val2014_000000328757.jpg | coco_328757 | 328,757 | {"food":296.2558,"appliance":15894.75825} | appliance |
Woman eating an assortment of mixed vegetables in a bowl. | val2014/COCO_val2014_000000328757.jpg | coco_328757 | 328,757 | {"food":296.2558,"appliance":15894.75825} | appliance |
A young woman standing in a kitchen eats a plate of vegetables. | val2014/COCO_val2014_000000328757.jpg | coco_328757 | 328,757 | {"food":296.2558,"appliance":15894.75825} | appliance |
A woman eating fresh vegetables from a bowl. | val2014/COCO_val2014_000000328757.jpg | coco_328757 | 328,757 | {"food":296.2558,"appliance":15894.75825} | appliance |
A boy performing a kickflip on his skateboard on a city street. | val2014/COCO_val2014_000000293802.jpg | coco_293802 | 293,802 | {"furniture":838.8115,"vehicle":1129.0772,"accessory":4414.2316,"sports":4677.56925} | sports |
A man is doing a trick on a skateboard | val2014/COCO_val2014_000000293802.jpg | coco_293802 | 293,802 | {"furniture":838.8115,"vehicle":1129.0772,"accessory":4414.2316,"sports":4677.56925} | sports |
A guy jumps in the air with his skateboard beneath him. | val2014/COCO_val2014_000000293802.jpg | coco_293802 | 293,802 | {"furniture":838.8115,"vehicle":1129.0772,"accessory":4414.2316,"sports":4677.56925} | sports |
Man in all black doing a trick on his skateboard. | val2014/COCO_val2014_000000293802.jpg | coco_293802 | 293,802 | {"furniture":838.8115,"vehicle":1129.0772,"accessory":4414.2316,"sports":4677.56925} | sports |
A skateboarder flipping his board on a street. | val2014/COCO_val2014_000000293802.jpg | coco_293802 | 293,802 | {"furniture":838.8115,"vehicle":1129.0772,"accessory":4414.2316,"sports":4677.56925} | sports |
A kitchen with a stove, microwave and refrigerator. | val2014/COCO_val2014_000000086408.jpg | coco_86408 | 86,408 | {"appliance":36156.02295} | appliance |
A refrigerator, oven and microwave sitting in a kitchen. | val2014/COCO_val2014_000000086408.jpg | coco_86408 | 86,408 | {"appliance":36156.02295} | appliance |
The kitchenette uses small space to great efficiency. | val2014/COCO_val2014_000000086408.jpg | coco_86408 | 86,408 | {"appliance":36156.02295} | appliance |
an image of a kitchen setting with black appliances | val2014/COCO_val2014_000000086408.jpg | coco_86408 | 86,408 | {"appliance":36156.02295} | appliance |
A kitchen with cabinets, a stove, microwave and refrigerator. | val2014/COCO_val2014_000000086408.jpg | coco_86408 | 86,408 | {"appliance":36156.02295} | appliance |
The dining table near the kitchen has a bowl of fruit on it. | val2014/COCO_val2014_000000037777.jpg | coco_37777 | 37,777 | {"furniture":6174.067,"appliance":7005.3836,"food":386.1288} | appliance |
A small kitchen has various appliances and a table. | val2014/COCO_val2014_000000037777.jpg | coco_37777 | 37,777 | {"furniture":6174.067,"appliance":7005.3836,"food":386.1288} | appliance |
The kitchen is clean and ready for us to see. | val2014/COCO_val2014_000000037777.jpg | coco_37777 | 37,777 | {"furniture":6174.067,"appliance":7005.3836,"food":386.1288} | appliance |
A kitchen and dining area decorated in white. | val2014/COCO_val2014_000000037777.jpg | coco_37777 | 37,777 | {"furniture":6174.067,"appliance":7005.3836,"food":386.1288} | appliance |
A kitchen that has a bowl of fruit on the table. | val2014/COCO_val2014_000000037777.jpg | coco_37777 | 37,777 | {"furniture":6174.067,"appliance":7005.3836,"food":386.1288} | appliance |
A group of people riding on the back of a loaded red pickup truck. | val2014/COCO_val2014_000000372938.jpg | coco_372938 | 372,938 | {"vehicle":53779.75685,"accessory":675.437} | vehicle |
A truck with a number of people and things in the back | val2014/COCO_val2014_000000372938.jpg | coco_372938 | 372,938 | {"vehicle":53779.75685,"accessory":675.437} | vehicle |
Men are crowded on the back of a small overloaded pickup truck. | val2014/COCO_val2014_000000372938.jpg | coco_372938 | 372,938 | {"vehicle":53779.75685,"accessory":675.437} | vehicle |
An old pick up truck over loaded with people and cargo. | val2014/COCO_val2014_000000372938.jpg | coco_372938 | 372,938 | {"vehicle":53779.75685,"accessory":675.437} | vehicle |
A truck carries a large amount of items and a few people. | val2014/COCO_val2014_000000372938.jpg | coco_372938 | 372,938 | {"vehicle":53779.75685,"accessory":675.437} | vehicle |
A large boat filled with mean on wheels. | val2014/COCO_val2014_000000204805.jpg | coco_204805 | 204,805 | {"vehicle":47845.95535} | vehicle |
A bunch of people aboard a boat with wheels. | val2014/COCO_val2014_000000204805.jpg | coco_204805 | 204,805 | {"vehicle":47845.95535} | vehicle |
A boat is being rolled on a trailer | val2014/COCO_val2014_000000204805.jpg | coco_204805 | 204,805 | {"vehicle":47845.95535} | vehicle |
A large boat full of men is sitting on a cart | val2014/COCO_val2014_000000204805.jpg | coco_204805 | 204,805 | {"vehicle":47845.95535} | vehicle |
A boat full of people is on a trailer with wheels. | val2014/COCO_val2014_000000204805.jpg | coco_204805 | 204,805 | {"vehicle":47845.95535} | vehicle |
several young students working at a desk with multiple computers | val2014/COCO_val2014_000000113588.jpg | coco_113588 | 113,588 | {"electronic":30766.27375} | electronic |
A young man at his workstation examines the monitor of a lap top, with one hand on the keyboard and the other on the mouse. | val2014/COCO_val2014_000000113588.jpg | coco_113588 | 113,588 | {"electronic":30766.27375} | electronic |
A man is working on a laptop next to other computers. | val2014/COCO_val2014_000000113588.jpg | coco_113588 | 113,588 | {"electronic":30766.27375} | electronic |
People in a large room, use multiple computers. | val2014/COCO_val2014_000000113588.jpg | coco_113588 | 113,588 | {"electronic":30766.27375} | electronic |
A young professional is working at his laptop while his coworker is reading material. | val2014/COCO_val2014_000000113588.jpg | coco_113588 | 113,588 | {"electronic":30766.27375} | electronic |
A man riding an elephant into some water of a creek. | val2014/COCO_val2014_000000384553.jpg | coco_384553 | 384,553 | {"animal":20465.61775} | animal |
man riding an elephant into water surrounded by forest | val2014/COCO_val2014_000000384553.jpg | coco_384553 | 384,553 | {"animal":20465.61775} | animal |
A man riding an elephant in a river. | val2014/COCO_val2014_000000384553.jpg | coco_384553 | 384,553 | {"animal":20465.61775} | animal |
A man in a brown shirt rides an elephant into the water. | val2014/COCO_val2014_000000384553.jpg | coco_384553 | 384,553 | {"animal":20465.61775} | animal |
A man rides an elephant into a river. | val2014/COCO_val2014_000000384553.jpg | coco_384553 | 384,553 | {"animal":20465.61775} | animal |
ECA-ToS-Benchmarks
This dataset provides the ToS benchmark annotations used in ECA: Efficient Continual Alignment for Open-Ended Image-to-Text Generation.
ToS is designed for continual learning in open-ended image-to-text generation. Each image is assigned to a task by its dominant visual topic. Other visible topics remain in the sample, so tasks shift over time while shared concepts can still reappear across tasks.
Dataset Contents
This repository contains annotation files and topic metadata for four benchmarks.
| Benchmark | Source dataset | Task | Annotation files |
|---|---|---|---|
| ToS-COCO Caption | MSCOCO Caption | Image Captioning | annotations/coco/tos_coco_caption_*.json |
| ToS-VQAv2 | VQAv2 | Visual Question Answering | annotations/coco/tos_vqav2_*.json |
| ToS-TextCaps | TextCaps | Image Captioning | annotations/text/tos_textcaps_caption_*.json |
| ToS-TextVQA | TextVQA | Visual Question Answering | annotations/text/tos_textvqa_*.json |
The topic metadata files record the dominant topic and topic composition used to build the splits.
| File | Description |
|---|---|
annotations/coco/tos_coco_style_topic_metadata.json |
Topic metadata for COCO-style splits |
annotations/text/tos_text_style_topic_metadata.json |
Topic metadata shared by ToS-TextCaps and ToS-TextVQA |
The repository also includes the official VQAv2 validation files required by the VQA evaluator.
annotations/coco/answer_list.json
annotations/coco/v2_OpenEnded_mscoco_val2014_questions.json
annotations/coco/v2_mscoco_val2014_annotations.json
Images
Images are not redistributed in this dataset repository.
Please download images from the original dataset sources and place them in the layout expected by the ECA codebase.
cache/coco/images/
cache/TextCaps/images/
COCO-style benchmarks use MSCOCO 2014 train and validation images. Text-style benchmarks use the TextCaps and TextVQA image folders.
Using With The ECA Codebase
Download this dataset and copy the annotation files into the local cache/ directory.
huggingface-cli download Snowball0823/ECA-ToS-Benchmarks --repo-type dataset --local-dir data/ECA-ToS-Benchmarks --local-dir-use-symlinks False
mkdir -p cache/coco/annotations cache/TextCaps
cp data/ECA-ToS-Benchmarks/annotations/coco/*.json cache/coco/annotations/
cp data/ECA-ToS-Benchmarks/annotations/text/*.json cache/TextCaps/
After copying, the expected runtime layout is:
cache/
coco/
annotations/
tos_coco_caption_train.json
tos_coco_caption_val.json
tos_coco_caption_test.json
tos_vqav2_train.json
tos_vqav2_val_eval.json
tos_coco_style_topic_metadata.json
answer_list.json
v2_OpenEnded_mscoco_val2014_questions.json
v2_mscoco_val2014_annotations.json
images/
train2014/
val2014/
TextCaps/
tos_textcaps_caption_train.json
tos_textcaps_caption_val.json
tos_textcaps_caption_val_eval.json
tos_textvqa_train.json
tos_textvqa_val.json
tos_textvqa_val_eval.json
tos_text_style_topic_metadata.json
images/
train/
test/
License And Source Datasets
This dataset is released under CC BY 4.0. The annotations are derived from MSCOCO Caption, VQAv2, TextCaps, and TextVQA. The original images and annotations remain subject to the licenses and terms of their source datasets.
Users should also cite and follow the original dataset sources.
- COCO: https://cocodataset.org/
- VQAv2: https://visualqa.org/
- TextVQA and TextCaps: https://textvqa.org/
Citation
If you use this dataset, please cite our paper.
@inproceedings{kong2026eca,
title={ECA: Efficient Continual Alignment for Open-Ended Image-to-Text Generation},
author={Kong, Jiangtao and Zhao, Peijun and Chen, Chun-Fu and Do, Youngwook and Hu, Shaohan and Zhou, Tianyi and Shao, Huajie},
booktitle={International Conference on Machine Learning},
year={2026}
}
- Downloads last month
- 38