facebookresearch/fairseq

Biased beam search for re-translation based simultaneous translation

Open

#4,286 建立於 2022年3月21日

在 GitHub 查看
 (0 留言) (1 反應) (0 負責人)Python (6,224 fork)batch import
enhancementhelp wantedneeds triage

倉庫指標

Star
 (29,107 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

🚀 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

貢獻者指南