2019

A Tensorized Transformer for Language Modeling

Ma, Xindian, Zhang, Peng, Zhang, Shuai et al.

Understand

Latest development of neural models has connected the encoder and decoder through a self-attention mechanism.

  • In particular, Transformer, which is solely based on self-attention, has led to breakthroughs in Natural Language Processing (NLP) tasks.
  • However, the multi-head attention mechanism, as a key component of Transformer, limits the effective deployment of the model to a resource-limited setting.
  • In this paper, based on the ideas of tensor decomposition and parameters sharing, we propose a novel self-attention model (namely Multi-linear attention) with Block-Term Tensor Decomposition (BTD).

Reading the bibliography…