- Full summary in Pro version
- 12 more key points in Pro version
- 3 more common mistakes in Pro version
- 2 more exam tips in Pro version
- 28 more related questions in Pro version
Summary
Large language models generate text by turning input text into tokens, representing those tokens as vectors, and predicting likely next tokens from the surrounding context. The exam expects more than a product name: understand that generation is probabilistic, context-dependent, and limited by the information available in the prompt, retrieved content, or learned parameters.
Key Points
- Token: A unit of text processed by a language model, such as a word fragment, word, punctuation mark, or special marker.
Common Mistakes
- Do not treat a context window as permanent model knowledge; it is only the working token span available for the current request.
Exam Tips
- If the question asks how an LLM creates text, look for autoregressive next-token generation from prompt context.