The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationError
Exception: TypeError
Message: Couldn't cast array of type
struct<kind: string, paraphrase_id: string, cell_id: string, object_type: string, action_type: string, paraphrase_index: int64, base_original: string, seed: int64>
to
{'kind': Value('string'), 'trial_idx': Value('int64'), 'seed': Value('int64')}
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1848, in _prepare_split_single
writer.write_table(table)
~~~~~~~~~~~~~~~~~~^^^^^^^
File "/usr/local/lib/python3.14/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.14/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2312, in cast_table_to_schema
cast_array_to_feature(
~~~~~~~~~~~~~~~~~~~~~^
table[name] if name in table_column_names else pa.array([None] * len(table), type=schema.field(name).type),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
feature,
^^^^^^^^
)
^
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 1861, in wrapper
return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2158, in cast_array_to_feature
raise TypeError(f"Couldn't cast array of type\n{_short_str(array.type)}\nto\n{_short_str(feature)}")
TypeError: Couldn't cast array of type
struct<kind: string, paraphrase_id: string, cell_id: string, object_type: string, action_type: string, paraphrase_index: int64, base_original: string, seed: int64>
to
{'kind': Value('string'), 'trial_idx': Value('int64'), 'seed': Value('int64')}
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
~~~~~~~~~~~~~~~~~~~~~~~~~^
builder, max_dataset_size_bytes=max_dataset_size_bytes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1694, in _prepare_split
for job_id, done, content in self._prepare_split_single(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
):
^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1880, 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.
episode_idx int64 | init_state dict | task_id string | lang_override string | metadata dict |
|---|---|---|---|---|
0 | {
"led": 0,
"lightbulb": 1,
"slider": "right",
"drawer": "closed",
"red_block": "table",
"blue_block": "slider_right",
"pink_block": "table",
"grasped": 0
} | open_drawer | pull the handle to open the drawer | {
"kind": "baseline",
"trial_idx": 0,
"seed": 7
} |
1 | {
"led": 1,
"lightbulb": 0,
"slider": "left",
"drawer": "closed",
"red_block": "slider_left",
"blue_block": "slider_right",
"pink_block": "table",
"grasped": 0
} | open_drawer | pull the handle to open the drawer | {
"kind": "baseline",
"trial_idx": 1,
"seed": 7
} |
2 | {
"led": 1,
"lightbulb": 0,
"slider": "left",
"drawer": "closed",
"red_block": "slider_right",
"blue_block": "slider_left",
"pink_block": "table",
"grasped": 0
} | open_drawer | pull the handle to open the drawer | {
"kind": "baseline",
"trial_idx": 2,
"seed": 7
} |
3 | {
"led": 1,
"lightbulb": 1,
"slider": "right",
"drawer": "closed",
"red_block": "table",
"blue_block": "slider_left",
"pink_block": "table",
"grasped": 0
} | open_drawer | pull the handle to open the drawer | {
"kind": "baseline",
"trial_idx": 3,
"seed": 7
} |
4 | {
"led": 1,
"lightbulb": 0,
"slider": "right",
"drawer": "closed",
"red_block": "slider_left",
"blue_block": "table",
"pink_block": "slider_right",
"grasped": 0
} | open_drawer | pull the handle to open the drawer | {
"kind": "baseline",
"trial_idx": 4,
"seed": 7
} |
5 | {
"led": 0,
"lightbulb": 0,
"slider": "right",
"drawer": "closed",
"red_block": "table",
"blue_block": "table",
"pink_block": "slider_left",
"grasped": 0
} | open_drawer | pull the handle to open the drawer | {
"kind": "baseline",
"trial_idx": 5,
"seed": 7
} |
6 | {
"led": 1,
"lightbulb": 0,
"slider": "right",
"drawer": "closed",
"red_block": "table",
"blue_block": "slider_right",
"pink_block": "slider_left",
"grasped": 0
} | open_drawer | pull the handle to open the drawer | {
"kind": "baseline",
"trial_idx": 6,
"seed": 7
} |
7 | {
"led": 1,
"lightbulb": 0,
"slider": "left",
"drawer": "closed",
"red_block": "slider_left",
"blue_block": "table",
"pink_block": "slider_right",
"grasped": 0
} | open_drawer | pull the handle to open the drawer | {
"kind": "baseline",
"trial_idx": 7,
"seed": 7
} |
8 | {
"led": 0,
"lightbulb": 0,
"slider": "left",
"drawer": "closed",
"red_block": "slider_left",
"blue_block": "slider_right",
"pink_block": "table",
"grasped": 0
} | open_drawer | pull the handle to open the drawer | {
"kind": "baseline",
"trial_idx": 8,
"seed": 7
} |
9 | {
"led": 0,
"lightbulb": 0,
"slider": "right",
"drawer": "closed",
"red_block": "table",
"blue_block": "slider_right",
"pink_block": "slider_left",
"grasped": 0
} | open_drawer | pull the handle to open the drawer | {
"kind": "baseline",
"trial_idx": 9,
"seed": 7
} |
10 | {
"led": 1,
"lightbulb": 0,
"slider": "right",
"drawer": "closed",
"red_block": "table",
"blue_block": "slider_left",
"pink_block": "table",
"grasped": 0
} | open_drawer | pull the handle to open the drawer | {
"kind": "baseline",
"trial_idx": 10,
"seed": 7
} |
11 | {
"led": 1,
"lightbulb": 0,
"slider": "right",
"drawer": "closed",
"red_block": "slider_left",
"blue_block": "slider_right",
"pink_block": "table",
"grasped": 0
} | open_drawer | pull the handle to open the drawer | {
"kind": "baseline",
"trial_idx": 11,
"seed": 7
} |
12 | {
"led": 1,
"lightbulb": 1,
"slider": "left",
"drawer": "closed",
"red_block": "table",
"blue_block": "table",
"pink_block": "slider_right",
"grasped": 0
} | open_drawer | pull the handle to open the drawer | {
"kind": "baseline",
"trial_idx": 12,
"seed": 7
} |
13 | {
"led": 0,
"lightbulb": 0,
"slider": "left",
"drawer": "closed",
"red_block": "slider_right",
"blue_block": "table",
"pink_block": "table",
"grasped": 0
} | open_drawer | pull the handle to open the drawer | {
"kind": "baseline",
"trial_idx": 13,
"seed": 7
} |
14 | {
"led": 1,
"lightbulb": 1,
"slider": "right",
"drawer": "closed",
"red_block": "table",
"blue_block": "slider_left",
"pink_block": "table",
"grasped": 0
} | open_drawer | pull the handle to open the drawer | {
"kind": "baseline",
"trial_idx": 14,
"seed": 7
} |
15 | {
"led": 0,
"lightbulb": 0,
"slider": "right",
"drawer": "closed",
"red_block": "slider_right",
"blue_block": "table",
"pink_block": "table",
"grasped": 0
} | open_drawer | pull the handle to open the drawer | {
"kind": "baseline",
"trial_idx": 15,
"seed": 7
} |
16 | {
"led": 0,
"lightbulb": 1,
"slider": "right",
"drawer": "closed",
"red_block": "slider_left",
"blue_block": "table",
"pink_block": "table",
"grasped": 0
} | open_drawer | pull the handle to open the drawer | {
"kind": "baseline",
"trial_idx": 16,
"seed": 7
} |
17 | {
"led": 0,
"lightbulb": 0,
"slider": "left",
"drawer": "closed",
"red_block": "slider_left",
"blue_block": "table",
"pink_block": "slider_right",
"grasped": 0
} | open_drawer | pull the handle to open the drawer | {
"kind": "baseline",
"trial_idx": 17,
"seed": 7
} |
18 | {
"led": 1,
"lightbulb": 1,
"slider": "right",
"drawer": "closed",
"red_block": "table",
"blue_block": "slider_right",
"pink_block": "slider_left",
"grasped": 0
} | open_drawer | pull the handle to open the drawer | {
"kind": "baseline",
"trial_idx": 18,
"seed": 7
} |
19 | {
"led": 1,
"lightbulb": 1,
"slider": "right",
"drawer": "closed",
"red_block": "table",
"blue_block": "slider_left",
"pink_block": "table",
"grasped": 0
} | open_drawer | pull the handle to open the drawer | {
"kind": "baseline",
"trial_idx": 19,
"seed": 7
} |
20 | {
"led": 1,
"lightbulb": 1,
"slider": "right",
"drawer": "open",
"red_block": "table",
"blue_block": "slider_right",
"pink_block": "slider_left",
"grasped": 0
} | close_drawer | push the handle to close the drawer | {
"kind": "baseline",
"trial_idx": 0,
"seed": 7
} |
21 | {
"led": 1,
"lightbulb": 0,
"slider": "left",
"drawer": "open",
"red_block": "slider_left",
"blue_block": "table",
"pink_block": "slider_right",
"grasped": 0
} | close_drawer | push the handle to close the drawer | {
"kind": "baseline",
"trial_idx": 1,
"seed": 7
} |
22 | {
"led": 1,
"lightbulb": 0,
"slider": "right",
"drawer": "open",
"red_block": "slider_left",
"blue_block": "slider_right",
"pink_block": "table",
"grasped": 0
} | close_drawer | push the handle to close the drawer | {
"kind": "baseline",
"trial_idx": 2,
"seed": 7
} |
23 | {
"led": 0,
"lightbulb": 0,
"slider": "right",
"drawer": "open",
"red_block": "slider_left",
"blue_block": "table",
"pink_block": "table",
"grasped": 0
} | close_drawer | push the handle to close the drawer | {
"kind": "baseline",
"trial_idx": 3,
"seed": 7
} |
24 | {
"led": 1,
"lightbulb": 0,
"slider": "right",
"drawer": "open",
"red_block": "slider_left",
"blue_block": "slider_right",
"pink_block": "table",
"grasped": 0
} | close_drawer | push the handle to close the drawer | {
"kind": "baseline",
"trial_idx": 4,
"seed": 7
} |
25 | {
"led": 1,
"lightbulb": 0,
"slider": "right",
"drawer": "open",
"red_block": "slider_right",
"blue_block": "slider_left",
"pink_block": "table",
"grasped": 0
} | close_drawer | push the handle to close the drawer | {
"kind": "baseline",
"trial_idx": 5,
"seed": 7
} |
26 | {
"led": 0,
"lightbulb": 1,
"slider": "right",
"drawer": "open",
"red_block": "table",
"blue_block": "table",
"pink_block": "slider_left",
"grasped": 0
} | close_drawer | push the handle to close the drawer | {
"kind": "baseline",
"trial_idx": 6,
"seed": 7
} |
27 | {
"led": 1,
"lightbulb": 1,
"slider": "right",
"drawer": "open",
"red_block": "slider_right",
"blue_block": "table",
"pink_block": "slider_left",
"grasped": 0
} | close_drawer | push the handle to close the drawer | {
"kind": "baseline",
"trial_idx": 7,
"seed": 7
} |
28 | {
"led": 1,
"lightbulb": 0,
"slider": "left",
"drawer": "open",
"red_block": "table",
"blue_block": "table",
"pink_block": "slider_left",
"grasped": 0
} | close_drawer | push the handle to close the drawer | {
"kind": "baseline",
"trial_idx": 8,
"seed": 7
} |
29 | {
"led": 0,
"lightbulb": 0,
"slider": "right",
"drawer": "open",
"red_block": "table",
"blue_block": "table",
"pink_block": "slider_right",
"grasped": 0
} | close_drawer | push the handle to close the drawer | {
"kind": "baseline",
"trial_idx": 9,
"seed": 7
} |
30 | {
"led": 0,
"lightbulb": 1,
"slider": "left",
"drawer": "open",
"red_block": "table",
"blue_block": "slider_left",
"pink_block": "table",
"grasped": 0
} | close_drawer | push the handle to close the drawer | {
"kind": "baseline",
"trial_idx": 10,
"seed": 7
} |
31 | {
"led": 1,
"lightbulb": 0,
"slider": "left",
"drawer": "open",
"red_block": "table",
"blue_block": "slider_left",
"pink_block": "table",
"grasped": 0
} | close_drawer | push the handle to close the drawer | {
"kind": "baseline",
"trial_idx": 11,
"seed": 7
} |
32 | {
"led": 1,
"lightbulb": 1,
"slider": "left",
"drawer": "open",
"red_block": "slider_left",
"blue_block": "table",
"pink_block": "table",
"grasped": 0
} | close_drawer | push the handle to close the drawer | {
"kind": "baseline",
"trial_idx": 12,
"seed": 7
} |
33 | {
"led": 1,
"lightbulb": 1,
"slider": "right",
"drawer": "open",
"red_block": "slider_left",
"blue_block": "slider_right",
"pink_block": "table",
"grasped": 0
} | close_drawer | push the handle to close the drawer | {
"kind": "baseline",
"trial_idx": 13,
"seed": 7
} |
34 | {
"led": 0,
"lightbulb": 0,
"slider": "right",
"drawer": "open",
"red_block": "slider_right",
"blue_block": "slider_left",
"pink_block": "table",
"grasped": 0
} | close_drawer | push the handle to close the drawer | {
"kind": "baseline",
"trial_idx": 14,
"seed": 7
} |
35 | {
"led": 0,
"lightbulb": 0,
"slider": "right",
"drawer": "open",
"red_block": "table",
"blue_block": "slider_right",
"pink_block": "table",
"grasped": 0
} | close_drawer | push the handle to close the drawer | {
"kind": "baseline",
"trial_idx": 15,
"seed": 7
} |
36 | {
"led": 0,
"lightbulb": 1,
"slider": "left",
"drawer": "open",
"red_block": "slider_left",
"blue_block": "table",
"pink_block": "table",
"grasped": 0
} | close_drawer | push the handle to close the drawer | {
"kind": "baseline",
"trial_idx": 16,
"seed": 7
} |
37 | {
"led": 0,
"lightbulb": 1,
"slider": "left",
"drawer": "open",
"red_block": "table",
"blue_block": "table",
"pink_block": "slider_left",
"grasped": 0
} | close_drawer | push the handle to close the drawer | {
"kind": "baseline",
"trial_idx": 17,
"seed": 7
} |
38 | {
"led": 1,
"lightbulb": 0,
"slider": "left",
"drawer": "open",
"red_block": "slider_left",
"blue_block": "slider_right",
"pink_block": "table",
"grasped": 0
} | close_drawer | push the handle to close the drawer | {
"kind": "baseline",
"trial_idx": 18,
"seed": 7
} |
39 | {
"led": 0,
"lightbulb": 1,
"slider": "right",
"drawer": "open",
"red_block": "table",
"blue_block": "slider_right",
"pink_block": "table",
"grasped": 0
} | close_drawer | push the handle to close the drawer | {
"kind": "baseline",
"trial_idx": 19,
"seed": 7
} |
40 | {
"led": 0,
"lightbulb": 0,
"slider": "right",
"drawer": "closed",
"red_block": "slider_right",
"blue_block": "table",
"pink_block": "slider_left",
"grasped": 0
} | move_slider_left | push the sliding door to the left side | {
"kind": "baseline",
"trial_idx": 0,
"seed": 7
} |
41 | {
"led": 1,
"lightbulb": 1,
"slider": "right",
"drawer": "open",
"red_block": "slider_right",
"blue_block": "table",
"pink_block": "slider_left",
"grasped": 0
} | move_slider_left | push the sliding door to the left side | {
"kind": "baseline",
"trial_idx": 1,
"seed": 7
} |
42 | {
"led": 0,
"lightbulb": 1,
"slider": "right",
"drawer": "closed",
"red_block": "slider_right",
"blue_block": "slider_left",
"pink_block": "table",
"grasped": 0
} | move_slider_left | push the sliding door to the left side | {
"kind": "baseline",
"trial_idx": 2,
"seed": 7
} |
43 | {
"led": 1,
"lightbulb": 1,
"slider": "right",
"drawer": "closed",
"red_block": "table",
"blue_block": "slider_left",
"pink_block": "table",
"grasped": 0
} | move_slider_left | push the sliding door to the left side | {
"kind": "baseline",
"trial_idx": 3,
"seed": 7
} |
44 | {
"led": 1,
"lightbulb": 1,
"slider": "right",
"drawer": "open",
"red_block": "table",
"blue_block": "slider_right",
"pink_block": "slider_left",
"grasped": 0
} | move_slider_left | push the sliding door to the left side | {
"kind": "baseline",
"trial_idx": 4,
"seed": 7
} |
45 | {
"led": 1,
"lightbulb": 0,
"slider": "right",
"drawer": "closed",
"red_block": "table",
"blue_block": "slider_right",
"pink_block": "slider_left",
"grasped": 0
} | move_slider_left | push the sliding door to the left side | {
"kind": "baseline",
"trial_idx": 5,
"seed": 7
} |
46 | {
"led": 0,
"lightbulb": 1,
"slider": "right",
"drawer": "open",
"red_block": "table",
"blue_block": "slider_left",
"pink_block": "slider_right",
"grasped": 0
} | move_slider_left | push the sliding door to the left side | {
"kind": "baseline",
"trial_idx": 6,
"seed": 7
} |
47 | {
"led": 0,
"lightbulb": 0,
"slider": "right",
"drawer": "closed",
"red_block": "slider_left",
"blue_block": "slider_right",
"pink_block": "table",
"grasped": 0
} | move_slider_left | push the sliding door to the left side | {
"kind": "baseline",
"trial_idx": 7,
"seed": 7
} |
48 | {
"led": 1,
"lightbulb": 1,
"slider": "right",
"drawer": "open",
"red_block": "slider_right",
"blue_block": "table",
"pink_block": "table",
"grasped": 0
} | move_slider_left | push the sliding door to the left side | {
"kind": "baseline",
"trial_idx": 8,
"seed": 7
} |
49 | {
"led": 1,
"lightbulb": 1,
"slider": "right",
"drawer": "open",
"red_block": "table",
"blue_block": "table",
"pink_block": "slider_right",
"grasped": 0
} | move_slider_left | push the sliding door to the left side | {
"kind": "baseline",
"trial_idx": 9,
"seed": 7
} |
50 | {
"led": 0,
"lightbulb": 0,
"slider": "right",
"drawer": "open",
"red_block": "table",
"blue_block": "table",
"pink_block": "slider_right",
"grasped": 0
} | move_slider_left | push the sliding door to the left side | {
"kind": "baseline",
"trial_idx": 10,
"seed": 7
} |
51 | {
"led": 0,
"lightbulb": 1,
"slider": "right",
"drawer": "closed",
"red_block": "table",
"blue_block": "slider_right",
"pink_block": "slider_left",
"grasped": 0
} | move_slider_left | push the sliding door to the left side | {
"kind": "baseline",
"trial_idx": 11,
"seed": 7
} |
52 | {
"led": 1,
"lightbulb": 1,
"slider": "right",
"drawer": "closed",
"red_block": "slider_right",
"blue_block": "table",
"pink_block": "table",
"grasped": 0
} | move_slider_left | push the sliding door to the left side | {
"kind": "baseline",
"trial_idx": 12,
"seed": 7
} |
53 | {
"led": 1,
"lightbulb": 1,
"slider": "right",
"drawer": "closed",
"red_block": "table",
"blue_block": "slider_right",
"pink_block": "slider_left",
"grasped": 0
} | move_slider_left | push the sliding door to the left side | {
"kind": "baseline",
"trial_idx": 13,
"seed": 7
} |
54 | {
"led": 0,
"lightbulb": 1,
"slider": "right",
"drawer": "closed",
"red_block": "table",
"blue_block": "table",
"pink_block": "slider_left",
"grasped": 0
} | move_slider_left | push the sliding door to the left side | {
"kind": "baseline",
"trial_idx": 14,
"seed": 7
} |
55 | {
"led": 1,
"lightbulb": 0,
"slider": "right",
"drawer": "closed",
"red_block": "slider_right",
"blue_block": "table",
"pink_block": "table",
"grasped": 0
} | move_slider_left | push the sliding door to the left side | {
"kind": "baseline",
"trial_idx": 15,
"seed": 7
} |
56 | {
"led": 0,
"lightbulb": 0,
"slider": "right",
"drawer": "closed",
"red_block": "slider_left",
"blue_block": "table",
"pink_block": "slider_right",
"grasped": 0
} | move_slider_left | push the sliding door to the left side | {
"kind": "baseline",
"trial_idx": 16,
"seed": 7
} |
57 | {
"led": 1,
"lightbulb": 1,
"slider": "right",
"drawer": "closed",
"red_block": "slider_left",
"blue_block": "table",
"pink_block": "slider_right",
"grasped": 0
} | move_slider_left | push the sliding door to the left side | {
"kind": "baseline",
"trial_idx": 17,
"seed": 7
} |
58 | {
"led": 0,
"lightbulb": 0,
"slider": "right",
"drawer": "closed",
"red_block": "table",
"blue_block": "table",
"pink_block": "slider_right",
"grasped": 0
} | move_slider_left | push the sliding door to the left side | {
"kind": "baseline",
"trial_idx": 18,
"seed": 7
} |
59 | {
"led": 0,
"lightbulb": 0,
"slider": "right",
"drawer": "closed",
"red_block": "table",
"blue_block": "slider_right",
"pink_block": "table",
"grasped": 0
} | move_slider_left | push the sliding door to the left side | {
"kind": "baseline",
"trial_idx": 19,
"seed": 7
} |
60 | {
"led": 1,
"lightbulb": 0,
"slider": "left",
"drawer": "closed",
"red_block": "slider_right",
"blue_block": "table",
"pink_block": "slider_left",
"grasped": 0
} | move_slider_right | push the sliding door to the right side | {
"kind": "baseline",
"trial_idx": 0,
"seed": 7
} |
61 | {
"led": 1,
"lightbulb": 1,
"slider": "left",
"drawer": "open",
"red_block": "table",
"blue_block": "table",
"pink_block": "slider_left",
"grasped": 0
} | move_slider_right | push the sliding door to the right side | {
"kind": "baseline",
"trial_idx": 1,
"seed": 7
} |
62 | {
"led": 0,
"lightbulb": 0,
"slider": "left",
"drawer": "open",
"red_block": "table",
"blue_block": "table",
"pink_block": "slider_left",
"grasped": 0
} | move_slider_right | push the sliding door to the right side | {
"kind": "baseline",
"trial_idx": 2,
"seed": 7
} |
63 | {
"led": 1,
"lightbulb": 0,
"slider": "left",
"drawer": "open",
"red_block": "slider_left",
"blue_block": "table",
"pink_block": "table",
"grasped": 0
} | move_slider_right | push the sliding door to the right side | {
"kind": "baseline",
"trial_idx": 3,
"seed": 7
} |
64 | {
"led": 1,
"lightbulb": 0,
"slider": "left",
"drawer": "closed",
"red_block": "slider_right",
"blue_block": "slider_left",
"pink_block": "table",
"grasped": 0
} | move_slider_right | push the sliding door to the right side | {
"kind": "baseline",
"trial_idx": 4,
"seed": 7
} |
65 | {
"led": 0,
"lightbulb": 0,
"slider": "left",
"drawer": "closed",
"red_block": "table",
"blue_block": "slider_left",
"pink_block": "table",
"grasped": 0
} | move_slider_right | push the sliding door to the right side | {
"kind": "baseline",
"trial_idx": 5,
"seed": 7
} |
66 | {
"led": 1,
"lightbulb": 1,
"slider": "left",
"drawer": "closed",
"red_block": "slider_left",
"blue_block": "slider_right",
"pink_block": "table",
"grasped": 0
} | move_slider_right | push the sliding door to the right side | {
"kind": "baseline",
"trial_idx": 6,
"seed": 7
} |
67 | {
"led": 0,
"lightbulb": 1,
"slider": "left",
"drawer": "closed",
"red_block": "table",
"blue_block": "table",
"pink_block": "slider_left",
"grasped": 0
} | move_slider_right | push the sliding door to the right side | {
"kind": "baseline",
"trial_idx": 7,
"seed": 7
} |
68 | {
"led": 1,
"lightbulb": 0,
"slider": "left",
"drawer": "closed",
"red_block": "slider_right",
"blue_block": "slider_left",
"pink_block": "table",
"grasped": 0
} | move_slider_right | push the sliding door to the right side | {
"kind": "baseline",
"trial_idx": 8,
"seed": 7
} |
69 | {
"led": 1,
"lightbulb": 0,
"slider": "left",
"drawer": "closed",
"red_block": "table",
"blue_block": "slider_left",
"pink_block": "table",
"grasped": 0
} | move_slider_right | push the sliding door to the right side | {
"kind": "baseline",
"trial_idx": 9,
"seed": 7
} |
70 | {
"led": 1,
"lightbulb": 1,
"slider": "left",
"drawer": "open",
"red_block": "table",
"blue_block": "slider_left",
"pink_block": "slider_right",
"grasped": 0
} | move_slider_right | push the sliding door to the right side | {
"kind": "baseline",
"trial_idx": 10,
"seed": 7
} |
71 | {
"led": 0,
"lightbulb": 1,
"slider": "left",
"drawer": "closed",
"red_block": "slider_right",
"blue_block": "slider_left",
"pink_block": "table",
"grasped": 0
} | move_slider_right | push the sliding door to the right side | {
"kind": "baseline",
"trial_idx": 11,
"seed": 7
} |
72 | {
"led": 1,
"lightbulb": 0,
"slider": "left",
"drawer": "closed",
"red_block": "slider_left",
"blue_block": "slider_right",
"pink_block": "table",
"grasped": 0
} | move_slider_right | push the sliding door to the right side | {
"kind": "baseline",
"trial_idx": 12,
"seed": 7
} |
73 | {
"led": 1,
"lightbulb": 1,
"slider": "left",
"drawer": "closed",
"red_block": "table",
"blue_block": "table",
"pink_block": "slider_left",
"grasped": 0
} | move_slider_right | push the sliding door to the right side | {
"kind": "baseline",
"trial_idx": 13,
"seed": 7
} |
74 | {
"led": 1,
"lightbulb": 1,
"slider": "left",
"drawer": "closed",
"red_block": "slider_left",
"blue_block": "table",
"pink_block": "table",
"grasped": 0
} | move_slider_right | push the sliding door to the right side | {
"kind": "baseline",
"trial_idx": 14,
"seed": 7
} |
75 | {
"led": 0,
"lightbulb": 1,
"slider": "left",
"drawer": "closed",
"red_block": "slider_right",
"blue_block": "table",
"pink_block": "slider_left",
"grasped": 0
} | move_slider_right | push the sliding door to the right side | {
"kind": "baseline",
"trial_idx": 15,
"seed": 7
} |
76 | {
"led": 0,
"lightbulb": 1,
"slider": "left",
"drawer": "open",
"red_block": "table",
"blue_block": "slider_right",
"pink_block": "slider_left",
"grasped": 0
} | move_slider_right | push the sliding door to the right side | {
"kind": "baseline",
"trial_idx": 16,
"seed": 7
} |
77 | {
"led": 0,
"lightbulb": 0,
"slider": "left",
"drawer": "closed",
"red_block": "table",
"blue_block": "table",
"pink_block": "slider_right",
"grasped": 0
} | move_slider_right | push the sliding door to the right side | {
"kind": "baseline",
"trial_idx": 17,
"seed": 7
} |
78 | {
"led": 1,
"lightbulb": 0,
"slider": "left",
"drawer": "closed",
"red_block": "table",
"blue_block": "slider_left",
"pink_block": "slider_right",
"grasped": 0
} | move_slider_right | push the sliding door to the right side | {
"kind": "baseline",
"trial_idx": 18,
"seed": 7
} |
79 | {
"led": 1,
"lightbulb": 0,
"slider": "left",
"drawer": "closed",
"red_block": "slider_right",
"blue_block": "table",
"pink_block": "table",
"grasped": 0
} | move_slider_right | push the sliding door to the right side | {
"kind": "baseline",
"trial_idx": 19,
"seed": 7
} |
80 | {
"led": 1,
"lightbulb": 0,
"slider": "right",
"drawer": "open",
"red_block": "table",
"blue_block": "slider_right",
"pink_block": "table",
"grasped": 0
} | turn_on_lightbulb | use the switch to turn on the light bulb | {
"kind": "baseline",
"trial_idx": 0,
"seed": 7
} |
81 | {
"led": 0,
"lightbulb": 0,
"slider": "right",
"drawer": "open",
"red_block": "table",
"blue_block": "slider_right",
"pink_block": "slider_left",
"grasped": 0
} | turn_on_lightbulb | use the switch to turn on the light bulb | {
"kind": "baseline",
"trial_idx": 1,
"seed": 7
} |
82 | {
"led": 0,
"lightbulb": 0,
"slider": "left",
"drawer": "open",
"red_block": "slider_left",
"blue_block": "table",
"pink_block": "slider_right",
"grasped": 0
} | turn_on_lightbulb | use the switch to turn on the light bulb | {
"kind": "baseline",
"trial_idx": 2,
"seed": 7
} |
83 | {
"led": 0,
"lightbulb": 0,
"slider": "right",
"drawer": "open",
"red_block": "slider_right",
"blue_block": "slider_left",
"pink_block": "table",
"grasped": 0
} | turn_on_lightbulb | use the switch to turn on the light bulb | {
"kind": "baseline",
"trial_idx": 3,
"seed": 7
} |
84 | {
"led": 0,
"lightbulb": 0,
"slider": "left",
"drawer": "closed",
"red_block": "slider_left",
"blue_block": "table",
"pink_block": "slider_right",
"grasped": 0
} | turn_on_lightbulb | use the switch to turn on the light bulb | {
"kind": "baseline",
"trial_idx": 4,
"seed": 7
} |
85 | {
"led": 1,
"lightbulb": 0,
"slider": "right",
"drawer": "open",
"red_block": "slider_left",
"blue_block": "table",
"pink_block": "slider_right",
"grasped": 0
} | turn_on_lightbulb | use the switch to turn on the light bulb | {
"kind": "baseline",
"trial_idx": 5,
"seed": 7
} |
86 | {
"led": 0,
"lightbulb": 0,
"slider": "left",
"drawer": "open",
"red_block": "slider_right",
"blue_block": "slider_left",
"pink_block": "table",
"grasped": 0
} | turn_on_lightbulb | use the switch to turn on the light bulb | {
"kind": "baseline",
"trial_idx": 6,
"seed": 7
} |
87 | {
"led": 1,
"lightbulb": 0,
"slider": "right",
"drawer": "open",
"red_block": "table",
"blue_block": "slider_right",
"pink_block": "table",
"grasped": 0
} | turn_on_lightbulb | use the switch to turn on the light bulb | {
"kind": "baseline",
"trial_idx": 7,
"seed": 7
} |
88 | {
"led": 0,
"lightbulb": 0,
"slider": "left",
"drawer": "closed",
"red_block": "table",
"blue_block": "table",
"pink_block": "slider_right",
"grasped": 0
} | turn_on_lightbulb | use the switch to turn on the light bulb | {
"kind": "baseline",
"trial_idx": 8,
"seed": 7
} |
89 | {
"led": 0,
"lightbulb": 0,
"slider": "left",
"drawer": "closed",
"red_block": "slider_left",
"blue_block": "table",
"pink_block": "table",
"grasped": 0
} | turn_on_lightbulb | use the switch to turn on the light bulb | {
"kind": "baseline",
"trial_idx": 9,
"seed": 7
} |
90 | {
"led": 1,
"lightbulb": 0,
"slider": "left",
"drawer": "open",
"red_block": "table",
"blue_block": "slider_right",
"pink_block": "table",
"grasped": 0
} | turn_on_lightbulb | use the switch to turn on the light bulb | {
"kind": "baseline",
"trial_idx": 10,
"seed": 7
} |
91 | {
"led": 1,
"lightbulb": 0,
"slider": "left",
"drawer": "closed",
"red_block": "table",
"blue_block": "slider_right",
"pink_block": "slider_left",
"grasped": 0
} | turn_on_lightbulb | use the switch to turn on the light bulb | {
"kind": "baseline",
"trial_idx": 11,
"seed": 7
} |
92 | {
"led": 1,
"lightbulb": 0,
"slider": "left",
"drawer": "open",
"red_block": "slider_right",
"blue_block": "table",
"pink_block": "slider_left",
"grasped": 0
} | turn_on_lightbulb | use the switch to turn on the light bulb | {
"kind": "baseline",
"trial_idx": 12,
"seed": 7
} |
93 | {
"led": 0,
"lightbulb": 0,
"slider": "left",
"drawer": "closed",
"red_block": "table",
"blue_block": "slider_right",
"pink_block": "slider_left",
"grasped": 0
} | turn_on_lightbulb | use the switch to turn on the light bulb | {
"kind": "baseline",
"trial_idx": 13,
"seed": 7
} |
94 | {
"led": 0,
"lightbulb": 0,
"slider": "right",
"drawer": "closed",
"red_block": "table",
"blue_block": "table",
"pink_block": "slider_left",
"grasped": 0
} | turn_on_lightbulb | use the switch to turn on the light bulb | {
"kind": "baseline",
"trial_idx": 14,
"seed": 7
} |
95 | {
"led": 1,
"lightbulb": 0,
"slider": "left",
"drawer": "closed",
"red_block": "table",
"blue_block": "table",
"pink_block": "slider_left",
"grasped": 0
} | turn_on_lightbulb | use the switch to turn on the light bulb | {
"kind": "baseline",
"trial_idx": 15,
"seed": 7
} |
96 | {
"led": 1,
"lightbulb": 0,
"slider": "right",
"drawer": "open",
"red_block": "table",
"blue_block": "slider_right",
"pink_block": "table",
"grasped": 0
} | turn_on_lightbulb | use the switch to turn on the light bulb | {
"kind": "baseline",
"trial_idx": 16,
"seed": 7
} |
97 | {
"led": 1,
"lightbulb": 0,
"slider": "left",
"drawer": "open",
"red_block": "slider_left",
"blue_block": "table",
"pink_block": "slider_right",
"grasped": 0
} | turn_on_lightbulb | use the switch to turn on the light bulb | {
"kind": "baseline",
"trial_idx": 17,
"seed": 7
} |
98 | {
"led": 0,
"lightbulb": 0,
"slider": "right",
"drawer": "closed",
"red_block": "table",
"blue_block": "slider_left",
"pink_block": "table",
"grasped": 0
} | turn_on_lightbulb | use the switch to turn on the light bulb | {
"kind": "baseline",
"trial_idx": 18,
"seed": 7
} |
99 | {
"led": 0,
"lightbulb": 0,
"slider": "left",
"drawer": "open",
"red_block": "table",
"blue_block": "table",
"pink_block": "slider_right",
"grasped": 0
} | turn_on_lightbulb | use the switch to turn on the light bulb | {
"kind": "baseline",
"trial_idx": 19,
"seed": 7
} |
CALVIN-Para: A CALVIN Port of LIBERO-Para
CALVIN-Para is a port of LIBERO-Para to the CALVIN benchmark. It reuses the same two-axis paraphrase taxonomy, the same 43 type combinations, and the same PRIDE metric, applied to a different simulator, robot, and task family.
The purpose is cross-benchmark transferability: LIBERO-Para measures paraphrase robustness on LIBERO-Goal, and CALVIN-Para asks whether the same findings hold when only the benchmark changes.
All three LIBERO-Para findings reproduce on CALVIN. Paraphrase fragility persists regardless of model capability (Finding 1), object grounding remains the primary bottleneck (Finding 2), and failures stay planning-level rather than execution-level (Finding 3), even though the simulator, the robot, and the task family have all changed.
π Paper: arXiv:2603.28301 (Appendix E) π» Code: GitHub π Original benchmark: HAI-Lab/LIBERO-Para
Overview
LIBERO-Para is built on LIBERO-Goal, where all tasks share an identical initial state so that the instruction is the sole cue for task identification. CALVIN-Para reproduces that property on CALVIN: all 15 tasks live in a single scene (CALVIN scene D) where the drawer, sliding door, sliding cabinet, button, LED light, light bulb, and the red, blue, and pink blocks are present in every episode. Renaming an object therefore forces disambiguation against on-screen distractors.
As in LIBERO-Para, only the instruction is paraphrased. The visual scene, physics, and initial state are held fixed, and every paraphrase episode is paired to a canonical episode that shares its initial state.
Key Statistics
- 1,935 paraphrased instructions total
- 15 original CALVIN instructions
- 43 distinct paraphrase type combinations (Action Γ Object)
- 45 samples per variation type cell, uniformly
Benchmark Design
The taxonomy is unchanged from LIBERO-Para. See the original dataset card for the full definitions.
Object Axis (3 types), based on the Extended Paraphrase Typology (EPT; Kovatchev et al., 2018): Addition, SP-contextual, SP-habitual.
Action Axis (10 types): Lexical (Addition, SP-contextual, SP-habitual), Structural (Coordination, Subordination), Pragmatic (Need-statement, Embedded-imperative, Permission-directive, Question-directive, Hint).
Composing both axes yields 30 combined types, for 43 cells in total.
Dataset Statistics per Cell
Unlike LIBERO-Para, where verifier rejections left cells unevenly filled, every CALVIN-Para cell holds exactly 3 paraphrases per task across 15 tasks.
| Object \ Action | None | add | ctx | hab | coord | subord | need | embed | perm | quest | hint | Total |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| None | n/a | 45 | 45 | 45 | 45 | 45 | 45 | 45 | 45 | 45 | 45 | 450 |
| Addition | 45 | 45 | 45 | 45 | 45 | 45 | 45 | 45 | 45 | 45 | 45 | 495 |
| SP-contextual | 45 | 45 | 45 | 45 | 45 | 45 | 45 | 45 | 45 | 45 | 45 | 495 |
| SP-habitual | 45 | 45 | 45 | 45 | 45 | 45 | 45 | 45 | 45 | 45 | 45 | 495 |
| Total | 135 | 180 | 180 | 180 | 180 | 180 | 180 | 180 | 180 | 180 | 180 | 1,935 |
Original Instructions (from CALVIN)
Each of the 15 tasks carries 129 paraphrases (43 cells Γ 3).
| Instruction | Task ID |
|---|---|
| Pull the handle to open the drawer | open_drawer |
| Push the handle to close the drawer | close_drawer |
| Push the sliding door to the left side | move_slider_left |
| Push the sliding door to the right side | move_slider_right |
| Use the switch to turn on the light bulb | turn_on_lightbulb |
| Use the switch to turn off the light bulb | turn_off_lightbulb |
| Press the button to turn on the led light | turn_on_led |
| Press the button to turn off the led light | turn_off_led |
| Grasp and lift the red block | lift_red_block_table |
| Grasp and lift the blue block | lift_blue_block_table |
| Lift the red block from the sliding cabinet | lift_red_block_slider |
| Go push the red block right | push_red_block_right |
| Go push the red block left | push_red_block_left |
| Take the red block and rotate it to the left | rotate_red_block_left |
| Take the red block and rotate it to the right | rotate_red_block_right |
CALVIN defines 34 tasks. Color variants of the same skill were dropped so that the object axis stays meaningful, and tasks requiring prior manipulation (place_in_slider, stack_block, and similar) were dropped because CALVIN generates initial states only for the first task of a rollout. See the GitHub README for the full derivation.
Usage
File Structure
CALVIN-Para/
βββ README.md
βββ LICENSE
βββ paraphrases.json # 1,935 paraphrases with taxonomy metadata
βββ instructions.csv # 15 canonical CALVIN instructions
βββ episodes/
βββ baseline_seed7.json # 300 canonical episodes (15 tasks Γ 20 trials)
βββ paraphrase_seed7.json # 1,935 paraphrase episodes
Paraphrase Format
paraphrases.json holds the instructions and their taxonomy labels:
{
"paraphrase_id": "p_00001",
"base_task_id": "close_drawer",
"base_original": "push the handle to close the drawer",
"object_type": "ad",
"action_type": "ad",
"cell_id": "obj_ad__act_ad",
"paraphrase_index": 1,
"paraphrase": "carefully push the handle to close the storage drawer"
}
Episode Format
Where LIBERO-Para ships bddl files, CALVIN-Para ships episode definitions. Each entry pairs a CALVIN initial state with the instruction to evaluate:
{
"episode_idx": 0,
"init_state": {"drawer": "closed", "slider": "right", "lightbulb": 1,
"led": 0, "red_block": "table", "blue_block": "slider_right",
"pink_block": "table", "grasped": 0},
"task_id": "open_drawer",
"lang_override": "pull the handle to open the drawer",
"metadata": {"kind": "baseline", "trial_idx": 0, "seed": 7}
}
baseline_seed7.json and paraphrase_seed7.json draw from the same initial-state pool, so each paraphrase episode has a canonical counterpart starting from the identical scene.
Running an Evaluation
The episode files are consumed by the CALVIN-Para evaluation pipeline, which resets calvin_env to init_state, injects lang_override, and logs per-step actions and end-effector positions:
GPU_ID=0 \
EPISODES_JSON=episodes/paraphrase_seed7.json \
EPISODES_OUTPUT_DIR=results/<model>/paraphrase_seed7 \
bash paraphrase_eval/run_<model>_episodes.sh
For model setup guides, the per-episode eval patches, and analysis scripts, see the GitHub repository.
Citation
@misc{kim2026liberoparadiagnosticbenchmarkmetrics,
title={LIBERO-Para: A Diagnostic Benchmark and Metrics for Paraphrase Robustness in VLA Models},
author={Chanyoung Kim and Minwoo Kim and Minseok Kang and Hyunwoo Kim and Dahuin Jung},
year={2026},
eprint={2603.28301},
archivePrefix={arXiv},
primaryClass={cs.LG},
url={https://arxiv.org/abs/2603.28301},
}
Acknowledgments
- This project is built upon LIBERO by Bo Liu, Yifeng Zhu, Chongkai Gao, Yihao Feng, Qiang Liu, Yuke Zhu, and Peter Stone.
- The cross-benchmark evaluation is built upon CALVIN by Oier Mees, Lukas Hermann, Erick Rosete-Beas, and Wolfram Burgard.
- This research was supported by the AI Computing Infrastructure Enhancement (GPU Rental Support) User Support Program funded by the Ministry of Science and ICT (MSIT), Republic of Korea (RQT-25-090040).
License
This dataset is released under the MIT License.
- Downloads last month
- 23