Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

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.

Genesis AI Code 100K (Frontier)

Developed by: Within Us AI

Frontier dataset with tool-call traces, self-grading, budgets, and audit orientation.

Splits

  • train: 98,000
  • validation: 2,000

Highlights

  • Tests-as-truth supervision patterns
  • Diff-first patching
  • Agentic loops (plan→edit→test→reflect) with bounded budgets
  • Tool-call trace supervision (where present)
  • Governance/audit & policy-gate awareness

Storage format

Parquet unavailable (No module named 'pyarrow'); JSONL shards in /data.

Quick start

from datasets import load_dataset
ds = load_dataset("<YOUR_ORG_OR_USER>/Genesis AI Code 100K (Frontier)", split="train")
print(ds[0])
Downloads last month
41