Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
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 7 new columns ({'injected', 'response', 'user_prompt', 'label', 'system_prompt', 'correct', 'qid'}) and 5 missing columns ({'accuracy', 'attack_intensity', 'repeat', 'f1', 'scale'}).
This happened while the csv dataset builder was generating data using
hf://datasets/semsorock/acmas-icml2026-repro-results/jobs/claim1/records_Qwen__Qwen2.5-0.5B-Instruct.csv (at revision dc0b9a5c4e2506ce98e6e43a58a9042f1a9aacc9), ['hf://datasets/semsorock/acmas-icml2026-repro-results@dc0b9a5c4e2506ce98e6e43a58a9042f1a9aacc9/jobs/claim1/generality_sweep.csv', 'hf://datasets/semsorock/acmas-icml2026-repro-results@dc0b9a5c4e2506ce98e6e43a58a9042f1a9aacc9/jobs/claim1/records_Qwen__Qwen2.5-0.5B-Instruct.csv', 'hf://datasets/semsorock/acmas-icml2026-repro-results@dc0b9a5c4e2506ce98e6e43a58a9042f1a9aacc9/jobs/claim2/generality_sweep.csv', 'hf://datasets/semsorock/acmas-icml2026-repro-results@dc0b9a5c4e2506ce98e6e43a58a9042f1a9aacc9/jobs/claim2/records_HuggingFaceTB__SmolLM2-360M-Instruct.csv', 'hf://datasets/semsorock/acmas-icml2026-repro-results@dc0b9a5c4e2506ce98e6e43a58a9042f1a9aacc9/jobs/claim2/records_Qwen__Qwen2.5-0.5B-Instruct.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 1837, 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 2369, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
model: string
qid: string
label: int64
correct: string
injected: string
system_prompt: string
user_prompt: string
response: string
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1195
to
{'model': Value('string'), 'scale': Value('int64'), 'attack_intensity': Value('float64'), 'repeat': Value('int64'), 'f1': Value('float64'), 'accuracy': Value('float64')}
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 1683, 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 1839, 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 7 new columns ({'injected', 'response', 'user_prompt', 'label', 'system_prompt', 'correct', 'qid'}) and 5 missing columns ({'accuracy', 'attack_intensity', 'repeat', 'f1', 'scale'}).
This happened while the csv dataset builder was generating data using
hf://datasets/semsorock/acmas-icml2026-repro-results/jobs/claim1/records_Qwen__Qwen2.5-0.5B-Instruct.csv (at revision dc0b9a5c4e2506ce98e6e43a58a9042f1a9aacc9), ['hf://datasets/semsorock/acmas-icml2026-repro-results@dc0b9a5c4e2506ce98e6e43a58a9042f1a9aacc9/jobs/claim1/generality_sweep.csv', 'hf://datasets/semsorock/acmas-icml2026-repro-results@dc0b9a5c4e2506ce98e6e43a58a9042f1a9aacc9/jobs/claim1/records_Qwen__Qwen2.5-0.5B-Instruct.csv', 'hf://datasets/semsorock/acmas-icml2026-repro-results@dc0b9a5c4e2506ce98e6e43a58a9042f1a9aacc9/jobs/claim2/generality_sweep.csv', 'hf://datasets/semsorock/acmas-icml2026-repro-results@dc0b9a5c4e2506ce98e6e43a58a9042f1a9aacc9/jobs/claim2/records_HuggingFaceTB__SmolLM2-360M-Instruct.csv', 'hf://datasets/semsorock/acmas-icml2026-repro-results@dc0b9a5c4e2506ce98e6e43a58a9042f1a9aacc9/jobs/claim2/records_Qwen__Qwen2.5-0.5B-Instruct.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.
model string | scale int64 | attack_intensity float64 | repeat int64 | f1 float64 | accuracy float64 |
|---|---|---|---|---|---|
Qwen/Qwen2.5-0.5B-Instruct | 8 | 0.1 | 0 | 0.222222 | 0.125 |
Qwen/Qwen2.5-0.5B-Instruct | 8 | 0.1 | 1 | 0.222222 | 0.125 |
Qwen/Qwen2.5-0.5B-Instruct | 8 | 0.1 | 2 | 0.25 | 0.25 |
Qwen/Qwen2.5-0.5B-Instruct | 8 | 0.1 | 3 | 0.222222 | 0.125 |
Qwen/Qwen2.5-0.5B-Instruct | 8 | 0.1 | 4 | 0.222222 | 0.125 |
Qwen/Qwen2.5-0.5B-Instruct | 8 | 0.2 | 0 | 0.4 | 0.25 |
Qwen/Qwen2.5-0.5B-Instruct | 8 | 0.2 | 1 | 0.4 | 0.25 |
Qwen/Qwen2.5-0.5B-Instruct | 8 | 0.2 | 2 | 0.4 | 0.25 |
Qwen/Qwen2.5-0.5B-Instruct | 8 | 0.2 | 3 | 0.5 | 0.5 |
Qwen/Qwen2.5-0.5B-Instruct | 8 | 0.2 | 4 | 0.4 | 0.25 |
Qwen/Qwen2.5-0.5B-Instruct | 8 | 0.4 | 0 | 0.545455 | 0.375 |
Qwen/Qwen2.5-0.5B-Instruct | 8 | 0.4 | 1 | 0.6 | 0.5 |
Qwen/Qwen2.5-0.5B-Instruct | 8 | 0.4 | 2 | 0.6 | 0.5 |
Qwen/Qwen2.5-0.5B-Instruct | 8 | 0.4 | 3 | 0.545455 | 0.375 |
Qwen/Qwen2.5-0.5B-Instruct | 8 | 0.4 | 4 | 0.6 | 0.5 |
Qwen/Qwen2.5-0.5B-Instruct | 20 | 0.1 | 0 | 0.181818 | 0.1 |
Qwen/Qwen2.5-0.5B-Instruct | 20 | 0.1 | 1 | 0.2 | 0.2 |
Qwen/Qwen2.5-0.5B-Instruct | 20 | 0.1 | 2 | 0.190476 | 0.15 |
Qwen/Qwen2.5-0.5B-Instruct | 20 | 0.1 | 3 | 0.181818 | 0.1 |
Qwen/Qwen2.5-0.5B-Instruct | 20 | 0.1 | 4 | 0.210526 | 0.25 |
Qwen/Qwen2.5-0.5B-Instruct | 20 | 0.2 | 0 | 0.363636 | 0.3 |
Qwen/Qwen2.5-0.5B-Instruct | 20 | 0.2 | 1 | 0.363636 | 0.3 |
Qwen/Qwen2.5-0.5B-Instruct | 20 | 0.2 | 2 | 0.347826 | 0.25 |
Qwen/Qwen2.5-0.5B-Instruct | 20 | 0.2 | 3 | 0.333333 | 0.2 |
Qwen/Qwen2.5-0.5B-Instruct | 20 | 0.2 | 4 | 0.347826 | 0.25 |
Qwen/Qwen2.5-0.5B-Instruct | 20 | 0.4 | 0 | 0.592593 | 0.45 |
Qwen/Qwen2.5-0.5B-Instruct | 20 | 0.4 | 1 | 0.592593 | 0.45 |
Qwen/Qwen2.5-0.5B-Instruct | 20 | 0.4 | 2 | 0.592593 | 0.45 |
Qwen/Qwen2.5-0.5B-Instruct | 20 | 0.4 | 3 | 0.571429 | 0.4 |
Qwen/Qwen2.5-0.5B-Instruct | 20 | 0.4 | 4 | 0.571429 | 0.4 |
Qwen/Qwen2.5-0.5B-Instruct | 50 | 0.1 | 0 | 0.192308 | 0.16 |
Qwen/Qwen2.5-0.5B-Instruct | 50 | 0.1 | 1 | 0.185185 | 0.12 |
Qwen/Qwen2.5-0.5B-Instruct | 50 | 0.1 | 2 | 0.188679 | 0.14 |
Qwen/Qwen2.5-0.5B-Instruct | 50 | 0.1 | 3 | 0.2 | 0.2 |
Qwen/Qwen2.5-0.5B-Instruct | 50 | 0.1 | 4 | 0.185185 | 0.12 |
Qwen/Qwen2.5-0.5B-Instruct | 50 | 0.2 | 0 | 0.350877 | 0.26 |
Qwen/Qwen2.5-0.5B-Instruct | 50 | 0.2 | 1 | 0.338983 | 0.22 |
Qwen/Qwen2.5-0.5B-Instruct | 50 | 0.2 | 2 | 0.344828 | 0.24 |
Qwen/Qwen2.5-0.5B-Instruct | 50 | 0.2 | 3 | 0.338983 | 0.22 |
Qwen/Qwen2.5-0.5B-Instruct | 50 | 0.2 | 4 | 0.338983 | 0.22 |
Qwen/Qwen2.5-0.5B-Instruct | 50 | 0.4 | 0 | 0.597015 | 0.46 |
Qwen/Qwen2.5-0.5B-Instruct | 50 | 0.4 | 1 | 0.588235 | 0.44 |
Qwen/Qwen2.5-0.5B-Instruct | 50 | 0.4 | 2 | 0.57971 | 0.42 |
Qwen/Qwen2.5-0.5B-Instruct | 50 | 0.4 | 3 | 0.606061 | 0.48 |
Qwen/Qwen2.5-0.5B-Instruct | 50 | 0.4 | 4 | 0.57971 | 0.42 |
Qwen/Qwen2.5-0.5B-Instruct | 80 | 0.1 | 0 | 0.197531 | 0.1875 |
Qwen/Qwen2.5-0.5B-Instruct | 80 | 0.1 | 1 | 0.186047 | 0.125 |
Qwen/Qwen2.5-0.5B-Instruct | 80 | 0.1 | 2 | 0.197531 | 0.1875 |
Qwen/Qwen2.5-0.5B-Instruct | 80 | 0.1 | 3 | 0.192771 | 0.1625 |
Qwen/Qwen2.5-0.5B-Instruct | 80 | 0.1 | 4 | 0.190476 | 0.15 |
Qwen/Qwen2.5-0.5B-Instruct | 80 | 0.2 | 0 | 0.351648 | 0.2625 |
Qwen/Qwen2.5-0.5B-Instruct | 80 | 0.2 | 1 | 0.344086 | 0.2375 |
Qwen/Qwen2.5-0.5B-Instruct | 80 | 0.2 | 2 | 0.359551 | 0.2875 |
Qwen/Qwen2.5-0.5B-Instruct | 80 | 0.2 | 3 | 0.344086 | 0.2375 |
Qwen/Qwen2.5-0.5B-Instruct | 80 | 0.2 | 4 | 0.340426 | 0.225 |
Qwen/Qwen2.5-0.5B-Instruct | 80 | 0.4 | 0 | 0.587156 | 0.4375 |
Qwen/Qwen2.5-0.5B-Instruct | 80 | 0.4 | 1 | 0.592593 | 0.45 |
Qwen/Qwen2.5-0.5B-Instruct | 80 | 0.4 | 2 | 0.587156 | 0.4375 |
Qwen/Qwen2.5-0.5B-Instruct | 80 | 0.4 | 3 | 0.576577 | 0.4125 |
Qwen/Qwen2.5-0.5B-Instruct | 80 | 0.4 | 4 | 0.576577 | 0.4125 |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
Qwen/Qwen2.5-0.5B-Instruct | null | null | null | null | null |
End of preview.
No dataset card yet
- Downloads last month
- 17