generation - Concepts
Explore concepts tagged with "generation"
Total concepts: 4
Concepts
- Autoregressive Model - A type of generative model that produces output sequentially, using each generated element as input for predicting the next one.
- Text Generation - The process by which language models produce coherent text by predicting and outputting sequences of tokens.
- Output Randomness - The intentional and unintentional variability in AI-generated outputs arising from sampling parameters, model stochasticity, and the probabilistic nature of next-token prediction.
- Next-Token Prediction - The core mechanism of autoregressive language models that generates text by predicting the most likely next token given all preceding tokens.
← Back to all concepts