Language & LLMs

What Is Greedy Decoding?

Greedy decoding is a simple text-generation method that selects the highest-probability token at each step. It is fast and deterministic but can miss better overall sequences by committing to local choices. It contrasts with beam search and sampling-based methods.

Further reading

Read more about greedy decoding — articles and blogs from around the web: