InferQuest
← Quest map
Training Phase 1 · Optimization

Feeding the Beast

Data quality is a research problem — the job postings say so verbatim.

0/5 · 440 XP
You’re previewing the curriculum. Sign in (top right) to track progress, take knowledge checks, and unlock the verifiers.
Briefing

The FineWeb blogpost is the central text here not for the dataset but for the method: every filtering decision ablated with real training runs, which is what “data quality as a research problem” (OpenAI's posting language) actually looks like in practice. Its counterintuitive findings are the value — per-snapshot dedup beat global dedup, and more aggressive cleaning is not monotonically better. DCLM matters as the benchmark formulation and the origin of the CORE metric you'll meet again in evals.

The pipeline build is the employable skill: run a real Common Crawl slice through datatrove's extract → filter → dedup stages and report what each stage kills. And TinyStories is the cheapest profound result in the field — restrict the data distribution and coherent English emerges in models a thousandth the size — which is the intellectual ancestor of the whole synthetic-data arc (Cosmopedia → SYNTH) now feeding production small models.

Tasks
  • The methodology is the content: how each filter and dedup decision was validated with training runs, and which intuitive cleanups turned out to hurt.

    read+80 XPresource ↗
  • Fixed token pool, fixed training recipe, curation as the only variable — plus the low-noise CORE eval used by nanochat and the speedruns.

    paper+60 XPresource ↗
  • datatrove: extraction → Gopher/C4 quality filters → MinHash dedup. Report document survival rates per stage and inspect what died — the inspection is the skill.

    build+150 XPresource ↗
  • Train your loop on TinyStories vs a same-budget raw-web sample and compare generations. Then skim the synthetic-data arc: Cosmopedia → SYNTH.

    paper+70 XPresource ↗
  • Dedup, filtering rules, FineWeb-Edu's classifier, CORE, synthetic data. 75% to pass.

    drill+80 XPauto-verified