Comparison

Beam Search as Implicit Step-Level Search

Beam search, which maintains a set of KK most promising partial sequences at each generation step, functions as a form of step-level search. In this framework, the language model's own probability distribution implicitly serves as the verifier, and the pruning mechanism used to maintain the beam size acts as the search strategy. This differs from explicit step-level search, which utilizes more sophisticated and specialized verifier components.

0

1

Updated 2026-05-06

Contributors are:

Who are from:

Tags

Foundations of Large Language Models

Ch.5 Inference - Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences