paper-with-me

Papers

Bidirectional Modeling for Simultaneous Neural Machine Translation

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Simultaneous Neural Machine Translation (SimulNMT) generates the output before the entire input sentence is available and only uses the unidirectional attention from left-to-right so that its decoding highly relies on future forecast according to word ordering rules. However, it is utopian that the word order strictly obeys the grammar rules in a language, especially in oral. To address the mismatch between SimulNMT expecting strict word order and free word order in real scenario, we propose a bidirectional modeling. In detail, we train another backward model where the input sentence is from right-to-left and keep the target sentence from left-to-right. Then we join this backward model into the standard forward SimulNMT model during decoding. This strategy enhances the robustness of SimulNMT and empowers the model to be more adaptable for the inconstant word ordering phenomenon. Experiments show that our method brings improvement over the strong baselines.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationSentenceTranslation

Similar Papers 제목 키워드 기반

Two-Way Neural Machine Translation: A Proof of Concept for Bidirectional Translation Modeling using a Two-Dimensional Grid

2020-11-24 · Parnia Bahar, Christopher Brix, Hermann Ney

Neural translation models have proven to be effective in capturing sufficient information from a source sentence and generating a high-quality target sentence. However, it is not easy to get the best effect for bidirecti…

Machine TranslationSentenceTranslationVocal Bursts Valence Prediction

Synchronous Bidirectional Inference for Neural Sequence Generation

2019-02-24 · Jiajun Zhang, Long Zhou, Yang Zhao, Cheng-qing Zong

In sequence to sequence generation tasks (e.g. machine translation and abstractive summarization), inference is generally performed in a left-to-right manner to produce the result token by token. The neural approaches, s…

Abstractive Text SummarizationMachine TranslationTranslation

Self-Modifying State Modeling for Simultaneous Machine Translation

2024-06-04 · Donglei Yu, Xiaomian Kang, Yuchen Liu, Yu Zhou 외

Simultaneous Machine Translation (SiMT) generates target outputs while receiving stream source inputs and requires a read/write policy to decide whether to wait for the next source token or generate a new target token, w…

Machine TranslationTranslation

Synchronous Bidirectional Neural Machine Translation

2019-05-13 · TACL 2019 3 · Long Zhou, Jiajun Zhang, Cheng-qing Zong

Existing approaches to neural machine translation (NMT) generate the target language sequence token by token from left to right. However, this kind of unidirectional decoding framework cannot make full use of the target-…

Machine TranslationNMTTranslation

TRANS-BLSTM: Transformer with Bidirectional LSTM for Language Understanding

2020-03-16 · Zhiheng Huang, Peng Xu, Davis Liang, Ajay Mishra 외

Bidirectional Encoder Representations from Transformers (BERT) has recently achieved state-of-the-art performance on a broad range of NLP tasks including sentence classification, machine translation, and question answeri…

Machine TranslationNatural Language InferenceParaphrase IdentificationQuestion Answering+4