JA EN
Glossary › decoding

GLOSSARY

decoding

appears in 3 paper titles

Definition

The procedure that turns a model's next-token distribution into actual text: greedy selection, beam search, temperature or nucleus sampling, and speculative variants that trade compute for latency. It happens at generation time with the weights untouched, which makes it one of the cheapest knobs available — quality and diversity often shift more with decoding settings than with fine-tuning.

Explainers using this term