Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
41 tokens/sec
GPT-4o
59 tokens/sec
Gemini 2.5 Pro Pro
41 tokens/sec
o3 Pro
7 tokens/sec
GPT-4.1 Pro
50 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

TensorCoder: Dimension-Wise Attention via Tensor Representation for Natural Language Modeling (2008.01547v2)

Published 28 Jul 2020 in cs.CL and cs.LG

Abstract: Transformer has been widely-used in many NLP tasks and the scaled dot-product attention between tokens is a core module of Transformer. This attention is a token-wise design and its complexity is quadratic to the length of sequence, limiting its application potential for long sequence tasks. In this paper, we propose a dimension-wise attention mechanism based on which a novel LLMing approach (namely TensorCoder) can be developed. The dimension-wise attention can reduce the attention complexity from the original $O(N2d)$ to $O(Nd2)$, where $N$ is the length of the sequence and $d$ is the dimensionality of head. We verify TensorCoder on two tasks including masked LLMing and neural machine translation. Compared with the original Transformer, TensorCoder not only greatly reduces the calculation of the original model but also obtains improved performance on masked LLMing task (in PTB dataset) and comparable performance on machine translation tasks.

User Edit Pencil Streamline Icon: https://streamlinehq.com
Authors (6)
  1. Shuai Zhang (319 papers)
  2. Peng Zhang (641 papers)
  3. Xindian Ma (6 papers)
  4. Junqiu Wei (4 papers)
  5. Ningning Wang (28 papers)
  6. Qun Liu (230 papers)
Citations (5)