Kubnal Bridge

Techniques & Methods

Generation

Generation in AI refers to the output phase: a trained model produces novel content conditioned on an input. For language models, generation is autoregressive—tokens are produced one at a time, with each token conditioned on the prompt and all previously generated tokens.

Controlling generation quality involves temperature (randomness), top-p and top-k sampling (vocabulary truncation), and length constraints. High temperature produces diverse, creative outputs; low temperature produces focused, deterministic ones.

Authority Links

Related Terms