English

SHAQ: Single Headed Attention with Quasi-Recurrence

Computation and Language 2021-08-23 v1 Artificial Intelligence

Abstract

Natural Language Processing research has recently been dominated by large scale transformer models. Although they achieve state of the art on many important language tasks, transformers often require expensive compute resources, and days spanning to weeks to train. This is feasible for researchers at big tech companies and leading research universities, but not for scrappy start-up founders, students, and independent researchers. Stephen Merity's SHA-RNN, a compact, hybrid attention-RNN model, is designed for consumer-grade modeling as it requires significantly fewer parameters and less training time to reach near state of the art results. We analyze Merity's model here through an exploratory model analysis over several units of the architecture considering both training time and overall quality in our assessment. Ultimately, we combine these findings into a new architecture which we call SHAQ: Single Headed Attention Quasi-recurrent Neural Network. With our new architecture we achieved similar accuracy results as the SHA-RNN while accomplishing a 4x speed boost in training.

Keywords

Cite

@article{arxiv.2108.08207,
  title  = {SHAQ: Single Headed Attention with Quasi-Recurrence},
  author = {Nashwin Bharwani and Warren Kushner and Sangeet Dandona and Ben Schreiber},
  journal= {arXiv preprint arXiv:2108.08207},
  year   = {2021}
}

Comments

8 pages, 11 figures

R2 v1 2026-06-24T05:13:29.209Z