Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    CastError
Message:      Couldn't cast
baseline_noop: struct<confab_tighten: struct<n: int64, successes: int64, rate: double, wilson_ci_95: list<item: dou (... 118 chars omitted)
  child 0, confab_tighten: struct<n: int64, successes: int64, rate: double, wilson_ci_95: list<item: double>>
      child 0, n: int64
      child 1, successes: int64
      child 2, rate: double
      child 3, wilson_ci_95: list<item: double>
          child 0, item: double
  child 1, known_correct_cost_control: struct<n: int64, successes: int64, rate: double, wilson_ci_95: list<item: double>>
      child 0, n: int64
      child 1, successes: int64
      child 2, rate: double
      child 3, wilson_ci_95: list<item: double>
          child 0, item: double
source: string
license_gate_excluded: struct<>
instrument_config_sha256: struct<cell.yaml: string, gates.yaml: string, gen_lib.py: string, grader.py: string, model_lib.py: s (... 6 chars omitted)
  child 0, cell.yaml: string
  child 1, gates.yaml: string
  child 2, gen_lib.py: string
  child 3, grader.py: string
  child 4, model_lib.py: string
excluded: list<item: null>
  child 0, item: null
generation_date: string
sources_present: struct<>
files: struct<PROVENANCE.md: string, baseline_noop_summary.json: string, build_manifest.json: string, c_hat (... 244 chars omitted)
  child 0, PROVENANCE.md: string
  child 1, baseline_noop_summary.json: string
  child 2, build_manifest.json: string
  child 3, c_hat_L34.json: string
  child 4, full_summary.json: string
  child 5, gate_fit.json: string
  child 6, random_direction_L34.json: string
  child 7, source_directions/neg_ctrl_L34.json: string
  child 8, source_directions/pos_ctrl_L34.json: string
  child 9, split_manifest.json: string
  child 10, u_d_L34.json: string
amendment_path: string
shape: string
experiment_slug: string
repo_commit_sha: string
to
{'amendment_path': Value('string'), 'excluded': List(Value('null')), 'experiment_slug': Value('string'), 'files': {'PROVENANCE.md': Value('string'), 'baseline_noop_summary.json': Value('string'), 'build_manifest.json': Value('string'), 'c_hat_L34.json': Value('string'), 'full_summary.json': Value('string'), 'gate_fit.json': Value('string'), 'random_direction_L34.json': Value('string'), 'source_directions/neg_ctrl_L34.json': Value('string'), 'source_directions/pos_ctrl_L34.json': Value('string'), 'split_manifest.json': Value('string'), 'u_d_L34.json': Value('string')}, 'generation_date': Value('string'), 'instrument_config_sha256': {'cell.yaml': Value('string'), 'gates.yaml': Value('string'), 'gen_lib.py': Value('string'), 'grader.py': Value('string'), 'model_lib.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
              baseline_noop: struct<confab_tighten: struct<n: int64, successes: int64, rate: double, wilson_ci_95: list<item: dou (... 118 chars omitted)
                child 0, confab_tighten: struct<n: int64, successes: int64, rate: double, wilson_ci_95: list<item: double>>
                    child 0, n: int64
                    child 1, successes: int64
                    child 2, rate: double
                    child 3, wilson_ci_95: list<item: double>
                        child 0, item: double
                child 1, known_correct_cost_control: struct<n: int64, successes: int64, rate: double, wilson_ci_95: list<item: double>>
                    child 0, n: int64
                    child 1, successes: int64
                    child 2, rate: double
                    child 3, wilson_ci_95: list<item: double>
                        child 0, item: double
              source: string
              license_gate_excluded: struct<>
              instrument_config_sha256: struct<cell.yaml: string, gates.yaml: string, gen_lib.py: string, grader.py: string, model_lib.py: s (... 6 chars omitted)
                child 0, cell.yaml: string
                child 1, gates.yaml: string
                child 2, gen_lib.py: string
                child 3, grader.py: string
                child 4, model_lib.py: string
              excluded: list<item: null>
                child 0, item: null
              generation_date: string
              sources_present: struct<>
              files: struct<PROVENANCE.md: string, baseline_noop_summary.json: string, build_manifest.json: string, c_hat (... 244 chars omitted)
                child 0, PROVENANCE.md: string
                child 1, baseline_noop_summary.json: string
                child 2, build_manifest.json: string
                child 3, c_hat_L34.json: string
                child 4, full_summary.json: string
                child 5, gate_fit.json: string
                child 6, random_direction_L34.json: string
                child 7, source_directions/neg_ctrl_L34.json: string
                child 8, source_directions/pos_ctrl_L34.json: string
                child 9, split_manifest.json: string
                child 10, u_d_L34.json: string
              amendment_path: string
              shape: string
              experiment_slug: string
              repo_commit_sha: string
              to
              {'amendment_path': Value('string'), 'excluded': List(Value('null')), 'experiment_slug': Value('string'), 'files': {'PROVENANCE.md': Value('string'), 'baseline_noop_summary.json': Value('string'), 'build_manifest.json': Value('string'), 'c_hat_L34.json': Value('string'), 'full_summary.json': Value('string'), 'gate_fit.json': Value('string'), 'random_direction_L34.json': Value('string'), 'source_directions/neg_ctrl_L34.json': Value('string'), 'source_directions/pos_ctrl_L34.json': Value('string'), 'split_manifest.json': Value('string'), 'u_d_L34.json': Value('string')}, 'generation_date': Value('string'), 'instrument_config_sha256': {'cell.yaml': Value('string'), 'gates.yaml': Value('string'), 'gen_lib.py': Value('string'), 'grader.py': Value('string'), 'model_lib.py': Value('string')}, 'license_gate_excluded': {}, 'repo_commit_sha': Value('string'), 'shape': Value('string'), 'sources_present': {}}
              because column names don't match

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.

doubt-gated-caution-tighten -- 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-doubt-gated-caution-tighten

Provenance

  • Experiment: experiments/doubt-gated-caution-tighten
  • Amendment: experiments/doubt-gated-caution-tighten/AMENDMENT.md
  • Repo commit SHA: fab3cad66e9a4c9aa18cf737d48423dfeeacec66
  • Generated: 2026-08-27T22:26:02.577414+00:00
  • Pinned instrument config sha256:
    • cell.yaml: a6d3ddc4030442757549d05ac8ac4c58d0c535401c5d86f532490744e82e14ee
    • gates.yaml: 48b65487b9b5b20693645e42ef0c8a4387446638db7c500721d74001fd331c4d
    • gen_lib.py: 6cffc7282591ca3b0db79d985a024ca2b63cab8afc1c5f5085d13cbdb98b79ce
    • grader.py: dbe39384038feeba162a4c54690973be9544edf81285d002c48f6e0dedeb81d5
    • model_lib.py: ce71f6d02d97efdabb3d05e9709eff0dc0d50f2710eed4fe82f06df68389a047

File inventory

11 file(s) total, by top-level path:

  • PROVENANCE.md: 1 file(s)
  • baseline_noop_summary.json: 1 file(s)
  • build_manifest.json: 1 file(s)
  • c_hat_L34.json: 1 file(s)
  • full_summary.json: 1 file(s)
  • gate_fit.json: 1 file(s)
  • random_direction_L34.json: 1 file(s)
  • source_directions: 2 file(s)
  • split_manifest.json: 1 file(s)
  • u_d_L34.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
-