The dataset viewer is not available for this split.
Error code: StreamingRowsError
Exception: CastError
Message: Couldn't cast
scored_rows: string
n_scored: int64
A_full_eval: struct<n: int64, emitted_mean: double, emitted_std: double, emitted_min: double, emitted_max: double (... 631 chars omitted)
child 0, n: int64
child 1, emitted_mean: double
child 2, emitted_std: double
child 3, emitted_min: double
child 4, emitted_max: double
child 5, emitted_unique: int64
child 6, appropriateness_rate: double
child 7, ece_vs_appropriateness: double
child 8, brier_vs_appropriateness: double
child 9, auroc_emitted_to_appropriateness: double
child 10, answered_known_n: int64
child 11, answered_known_n_wrong: int64
child 12, auroc_emitted_correct_vs_wrong_answered_known: double
child 13, per_cell_emitted_mean: struct<known_answered_wrong: struct<n: int64, mean: double, std: double>, known_correct_answered: st (... 233 chars omitted)
child 0, known_answered_wrong: struct<n: int64, mean: double, std: double>
child 0, n: int64
child 1, mean: double
child 2, std: double
child 1, known_correct_answered: struct<n: int64, mean: double, std: double>
child 0, n: int64
child 1, mean: double
child 2, std: double
child 2, known_refused: struct<n: int64, mean: double, std: double>
child 0, n: int64
child 1, mean: double
child 2, std: double
child 3, unknown_answered_wrong: struct<n: int64, mean: double, std: double>
child 0, n: int64
child 1, mean: double
ch
...
_breadth_clean_schema_sft_grpo_v3_seed1_local_4b (... 5 chars omitted): string
child 2, ../../archive/experiment/phase1/eval/config/eval_ood_breadth_clean_schema_sft_merged_seed1_local_4b. (... 4 chars omitted): string
child 3, ../../archive/experiment/phase1/eval/config/eval_ood_breadth_contrastive_masked_schema_sft_merged_se (... 17 chars omitted): string
child 4, ../../archive/experiment/phase1/eval/config/eval_ood_breadth_contrastive_schema_sft_merged_seed1_loc (... 10 chars omitted): string
child 5, ../../archive/experiment/phase1/eval/config/eval_ood_breadth_grpo_v3_beta005_on_contrastive_sft_seed (... 15 chars omitted): string
child 6, ../../archive/experiment/phase1/eval/config/eval_ood_breadth_grpo_v3_on_contrastive_sft_seed1_local_ (... 7 chars omitted): string
child 7, ../../archive/experiment/phase1/eval/config/eval_ood_breadth_probe_factual_schema_sft_merged_seed1_l (... 12 chars omitted): string
child 8, ../../archive/experiment/phase1/eval/ood.py: string
child 9, ../common/renders/ood_breadth_response_confidence_render.py: string
child 10, cell.yaml: string
child 11, extract_A1.yaml: string
child 12, extract_A4.yaml: string
child 13, gate_score.py: string
child 14, gates.yaml: string
child 15, internal_panel_probe_gate.py: string
child 16, score_evidential_fivearm.py: string
child 17, screen_ood_surfaces.py: string
license_gate_excluded: struct<>
amendment_path: string
generation_date: string
repo_commit_sha: string
shape: string
to
{'amendment_path': Value('string'), 'excluded': List(Value('null')), 'experiment_slug': Value('string'), 'files': {'calibration_gap_A1_ambigqa.json': Value('string'), 'calibration_gap_A3_ambigqa.json': Value('string'), 'calibration_gap_A4_ambigqa.json': Value('string'), 'calibration_gap_A5_ambigqa.json': Value('string'), 'calibration_gap_A8_ambigqa.json': Value('string'), 'evidential_report_fivearm.json': Value('string'), 'g7_A1.json': Value('string'), 'g7_A4.json': Value('string'), 'gate_report.json': Value('string')}, 'generation_date': Value('string'), 'instrument_config_sha256': {'../../archive/experiment/phase1/eval/config/eval_ood_breadth_clean_schema_sft_grpo_v2_seed1_corrected_base_local_4b.yaml': Value('string'), '../../archive/experiment/phase1/eval/config/eval_ood_breadth_clean_schema_sft_grpo_v3_seed1_local_4b.yaml': Value('string'), '../../archive/experiment/phase1/eval/config/eval_ood_breadth_clean_schema_sft_merged_seed1_local_4b.yaml': Value('string'), '../../archive/experiment/phase1/eval/config/eval_ood_breadth_contrastive_masked_schema_sft_merged_seed1_local_4b.yaml': Value('string'), '../../archive/experiment/phase1/eval/config/eval_ood_breadth_contrastive_schema_sft_merged_seed1_local_4b.yaml': Value('string'), '../../archive/experiment/phase1/eval/config/eval_ood_breadth_grpo_v3_beta005_on_contrastive_sft_seed1_local_4b.yaml': Value('string'), '../../archive/experiment/phase1/eval/config/eval_ood_breadth_grpo_v3_on_contrastive_sft_seed1_local_4b.yaml': Value('string'), '../../archive/experiment/phase1/eval/config/eval_ood_breadth_probe_factual_schema_sft_merged_seed1_local_4b.yaml': Value('string'), '../../archive/experiment/phase1/eval/ood.py': Value('string'), '../common/renders/ood_breadth_response_confidence_render.py': Value('string'), 'cell.yaml': Value('string'), 'extract_A1.yaml': Value('string'), 'extract_A4.yaml': Value('string'), 'gate_score.py': Value('string'), 'gates.yaml': Value('string'), 'internal_panel_probe_gate.py': Value('string'), 'score_evidential_fivearm.py': Value('string'), 'screen_ood_surfaces.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
scored_rows: string
n_scored: int64
A_full_eval: struct<n: int64, emitted_mean: double, emitted_std: double, emitted_min: double, emitted_max: double (... 631 chars omitted)
child 0, n: int64
child 1, emitted_mean: double
child 2, emitted_std: double
child 3, emitted_min: double
child 4, emitted_max: double
child 5, emitted_unique: int64
child 6, appropriateness_rate: double
child 7, ece_vs_appropriateness: double
child 8, brier_vs_appropriateness: double
child 9, auroc_emitted_to_appropriateness: double
child 10, answered_known_n: int64
child 11, answered_known_n_wrong: int64
child 12, auroc_emitted_correct_vs_wrong_answered_known: double
child 13, per_cell_emitted_mean: struct<known_answered_wrong: struct<n: int64, mean: double, std: double>, known_correct_answered: st (... 233 chars omitted)
child 0, known_answered_wrong: struct<n: int64, mean: double, std: double>
child 0, n: int64
child 1, mean: double
child 2, std: double
child 1, known_correct_answered: struct<n: int64, mean: double, std: double>
child 0, n: int64
child 1, mean: double
child 2, std: double
child 2, known_refused: struct<n: int64, mean: double, std: double>
child 0, n: int64
child 1, mean: double
child 2, std: double
child 3, unknown_answered_wrong: struct<n: int64, mean: double, std: double>
child 0, n: int64
child 1, mean: double
ch
...
_breadth_clean_schema_sft_grpo_v3_seed1_local_4b (... 5 chars omitted): string
child 2, ../../archive/experiment/phase1/eval/config/eval_ood_breadth_clean_schema_sft_merged_seed1_local_4b. (... 4 chars omitted): string
child 3, ../../archive/experiment/phase1/eval/config/eval_ood_breadth_contrastive_masked_schema_sft_merged_se (... 17 chars omitted): string
child 4, ../../archive/experiment/phase1/eval/config/eval_ood_breadth_contrastive_schema_sft_merged_seed1_loc (... 10 chars omitted): string
child 5, ../../archive/experiment/phase1/eval/config/eval_ood_breadth_grpo_v3_beta005_on_contrastive_sft_seed (... 15 chars omitted): string
child 6, ../../archive/experiment/phase1/eval/config/eval_ood_breadth_grpo_v3_on_contrastive_sft_seed1_local_ (... 7 chars omitted): string
child 7, ../../archive/experiment/phase1/eval/config/eval_ood_breadth_probe_factual_schema_sft_merged_seed1_l (... 12 chars omitted): string
child 8, ../../archive/experiment/phase1/eval/ood.py: string
child 9, ../common/renders/ood_breadth_response_confidence_render.py: string
child 10, cell.yaml: string
child 11, extract_A1.yaml: string
child 12, extract_A4.yaml: string
child 13, gate_score.py: string
child 14, gates.yaml: string
child 15, internal_panel_probe_gate.py: string
child 16, score_evidential_fivearm.py: string
child 17, screen_ood_surfaces.py: string
license_gate_excluded: struct<>
amendment_path: string
generation_date: string
repo_commit_sha: string
shape: string
to
{'amendment_path': Value('string'), 'excluded': List(Value('null')), 'experiment_slug': Value('string'), 'files': {'calibration_gap_A1_ambigqa.json': Value('string'), 'calibration_gap_A3_ambigqa.json': Value('string'), 'calibration_gap_A4_ambigqa.json': Value('string'), 'calibration_gap_A5_ambigqa.json': Value('string'), 'calibration_gap_A8_ambigqa.json': Value('string'), 'evidential_report_fivearm.json': Value('string'), 'g7_A1.json': Value('string'), 'g7_A4.json': Value('string'), 'gate_report.json': Value('string')}, 'generation_date': Value('string'), 'instrument_config_sha256': {'../../archive/experiment/phase1/eval/config/eval_ood_breadth_clean_schema_sft_grpo_v2_seed1_corrected_base_local_4b.yaml': Value('string'), '../../archive/experiment/phase1/eval/config/eval_ood_breadth_clean_schema_sft_grpo_v3_seed1_local_4b.yaml': Value('string'), '../../archive/experiment/phase1/eval/config/eval_ood_breadth_clean_schema_sft_merged_seed1_local_4b.yaml': Value('string'), '../../archive/experiment/phase1/eval/config/eval_ood_breadth_contrastive_masked_schema_sft_merged_seed1_local_4b.yaml': Value('string'), '../../archive/experiment/phase1/eval/config/eval_ood_breadth_contrastive_schema_sft_merged_seed1_local_4b.yaml': Value('string'), '../../archive/experiment/phase1/eval/config/eval_ood_breadth_grpo_v3_beta005_on_contrastive_sft_seed1_local_4b.yaml': Value('string'), '../../archive/experiment/phase1/eval/config/eval_ood_breadth_grpo_v3_on_contrastive_sft_seed1_local_4b.yaml': Value('string'), '../../archive/experiment/phase1/eval/config/eval_ood_breadth_probe_factual_schema_sft_merged_seed1_local_4b.yaml': Value('string'), '../../archive/experiment/phase1/eval/ood.py': Value('string'), '../common/renders/ood_breadth_response_confidence_render.py': Value('string'), 'cell.yaml': Value('string'), 'extract_A1.yaml': Value('string'), 'extract_A4.yaml': Value('string'), 'gate_score.py': Value('string'), 'gates.yaml': Value('string'), 'internal_panel_probe_gate.py': Value('string'), 'score_evidential_fivearm.py': Value('string'), 'screen_ood_surfaces.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.
ood-breadth-beyond-selfaware -- 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-ood-breadth-beyond-selfaware
Provenance
- Experiment:
experiments/ood-breadth-beyond-selfaware - Amendment:
experiments/ood-breadth-beyond-selfaware/AMENDMENT.md - Repo commit SHA:
37eaa399bb4a7ce999e63d8b202d5c084f599fa6 - Generated:
2026-08-28T00:14:32.790661+00:00 - Pinned instrument config sha256:
../../archive/experiment/phase1/eval/config/eval_ood_breadth_clean_schema_sft_grpo_v2_seed1_corrected_base_local_4b.yaml:5e88a465fdd0990d2e088b2993ead3dd71b48873a2d825bf4b921d2d7c0cf160../../archive/experiment/phase1/eval/config/eval_ood_breadth_clean_schema_sft_grpo_v3_seed1_local_4b.yaml:d5e7aa9c10a578d565e4f0f191ffd31fb6c589f2948786ed8fa77e7bb6809695../../archive/experiment/phase1/eval/config/eval_ood_breadth_clean_schema_sft_merged_seed1_local_4b.yaml:55331127707290d3f3997641611d7fa16a4945f26f2564065ee90080db34de6b../../archive/experiment/phase1/eval/config/eval_ood_breadth_contrastive_masked_schema_sft_merged_seed1_local_4b.yaml:9286bfa16c3d902af5bd06c62aea5a9c16e809180ae9877162ce335d06212ffd../../archive/experiment/phase1/eval/config/eval_ood_breadth_contrastive_schema_sft_merged_seed1_local_4b.yaml:5c77de7669f87fceb107c353dfc5cfae1a68e28cce57e27a781c6a28e75222c1../../archive/experiment/phase1/eval/config/eval_ood_breadth_grpo_v3_beta005_on_contrastive_sft_seed1_local_4b.yaml:8f7b23d04859ad5ec8867d4a21e1e04d99415d4a2b49ff4a37e255a3a86437a1../../archive/experiment/phase1/eval/config/eval_ood_breadth_grpo_v3_on_contrastive_sft_seed1_local_4b.yaml:9672acb844f8586a3f327604a174ffbbcc697a2a5ffa85e7bb1f23f3df606ac7../../archive/experiment/phase1/eval/config/eval_ood_breadth_probe_factual_schema_sft_merged_seed1_local_4b.yaml:dff13b6b64e4e3561a2ad7f2b9edd297b110be53848346d46893da2284e0744f../../archive/experiment/phase1/eval/ood.py:cfd6cf8be6c0a892056b4b339dd2b8725dc9050c5cf991d8ec184f2b216d7760../common/renders/ood_breadth_response_confidence_render.py:bd399d4caf274961f245ea1f456cf64546db59d4b3f2a4b9bbb51fcb24374b4fcell.yaml:0d9b52aa8aed399c9d3639d232464b2629cf0390b26acc2f09fc00b941e6ea5bextract_A1.yaml:472a449e8de3b4e9e577e43893bd73f37d9d8f730992965dbd5e9e55984b9e71extract_A4.yaml:b77846db8463b9035d260395bb3f70a7aa8e6a0fac441903b04dc2ca1afc9829gate_score.py:8de8bb63485b65b245609919319ae9d6ce1b5c3fc196402bb2aac0738c160e80gates.yaml:9bfdef9e85cd5dd2da27526c348fcb7f299ff3e1894e991c65343b9a95002008internal_panel_probe_gate.py:ee3f22eed5f8b4fe8f260c5b3335c565156eadfcf083473bb445921d29885b08score_evidential_fivearm.py:013300c49dc504fdda710132f239d8f03c13a8c67f561be8775c9038296c557cscreen_ood_surfaces.py:50630020c0505417aa8a0f0c7f76356f289236bb9b9c21633b1d7b1cc657b149
File inventory
9 file(s) total, by top-level path:
calibration_gap_A1_ambigqa.json: 1 file(s)calibration_gap_A3_ambigqa.json: 1 file(s)calibration_gap_A4_ambigqa.json: 1 file(s)calibration_gap_A5_ambigqa.json: 1 file(s)calibration_gap_A8_ambigqa.json: 1 file(s)evidential_report_fivearm.json: 1 file(s)g7_A1.json: 1 file(s)g7_A4.json: 1 file(s)gate_report.json: 1 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
- -