English

Symmetric Dot-Product Attention for Efficient Training of BERT Language Models

Computation and Language 2024-06-21 v2

Abstract

Initially introduced as a machine translation model, the Transformer architecture has now become the foundation for modern deep learning architecture, with applications in a wide range of fields, from computer vision to natural language processing. Nowadays, to tackle increasingly more complex tasks, Transformer-based models are stretched to enormous sizes, requiring increasingly larger training datasets, and unsustainable amount of compute resources. The ubiquitous nature of the Transformer and its core component, the attention mechanism, are thus prime targets for efficiency research. In this work, we propose an alternative compatibility function for the self-attention mechanism introduced by the Transformer architecture. This compatibility function exploits an overlap in the learned representation of the traditional scaled dot-product attention, leading to a symmetric with pairwise coefficient dot-product attention. When applied to the pre-training of BERT-like models, this new symmetric attention mechanism reaches a score of 79.36 on the GLUE benchmark against 78.74 for the traditional implementation, leads to a reduction of 6% in the number of trainable parameters, and reduces the number of training steps required before convergence by half.

Keywords

Cite

@article{arxiv.2406.06366,
  title  = {Symmetric Dot-Product Attention for Efficient Training of BERT Language Models},
  author = {Martin Courtois and Malte Ostendorff and Leonhard Hennig and Georg Rehm},
  journal= {arXiv preprint arXiv:2406.06366},
  year   = {2024}
}

Comments

to be published in Findings of the Association for Computational Linguistics: ACL 2024

R2 v1 2026-06-28T16:59:46.591Z