English

Exploring the Impact of Layer Normalization for Zero-shot Neural Machine Translation

Computation and Language 2023-05-17 v1

Abstract

This paper studies the impact of layer normalization (LayerNorm) on zero-shot translation (ZST). Recent efforts for ZST often utilize the Transformer architecture as the backbone, with LayerNorm at the input of layers (PreNorm) set as the default. However, Xu et al. (2019) has revealed that PreNorm carries the risk of overfitting the training data. Based on this, we hypothesize that PreNorm may overfit supervised directions and thus have low generalizability for ZST. Through experiments on OPUS, IWSLT, and Europarl datasets for 54 ZST directions, we demonstrate that the original Transformer setting of LayerNorm after residual connections (PostNorm) consistently outperforms PreNorm by up to 12.3 BLEU points. We then study the performance disparities by analyzing the differences in off-target rates and structural variations between PreNorm and PostNorm. This study highlights the need for careful consideration of the LayerNorm setting for ZST.

Cite

@article{arxiv.2305.09312,
  title  = {Exploring the Impact of Layer Normalization for Zero-shot Neural Machine Translation},
  author = {Zhuoyuan Mao and Raj Dabre and Qianying Liu and Haiyue Song and Chenhui Chu and Sadao Kurohashi},
  journal= {arXiv preprint arXiv:2305.09312},
  year   = {2023}
}

Comments

Accepted to ACL 2023 main conference

R2 v1 2026-06-28T10:35:42.054Z