English

Lessons on Parameter Sharing across Layers in Transformers

Computation and Language 2023-06-05 v4 Machine Learning

Abstract

We propose a parameter sharing method for Transformers (Vaswani et al., 2017). The proposed approach relaxes a widely used technique, which shares parameters for one layer with all layers such as Universal Transformers (Dehghani et al., 2019), to increase the efficiency in the computational time. We propose three strategies: Sequence, Cycle, and Cycle (rev) to assign parameters to each layer. Experimental results show that the proposed strategies are efficient in the parameter size and computational time. Moreover, we indicate that the proposed strategies are also effective in the configuration where we use many training data such as the recent WMT competition.

Cite

@article{arxiv.2104.06022,
  title  = {Lessons on Parameter Sharing across Layers in Transformers},
  author = {Sho Takase and Shun Kiyono},
  journal= {arXiv preprint arXiv:2104.06022},
  year   = {2023}
}

Comments

SustaiNLP 2023

R2 v1 2026-06-24T01:06:43.339Z