EMNLP 2022finding2 citations

Multi-Path Transformer is Better: A Case Study on Neural Machine Translation

Ye Lin, Shuhan Zhou, Yanyang Li, Anxiang Ma, Tong Xiao, Jingbo Zhu

Abstract

For years the model performance in machine learning obeyed a power-law relationship with the model size. For the consideration of parameter efficiency, recent studies focus on increasing model depth rather than width to achieve better performance. In this paper, we study how model width affects the Transformer model through a parameter-efficient multi-path structure. To better fuse features extracted from different paths, we add three additional operations to each sublayer: a normalization at the end of each path, a cheap operation to produce more features, and a learnable weighted mechanism to fuse all features flexibly. Extensive experiments on 12 WMT machine translation tasks show that, with the same number of parameters, the shallower multi-path model can achieve similar or even better performance than the deeper model. It reveals that we should pay more attention to the multi-path structure, and there should be a balance between the model depth and width to train a better large-scale Transformer.

BibTeX
@inproceedings{lin-etal-2022-multi-path,
    title = "Multi-Path Transformer is Better: A Case Study on Neural Machine Translation",
    author = "Lin, Ye  and
      Zhou, Shuhan  and
      Li, Yanyang  and
      Ma, Anxiang  and
      Xiao, Tong  and
      Zhu, Jingbo",
    editor = "Goldberg, Yoav  and
      Kozareva, Zornitsa  and
      Zhang, Yue",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2022",
    month = dec,
    year = "2022",
    address = "Abu Dhabi, United Arab Emirates",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.findings-emnlp.414/",
    doi = "10.18653/v1/2022.findings-emnlp.414",
    pages = "5646--5656"
}
Multi-Path Transformer is Better: A Case Study on Neural Machine Translation · EMNLP 2022