Aussie AI

Beam Search Decoding

  • Last Updated 7 March, 2025
  • by David Spuler, Ph.D.

What is Beam Search Decoding?

Beam search decoding is an advancement upon greedy decoding that looks ahead a little further. Beam search maintains some alternative possibilities for sequences of tokens to outputs, which is analogous to having it consider a number of different words and phrases, before it finally makes a decision on which to output.

Research on Beam Search Decoding

Research papers on beam search decoding algorithms include:

More Research on Decoding Algorithms

More AI Research

Read more about: