English

Fixed Encoder Self-Attention Patterns in Transformer-Based Machine Translation

Computation and Language 2020-10-06 v3

Abstract

Transformer-based models have brought a radical change to neural machine translation. A key feature of the Transformer architecture is the so-called multi-head attention mechanism, which allows the model to focus simultaneously on different parts of the input. However, recent works have shown that most attention heads learn simple, and often redundant, positional patterns. In this paper, we propose to replace all but one attention head of each encoder layer with simple fixed -- non-learnable -- attentive patterns that are solely based on position and do not require any external knowledge. Our experiments with different data sizes and multiple language pairs show that fixing the attention heads on the encoder side of the Transformer at training time does not impact the translation quality and even increases BLEU scores by up to 3 points in low-resource scenarios.

Keywords

Cite

@article{arxiv.2002.10260,
  title  = {Fixed Encoder Self-Attention Patterns in Transformer-Based Machine Translation},
  author = {Alessandro Raganato and Yves Scherrer and Jörg Tiedemann},
  journal= {arXiv preprint arXiv:2002.10260},
  year   = {2020}
}

Comments

Accepted to Findings of EMNLP 2020

R2 v1 2026-06-23T13:51:40.477Z