NLP
Beam Search
Length Normalization
Sequence Generation

What is length normalization in the context of beam search?

machine learning
Intermediate Level

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...

Code Labs Academy © 2024 All rights reserved.