Knowledge Check — Select an answer to see immediate feedback.
Questions10
Question 1
LoRA is a technique for fine-tuning large AI models without updating every single weight. Instead of modifying a massive weight matrix directly, it learns two much smaller matrices. What is the main practical benefit of this approach?
Question 2
Mixture of Experts (MoE) architectures scale model capacity without proportionally increasing inference cost. What mechanism enables this efficiency?
Question 3
Constitutional AI aims to make the alignment process more scalable and principle-driven. What distinguishes it from standard RLHF?
Question 4
The Chinchilla scaling laws refined earlier scaling work by Kaplan et al. What was their key finding about compute-optimal training?
Question 5
Flash Attention addresses a key computational bottleneck in transformer training. What problem does it solve?
Question 6
"Grokking" is a training phenomenon relevant to understanding LLM generalization. What does it describe?
Question 7
When fine-tuning a language model using human feedback, there is a risk that the model chases the reward signal too aggressively and becomes completely different from the original. What technique prevents this?
Question 8
CLIP (Contrastive Language-Image Pre-training) learns to associate images and text. What training objective enables its strong zero-shot classification capabilities?
Question 9
"Emergent abilities" in large language models refer to capabilities that appear suddenly at certain scales. Which of the following is the best characterization of this phenomenon?
Question 10
QLoRA extends LoRA to allow fine-tuning of very large models on consumer hardware. Which combination of techniques is central to QLoRA's memory efficiency?