Length normalization is a technique used in beam search or other sequence generation algorithms to address biases towards shorter or longer sequences. It aims to ensure fair evaluation and ranking of sequences of different lengths, especially when...
NLP
Beam Search
Length Normalization
Sequence Generation
What is length normalization in the context of beam search?
machine learning
Intermediate Level