Front Matter
FM.3: Course Syllabi

Course D: Graduate Research

Prerequisites

Strong mathematical maturity (real analysis, optimization, information theory). Deep learning fundamentals (backprop, CNNs, RNNs). Experience reading ML papers. Recommended: one graduate ML course.

Course D: Graduate Research

Focus: Training, alignment, scaling, interpretability, and frontier topics. Students leave prepared to conduct original research in LLM science. This pathway is the most technically demanding. It opens with a deep dive into attention and decoding because graduate researchers need to reason about architectural modifications at the level of individual operations.

14-Week Syllabus

WeekTopicsLab / Assignment
1Attention and Transformer (deep dive, Ch 03 through 04)Implement multi-head attention with rotary embeddings
2Decoding and Search AlgorithmsImplement beam search, MCTS for LLM reasoning
3Pre-training and Scaling LawsReproduce Chinchilla scaling law predictions
4Model Architectures (MoE, SSMs) and Reasoning Models (Ch 07 through 08)Paper reading: compare MoE routing strategies and reasoning model architectures
5Inference OptimizationImplement speculative decoding; analyze test-time compute tradeoffs
6InterpretabilityRun sparse autoencoder probes on a language model
7Synthetic Data and Curriculum DesignDesign a synthetic data pipeline for a research task
8Fine-Tuning and PEFT (Ch 14 through 15)Ablation study: rank, target modules, learning rate
9Distillation and Model MergingDistill a large model; merge adapters with TIES/DARE
10Alignment (RLHF, DPO, Constitutional AI)Train a reward model and run DPO
11Agents, Tool Use, and Multi-Agent Systems (Ch 22 through 24)Build an agent with reflection and self-critique
12Multimodal ModelsFine-tune a vision-language model
13Emerging Architectures and AI and Society (Ch 34 through 35)Write a research proposal on an open problem
14Final project presentationsNovel research contribution (individual or pair)
Recommended Appendices

What Comes Next

Return to the Course Syllabi overview to explore other courses and reading tracks, or proceed to FM.4: How to Use This Book for a quick orientation on conventions and callout types.