Subformer: Exploring Weight Sharing For Parameter Efficiency In Generative Transformers | Awesome LLM Papers

Subformer: Exploring Weight Sharing For Parameter Efficiency In Generative Transformers

MacHel Reid, Edison Marrese-Taylor, Yutaka Matsuo Β· Findings of the Association for Computational Linguistics: EMNLP 2021 Β· 2021

Transformers have shown improved performance when compared to previous architectures for sequence processing such as RNNs. Despite their sizeable performance gains, as recently suggested, the model is computationally expensive to train and with a high parameter budget. In light of this, we explore parameter-sharing methods in Transformers with a specific focus on generative models. We perform an analysis of different parameter sharing/reduction methods and develop the Subformer. Our model combines sandwich-style parameter sharing, which overcomes naive cross-layer parameter sharing in generative models, and self-attentive embedding factorization (SAFE). Experiments on machine translation, abstractive summarization and language modeling show that the Subformer can outperform the Transformer even when using significantly fewer parameters.

Similar Work
Loading…