paper-with-me

홈 › Papers

Improving Neural Machine Translation by Bidirectional Training

2021-09-16 · EMNLP 2021 11 · Liang Ding, Di wu, DaCheng Tao

We present a simple and effective pretraining strategy -- bidirectional training (BiT) for neural machine translation. Specifically, we bidirectionally update the model parameters at the early stage and then tune the model normally. To achieve bidirectional updating, we simply reconstruct the training samples from "src$\rightarrow$tgt" to "src+tgt$\rightarrow$tgt+src" without any complicated model modifications. Notably, our approach does not increase any parameters or training steps, requiring the parallel data merely. Experimental results show that BiT pushes the SOTA neural machine translation performance across 15 translation tasks on 8 language pairs (data sizes range from 160K to 38M) significantly higher. Encouragingly, our proposed model can complement existing data manipulation strategies, i.e. back translation, data distillation, and data diversification. Extensive analyses show that our approach functions as a novel bilingual code-switcher, obtaining better bilingual alignment.

📄 PDF Abstract BibTeX arXiv:2109.07780

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTranslation

Similar Papers 제목 키워드 기반

Agreement-based Joint Training for Bidirectional Attention-based Neural Machine Translation

2015-12-15 · Yong Cheng, Shiqi Shen, Zhongjun He, wei he 외

The attentional mechanism has proven to be effective in improving end-to-end neural machine translation. However, due to the intricate structural divergence between natural languages, unidirectional attention-based model…

Machine TranslationTranslationWord Alignment

Punjabi to English Bidirectional NMT System

2020-12-01 · ICON 2020 12 · Kamal Deep, Ajit Kumar, Vishal Goyal

Machine Translation is ongoing research for last few decades. Today, Corpus-based Machine Translation systems are very popular. Statistical Machine Translation and Neural Machine Translation are based on the parallel cor…

Machine TranslationNMTTranslation

Confidence Based Bidirectional Global Context Aware Training Framework for Neural Machine Translation

2022-02-28 · ACL 2022 5 · Chulun Zhou, Fandong Meng, Jie zhou, Min Zhang 외

Most dominant neural machine translation (NMT) models are restricted to make predictions only according to the local context of preceding words in a left-to-right manner. Although many previous studies try to incorporate…

DecoderKnowledge DistillationLanguage ModellingMachine Translation+2

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

Improving Bidirectional Decoding with Dynamic Target Semantics in Neural Machine Translation

2019-11-05 · Yong Shan, Yang Feng, Jinchao Zhang, Fandong Meng 외

Generally, Neural Machine Translation models generate target words in a left-to-right (L2R) manner and fail to exploit any future (right) semantics information, which usually produces an unbalanced translation. Recent wo…

DecoderMachine TranslationTranslation