The dataset viewer is not available for this split.
Error code: StreamingRowsError
Exception: CastError
Message: Couldn't cast
tier: string
seed: int64
draw_size: int64
targets: struct<kuq_ku_unknown_x: int64, kuq_ku_unknown: int64, selfaware_unanswerable: int64, selfaware_answ (... 66 chars omitted)
child 0, kuq_ku_unknown_x: int64
child 1, kuq_ku_unknown: int64
child 2, selfaware_unanswerable: int64
child 3, selfaware_answerable: int64
child 4, triviaqa: int64
child 5, popqa: int64
child 6, kuq_ku_known: int64
per_source_drawn: struct<kuq_ku_known: int64, kuq_ku_unknown: int64, kuq_ku_unknown_x: int64, popqa: int64, selfaware_ (... 66 chars omitted)
child 0, kuq_ku_known: int64
child 1, kuq_ku_unknown: int64
child 2, kuq_ku_unknown_x: int64
child 3, popqa: int64
child 4, selfaware_answerable: int64
child 5, selfaware_unanswerable: int64
child 6, triviaqa: int64
per_source_drawn_matches_targets: bool
complement_count: int64
complement_by_source: struct<kuq_ku_known: int64, kuq_ku_unknown: int64, kuq_ku_unknown_x: int64, popqa: int64, selfaware_ (... 66 chars omitted)
child 0, kuq_ku_known: int64
child 1, kuq_ku_unknown: int64
child 2, kuq_ku_unknown_x: int64
child 3, popqa: int64
child 4, selfaware_answerable: int64
child 5, selfaware_unanswerable: int64
child 6, triviaqa: int64
union_count: int64
fit_surface_count: int64
source_file_sha256: struct<orig_rows: string, expansion_rows: string, fit_surface: string>
child 0, orig_rows: string
child 1, expansion_rows: string
child 2, fit_surface: string
gold_label_breakdown: struct<answerable: int64, unanswerable: int64>
child 0, answerable: int64
child 1, unanswerable: int64
collision_provenance: string
ids_manifest: string
experiment_slug: string
shape: string
excluded: list<item: null>
child 0, item: null
files: struct<holdout_draw/draw_manifest.json: string, holdout_draw/holdout_ids.jsonl: string, holdout_draw (... 268 chars omitted)
child 0, holdout_draw/draw_manifest.json: string
child 1, holdout_draw/holdout_ids.jsonl: string
child 2, holdout_draw/near_dup_flagged.json: string
child 3, holdout_draw_enlarged/draw_manifest.json: string
child 4, holdout_draw_enlarged/holdout_ids.jsonl: string
child 5, holdout_draw_enlarged/near_dup_flagged.json: string
child 6, holdout_run/gate_report.json: string
child 7, holdout_run/gate_report_enlarged.json: string
license_gate_excluded: struct<>
repo_commit_sha: string
instrument_config_sha256: struct<build_holdout_pool.py: string, cell.yaml: string, cloud/modal_h9_holdout.py: string, draw_hol (... 115 chars omitted)
child 0, build_holdout_pool.py: string
child 1, cell.yaml: string
child 2, cloud/modal_h9_holdout.py: string
child 3, draw_holdout.py: string
child 4, freeze_scorer.py: string
child 5, gates.yaml: string
child 6, near_dup_sweep.py: string
child 7, score_holdout.py: string
generation_date: string
amendment_path: string
sources_present: struct<>
to
{'amendment_path': Value('string'), 'excluded': List(Value('null')), 'experiment_slug': Value('string'), 'files': {'holdout_draw/draw_manifest.json': Value('string'), 'holdout_draw/holdout_ids.jsonl': Value('string'), 'holdout_draw/near_dup_flagged.json': Value('string'), 'holdout_draw_enlarged/draw_manifest.json': Value('string'), 'holdout_draw_enlarged/holdout_ids.jsonl': Value('string'), 'holdout_draw_enlarged/near_dup_flagged.json': Value('string'), 'holdout_run/gate_report.json': Value('string'), 'holdout_run/gate_report_enlarged.json': Value('string')}, 'generation_date': Value('string'), 'instrument_config_sha256': {'build_holdout_pool.py': Value('string'), 'cell.yaml': Value('string'), 'cloud/modal_h9_holdout.py': Value('string'), 'draw_holdout.py': Value('string'), 'freeze_scorer.py': Value('string'), 'gates.yaml': Value('string'), 'near_dup_sweep.py': Value('string'), 'score_holdout.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
tier: string
seed: int64
draw_size: int64
targets: struct<kuq_ku_unknown_x: int64, kuq_ku_unknown: int64, selfaware_unanswerable: int64, selfaware_answ (... 66 chars omitted)
child 0, kuq_ku_unknown_x: int64
child 1, kuq_ku_unknown: int64
child 2, selfaware_unanswerable: int64
child 3, selfaware_answerable: int64
child 4, triviaqa: int64
child 5, popqa: int64
child 6, kuq_ku_known: int64
per_source_drawn: struct<kuq_ku_known: int64, kuq_ku_unknown: int64, kuq_ku_unknown_x: int64, popqa: int64, selfaware_ (... 66 chars omitted)
child 0, kuq_ku_known: int64
child 1, kuq_ku_unknown: int64
child 2, kuq_ku_unknown_x: int64
child 3, popqa: int64
child 4, selfaware_answerable: int64
child 5, selfaware_unanswerable: int64
child 6, triviaqa: int64
per_source_drawn_matches_targets: bool
complement_count: int64
complement_by_source: struct<kuq_ku_known: int64, kuq_ku_unknown: int64, kuq_ku_unknown_x: int64, popqa: int64, selfaware_ (... 66 chars omitted)
child 0, kuq_ku_known: int64
child 1, kuq_ku_unknown: int64
child 2, kuq_ku_unknown_x: int64
child 3, popqa: int64
child 4, selfaware_answerable: int64
child 5, selfaware_unanswerable: int64
child 6, triviaqa: int64
union_count: int64
fit_surface_count: int64
source_file_sha256: struct<orig_rows: string, expansion_rows: string, fit_surface: string>
child 0, orig_rows: string
child 1, expansion_rows: string
child 2, fit_surface: string
gold_label_breakdown: struct<answerable: int64, unanswerable: int64>
child 0, answerable: int64
child 1, unanswerable: int64
collision_provenance: string
ids_manifest: string
experiment_slug: string
shape: string
excluded: list<item: null>
child 0, item: null
files: struct<holdout_draw/draw_manifest.json: string, holdout_draw/holdout_ids.jsonl: string, holdout_draw (... 268 chars omitted)
child 0, holdout_draw/draw_manifest.json: string
child 1, holdout_draw/holdout_ids.jsonl: string
child 2, holdout_draw/near_dup_flagged.json: string
child 3, holdout_draw_enlarged/draw_manifest.json: string
child 4, holdout_draw_enlarged/holdout_ids.jsonl: string
child 5, holdout_draw_enlarged/near_dup_flagged.json: string
child 6, holdout_run/gate_report.json: string
child 7, holdout_run/gate_report_enlarged.json: string
license_gate_excluded: struct<>
repo_commit_sha: string
instrument_config_sha256: struct<build_holdout_pool.py: string, cell.yaml: string, cloud/modal_h9_holdout.py: string, draw_hol (... 115 chars omitted)
child 0, build_holdout_pool.py: string
child 1, cell.yaml: string
child 2, cloud/modal_h9_holdout.py: string
child 3, draw_holdout.py: string
child 4, freeze_scorer.py: string
child 5, gates.yaml: string
child 6, near_dup_sweep.py: string
child 7, score_holdout.py: string
generation_date: string
amendment_path: string
sources_present: struct<>
to
{'amendment_path': Value('string'), 'excluded': List(Value('null')), 'experiment_slug': Value('string'), 'files': {'holdout_draw/draw_manifest.json': Value('string'), 'holdout_draw/holdout_ids.jsonl': Value('string'), 'holdout_draw/near_dup_flagged.json': Value('string'), 'holdout_draw_enlarged/draw_manifest.json': Value('string'), 'holdout_draw_enlarged/holdout_ids.jsonl': Value('string'), 'holdout_draw_enlarged/near_dup_flagged.json': Value('string'), 'holdout_run/gate_report.json': Value('string'), 'holdout_run/gate_report_enlarged.json': Value('string')}, 'generation_date': Value('string'), 'instrument_config_sha256': {'build_holdout_pool.py': Value('string'), 'cell.yaml': Value('string'), 'cloud/modal_h9_holdout.py': Value('string'), 'draw_holdout.py': Value('string'), 'freeze_scorer.py': Value('string'), 'gates.yaml': Value('string'), 'near_dup_sweep.py': Value('string'), 'score_holdout.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.
h9-propensity-reading-gate -- 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-h9-propensity-reading-gate
Provenance
- Experiment:
experiments/h9-propensity-reading-gate - Amendment:
experiments/h9-propensity-reading-gate/AMENDMENT.md - Repo commit SHA:
37eaa399bb4a7ce999e63d8b202d5c084f599fa6 - Generated:
2026-08-28T00:14:33.205992+00:00 - Pinned instrument config sha256:
build_holdout_pool.py:043c3e39ebe24be5764bea9ee2affb98f554c187d8b92b616948a39c74e37283cell.yaml:fa5a1a2cb3919616f9887a0f6064415c8950903e4044b29e219ec698493184f3cloud/modal_h9_holdout.py:f292348dd392396dc69c7c32d4a188af73cbebf1d915e19640e51342716209afdraw_holdout.py:a418d10fcc078c215f5a45ef701292e71345c65ffc85e51e8c1aac3975cc2a8dfreeze_scorer.py:1b64ddd5d24477aa779db58f181e3f50e24c1258bd7df18c731896fcf2d7da8dgates.yaml:7487b8737f317e5d9ae8ccf3111bee618b4c72bf5dce6dc84bb74c59b3d3f64fnear_dup_sweep.py:7390c902334ed3f709f385a89f02f754294a10f41be8cd0617bfbbfef0d9faeascore_holdout.py:a832a3b1f2813ecdb1d5b485d3416cf503e1dcaf58daf73dda6345d596fe3ce6
File inventory
8 file(s) total, by top-level path:
holdout_draw: 3 file(s)holdout_draw_enlarged: 3 file(s)holdout_run: 2 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
- -