paper-with-me

Papers

Knowledge Distillation based Ensemble Learning for Neural Machine Translation

2021-01-01 · Chenze Shao, Meng Sun, Yang Feng, Zhongjun He, Hua Wu, Haifeng Wang

Model ensemble can effectively improve the accuracy of neural machine translation, which is accompanied by the cost of large computation and memory requirements. Additionally, model ensemble cannot combine the strengths of translation models with different decoding strategies since their translation probabilities cannot be directly aggregated. In this paper, we introduce an ensemble learning framework based on knowledge distillation to aggregate the knowledge of multiple teacher models into a single student model. Under this framework, we introduce word-level ensemble learning and sequence-level ensemble learning for neural machine translation, where sequence-level ensemble learning is capable of aggregating translation models with different decoding strategies. Experimental results on multiple translation tasks show that, by combining the two ensemble learning methods, our approach achieves substantial improvements over the competitive baseline systems and establishes a new single-model state-of-the-art BLEU score of 31.13 in the WMT14 English-German translation task.\footnote{We will release the source code and the created SEL training data for reproducibility.}

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Ensemble LearningKnowledge DistillationMachine TranslationTranslation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Ensemble Distillation for Neural Machine Translation

2017-02-06 · Markus Freitag, Yaser Al-Onaizan, Baskaran Sankaran

Knowledge distillation describes a method for training a student network to perform better by learning from a stronger teacher network. Translating a sentence with an Neural Machine Translation (NMT) engine is time expen…

Knowledge DistillationMachine TranslationNMTSentence+1

The NiuTrans Machine Translation Systems for WMT21

2021-09-22 · WMT (EMNLP) 2021 11 · Shuhan Zhou, Tao Zhou, Binghao Wei, Yingfeng Luo 외

This paper describes NiuTrans neural machine translation systems of the WMT 2021 news translation tasks. We made submissions to 9 language directions, including English$\leftrightarrow$$\{$Chinese, Japanese, Russian, Ice…

Knowledge DistillationMachine TranslationTranslation

EBBS: An Ensemble with Bi-Level Beam Search for Zero-Shot Machine Translation

2024-02-29 · Yuqiao Wen, Behzad Shayegh, Chenyang Huang, Yanshuai Cao 외

The ability of zero-shot translation emerges when we train a multilingual model with certain translation directions; the model can then directly translate in unseen directions. Alternatively, zero-shot translation can be…

Machine TranslationTranslationZero-Shot Machine Translation

The Mininglamp Machine Translation System for WMT21

2021-11-01 · WMT (EMNLP) 2021 11 · Shiyu Zhao, Xiaopu Li, Minghui Wu, Jie Hao

This paper describes Mininglamp neural machine translation systems of the WMT2021 news translation tasks. We have participated in eight directions translation tasks for news text including Chinese to/from English, Hausa …

Knowledge DistillationMachine TranslationTranslation

WeChat Neural Machine Translation Systems for WMT20

2020-10-01 · WMT (EMNLP) 2020 11 · Fandong Meng, Jianhao Yan, Yijin Liu, Yuan Gao 외

We participate in the WMT 2020 shared news translation task on Chinese to English. Our system is based on the Transformer (Vaswani et al., 2017a) with effective variants and the DTMT (Meng and Zhang, 2019) architecture. …

Knowledge DistillationMachine TranslationSynthetic Data GenerationTransfer Learning+1