paper-with-me

홈 › Papers

Hint-Based Training for Non-Autoregressive Machine Translation

2019-09-15 · IJCNLP 2019 11 · Zhuohan Li, Zi Lin, Di He, Fei Tian, Tao Qin, Li-Wei Wang, Tie-Yan Liu

Due to the unparallelizable nature of the autoregressive factorization, AutoRegressive Translation (ART) models have to generate tokens sequentially during decoding and thus suffer from high inference latency. Non-AutoRegressive Translation (NART) models were proposed to reduce the inference time, but could only achieve inferior translation accuracy. In this paper, we proposed a novel approach to leveraging the hints from hidden states and word alignments to help the training of NART models. The results achieve significant improvement over previous NART models for the WMT14 En-De and De-En datasets and are even comparable to a strong LSTM-based ART baseline but one order of magnitude faster in inference.

📄 PDF Abstract BibTeX arXiv:1909.06708

Code (1)

zhuohan123/hint-nart 공식 구현 tf

Tasks

de-enMachine TranslationTranslation

Similar Papers 제목 키워드 기반

Hint-based Training for Non-Autoregressive Translation

2019-05-01 · ICLR 2019 5 · Zhuohan Li, Di He, Fei Tian, Tao Qin 외

Machine translation is an important real-world application, and neural network-based AutoRegressive Translation (ART) models have achieved very promising accuracy. Due to the unparallelizable nature of the autoregressive…

de-enMachine TranslationTranslation

HintedBT: Augmenting Back-Translation with Quality and Transliteration Hints

2021-09-09 · EMNLP 2021 11 · Sahana Ramnath, Melvin Johnson, Abhirut Gupta, Aravindan Raghuveer

Back-translation (BT) of target monolingual corpora is a widely used data augmentation strategy for neural machine translation (NMT), especially for low-resource language pairs. To improve effectiveness of the available …

Data AugmentationDecoderMachine TranslationNMT+2

Can Latent Alignments Improve Autoregressive Machine Translation?

2021-04-19 · NAACL 2021 4 · Adi Haviv, Lior Vassertail, Omer Levy

Latent alignment objectives such as CTC and AXE significantly improve non-autoregressive machine translation models. Can they improve autoregressive models as well? We explore the possibility of training autoregressive m…

Machine TranslationTranslation

ENGINE: Energy-Based Inference Networks for Non-Autoregressive Machine Translation

2020-05-02 · ACL 2020 6 · Lifu Tu, Richard Yuanzhe Pang, Sam Wiseman, Kevin Gimpel

We propose to train a non-autoregressive machine translation model to minimize the energy defined by a pretrained autoregressive model. In particular, we view our non-autoregressive translation system as an inference net…

de-enMachine TranslationTranslation

Non-Autoregressive Machine Translation with Latent Alignments

2020-04-16 · EMNLP 2020 11 · Chitwan Saharia, William Chan, Saurabh Saxena, Mohammad Norouzi

This paper presents two strong methods, CTC and Imputer, for non-autoregressive machine translation that model latent alignments with dynamic programming. We revisit CTC for machine translation and demonstrate that a sim…

Machine TranslationTranslation