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
layers: struct<L0: struct<stages: struct<raw: struct<auroc: double, underpowered: bool, n_correct: int64, n_ (... 23021 chars omitted)
  child 0, L0: struct<stages: struct<raw: struct<auroc: double, underpowered: bool, n_correct: int64, n_wrong: int6 (... 518 chars omitted)
      child 0, stages: struct<raw: struct<auroc: double, underpowered: bool, n_correct: int64, n_wrong: int64>, cleansft: s (... 246 chars omitted)
          child 0, raw: struct<auroc: double, underpowered: bool, n_correct: int64, n_wrong: int64>
              child 0, auroc: double
              child 1, underpowered: bool
              child 2, n_correct: int64
              child 3, n_wrong: int64
          child 1, cleansft: struct<auroc: double, underpowered: bool, n_correct: int64, n_wrong: int64>
              child 0, auroc: double
              child 1, underpowered: bool
              child 2, n_correct: int64
              child 3, n_wrong: int64
          child 2, grpov2: struct<auroc: double, underpowered: bool, n_correct: int64, n_wrong: int64>
              child 0, auroc: double
              child 1, underpowered: bool
              child 2, n_correct: int64
              child 3, n_wrong: int64
          child 3, partrue: struct<auroc: double, underpowered: bool, n_correct: int64, n_wrong: int64>
              child 0, auroc: double
              child 1, underpowered: bool
              child 2, n_correct: int64
              child 3, n_wrong: int64
      child 1, direction_cosines: str
...
ble, cd_g2_flag_below_0_60: bool>
          child 0, layer: string
          child 1, auroc: double
          child 2, cd_g2_flag_below_0_60: bool
      child 2, grpov2: struct<layer: string, auroc: double, cd_g2_flag_below_0_60: bool>
          child 0, layer: string
          child 1, auroc: double
          child 2, cd_g2_flag_below_0_60: bool
      child 3, partrue: struct<layer: string, auroc: double, cd_g2_flag_below_0_60: bool>
          child 0, layer: string
          child 1, auroc: double
          child 2, cd_g2_flag_below_0_60: bool
  child 6, reported_straight_no_verdict: bool
repo_commit_sha: string
experiment_slug: string
sources_present: struct<>
amendment_path: string
excluded: list<item: null>
  child 0, item: null
generation_date: string
instrument_config_sha256: struct<cd_rotation_analysis.py: string, cd_stage_extract_gen.py: string, cell.yaml: string, gates.ya (... 11 chars omitted)
  child 0, cd_rotation_analysis.py: string
  child 1, cd_stage_extract_gen.py: string
  child 2, cell.yaml: string
  child 3, gates.yaml: string
license_gate_excluded: struct<>
files: struct<cd_rotation_timeline.json: string, cd_rotation_timeline.md: string, id_manifest_cleansft.json (... 106 chars omitted)
  child 0, cd_rotation_timeline.json: string
  child 1, cd_rotation_timeline.md: string
  child 2, id_manifest_cleansft.json: string
  child 3, id_manifest_grpov2.json: string
  child 4, id_manifest_partrue.json: string
  child 5, id_manifest_raw.json: string
