Pith. sign in

REVIEW 2 cited by

TensorCoder: Dimension-Wise Attention via Tensor Representation for Natural Language Modeling

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2008.01547 v2 pith:QI57HL73 submitted 2020-07-28 cs.CL cs.LG

classification cs.CLcs.LG
keywords attentionlanguagemodelingtaskstensorcoderdimension-wiseoriginalsequence
verification ladder T0 review T1 audit T2 compute T3 formal

Signed reviews

No signed human review yet.

0 comments
abstract

Transformer has been widely-used in many Natural Language Processing (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 language modeling approach (namely TensorCoder) can be developed. The dimension-wise attention can reduce the attention complexity from the original $O(N^2d)$ to $O(Nd^2)$, where $N$ is the length of the sequence and $d$ is the dimensionality of head. We verify TensorCoder on two tasks including masked language modeling 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 language modeling task (in PTB dataset) and comparable performance on machine translation tasks.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Adaptive Matrix Multiplication for Dynamic Shapes on Ascend NPUs

    cs.AR 2026-08 conditional novelty 6.0 of 10

    An adaptive MatMul framework for Ascend NPUs selects optimal tiling and instruction schedules via an analytical model, delivering 1.85x mean speedup over the vendor library on 80,000 dynamic shapes.

  2. ASR-EC Benchmark: Evaluating Large Language Models on Chinese ASR Error Correction

    cs.CL 2024-12 conditional novelty 5.0 of 10

    The ASR-EC benchmark on Chinese ASR errors shows that multimodal LLM augmentation corrects ASR output best, while prompting alone worsens CER.

Pith tools