Learn Before
Concept

Candidate Set in Greedy Search

In the greedy search decoding algorithm, the set of candidate sequences at step i, denoted Yi, is reduced to contain only a single sequence. This sequence is the one formed by appending the highest-probability token from the current step to the optimal sequence generated in the previous steps.

0

1

Updated 2025-10-07

Contributors are:

Who are from:

Tags

Ch.5 Inference - Foundations of Large Language Models

Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences

Related