Quiz — Session 1: Fundamentals: Transformers & Tokenization
Program : Applied AI — Intermediate Level Instructor: Yann Isola Format: 12 multiple choice questions — only one correct answer per question. Recommended duration: 18 minutes independently, or 4–5 questions selected by show of hands at the end of the session. Recommended threshold for success: 8/12.
Question 1 — (Memorization) The innovation of 2017
Which 2017 publication introduced “transform” architecture?
Question 2 — (Understanding) What the model actually “reads”
When you send the phrase “Hello, how are you?” » to a language model, what does it actually process?
Question 3 — (Application) The riddle of counting letters
A model gets it wrong when counting the number of “r”s in “strawberry”. What is the MOST accurate explanation?
Question 4 — (Understanding) Embeddings
What does the famous equation “king − man + woman ≈ queen” mean?
Question 5 — (Understanding) The role of attention
What is the purpose of the attention mechanism in a transformer?
Question 6 — (Application) The Pipeline Analogy
Your company wants an existing model to learn the exact format of your internal audit reports. In the course analogy, this step corresponds to:
Question 7 — (Memorization) The pre-training task
What is the unique task that pre-trains a large language model?
Question 8 — (Application) The inference bottleneck
A chatbot in production responds too slowly. The service provider offers to double the raw computing power of the servers. Why is this proposal likely ineffective?
Question 9 — (Understanding) Scaling laws
What do “scaling laws” describe?
Question 10 — (Application/synthesis) The double contribution of transformers
Before 2017, Recurrent Neural Networks (RNNs) processed text word by word. What TWO problems did the transformers solve simultaneously?
Question 11 — (Understanding) The raw material of LLMs
In the FineWeb type data pipeline presented in the session (the one that Andrej Karpathy uses in his reference video), what is the correct order of steps to go from the raw web to the pre-training dataset?
Question 12 — (Analysis) The deduplication paradox
The FineWeb authors compared two strategies: deduplicating all 96 crawls globally, or deduplicating each crawl independently. What did they notice?