paper-with-me

홈 › Papers

Understanding and Improving Lexical Choice in Non-Autoregressive Translation

2020-12-29 · ICLR 2021 1 · Liang Ding, Longyue Wang, Xuebo Liu, Derek F. Wong, DaCheng Tao, Zhaopeng Tu

Knowledge distillation (KD) is essential for training non-autoregressive translation (NAT) models by reducing the complexity of the raw data with an autoregressive teacher model. In this study, we empirically show that as a side effect of this training, the lexical choice errors on low-frequency words are propagated to the NAT model from the teacher model. To alleviate this problem, we propose to expose the raw data to NAT models to restore the useful information of low-frequency words, which are missed in the distilled data. To this end, we introduce an extra Kullback-Leibler divergence term derived by comparing the lexical choice of NAT model and that embedded in the raw data. Experimental results across language pairs and model architectures demonstrate the effectiveness and universality of the proposed approach. Extensive analyses confirm our claim that our approach improves performance by reducing the lexical choice errors on low-frequency words. Encouragingly, our approach pushes the SOTA NAT performance on the WMT14 English-German and WMT16 Romanian-English datasets up to 27.8 and 33.8 BLEU points, respectively. The source code will be released.

📄 PDF Abstract BibTeX arXiv:2012.14583

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationTranslation

Similar Papers 제목 키워드 기반

EDITOR: an Edit-Based Transformer with Repositioning for Neural Machine Translation with Soft Lexical Constraints

2020-11-13 · Weijia Xu, Marine Carpuat

We introduce an Edit-Based Transformer with Repositioning (EDITOR), which makes sequence generation flexible by seamlessly allowing users to specify preferences in output lexical choice. Building on recent models for non…

Imitation LearningMachine TranslationTranslation

Neighbors Are Not Strangers: Improving Non-Autoregressive Translation under Low-Frequency Lexical Constraints

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Lexically constrained neural machine translation (NMT) draws much industrial attention for its practical usage in specific domains. However, current autoregressive approaches suffer from high latency. In this paper, we f…

Machine TranslationNMTTranslation

How Does Distilled Data Complexity Impact the Quality and Confidence of Non-Autoregressive Machine Translation?

2021-05-27 · Findings (ACL) 2021 8 · Weijia Xu, Shuming Ma, Dongdong Zhang, Marine Carpuat

While non-autoregressive (NAR) models are showing great promise for machine translation, their use is limited by their dependence on knowledge distillation from autoregressive models. To address this issue, we seek to un…

DiversityKnowledge DistillationMachine TranslationTranslation

Incorporating Terminology Constraints in Automatic Post-Editing

2020-10-19 · WMT (EMNLP) 2020 11 · David Wan, Chris Kedzie, Faisal Ladhak, Marine Carpuat 외

Users of machine translation (MT) may want to ensure the use of specific lexical terminologies. While there exist techniques for incorporating terminology constraints during inference for MT, current APE approaches canno…

Automatic Post-EditingData AugmentationMachine TranslationTranslation

On the Information Redundancy in Non-Autoregressive Translation

2024-05-04 · Zhihao Wang, Longyue Wang, Jinsong Su, Junfeng Yao 외

Token repetition is a typical form of multi-modal problem in fully non-autoregressive translation (NAT). In this work, we revisit the multi-modal problem in recently proposed NAT models. Our study reveals that these adva…

Translation