Ground Truth.
AI, checked against the source.

← All topics

beam-search

Everything on Ground Truth tagged “beam-search” — 1 item.

Beam search: keeping several drafts alive to find a likelier sentence Lesson

Beam search is a decoding method that keeps the few highest-scoring partial outputs at every step instead of committing to the single likeliest word, which finds more probable sentences than greedy decoding and exposes why the most probable text is often not the best text.