The dataset viewer is not available for this split.
Error code: StreamingRowsError
Exception: CastError
Message: Couldn't cast
decision_state: string
gates: struct<g0: struct<checks: struct<containment: struct<errors: list<item: null>, status: string>, prio (... 4392 chars omitted)
child 0, g0: struct<checks: struct<containment: struct<errors: list<item: null>, status: string>, prior_atlas_exc (... 545 chars omitted)
child 0, checks: struct<containment: struct<errors: list<item: null>, status: string>, prior_atlas_exclusion_count: i (... 486 chars omitted)
child 0, containment: struct<errors: list<item: null>, status: string>
child 0, errors: list<item: null>
child 0, item: null
child 1, status: string
child 1, prior_atlas_exclusion_count: int64
child 2, source_and_generation_audit: struct<exact_generation_coverage: bool, n_eligible: int64, n_excluded_prior_atlas: int64, n_generati (... 350 chars omitted)
child 0, exact_generation_coverage: bool
child 1, n_eligible: int64
child 2, n_excluded_prior_atlas: int64
child 3, n_generations: int64
child 4, native_source_counts: struct<ASDiv: struct<answerable: int64, unanswerable: int64>, GSM8K: struct<answerable: int64, unans (... 131 chars omitted)
child 0, ASDiv: struct<answerable: int64, unanswerable: int64>
child 0, answerable: int64
child 1, unanswerable: int64
child 1, GSM8K: struct<answerable: int64, unanswerable: int64>
...
g0_g2_summary.json: string, gemma4_e4b_it/g0_predecessor_parity_summary.json: s (... 399 chars omitted)
child 0, gemma4_e4b_it/g0_g2_summary.json: string
child 1, gemma4_e4b_it/g0_predecessor_parity_summary.json: string
child 2, gemma4_e4b_it/presign_smoke_manifest.jsonl: string
child 3, gemma4_e4b_it/presign_smoke_summary.json: string
child 4, gemma4_e4b_it/split_manifest.jsonl: string
child 5, presign_matcher_reachability.json: string
child 6, qwen3_4b_raw_base/g0_g2_summary.json: string
child 7, qwen3_4b_raw_base/presign_smoke_manifest.jsonl: string
child 8, qwen3_4b_raw_base/presign_smoke_summary.json: string
child 9, qwen3_4b_raw_base/split_manifest.jsonl: string
excluded: list<item: null>
child 0, item: null
shape: string
instrument_config_sha256: struct<analyze_profiles.py: string, capture_full_depth.py: string, cell.yaml: string, gates.yaml: st (... 221 chars omitted)
child 0, analyze_profiles.py: string
child 1, capture_full_depth.py: string
child 2, cell.yaml: string
child 3, gates.yaml: string
child 4, grader_port.py: string
child 5, instrument_common.py: string
child 6, match_and_gate.py: string
child 7, presign_smoke.py: string
child 8, render_gemma.py: string
child 9, render_qwen.py: string
child 10, source_and_generate.py: string
child 11, test_instrument.py: string
generation_date: string
experiment_slug: string
license_gate_excluded: struct<>
sources_present: struct<>
repo_commit_sha: string
amendment_path: string
to
{'amendment_path': Value('string'), 'excluded': List(Value('null')), 'experiment_slug': Value('string'), 'files': {'gemma4_e4b_it/g0_g2_summary.json': Value('string'), 'gemma4_e4b_it/g0_predecessor_parity_summary.json': Value('string'), 'gemma4_e4b_it/presign_smoke_manifest.jsonl': Value('string'), 'gemma4_e4b_it/presign_smoke_summary.json': Value('string'), 'gemma4_e4b_it/split_manifest.jsonl': Value('string'), 'presign_matcher_reachability.json': Value('string'), 'qwen3_4b_raw_base/g0_g2_summary.json': Value('string'), 'qwen3_4b_raw_base/presign_smoke_manifest.jsonl': Value('string'), 'qwen3_4b_raw_base/presign_smoke_summary.json': Value('string'), 'qwen3_4b_raw_base/split_manifest.jsonl': Value('string')}, 'generation_date': Value('string'), 'instrument_config_sha256': {'analyze_profiles.py': Value('string'), 'capture_full_depth.py': Value('string'), 'cell.yaml': Value('string'), 'gates.yaml': Value('string'), 'grader_port.py': Value('string'), 'instrument_common.py': Value('string'), 'match_and_gate.py': Value('string'), 'presign_smoke.py': Value('string'), 'render_gemma.py': Value('string'), 'render_qwen.py': Value('string'), 'source_and_generate.py': Value('string'), 'test_instrument.py': Value('string')}, 'license_gate_excluded': {}, 'repo_commit_sha': Value('string'), 'shape': Value('string'), 'sources_present': {}}
because column names don't match
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/utils.py", line 147, in get_rows_or_raise
return get_rows(
dataset=dataset,
...<4 lines>...
column_names=column_names,
)
File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
return func(*args, **kwargs)
File "/src/services/worker/src/worker/utils.py", line 127, in get_rows
rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
File "/src/services/worker/src/worker/utils.py", line 483, in safe_iter
yield from ds.decode(False) if ds.features else ds
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2840, in __iter__
for key, example in ex_iterable:
^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2373, in __iter__
for key, pa_table in self._iter_arrow():
~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2398, in _iter_arrow
for key, pa_table in self.ex_iterable._iter_arrow():
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
for key, pa_table in iterator:
^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
for key, pa_table in self.generate_tables_fn(**gen_kwags):
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_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
decision_state: string
gates: struct<g0: struct<checks: struct<containment: struct<errors: list<item: null>, status: string>, prio (... 4392 chars omitted)
child 0, g0: struct<checks: struct<containment: struct<errors: list<item: null>, status: string>, prior_atlas_exc (... 545 chars omitted)
child 0, checks: struct<containment: struct<errors: list<item: null>, status: string>, prior_atlas_exclusion_count: i (... 486 chars omitted)
child 0, containment: struct<errors: list<item: null>, status: string>
child 0, errors: list<item: null>
child 0, item: null
child 1, status: string
child 1, prior_atlas_exclusion_count: int64
child 2, source_and_generation_audit: struct<exact_generation_coverage: bool, n_eligible: int64, n_excluded_prior_atlas: int64, n_generati (... 350 chars omitted)
child 0, exact_generation_coverage: bool
child 1, n_eligible: int64
child 2, n_excluded_prior_atlas: int64
child 3, n_generations: int64
child 4, native_source_counts: struct<ASDiv: struct<answerable: int64, unanswerable: int64>, GSM8K: struct<answerable: int64, unans (... 131 chars omitted)
child 0, ASDiv: struct<answerable: int64, unanswerable: int64>
child 0, answerable: int64
child 1, unanswerable: int64
child 1, GSM8K: struct<answerable: int64, unanswerable: int64>
...
g0_g2_summary.json: string, gemma4_e4b_it/g0_predecessor_parity_summary.json: s (... 399 chars omitted)
child 0, gemma4_e4b_it/g0_g2_summary.json: string
child 1, gemma4_e4b_it/g0_predecessor_parity_summary.json: string
child 2, gemma4_e4b_it/presign_smoke_manifest.jsonl: string
child 3, gemma4_e4b_it/presign_smoke_summary.json: string
child 4, gemma4_e4b_it/split_manifest.jsonl: string
child 5, presign_matcher_reachability.json: string
child 6, qwen3_4b_raw_base/g0_g2_summary.json: string
child 7, qwen3_4b_raw_base/presign_smoke_manifest.jsonl: string
child 8, qwen3_4b_raw_base/presign_smoke_summary.json: string
child 9, qwen3_4b_raw_base/split_manifest.jsonl: string
excluded: list<item: null>
child 0, item: null
shape: string
instrument_config_sha256: struct<analyze_profiles.py: string, capture_full_depth.py: string, cell.yaml: string, gates.yaml: st (... 221 chars omitted)
child 0, analyze_profiles.py: string
child 1, capture_full_depth.py: string
child 2, cell.yaml: string
child 3, gates.yaml: string
child 4, grader_port.py: string
child 5, instrument_common.py: string
child 6, match_and_gate.py: string
child 7, presign_smoke.py: string
child 8, render_gemma.py: string
child 9, render_qwen.py: string
child 10, source_and_generate.py: string
child 11, test_instrument.py: string
generation_date: string
experiment_slug: string
license_gate_excluded: struct<>
sources_present: struct<>
repo_commit_sha: string
amendment_path: string
to
{'amendment_path': Value('string'), 'excluded': List(Value('null')), 'experiment_slug': Value('string'), 'files': {'gemma4_e4b_it/g0_g2_summary.json': Value('string'), 'gemma4_e4b_it/g0_predecessor_parity_summary.json': Value('string'), 'gemma4_e4b_it/presign_smoke_manifest.jsonl': Value('string'), 'gemma4_e4b_it/presign_smoke_summary.json': Value('string'), 'gemma4_e4b_it/split_manifest.jsonl': Value('string'), 'presign_matcher_reachability.json': Value('string'), 'qwen3_4b_raw_base/g0_g2_summary.json': Value('string'), 'qwen3_4b_raw_base/presign_smoke_manifest.jsonl': Value('string'), 'qwen3_4b_raw_base/presign_smoke_summary.json': Value('string'), 'qwen3_4b_raw_base/split_manifest.jsonl': Value('string')}, 'generation_date': Value('string'), 'instrument_config_sha256': {'analyze_profiles.py': Value('string'), 'capture_full_depth.py': Value('string'), 'cell.yaml': Value('string'), 'gates.yaml': Value('string'), 'grader_port.py': Value('string'), 'instrument_common.py': Value('string'), 'match_and_gate.py': Value('string'), 'presign_smoke.py': Value('string'), 'render_gemma.py': Value('string'), 'render_qwen.py': Value('string'), 'source_and_generate.py': Value('string'), 'test_instrument.py': Value('string')}, 'license_gate_excluded': {}, 'repo_commit_sha': Value('string'), 'shape': Value('string'), 'sources_present': {}}
because column names don't matchNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
family-atlas-surface-matched-json-completion-control -- aggregate exhaust
Aggregate-only: every file committed under this experiment's analysis-committed/ tree (dose-response tables, direction fits, gate AUROCs, manifests, and any other analysis artifact), copied byte-for-byte. No source question text, aliases, or per-row generation text -- analysis-committed/ never carries those.
HF repo: professorsynapse/eh-family-atlas-surface-matched-json-completion-control
Provenance
- Experiment:
experiments/family-atlas-surface-matched-json-completion-control - Amendment:
experiments/family-atlas-surface-matched-json-completion-control/AMENDMENT.md - Repo commit SHA:
37eaa399bb4a7ce999e63d8b202d5c084f599fa6 - Generated:
2026-08-28T00:14:23.706651+00:00 - Pinned instrument config sha256:
analyze_profiles.py:8100be3d00c4fdf1de83a876bbc7e15f70a5b3a34158a93b952ecc5856cd96d4capture_full_depth.py:503b0ffffa4ecd8e75bda35ac6e47e1bc50b66a88bfb922ad17397c244230090cell.yaml:2a05866c6a7b8b306ccd9ef7587aa3bc2fa21250819068b824c46c1075e4eac4gates.yaml:8b87cfe4220c847dde8c5dab56a430c9b68e9e78266d011a52e517a87ebbf8f4grader_port.py:dbd5e1c92047dd44ce4eea20732ed594bc8900ed6ebe5833553ddb19d56fae4ainstrument_common.py:0b83466b706bfb115e3c745bd4bd4077105f020e64475e61fa03e3a4098e99aamatch_and_gate.py:6bd503271ddde024b1c824e134ead5aa9249486f781537724e38d3e46eb1f790presign_smoke.py:c5bf8ae4676c1326e60aa36b4f5900384e4e2ff1a7e7f865b4af2c4f6ebce790render_gemma.py:143d832057e251522d242cff0ec5039b8c030241131efe4da832685cdca863f6render_qwen.py:75ee9a4c3a63b2f1a29da9a2fe83dc8bbc3e10a8414825e7dbc764a17dd3b15fsource_and_generate.py:de3641bda687c239e7439fe6ee798fd3d8dc06ddb08f175073c4c1bc88bd15dctest_instrument.py:305a84dd230fea3398656083a9abd7e1bc8dc3c3a40569d5d9dbddb595782762
File inventory
10 file(s) total, by top-level path:
gemma4_e4b_it: 5 file(s)presign_matcher_reachability.json: 1 file(s)qwen3_4b_raw_base: 4 file(s)
License-gate exclusions
(none)
Hard-exclusion skips
Files whose relative path under analysis-committed/ matched a structural hard-exclusion pattern and were skipped (not copied):
(none)
Files
See PROVENANCE.json for the full machine-readable file list (relative path -> sha256) and the hard-exclusion skip list with reasons.
Release Boundary
Built by .skills/data-exhaust/scripts/build_exhaust_dataset.py, gated by
.skills/data-exhaust/reference/license-gates.md, and verified by
.skills/data-exhaust/scripts/verify_exhaust.py before any upload. Hard
exclusions (OpenMOSS/Cheng IDK, bridge_llama2_7b_chat) are enforced
structurally in code, not only by this table.
- Downloads last month
- 58