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:    TypeError
Message:      Couldn't cast array of type
struct<validated_evidence_bundle_current: int64, generic_artifact_bundle: int64, evidence_root_present: int64, target_is_directory: int64, local_file_hash_count: int64, artifact_role_count: int64, source_receipt_row_count: int64, source_receipt_sha_count: int64, source_gap_row_count: int64, case_row_count: int64, manifest_present: int64, machine_bundle_present: int64, runner_hash_present: int64, replay_hash_count: int64, selected_atom_count: int64, skipped_file_count: int64, blocker_count: int64, public_actions_allowed: int64, mutates_raw_data_or_db: int64>
to
{'release_readiness_current': Value('int64'), 'generic_release_readiness': Value('int64'), 'target_run_dir_present': Value('int64'), 'target_is_directory': Value('int64'), 'manifest_present': Value('int64'), 'machine_bundle_present': Value('int64'), 'source_gaps_logged': Value('int64'), 'html_view_present': Value('int64'), 'public_actions_allowed': Value('int64'), 'mutates_raw_data_or_db': Value('int64'), 'blocker_count': Value('int64'), 'source_receipts_present': Value('int64'), 'source_receipt_row_count': Value('int64'), 'source_receipt_sha_count': Value('int64'), 'source_receipt_hash_gap_count': Value('int64'), 'claim_bearing_run': Value('int64'), 'source_skepticism_report_present': Value('int64'), 'source_skepticism_current': Value('int64'), 'source_skepticism_blocker_count': Value('int64'), 'source_skepticism_critical_claim_count': Value('int64'), 'source_skepticism_failed_claim_count': Value('int64'), 'text_file_scan_count': Value('int64'), 'claim_boundaries_present': Value('int64'), 'release_readiness_scan_policy_present': Value('int64'), 'forbidden_claim_language_count': Value('int64'), 'forbidden_claim_language_ignored_count': Value('int64'), 'artifact_evidence_bundle_present': Value('int64')}
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 99, in get_rows_or_raise
                  return get_rows(
                         ^^^^^^^^^
                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 77, in get_rows
                  rows_plus_one = list(itertools.islice(ds, rows_max_number + 1))
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2690, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2227, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2251, in _iter_arrow
                  for key, pa_table in self.ex_iterable._iter_arrow():
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 494, in _iter_arrow
                  for key, pa_table in iterator:
                                       ^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 384, in _iter_arrow
                  for key, pa_table in self.generate_tables_fn(**gen_kwags):
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 295, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 128, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2255, in cast_table_to_schema
                  cast_array_to_feature(
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1804, in wrapper
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2101, in cast_array_to_feature
                  raise TypeError(f"Couldn't cast array of type\n{_short_str(array.type)}\nto\n{_short_str(feature)}")
              TypeError: Couldn't cast array of type
              struct<validated_evidence_bundle_current: int64, generic_artifact_bundle: int64, evidence_root_present: int64, target_is_directory: int64, local_file_hash_count: int64, artifact_role_count: int64, source_receipt_row_count: int64, source_receipt_sha_count: int64, source_gap_row_count: int64, case_row_count: int64, manifest_present: int64, machine_bundle_present: int64, runner_hash_present: int64, replay_hash_count: int64, selected_atom_count: int64, skipped_file_count: int64, blocker_count: int64, public_actions_allowed: int64, mutates_raw_data_or_db: int64>
              to
              {'release_readiness_current': Value('int64'), 'generic_release_readiness': Value('int64'), 'target_run_dir_present': Value('int64'), 'target_is_directory': Value('int64'), 'manifest_present': Value('int64'), 'machine_bundle_present': Value('int64'), 'source_gaps_logged': Value('int64'), 'html_view_present': Value('int64'), 'public_actions_allowed': Value('int64'), 'mutates_raw_data_or_db': Value('int64'), 'blocker_count': Value('int64'), 'source_receipts_present': Value('int64'), 'source_receipt_row_count': Value('int64'), 'source_receipt_sha_count': Value('int64'), 'source_receipt_hash_gap_count': Value('int64'), 'claim_bearing_run': Value('int64'), 'source_skepticism_report_present': Value('int64'), 'source_skepticism_current': Value('int64'), 'source_skepticism_blocker_count': Value('int64'), 'source_skepticism_critical_claim_count': Value('int64'), 'source_skepticism_failed_claim_count': Value('int64'), 'text_file_scan_count': Value('int64'), 'claim_boundaries_present': Value('int64'), 'release_readiness_scan_policy_present': Value('int64'), 'forbidden_claim_language_count': Value('int64'), 'forbidden_claim_language_ignored_count': Value('int64'), 'artifact_evidence_bundle_present': Value('int64')}

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.

Hybrid ArXiv/Patent + Celestial Human Review Atlas

This is a private Hugging Face dataset candidate for arxiv_patent_celestial_math_review_r7_hf_release_candidate_20260504t0938z. It is a human-review-only surface that collapses row-level hybrid atlas checks into family cards promoted to human review.

It does not establish new physics, validate a claim, or authorize public action. The bundle carries generated review artifacts, hashes, and local consistency notes only. Raw corpora and database rows are not included.

Review Shape

  • Row-level checks reviewed: 20
  • Candidate families: 3
  • Family cards promoted to human review: 2
  • Local consistency signals retained: 9
  • Local blockers: 4
  • Expert-only gaps: 7

Files

  • human_review_packet.md: reviewer-facing family-card packet.
  • data/human_review_promoted_family_cards.jsonl: highest-signal family cards.
  • data/math_review_family_cards.jsonl: full family-card audit set.
  • data/math_review_findings.jsonl: row-level local consistency checks.
  • data/math_review_crosswalk.csv: deterministic crosswalk rows.
  • hf_machine_bundle.json: compact machine-readable audit state for this HF candidate.
  • hf_release_manifest.json: file hashes and release-candidate safety flags.

Use Boundary

Use this as a private triage aid. Reviewers should treat every row as requiring independent domain and equation review before any outward-facing interpretation.

Downloads last month
17

Collections including cjc0013/arxiv-patent-celestial-human-review-atlas-r7