facebookresearch/fairseq

Biased beam search for re-translation based simultaneous translation

Open

#4286 aperta il 21 mar 2022

Vedi su GitHub
 (0 commenti) (1 reazione) (0 assegnatari)Python (6224 fork)batch import
enhancementhelp wantedneeds triage

Metriche repository

Star
 (29.107 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

🚀 Feature Request

Biased Beam Search

Motivation

Due to incremental nature of source input in streaming translation, the vanilla beam search based model produces unstable translations causing flickers in the translation. The biased beam search reduces flickers and allows stable translation so that users can follow the translation output.

Pitch

Stable Translation for Re-Translation based Simultaneous, Spoken Language Translation,

Additional context

Implements of biased beam search (Section 4.2) as described in Re-Translation Strategies For Long Form, Simultaneous, Spoken Language Translation, ICASSP 2020

Guida contributor