Dataset Viewer
Duplicate
The dataset viewer is taking too long to fetch the data. Try to refresh this page.
Server-side error
Error code:   ClientConnectionError

Genesis AI Code 10K

Developed by: Within Us AI

Foundation dataset emphasizing tests-as-truth, agentic loops, and evaluation thinking.

Splits

  • train: 9,800
  • validation: 200

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 10K", split="train")
print(ds[0])
Downloads last month
28

Collection including WithinUsAI/Genesis_AI_Code_10k