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 1 new columns ({'logic_rules'})
This happened while the json dataset builder was generating data using
hf://datasets/akweury/ELVIS/symmetry/train/000_0_non_overlap_solar_sys_rel_color_2_s_irrel_size/negative/00000.json (at revision 21979c21d59cf9a897b55f0a802ef0311f88b9bf)
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 "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1831, in _prepare_split_single
writer.write_table(table)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 644, in write_table
pa_table = table_cast(pa_table, self._schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
principle: string
id: int64
num: int64
group_num: string
qualifier_all: bool
qualifier_exist: bool
prop_shape: bool
prop_color: bool
non_overlap: bool
prop_size: bool
prop_count: bool
resolution: int64
logic_rules: string
img_data: list<item: struct<x: double, y: double, size: double, color_name: int64, color_r: int64, color_g: int64, color_b: int64, shape: string, line_width: int64, solid: bool, start_angle: int64, end_angle: int64, group_id: int64>>
child 0, item: struct<x: double, y: double, size: double, color_name: int64, color_r: int64, color_g: int64, color_b: int64, shape: string, line_width: int64, solid: bool, start_angle: int64, end_angle: int64, group_id: int64>
child 0, x: double
child 1, y: double
child 2, size: double
child 3, color_name: int64
child 4, color_r: int64
child 5, color_g: int64
child 6, color_b: int64
child 7, shape: string
child 8, line_width: int64
child 9, solid: bool
child 10, start_angle: int64
child 11, end_angle: int64
child 12, group_id: int64
to
{'principle': Value('string'), 'id': Value('int64'), 'num': Value('int64'), 'group_num': Value('string'), 'qualifier_all': Value('bool'), 'qualifier_exist': Value('bool'), 'prop_shape': Value('bool'), 'prop_color': Value('bool'), 'non_overlap': Value('bool'), 'prop_size': Value('bool'), 'prop_count': Value('bool'), 'resolution': Value('int64'), 'img_data': List({'x': Value('float64'), 'y': Value('float64'), 'size': Value('float64'), 'color_name': Value('int64'), 'color_r': Value('int64'), 'color_g': Value('int64'), 'color_b': Value('int64'), 'shape': Value('string'), 'line_width': Value('int64'), 'solid': Value('bool'), 'start_angle': Value('int64'), 'end_angle': Value('int64'), 'group_id': Value('int64')})}
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 1456, 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 1055, in convert_to_parquet
builder.download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 894, in download_and_prepare
self._download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 970, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1702, in _prepare_split
for job_id, done, content in self._prepare_split_single(
File "/src/services/worker/.venv/lib/python3.9/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 1 new columns ({'logic_rules'})
This happened while the json dataset builder was generating data using
hf://datasets/akweury/ELVIS/symmetry/train/000_0_non_overlap_solar_sys_rel_color_2_s_irrel_size/negative/00000.json (at revision 21979c21d59cf9a897b55f0a802ef0311f88b9bf)
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.
principle string | id int64 | num int64 | group_num string | qualifier_all bool | qualifier_exist bool | prop_shape bool | prop_color bool | non_overlap bool | prop_size bool | prop_count bool | resolution int64 | img_data list |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
closure | 1 | 10 | s | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.564914129762542,
"y": 0.4353213089578035,
"size": 0.07331739962792053,
"color_name": 30,
"color_r": 139,
"color_g": 0,
"color_b": 0,
"shape": "triangle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x": ... |
closure | 1 | 10 | s | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.6447850015333518,
"y": 0.5440026735752542,
"size": 0.06448532217041988,
"color_name": 117,
"color_r": 188,
"color_g": 143,
"color_b": 143,
"shape": "circle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"... |
closure | 1 | 10 | s | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.5868542680518639,
"y": 0.5099502910313093,
"size": 0.06726864287718581,
"color_name": 30,
"color_r": 139,
"color_g": 0,
"color_b": 0,
"shape": "triangle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x":... |
closure | 1 | 10 | s | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.5445538932046283,
"y": 0.36817870601445657,
"size": 0.07260897124275555,
"color_name": 9,
"color_r": 138,
"color_g": 43,
"color_b": 226,
"shape": "square",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x"... |
closure | 1 | 10 | s | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.629349305892877,
"y": 0.40288395380259134,
"size": 0.07965377509930457,
"color_name": 138,
"color_r": 238,
"color_g": 130,
"color_b": 238,
"shape": "circle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"... |
closure | 1 | 10 | s | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.46777205063912863,
"y": 0.2118181814403077,
"size": 0.028487936203554335,
"color_name": 73,
"color_r": 32,
"color_g": 178,
"color_b": 170,
"shape": "triangle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
... |
closure | 1 | 10 | s | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.4568651519100514,
"y": 0.2539220412623902,
"size": 0.04277308599849803,
"color_name": 40,
"color_r": 105,
"color_g": 105,
"color_b": 105,
"shape": "circle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x... |
closure | 1 | 10 | s | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.631470138732971,
"y": 0.36311853919262643,
"size": 0.0784721051386992,
"color_name": 110,
"color_r": 205,
"color_g": 133,
"color_b": 63,
"shape": "circle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x"... |
closure | 1 | 10 | s | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.5083672265618052,
"y": 0.16933786515703766,
"size": 0.03949819047877015,
"color_name": 87,
"color_r": 60,
"color_g": 179,
"color_b": 113,
"shape": "triangle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
... |
closure | 1 | 10 | s | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.4429406462412139,
"y": 0.4937916629945308,
"size": 0.07576126346633812,
"color_name": 126,
"color_r": 135,
"color_g": 206,
"color_b": 235,
"shape": "circle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"... |
closure | 1 | 10 | s | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.43064248772952124,
"y": 0.2515263569699467,
"size": 0.05,
"color_name": 103,
"color_r": 218,
"color_g": 112,
"color_b": 214,
"shape": "circle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x": 0.51988875... |
closure | 1 | 10 | s | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.48739748764287566,
"y": 0.33422312684168226,
"size": 0.06549151409493927,
"color_name": 37,
"color_r": 255,
"color_g": 20,
"color_b": 147,
"shape": "circle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"... |
closure | 1 | 10 | s | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.6914163337038908,
"y": 0.5826794138981358,
"size": 0.05,
"color_name": 142,
"color_r": 255,
"color_g": 255,
"color_b": 0,
"shape": "circle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x": 0.73323969999... |
closure | 1 | 10 | s | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.4852052218088563,
"y": 0.19955180191303565,
"size": 0.05,
"color_name": 51,
"color_r": 0,
"color_g": 128,
"color_b": 0,
"shape": "circle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x": 0.5840032087602... |
closure | 1 | 10 | s | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.41030368317381233,
"y": 0.25867540713457116,
"size": 0.05,
"color_name": 34,
"color_r": 47,
"color_g": 79,
"color_b": 79,
"shape": "circle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x": 0.51193246948... |
closure | 1 | 10 | s | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.42593837668296747,
"y": 0.25187331685107833,
"size": 0.03695750790166055,
"color_name": 142,
"color_r": 255,
"color_g": 255,
"color_b": 0,
"shape": "circle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"... |
closure | 1 | 10 | s | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.5042362479998495,
"y": 0.27177220977364497,
"size": 0.031118639593490885,
"color_name": 62,
"color_r": 124,
"color_g": 252,
"color_b": 0,
"shape": "square",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x... |
closure | 1 | 10 | s | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.5973915929213927,
"y": 0.5067219746813915,
"size": 0.05,
"color_name": 142,
"color_r": 255,
"color_g": 255,
"color_b": 0,
"shape": "circle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x": 0.66757720394... |
closure | 1 | 10 | s | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.5436432146316157,
"y": 0.4099422908114101,
"size": 0.05,
"color_name": 123,
"color_r": 255,
"color_g": 245,
"color_b": 238,
"shape": "square",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x": 0.632447810... |
closure | 1 | 10 | s | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.5824887052125736,
"y": 0.24395940315349413,
"size": 0.04241253385291199,
"color_name": 67,
"color_r": 250,
"color_g": 250,
"color_b": 210,
"shape": "circle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"... |
closure | 2 | 10 | m | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.4903374534245625,
"y": 0.3615291401632063,
"size": 0.03476941408795316,
"color_name": 130,
"color_r": 255,
"color_g": 250,
"color_b": 250,
"shape": "triangle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
... |
closure | 2 | 10 | m | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.46793509833257535,
"y": 0.31745782781081977,
"size": 0.0673803534588104,
"color_name": 19,
"color_r": 0,
"color_g": 255,
"color_b": 255,
"shape": "triangle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"... |
closure | 2 | 10 | m | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.5576678120446863,
"y": 0.2604510721020777,
"size": 0.041283923670869443,
"color_name": 54,
"color_r": 240,
"color_g": 255,
"color_b": 240,
"shape": "circle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"... |
closure | 2 | 10 | m | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.5748205999589302,
"y": 0.2756334879757277,
"size": 0.03887721815438039,
"color_name": 53,
"color_r": 128,
"color_g": 128,
"color_b": 128,
"shape": "triangle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
... |
closure | 2 | 10 | m | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.6938146830994334,
"y": 0.26402749632252914,
"size": 0.0392198126372618,
"color_name": 136,
"color_r": 255,
"color_g": 99,
"color_b": 71,
"shape": "square",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x"... |
closure | 2 | 10 | m | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.504191476726636,
"y": 0.275967585769975,
"size": 0.033436186928353345,
"color_name": 89,
"color_r": 0,
"color_g": 250,
"color_b": 154,
"shape": "triangle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x"... |
closure | 2 | 10 | m | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.4555406453959572,
"y": 0.2900186995508059,
"size": 0.06143591961870595,
"color_name": 114,
"color_r": 128,
"color_g": 0,
"color_b": 128,
"shape": "square",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x"... |
closure | 2 | 10 | m | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.6044401454736367,
"y": 0.2672677189617239,
"size": 0.07079787709653748,
"color_name": 46,
"color_r": 220,
"color_g": 220,
"color_b": 220,
"shape": "square",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x... |
closure | 2 | 10 | m | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.5041713237018779,
"y": 0.2988062349617698,
"size": 0.07996637773592735,
"color_name": 103,
"color_r": 218,
"color_g": 112,
"color_b": 214,
"shape": "triangle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
... |
closure | 2 | 10 | m | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.5003645830596156,
"y": 0.17563371633494945,
"size": 0.03988351974358333,
"color_name": 7,
"color_r": 255,
"color_g": 235,
"color_b": 205,
"shape": "circle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x... |
closure | 2 | 10 | m | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.5237496980013195,
"y": 0.12471111841176707,
"size": 0.025570445592338224,
"color_name": 43,
"color_r": 255,
"color_g": 250,
"color_b": 240,
"shape": "circle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
... |
closure | 2 | 10 | m | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.41430321896281297,
"y": 0.2,
"size": 0.07751950608584704,
"color_name": 71,
"color_r": 255,
"color_g": 182,
"color_b": 193,
"shape": "circle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x": 0.459289319... |
closure | 2 | 10 | m | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.5256511296745714,
"y": 0.31272177734018497,
"size": 0.05,
"color_name": 17,
"color_r": 255,
"color_g": 248,
"color_b": 220,
"shape": "circle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x": 0.573169747... |
closure | 2 | 10 | m | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.5332517602299656,
"y": 0.29581811153404286,
"size": 0.0715273962015197,
"color_name": 73,
"color_r": 32,
"color_g": 178,
"color_b": 170,
"shape": "square",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x"... |
closure | 2 | 10 | m | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.4866330168393953,
"y": 0.3040639306484037,
"size": 0.05,
"color_name": 142,
"color_r": 255,
"color_g": 255,
"color_b": 0,
"shape": "circle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x": 0.53627931166... |
closure | 2 | 10 | m | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.5873614758043988,
"y": 0.2736091891228261,
"size": 0.05,
"color_name": 142,
"color_r": 255,
"color_g": 255,
"color_b": 0,
"shape": "circle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x": 0.63294825725... |
closure | 2 | 10 | m | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.5528949816205444,
"y": 0.1927787351313517,
"size": 0.05,
"color_name": 142,
"color_r": 255,
"color_g": 255,
"color_b": 0,
"shape": "square",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x": 0.59569482628... |
closure | 2 | 10 | m | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.46665750304456816,
"y": 0.1679172785546007,
"size": 0.0630928794927486,
"color_name": 102,
"color_r": 255,
"color_g": 69,
"color_b": 0,
"shape": "square",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x":... |
closure | 2 | 10 | m | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.5708302752002842,
"y": 0.22988480980055598,
"size": 0.05,
"color_name": 34,
"color_r": 47,
"color_g": 79,
"color_b": 79,
"shape": "square",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x": 0.620203698979... |
closure | 2 | 10 | m | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.5869747007802162,
"y": 0.27208857866875996,
"size": 0.05,
"color_name": 51,
"color_r": 0,
"color_g": 128,
"color_b": 0,
"shape": "circle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x": 0.6326931709622... |
closure | 3 | 10 | l | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.5122702578620971,
"y": 0.11806532523748603,
"size": 0.060979515106176635,
"color_name": 58,
"color_r": 255,
"color_g": 255,
"color_b": 240,
"shape": "circle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
... |
closure | 3 | 10 | l | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.5434561425013975,
"y": 0.1496078844869384,
"size": 0.030468852680341635,
"color_name": 96,
"color_r": 255,
"color_g": 222,
"color_b": 173,
"shape": "triangle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
... |
closure | 3 | 10 | l | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.4997071987234559,
"y": 0.23332640537013505,
"size": 0.033565594434640425,
"color_name": 73,
"color_r": 32,
"color_g": 178,
"color_b": 170,
"shape": "triangle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
... |
closure | 3 | 10 | l | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.4704591883217284,
"y": 0.1487572614516674,
"size": 0.0428088221078025,
"color_name": 44,
"color_r": 34,
"color_g": 139,
"color_b": 34,
"shape": "triangle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x"... |
closure | 3 | 10 | l | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.47489572508110006,
"y": 0.16882015541335899,
"size": 0.038401826630779394,
"color_name": 34,
"color_r": 47,
"color_g": 79,
"color_b": 79,
"shape": "triangle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
... |
closure | 3 | 10 | l | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.6513220911836126,
"y": 0.14336589199838523,
"size": 0.05792840152821242,
"color_name": 5,
"color_r": 245,
"color_g": 245,
"color_b": 220,
"shape": "circle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x... |
closure | 3 | 10 | l | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.5059094294949232,
"y": 0.24882165728859867,
"size": 0.056373246773402025,
"color_name": 129,
"color_r": 112,
"color_g": 128,
"color_b": 144,
"shape": "triangle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
... |
closure | 3 | 10 | l | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.6367734902302163,
"y": 0.19450743455900726,
"size": 0.06584720153909203,
"color_name": 64,
"color_r": 173,
"color_g": 216,
"color_b": 230,
"shape": "triangle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
... |
closure | 3 | 10 | l | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.40002138952324523,
"y": 0.17579064279997997,
"size": 0.0623704293125064,
"color_name": 118,
"color_r": 65,
"color_g": 105,
"color_b": 225,
"shape": "triangle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
... |
closure | 3 | 10 | l | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.4065546320569421,
"y": 0.14852953271067748,
"size": 0.03570664348633545,
"color_name": 75,
"color_r": 119,
"color_g": 136,
"color_b": 153,
"shape": "circle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"... |
closure | 3 | 10 | l | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.6393203837004435,
"y": 0.32078997778280677,
"size": 0.05,
"color_name": 85,
"color_r": 186,
"color_g": 85,
"color_b": 211,
"shape": "circle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x": 0.6716586735... |
closure | 3 | 10 | l | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.4667185934292258,
"y": 0.20592673571642517,
"size": 0.05,
"color_name": 51,
"color_r": 0,
"color_g": 128,
"color_b": 0,
"shape": "square",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x": 0.5068081418899... |
closure | 3 | 10 | l | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.47535730145323707,
"y": 0.14012053588561552,
"size": 0.05,
"color_name": 21,
"color_r": 0,
"color_g": 139,
"color_b": 139,
"shape": "square",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x": 0.5162372588... |
closure | 3 | 10 | l | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.5772113312198952,
"y": 0.13907044937023272,
"size": 0.05,
"color_name": 142,
"color_r": 255,
"color_g": 255,
"color_b": 0,
"shape": "circle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x": 0.6102868706... |
closure | 3 | 10 | l | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.5862490475725174,
"y": 0.338112675200941,
"size": 0.05,
"color_name": 0,
"color_r": 240,
"color_g": 248,
"color_b": 255,
"shape": "circle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x": 0.617982834124... |
closure | 3 | 10 | l | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.41552127362771174,
"y": 0.14023297556876935,
"size": 0.0289312466925917,
"color_name": 42,
"color_r": 178,
"color_g": 34,
"color_b": 34,
"shape": "circle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x"... |
closure | 3 | 10 | l | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.5598008098930765,
"y": 0.3969333257292316,
"size": 0.05,
"color_name": 133,
"color_r": 210,
"color_g": 180,
"color_b": 140,
"shape": "circle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x": 0.595461141... |
closure | 3 | 10 | l | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.48972734788946165,
"y": 0.21791643226611185,
"size": 0.06547543637181046,
"color_name": 142,
"color_r": 255,
"color_g": 255,
"color_b": 0,
"shape": "circle",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"... |
closure | 3 | 10 | l | false | false | true | false | true | false | false | 1,024 | [
{
"x": 0.5996839099648779,
"y": 0.22050803586015316,
"size": 0.05,
"color_name": 51,
"color_r": 0,
"color_g": 128,
"color_b": 0,
"shape": "square",
"line_width": -1,
"solid": true,
"start_angle": 0,
"end_angle": 360,
"group_id": 0
},
{
"x": 0.6387894758532... |
YAML Metadata Warning: empty or missing yaml metadata in repo card
Check out the documentation for more information.
Gestalt Pattern Reasoning Benchmark
This repository contains a dataset and benchmarking framework for Gestalt pattern reasoning. The dataset consists of thousands of procedurally generated visual patterns based on Gestalt principles, including proximity, similarity, closure, symmetry, and continuity. The benchmark is designed to evaluate both human and AI performance in recognizing and reasoning about these patterns.
Github
The Dataset Generator and Benchmark Evaluation Code is on the Github.
Dataset
principle_all_resolution_224_num_100.zip: includes 5 Gestalt Principles, each task has 100 examples for each labels. The image resolution is 224x224.
File Structure
Gestalt Reasoning Benchmark/
βββ data/
β βββ raw_patterns/ # Unprocessed/generated raw patterns
β β βββ proximity/
β β β βββ train/
β β β β βββ 0001_red_triangle/
β β β β β βββ positive/
β β β β β β βββ 00000.png
β β β β β β βββ 00000.json
β β β β β β βββ 00001.png
β β β β β β βββ 00001.json
β β β β β β βββ 00002.png
β β β β β β βββ 00002.json
β β β β β βββ negative/
β β β β β β βββ 00000.png
β β β β β β βββ 00000.json
β β β β β β βββ 00001.png
β β β β β β βββ 00001.json
β β β β β β βββ 00002.png
β β β β β β βββ 00002.json
β β β βββ test/
β β β β βββ 0001_red_triangle/
β β β β β βββ positive/
β β β β β β βββ 00000.png
β β β β β β βββ 00000.json
β β β β β β βββ 00001.png
β β β β β β βββ 00001.json
β β β β β β βββ 00002.png
β β β β β β βββ 00002.json
β β β β β βββ negative/
β β β β β β βββ 00000.png
β β β β β β βββ 00000.json
β β β β β β βββ 00001.png
β β β β β β βββ 00001.json
β β β β β β βββ 00002.png
β β β β β β βββ 00002.json
Citation
If you use the Gestalt Vision dataset in your research or work, please cite our paper:
@inproceedings{sha2025gestalt,
author = {Jingyuan Sha and Hikaru Shindo and Kristian Kersting and Devendra Singh Dhami},
title = {Gestalt Vision: A Dataset for Evaluating Gestalt Principles in Visual Perception},
booktitle = {Proceedings of the 19th International Conference on Neurosymbolic Learning and Reasoning (NeSy)},
year = {2025}
}
- Downloads last month
- 220
