Beam search
AIBeam search: A decoding method that keeps several candidate sequences in parallel at each step, expanding the most promising and finally choosing the highest-scoring whole sequence.
Beam search: A decoding method that keeps several candidate sequences in parallel at each step, expanding the most promising and finally choosing the highest-scoring whole sequence.