English

Focus on the Target's Vocabulary: Masked Label Smoothing for Machine Translation

Computation and Language 2022-03-14 v2 Artificial Intelligence

Abstract

Label smoothing and vocabulary sharing are two widely used techniques in neural machine translation models. However, we argue that simply applying both techniques can be conflicting and even leads to sub-optimal performance. When allocating smoothed probability, original label smoothing treats the source-side words that would never appear in the target language equally to the real target-side words, which could bias the translation model. To address this issue, we propose Masked Label Smoothing (MLS), a new mechanism that masks the soft label probability of source-side words to zero. Simple yet effective, MLS manages to better integrate label smoothing with vocabulary sharing. Our extensive experiments show that MLS consistently yields improvement over original label smoothing on different datasets, including bilingual and multilingual translation from both translation quality and model's calibration. Our code is released at https://github.com/PKUnlp-icler/MLS

Keywords

Cite

@article{arxiv.2203.02889,
  title  = {Focus on the Target's Vocabulary: Masked Label Smoothing for Machine Translation},
  author = {Liang Chen and Runxin Xu and Baobao Chang},
  journal= {arXiv preprint arXiv:2203.02889},
  year   = {2022}
}

Comments

ACL 2022 Main Conference, released at https://github.com/PKUnlp-icler/MLS