shape: string
to
{'amendment_path': Value('string'), 'excluded': List(Value('null')), 'experiment_slug': Value('string'), 'files': {'cd_rotation_timeline.json': Value('string'), 'cd_rotation_timeline.md': Value('string'), 'id_manifest_cleansft.json': Value('string'), 'id_manifest_grpov2.json': Value('string'), 'id_manifest_partrue.json': Value('string'), 'id_manifest_raw.json': Value('string')}, 'generation_date': Value('string'), 'instrument_config_sha256': {'cd_rotation_analysis.py': Value('string'), 'cd_stage_extract_gen.py': Value('string'), 'cell.yaml': Value('string'), 'gates.yaml': 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
              layers: struct<L0: struct<stages: struct<raw: struct<auroc: double, underpowered: bool, n_correct: int64, n_ (... 23021 chars omitted)
                child 0, L0: struct<stages: struct<raw: struct<auroc: double, underpowered: bool, n_correct: int64, n_wrong: int6 (... 518 chars omitted)
                    child 0, stages: struct<raw: struct<auroc: double, underpowered: bool, n_correct: int64, n_wrong: int64>, cleansft: s (... 246 chars omitted)
                        child 0, raw: struct<auroc: double, underpowered: bool, n_correct: int64, n_wrong: int64>
                            child 0, auroc: double
                            child 1, underpowered: bool
                            child 2, n_correct: int64
                            child 3, n_wrong: int64
                        child 1, cleansft: struct<auroc: double, underpowered: bool, n_correct: int64, n_wrong: int64>
                            child 0, auroc: double
                            child 1, underpowered: bool
                            child 2, n_correct: int64
                            child 3, n_wrong: int64
                        child 2, grpov2: struct<auroc: double, underpowered: bool, n_correct: int64, n_wrong: int64>
                            child 0, auroc: double
                            child 1, underpowered: bool
                            child 2, n_correct: int64
                            child 3, n_wrong: int64
                        child 3, partrue: struct<auroc: double, underpowered: bool, n_correct: int64, n_wrong: int64>
                            child 0, auroc: double
                            child 1, underpowered: bool
                            child 2, n_correct: int64
                            child 3, n_wrong: int64
                    child 1, direction_cosines: str
              ...
              ble, cd_g2_flag_below_0_60: bool>
                        child 0, layer: string
                        child 1, auroc: double
                        child 2, cd_g2_flag_below_0_60: bool
                    child 2, grpov2: struct<layer: string, auroc: double, cd_g2_flag_below_0_60: bool>
                        child 0, layer: string
                        child 1, auroc: double
                        child 2, cd_g2_flag_below_0_60: bool
                    child 3, partrue: struct<layer: string, auroc: double, cd_g2_flag_below_0_60: bool>
                        child 0, layer: string
                        child 1, auroc: double
                        child 2, cd_g2_flag_below_0_60: bool
                child 6, reported_straight_no_verdict: bool
              repo_commit_sha: string
              experiment_slug: string
              sources_present: struct<>
              amendment_path: string
              excluded: list<item: null>
                child 0, item: null
              generation_date: string
              instrument_config_sha256: struct<cd_rotation_analysis.py: string, cd_stage_extract_gen.py: string, cell.yaml: string, gates.ya (... 11 chars omitted)
                child 0, cd_rotation_analysis.py: string
                child 1, cd_stage_extract_gen.py: string
                child 2, cell.yaml: string
                child 3, gates.yaml: string
              license_gate_excluded: struct<>
              files: struct<cd_rotation_timeline.json: string, cd_rotation_timeline.md: string, id_manifest_cleansft.json (... 106 chars omitted)
                child 0, cd_rotation_timeline.json: string
                child 1, cd_rotation_timeline.md: string
                child 2, id_manifest_cleansft.json: string
                child 3, id_manifest_grpov2.json: string
                child 4, id_manifest_partrue.json: string
                child 5, id_manifest_raw.json: string
              shape: string
              to
              {'amendment_path': Value('string'), 'excluded': List(Value('null')), 'experiment_slug': Value('string'), 'files': {'cd_rotation_timeline.json': Value('string'), 'cd_rotation_timeline.md': Value('string'), 'id_manifest_cleansft.json': Value('string'), 'id_manifest_grpov2.json': Value('string'), 'id_manifest_partrue.json': Value('string'), 'id_manifest_raw.json': Value('string')}, 'generation_date': Value('string'), 'instrument_config_sha256': {'cd_rotation_analysis.py': Value('string'), 'cd_stage_extract_gen.py': Value('string'), 'cell.yaml': Value('string'), 'gates.yaml': 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.

correctness-direction-rotation -- 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-correctness-direction-rotation

Provenance

  • Experiment: experiments/correctness-direction-rotation
  • Amendment: experiments/correctness-direction-rotation/AMENDMENT.md
  • Repo commit SHA: 37eaa399bb4a7ce999e63d8b202d5c084f599fa6
  • Generated: 2026-08-28T00:14:34.197928+00:00
  • Pinned instrument config sha256:
    • cd_rotation_analysis.py: a0ffc18fcbd08bddd5bea1e9facbde5ef3aa7c6d2456f33868283ba69623d019
    • cd_stage_extract_gen.py: 16daec82f3321ffec97bc50485545a5434545cd4edceae84c29299c96feca20d
    • cell.yaml: 3ef703bd69e0089fc5ec6076a453f17cec2de3e7af8f504b7a42f0f5044eccfc
    • gates.yaml: d99ef4997b0a2be1b200726c178364cc6c1a3f1bdb2b09c9d3d3e9a124cf1e63

File inventory

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

  • cd_rotation_timeline.json: 1 file(s)
  • cd_rotation_timeline.md: 1 file(s)
  • id_manifest_cleansft.json: 1 file(s)
  • id_manifest_grpov2.json: 1 file(s)
  • id_manifest_partrue.json: 1 file(s)
  • id_manifest_raw.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
-