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 2 new columns ({'sealed_test_manifest_seed', 'tier_c_v4_sealed_test'})
This happened while the csv dataset builder was generating data using
hf://datasets/karthik789338/ProcessMemory-104/test/carrier/sequence_manifest.csv (at revision da9710c7c172b4f5403609d9cab231769700bb67), ['hf://datasets/karthik789338/ProcessMemory-104@da9710c7c172b4f5403609d9cab231769700bb67/test/carrier/sequence_manifest.csv', 'hf://datasets/karthik789338/ProcessMemory-104@da9710c7c172b4f5403609d9cab231769700bb67/test/carrier/trajectory_index.csv', 'hf://datasets/karthik789338/ProcessMemory-104@da9710c7c172b4f5403609d9cab231769700bb67/test/composition/sequence_manifest.csv', 'hf://datasets/karthik789338/ProcessMemory-104@da9710c7c172b4f5403609d9cab231769700bb67/test/composition/trajectory_index.csv', 'hf://datasets/karthik789338/ProcessMemory-104@da9710c7c172b4f5403609d9cab231769700bb67/test/iid_pairing/sequence_manifest.csv', 'hf://datasets/karthik789338/ProcessMemory-104@da9710c7c172b4f5403609d9cab231769700bb67/test/iid_pairing/trajectory_index.csv', 'hf://datasets/karthik789338/ProcessMemory-104@da9710c7c172b4f5403609d9cab231769700bb67/test/joint/sequence_manifest.csv', 'hf://datasets/karthik789338/ProcessMemory-104@da9710c7c172b4f5403609d9cab231769700bb67/test/joint/trajectory_index.csv']
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.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 2306, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
cell_id: string
sequence_index: int64
sequence_source: string
sequence_length: int64
operation_sequence: string
cell_sequence_index: int64
source_sequence_id: int64
development_manifest_seed: int64
tier_c_v4_cell_id: string
tier_c_v4_protocol_version: string
fresh_carrier_pairing: bool
sealed_test_manifest_seed: int64
tier_c_v4_sealed_test: bool
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 2033
to
{'cell_id': Value('string'), 'sequence_index': Value('int64'), 'sequence_source': Value('string'), 'sequence_length': Value('int64'), 'operation_sequence': Value('string'), 'cell_sequence_index': Value('int64'), 'source_sequence_id': Value('int64'), 'development_manifest_seed': Value('int64'), 'tier_c_v4_cell_id': Value('string'), 'tier_c_v4_protocol_version': Value('string'), 'fresh_carrier_pairing': Value('bool')}
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 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 1850, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
...<4 lines>...
)
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 2 new columns ({'sealed_test_manifest_seed', 'tier_c_v4_sealed_test'})
This happened while the csv dataset builder was generating data using
hf://datasets/karthik789338/ProcessMemory-104/test/carrier/sequence_manifest.csv (at revision da9710c7c172b4f5403609d9cab231769700bb67), ['hf://datasets/karthik789338/ProcessMemory-104@da9710c7c172b4f5403609d9cab231769700bb67/test/carrier/sequence_manifest.csv', 'hf://datasets/karthik789338/ProcessMemory-104@da9710c7c172b4f5403609d9cab231769700bb67/test/carrier/trajectory_index.csv', 'hf://datasets/karthik789338/ProcessMemory-104@da9710c7c172b4f5403609d9cab231769700bb67/test/composition/sequence_manifest.csv', 'hf://datasets/karthik789338/ProcessMemory-104@da9710c7c172b4f5403609d9cab231769700bb67/test/composition/trajectory_index.csv', 'hf://datasets/karthik789338/ProcessMemory-104@da9710c7c172b4f5403609d9cab231769700bb67/test/iid_pairing/sequence_manifest.csv', 'hf://datasets/karthik789338/ProcessMemory-104@da9710c7c172b4f5403609d9cab231769700bb67/test/iid_pairing/trajectory_index.csv', 'hf://datasets/karthik789338/ProcessMemory-104@da9710c7c172b4f5403609d9cab231769700bb67/test/joint/sequence_manifest.csv', 'hf://datasets/karthik789338/ProcessMemory-104@da9710c7c172b4f5403609d9cab231769700bb67/test/joint/trajectory_index.csv']
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.
cell_id string | sequence_index int64 | sequence_source string | sequence_length int64 | operation_sequence string | cell_sequence_index int64 | source_sequence_id int64 | development_manifest_seed int64 | tier_c_v4_cell_id string | tier_c_v4_protocol_version string | fresh_carrier_pairing bool |
|---|---|---|---|---|---|---|---|---|---|---|
train_joint | 0 | train | 0 | [] | 0 | 0 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1 | train | 1 | ["cycle"] | 1 | 1 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 2 | train | 1 | ["half_collapse"] | 2 | 2 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 4 | train | 1 | ["pair_collapse"] | 3 | 4 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 5 | train | 1 | ["parity_collapse"] | 4 | 5 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 6 | train | 1 | ["reset"] | 5 | 6 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 9 | train | 2 | ["cycle", "identity"] | 6 | 9 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 20 | train | 2 | ["identity", "half_collapse"] | 7 | 20 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 21 | train | 2 | ["identity", "identity"] | 8 | 21 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 27 | train | 2 | ["pair_collapse", "identity"] | 9 | 27 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 31 | train | 2 | ["parity_collapse", "cycle"] | 10 | 31 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 33 | train | 2 | ["parity_collapse", "identity"] | 11 | 33 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 43 | train | 3 | ["cycle", "cycle", "cycle"] | 12 | 43 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 46 | train | 3 | ["cycle", "cycle", "pair_collapse"] | 13 | 46 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 49 | train | 3 | ["cycle", "half_collapse", "cycle"] | 14 | 49 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 61 | train | 3 | ["cycle", "pair_collapse", "cycle"] | 15 | 61 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 67 | train | 3 | ["cycle", "parity_collapse", "cycle"] | 16 | 67 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 79 | train | 3 | ["half_collapse", "cycle", "cycle"] | 17 | 79 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 131 | train | 3 | ["identity", "identity", "parity_collapse"] | 18 | 131 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 147 | train | 3 | ["identity", "reset", "identity"] | 19 | 147 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 187 | train | 3 | ["parity_collapse", "cycle", "cycle"] | 20 | 187 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 189 | train | 3 | ["parity_collapse", "cycle", "identity"] | 21 | 189 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 190 | train | 3 | ["parity_collapse", "cycle", "pair_collapse"] | 22 | 190 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 223 | train | 3 | ["reset", "cycle", "cycle"] | 23 | 223 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 237 | train | 3 | ["reset", "identity", "identity"] | 24 | 237 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 259 | train | 4 | ["cycle", "cycle", "cycle", "cycle"] | 25 | 259 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 262 | train | 4 | ["cycle", "cycle", "cycle", "pair_collapse"] | 26 | 262 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 265 | train | 4 | ["cycle", "cycle", "half_collapse", "cycle"] | 27 | 265 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 277 | train | 4 | ["cycle", "cycle", "pair_collapse", "cycle"] | 28 | 277 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 295 | train | 4 | ["cycle", "half_collapse", "cycle", "cycle"] | 29 | 295 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 403 | train | 4 | ["cycle", "parity_collapse", "cycle", "cycle"] | 30 | 403 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 406 | train | 4 | ["cycle", "parity_collapse", "cycle", "pair_collapse"] | 31 | 406 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 475 | train | 4 | ["half_collapse", "cycle", "cycle", "cycle"] | 32 | 475 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 487 | train | 4 | ["half_collapse", "cycle", "identity", "cycle"] | 33 | 487 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 561 | train | 4 | ["half_collapse", "identity", "identity", "identity"] | 34 | 561 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 691 | train | 4 | ["identity", "cycle", "cycle", "cycle"] | 35 | 691 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 727 | train | 4 | ["identity", "half_collapse", "cycle", "cycle"] | 36 | 727 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 777 | train | 4 | ["identity", "identity", "identity", "identity"] | 37 | 777 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 795 | train | 4 | ["identity", "identity", "reset", "identity"] | 38 | 795 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 835 | train | 4 | ["identity", "parity_collapse", "cycle", "cycle"] | 39 | 835 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 838 | train | 4 | ["identity", "parity_collapse", "cycle", "pair_collapse"] | 40 | 838 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 849 | train | 4 | ["identity", "parity_collapse", "identity", "identity"] | 41 | 849 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 993 | train | 4 | ["pair_collapse", "identity", "identity", "identity"] | 42 | 993 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,123 | train | 4 | ["parity_collapse", "cycle", "cycle", "cycle"] | 43 | 1,123 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,137 | train | 4 | ["parity_collapse", "cycle", "identity", "identity"] | 44 | 1,137 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,141 | train | 4 | ["parity_collapse", "cycle", "pair_collapse", "cycle"] | 45 | 1,141 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,197 | train | 4 | ["parity_collapse", "identity", "cycle", "identity"] | 46 | 1,197 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,339 | train | 4 | ["reset", "cycle", "cycle", "cycle"] | 47 | 1,339 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,351 | train | 4 | ["reset", "cycle", "identity", "cycle"] | 48 | 1,351 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,559 | train | 5 | ["cycle", "cycle", "cycle", "identity", "cycle"] | 49 | 1,559 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,562 | train | 5 | ["cycle", "cycle", "identity", "cycle", "cycle"] | 50 | 1,562 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,563 | train | 5 | ["cycle", "cycle", "pair_collapse", "identity", "cycle"] | 51 | 1,563 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,565 | train | 5 | ["cycle", "identity", "cycle", "cycle", "cycle"] | 52 | 1,565 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,567 | train | 5 | ["cycle", "identity", "identity", "identity", "identity"] | 53 | 1,567 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,568 | train | 5 | ["cycle", "identity", "parity_collapse", "cycle", "pair_collapse"] | 54 | 1,568 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,569 | train | 5 | ["cycle", "parity_collapse", "cycle", "cycle", "cycle"] | 55 | 1,569 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,570 | train | 5 | ["cycle", "parity_collapse", "cycle", "identity", "cycle"] | 56 | 1,570 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,571 | train | 5 | ["cycle", "parity_collapse", "cycle", "pair_collapse", "cycle"] | 57 | 1,571 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,572 | train | 5 | ["half_collapse", "identity", "cycle", "cycle", "cycle"] | 58 | 1,572 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,573 | train | 5 | ["identity", "cycle", "cycle", "cycle", "cycle"] | 59 | 1,573 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,574 | train | 5 | ["identity", "cycle", "cycle", "identity", "cycle"] | 60 | 1,574 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,578 | train | 5 | ["identity", "identity", "identity", "cycle", "identity"] | 61 | 1,578 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,579 | train | 5 | ["identity", "identity", "identity", "identity", "cycle"] | 62 | 1,579 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,580 | train | 5 | ["identity", "identity", "identity", "identity", "identity"] | 63 | 1,580 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,581 | train | 5 | ["identity", "identity", "identity", "parity_collapse", "identity"] | 64 | 1,581 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,582 | train | 5 | ["identity", "parity_collapse", "cycle", "cycle", "identity"] | 65 | 1,582 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,583 | train | 5 | ["pair_collapse", "identity", "identity", "identity", "identity"] | 66 | 1,583 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,584 | train | 5 | ["parity_collapse", "cycle", "cycle", "cycle", "cycle"] | 67 | 1,584 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,586 | train | 5 | ["parity_collapse", "cycle", "cycle", "cycle", "pair_collapse"] | 68 | 1,586 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,587 | train | 5 | ["parity_collapse", "cycle", "pair_collapse", "cycle", "identity"] | 69 | 1,587 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,588 | train | 5 | ["parity_collapse", "identity", "identity", "cycle", "cycle"] | 70 | 1,588 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,589 | train | 5 | ["parity_collapse", "identity", "identity", "identity", "identity"] | 71 | 1,589 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,592 | train | 5 | ["reset", "identity", "identity", "identity", "identity"] | 72 | 1,592 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,593 | train | 6 | ["cycle", "cycle", "cycle", "cycle", "cycle", "cycle"] | 73 | 1,593 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,594 | train | 6 | ["cycle", "cycle", "cycle", "cycle", "cycle", "half_collapse"] | 74 | 1,594 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,596 | train | 6 | ["cycle", "cycle", "cycle", "cycle", "cycle", "pair_collapse"] | 75 | 1,596 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,597 | train | 6 | ["cycle", "cycle", "cycle", "cycle", "half_collapse", "cycle"] | 76 | 1,597 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,599 | train | 6 | ["cycle", "cycle", "cycle", "cycle", "pair_collapse", "cycle"] | 77 | 1,599 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,600 | train | 6 | ["cycle", "cycle", "cycle", "half_collapse", "cycle", "cycle"] | 78 | 1,600 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,601 | train | 6 | ["cycle", "cycle", "half_collapse", "cycle", "cycle", "cycle"] | 79 | 1,601 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,603 | train | 6 | ["cycle", "identity", "cycle", "identity", "cycle", "cycle"] | 80 | 1,603 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,605 | train | 6 | ["cycle", "identity", "identity", "cycle", "pair_collapse", "identity"] | 81 | 1,605 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,608 | train | 6 | ["cycle", "identity", "identity", "parity_collapse", "identity", "cycle"] | 82 | 1,608 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,610 | train | 6 | ["cycle", "identity", "parity_collapse", "cycle", "identity", "cycle"] | 83 | 1,610 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,611 | train | 6 | ["cycle", "identity", "parity_collapse", "cycle", "identity", "pair_collapse"] | 84 | 1,611 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,612 | train | 6 | ["cycle", "parity_collapse", "cycle", "cycle", "cycle", "cycle"] | 85 | 1,612 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,613 | train | 6 | ["cycle", "parity_collapse", "cycle", "cycle", "cycle", "half_collapse"] | 86 | 1,613 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,614 | train | 6 | ["cycle", "parity_collapse", "cycle", "cycle", "cycle", "pair_collapse"] | 87 | 1,614 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,615 | train | 6 | ["cycle", "parity_collapse", "cycle", "pair_collapse", "identity", "cycle"] | 88 | 1,615 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,616 | train | 6 | ["cycle", "parity_collapse", "identity", "identity", "cycle", "identity"] | 89 | 1,616 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,617 | train | 6 | ["half_collapse", "cycle", "cycle", "cycle", "identity", "identity"] | 90 | 1,617 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,618 | train | 6 | ["half_collapse", "cycle", "cycle", "identity", "cycle", "identity"] | 91 | 1,618 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,619 | train | 6 | ["half_collapse", "cycle", "identity", "identity", "identity", "cycle"] | 92 | 1,619 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,620 | train | 6 | ["half_collapse", "identity", "cycle", "identity", "cycle", "identity"] | 93 | 1,620 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,623 | train | 6 | ["identity", "cycle", "cycle", "identity", "pair_collapse", "identity"] | 94 | 1,623 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,625 | train | 6 | ["identity", "cycle", "identity", "identity", "parity_collapse", "cycle"] | 95 | 1,625 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,626 | train | 6 | ["identity", "half_collapse", "cycle", "identity", "cycle", "cycle"] | 96 | 1,626 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,629 | train | 6 | ["identity", "identity", "cycle", "identity", "parity_collapse", "cycle"] | 97 | 1,629 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,630 | train | 6 | ["identity", "identity", "cycle", "parity_collapse", "cycle", "pair_collapse"] | 98 | 1,630 | 71,032 | train_joint | tier_c_v4 | true |
train_joint | 1,631 | train | 6 | ["identity", "identity", "cycle", "parity_collapse", "identity", "cycle"] | 99 | 1,631 | 71,032 | train_joint | tier_c_v4 | true |
- Archival release
- Why this benchmark exists
- Benchmark at a glance
- Finite process
- Symbolic ground truth
- Physical observations
- Frozen transformation split
- Predictive sequence split
- Test conditions
- Directory structure
- Main data files
- Loading the physical arrays
- Loading a test condition
- Loading the symbolic process
- Frozen protocol information
- Integrity checks
- Recommended evaluation questions
- Intended use
- What this benchmark is not
- Limitations
- Version
- License
- Citation
Archival release
The version 1.0 archival snapshot of ProcessMemory-104 is available on Zenodo:
DOI: https://doi.org/10.5281/zenodo.22804748
The Hugging Face repository provides convenient access to the benchmark, while the Zenodo record preserves the versioned archival release used for the accompanying experiments.
ProcessMemory-104
ProcessMemory-104 is a controlled benchmark for studying a simple but important question:
When a model predicts a dynamical system well, does its internal representation also recover the process that generated the observations?
The benchmark was designed to separate three properties that are often treated as if they were the same:
- whether the underlying state can be recovered from an observation,
- whether future observations can be predicted accurately, and
- whether a learned representation recovers the underlying state-transition structure.
ProcessMemory-104 provides exact symbolic ground truth for the third question. The physical observations are generated from a finite eight-state process, and the complete transformation system induced by its primitive operations is known.
The current release corresponds to the frozen Tier-C-v4 benchmark used in our experiments.
Why this benchmark exists
Many learned dynamical models are evaluated mainly through predictive error. A model can be useful for prediction while organizing its internal representation differently from the process that produced the data.
ProcessMemory-104 makes this distinction measurable.
The benchmark combines a small, exactly known symbolic process with high-dimensional physical observations. Because the symbolic process is fully enumerated, a model can be evaluated not only by prediction error, but also by whether it recovers states, transformations, information partitions, and relations between transformations.
The benchmark is therefore intended as an auditing environment for learned dynamics rather than as a high-fidelity simulation of one particular physical material.
Benchmark at a glance
ProcessMemory-104 contains:
- 8 latent states
- 6 primitive operations
- 104 distinct transformations
- 3,144 symbolic operation sequences
- 25,152 symbolic state trajectories
- 9 information classes
- 10,816 ordered transformation pairs including self-pairs
- 10,712 ordered distinct transformation pairs
- four-channel physical fields on a 32 x 32 spatial grid
- carrier-dependent physical variation
- held-out transformations
- held-out physical carriers
- composition shift
- carrier shift
- joint distribution shift
- five observation-noise levels
The five noise fractions are:
0.0
0.1
0.25
0.5
1.0
The complete release is approximately 11 GB.
Finite process
Let the latent state space contain eight states,
S = {s1, ..., s8}.
The six primitive operations are:
identity
cycle
pair_collapse
half_collapse
parity_collapse
reset
Each primitive acts deterministically on the eight-state space.
Closing these operations under composition produces exactly 104 distinct transformations.
The complete transformation system is included in the release. This makes it possible to compare a model's learned transition structure directly with the ground-truth process.
Symbolic ground truth
The symbolic/ directory contains the exact finite-process description.
symbolic/
βββ generators.json
βββ semigroup_elements.csv
βββ composition_table.csv
βββ information_classes.csv
βββ information_hasse_edges.csv
βββ blackwell_relations.csv
βββ sequence_catalog.csv
βββ symbolic_trajectories.csv
βββ transformation_history_coverage.csv
generators.json
Defines the primitive operations on the eight latent states.
semigroup_elements.csv
Contains the 104 distinct transformations generated by the primitive operations.
composition_table.csv
Contains the complete composition table for the transformation semigroup.
sequence_catalog.csv
Contains 3,144 symbolic operation sequences.
symbolic_trajectories.csv
Contains 25,152 symbolic state trajectories generated from the sequence catalog.
information_classes.csv
Contains the information-partition structure induced by the transformations.
The 104 transformations form 9 information classes.
blackwell_relations.csv
Contains pairwise information-order relations between transformations.
This file contains all ordered pairs:
104 x 104 = 10,816
including the 104 self-pairs.
When self-pairs are excluded, there are:
104 x 103 = 10,712
ordered distinct transformation pairs.
The experiments reported with ProcessMemory-104 use the 10,712 ordered distinct pairs when evaluating pairwise information-order recovery.
Physical observations
Each latent state is rendered as a four-channel spatial field:
4 x 32 x 32
The physical observation generator introduces carrier-dependent variation in morphology. Different carriers therefore provide different physical realizations of the same underlying latent state.
This makes the task different from simply recognizing eight fixed templates. A model must operate across variation in the observation process while the underlying finite-state dynamics remain unchanged.
The benchmark includes both a development set and a sealed test set.
Frozen transformation split
The 104 transformations are divided into:
| Split | Transformations |
|---|---|
| Train | 86 |
| Validation | 9 |
| Test | 9 |
The held-out transformations allow evaluation of structural generalization to transformations not used during model development.
The split is provided in:
splits/transformation_split.csv
Predictive sequence split
The balanced predictive sequence split contains:
| Split | Sequences |
|---|---|
| Train | 1,376 |
| Validation | 144 |
| Test | 144 |
Relevant files are provided in:
splits/composition_sequence_split.csv
splits/iid_balanced_sequence_split.csv
Test conditions
The frozen Tier-C-v4 test benchmark contains four conditions.
IID pairing
test/iid_pairing/
Tests prediction under the standard test pairing condition.
Composition shift
test/composition/
Tests generalization to held-out transformation compositions.
Carrier shift
test/carrier/
Tests prediction on held-out physical carriers.
Joint shift
test/joint/
Combines composition and carrier distribution shift.
Each test condition contains 144 sequences and is evaluated at all five noise fractions.
Directory structure
ProcessMemory-104/
β
βββ README.md
βββ LICENSE
βββ VERSION
βββ checksums.sha256
β
βββ symbolic/
β βββ generators.json
β βββ semigroup_elements.csv
β βββ composition_table.csv
β βββ information_classes.csv
β βββ information_hasse_edges.csv
β βββ blackwell_relations.csv
β βββ sequence_catalog.csv
β βββ symbolic_trajectories.csv
β βββ transformation_history_coverage.csv
β
βββ splits/
β βββ transformation_split.csv
β βββ composition_sequence_split.csv
β βββ iid_balanced_sequence_split.csv
β βββ carrier_split_v4.csv
β
βββ protocol/
β βββ tier_c_v4_protocol.json
β βββ training_protocol_v4.json
β βββ state_morphology_regimes_v4.csv
β βββ carrier_parameter_schema_v4.csv
β βββ coarsening_protocol_v4.json
β βββ test_sealing_policy.json
β
βββ development/
β βββ field_bank/
β β βββ carrier_parameters.csv
β β βββ normalization.json
β β βββ carrier_state_fields_normalized.npy
β β βββ carrier_state_fields_raw.npy
β β
β βββ train_joint/
β β βββ fields.npy
β β βββ sequence_manifest.csv
β β
β βββ val_carrier/
β β βββ fields.npy
β β βββ sequence_manifest.csv
β β
β βββ val_composition/
β β βββ fields.npy
β β βββ sequence_manifest.csv
β β
β βββ val_joint/
β βββ fields.npy
β βββ sequence_manifest.csv
β
βββ test/
β βββ noise_levels.npy
β β
β βββ iid_pairing/
β β βββ fields.npy
β β βββ sequence_manifest.csv
β β βββ trajectory_index.csv
β β
β βββ composition/
β β βββ fields.npy
β β βββ sequence_manifest.csv
β β βββ trajectory_index.csv
β β
β βββ carrier/
β β βββ fields.npy
β β βββ sequence_manifest.csv
β β βββ trajectory_index.csv
β β
β βββ joint/
β βββ fields.npy
β βββ sequence_manifest.csv
β βββ trajectory_index.csv
β
βββ metadata/
βββ normalization_v4.json
βββ development_carrier_parameters.csv
βββ test_carrier_parameters.csv
βββ sealed_test_artifact_manifest.csv
βββ single_test_opening_ledger.json
Main data files
The largest arrays in the release are approximately:
| File | Size |
|---|---|
development/train_joint/fields.npy |
6.89 GB |
test/iid_pairing/fields.npy |
0.74 GB |
test/carrier/fields.npy |
0.74 GB |
development/val_carrier/fields.npy |
0.71 GB |
test/joint/fields.npy |
0.66 GB |
test/composition/fields.npy |
0.66 GB |
development/val_joint/fields.npy |
0.54 GB |
development/val_composition/fields.npy |
0.54 GB |
Because several arrays are large, memory-mapped loading is recommended.
Loading the physical arrays
The physical observations are stored as NumPy .npy files.
For large files, use mmap_mode="r":
import numpy as np
fields = np.load(
"development/train_joint/fields.npy",
mmap_mode="r",
)
print("shape:", fields.shape)
print("dtype:", fields.dtype)
This allows the dataset to be inspected without loading the entire multi-gigabyte array into memory.
Loading a test condition
import numpy as np
import pandas as pd
fields = np.load(
"test/joint/fields.npy",
mmap_mode="r",
)
sequences = pd.read_csv(
"test/joint/sequence_manifest.csv"
)
trajectory_index = pd.read_csv(
"test/joint/trajectory_index.csv"
)
noise_levels = np.load(
"test/noise_levels.npy"
)
print("field array:", fields.shape)
print("test sequences:", len(sequences))
print("trajectory rows:", len(trajectory_index))
print("noise levels:", noise_levels.tolist())
Loading the symbolic process
import pandas as pd
transformations = pd.read_csv(
"symbolic/semigroup_elements.csv"
)
composition = pd.read_csv(
"symbolic/composition_table.csv"
)
sequences = pd.read_csv(
"symbolic/sequence_catalog.csv"
)
relations = pd.read_csv(
"symbolic/blackwell_relations.csv"
)
print("transformations:", len(transformations))
print("symbolic sequences:", len(sequences))
print("ordered relation pairs:", len(relations))
Expected values are:
transformations: 104
symbolic sequences: 3144
ordered relation pairs: 10816
Frozen protocol information
The protocol/ directory records the configuration used to construct the
Tier-C-v4 benchmark.
It includes:
- carrier parameter definitions,
- state morphology regimes,
- coarsening protocol,
- training protocol,
- test sealing policy,
- and the final Tier-C-v4 benchmark configuration.
These files are included so that benchmark construction and experimental choices can be inspected separately from model results.
Integrity checks
The frozen benchmark payload is accompanied by:
checksums.sha256
The checksum manifest contains SHA-256 hashes for the original benchmark payload.
To verify the payload from the dataset root:
sha256sum -c checksums.sha256
The original release contains 50 checksummed payload files.
Documentation files such as README.md, LICENSE, and example loading scripts
may be added after the frozen payload and are therefore not necessarily listed
in the original checksum manifest.
Recommended evaluation questions
ProcessMemory-104 can be used for several kinds of experiments.
Predictive learning
How accurately can a model predict future physical fields under carrier, composition, noise, and joint distribution shifts?
State recovery
Does the learned representation retain information about the eight underlying states?
Transformation recovery
Do learned transition operators match the known 104-element transformation system?
Compositional generalization
Can a model recover transformations held out during development?
Information-structure recovery
Does the learned process preserve the information partitions and pairwise information-order relations induced by the ground-truth transformations?
Representation auditing
Can two models achieve similar predictive accuracy while learning substantially different internal process representations?
Intended use
ProcessMemory-104 is intended for research in areas including:
- world models,
- latent dynamics,
- representation learning,
- structured representation learning,
- compositional generalization,
- finite-state dynamics,
- semigroup learning,
- process-memory analysis,
- scientific machine learning,
- representation auditing.
The benchmark is especially suited to work that needs exact process ground truth rather than only observational prediction targets.
What this benchmark is not
ProcessMemory-104 is not intended to model one particular physical material or real-world dynamical system with high physical fidelity.
Its purpose is controlled evaluation.
The observation generator provides high-dimensional, carrier-dependent physical fields while keeping the latent process exactly known. This allows representation structure to be evaluated in a way that would be difficult in real systems where the complete generating process is unknown.
Limitations
The benchmark contains one finite process with eight latent states and six primitive operations.
Its physical observations come from one family of four-channel field generators.
Results obtained on ProcessMemory-104 should therefore not be interpreted as universal claims about predictive learning, world models, or physical dynamical systems.
The benchmark also provides unusually complete symbolic ground truth. Real scientific systems often provide only partial knowledge of their underlying process.
Version
This release is:
ProcessMemory-104
Version 1.0
Protocol: Tier-C-v4
The dataset corresponds to the frozen benchmark used in the associated study.
License
ProcessMemory-104 is released under the:
Creative Commons Attribution 4.0 International License (CC BY 4.0).
You may share and adapt the dataset, including for commercial purposes, provided appropriate credit is given.
See the LICENSE file for details.
Citation
If you use ProcessMemory-104, please cite:
@dataset{adari2026processmemory104,
author = {Adari, Karthik and Uppala, Yojitha},
title = {ProcessMemory-104: A Physical-Representation Benchmark
for Auditing Algebraic Structure in Learned Dynamics},
year = {2026},
publisher = {Zenodo},
version = {1.0},
doi = {10.5281/zenodo.22804748}
}
---
## Contact and issues
If you find a problem in the released benchmark, such as an unreadable file,
manifest inconsistency, or checksum mismatch, please report it through the
dataset repository.
Please distinguish benchmark-data issues from modeling results. The dataset
contains the frozen benchmark and its ground-truth structure; model-specific
results and checkpoints are maintained separately.
- Downloads last month
- 61