Corpus Lab

Hands-on assignments

Corpus Lab is the hands-on practice you complete each day. It now lives inside the day’s notebook as Part B — so the tutorial and its lab are one file you submit together. See the Daily Notebooks index for all five.

ImportantThese are autograded — so they must be reproducible

Corpus Labs are checked automatically, so your results have to come out the same every run. The Day 1–2 labs are keyless (Python practice; metrics on frozen predictions). From Day 3 the labs call the model, so you use the Gemini API with temperature=0 + a fixed seed and a free key — and you freeze your predictions to JSON so the grader re-runs your analysis on exactly the outputs you saw.

Available now

NoteComing soon

The Day 3–5 Corpus Lab sections (your own prompt-iteration study, gold-set QC & adjudication, and the report scaffold) are still being prepared. Each is marked as a 🚧 TODO section inside its day notebook and draws on Datasets and the mini-project tracks.