Future-Guided Incremental Transformer for Simultaneous Translation
Simultaneous translation (ST) starts translations synchronously while reading source sentences, and is used in many online scenarios. The previous wait-k policy is concise and achieved good results in ST. However, wait-k policy faces two weaknesses: low training speed caused by the recalculation of hidden states and lack of future source information to guide training. For the low training speed, we propose an incremental Transformer with an average embedding layer (AEL) to accelerate the speed of calculation of the hidden states during training. For future-guided training, we propose a conventional Transformer as the teacher of the incremental Transformer, and try to invisibly embed some future information in the model through knowledge distillation. We conducted experiments on Chinese-English and German-English simultaneous translation tasks and compared with the wait-k policy to evaluate the proposed method. Our method can effectively increase the training speed by about 28 times on average at different k and implicitly embed some predictive abilities in the model, achieving better translation quality than wait-k baseline.
Code (0)
등록된 구현이 없습니다.
Tasks
Knowledge DistillationTranslationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Prediction Improves Simultaneous Neural Machine Translation
Simultaneous speech translation aims to maintain translation quality while minimizing the delay between reading input and incrementally producing the output. We propose a new general-purpose prediction action which predi…
Machine TranslationPredictionreinforcement-learningReinforcement Learning+2NAIST Simultaneous Speech Translation System for IWSLT 2024
This paper describes NAIST's submission to the simultaneous track of the IWSLT 2024 Evaluation Campaign: English-to-{German, Japanese, Chinese} speech-to-text translation and English-to-Japanese speech-to-speech translat…
Speech-to-Speech TranslationSpeech-to-TextSpeech-to-Text Translationtext-to-speech+2Anticipating Future with Large Language Model for Simultaneous Machine Translation
Simultaneous machine translation (SMT) takes streaming input utterances and incrementally produces target text. Existing SMT methods only use the partial utterance that has already arrived at the input and the generated …
Language ModelingLanguage ModellingLarge Language ModelMachine Translation+1Re-Translation Strategies For Long Form, Simultaneous, Spoken Language Translation
We investigate the problem of simultaneous machine translation of long-form speech content. We target a continuous speech-to-text scenario, generating translated captions for a live audio feed, such as a lecture or play-…
FormMachine Translationspeech-recognitionSpeech Recognition+2From Simultaneous to Streaming Machine Translation by Leveraging Streaming History
Simultaneous Machine Translation is the task of incrementally translating an input sentence before it is fully available. Currently, simultaneous translation is carried out by translating each sentence independently of t…
Machine TranslationSentenceTranslation