Skip to content
AImpact
IT EN
Inference Intermediate Also known as: Decodifica greedy

Greedy Decoding

A generation strategy that always picks the most likely token at each step, without exploring alternatives.

ShareLinkedInX

In practice

Equivalent to temperature 0. It is deterministic and fast, ideal for tasks needing reproducibility (data extraction, classification, code). The downside is that it can get stuck in loops and produces flat output on creative tasks. It is the natural starting point when debugging prompts.

Related terms

Seen in the wild

0 entries mentioning it

No archive entry mentions it explicitly. Appears in broader contexts.

← All terms