AI Dataset Engineering
Knowledge from "AI Engineering" by Chip Huyen (Chapter 8). Practical methods for working with training and evaluation datasets.
Quick Start
- Check
guidelines.mdto find which files to load for your task - Load only relevant files (each topic has knowledge.md, rules.md, examples.md)
- Apply guidance to your work
Contents
References
| Category | Purpose |
|---|---|
data-curation |
Data quality, coverage, quantity, acquisition, annotation |
data-synthesis |
Rule-based synthesis, simulation, AI-powered generation, distillation |
data-processing |
Inspection, deduplication, cleaning, filtering, formatting |
Workflows
| Task | Workflow |
|---|---|
| Curate, synthesize, and process a training dataset | workflows/build-training-dataset.md |
Guidelines
See guidelines.md for task-based file selection.