English

Temporal Convolutional Attention-based Network For Sequence Modeling

Computation and Language 2023-10-17 v3 Machine Learning

Abstract

With the development of feed-forward models, the default model for sequence modeling has gradually evolved to replace recurrent networks. Many powerful feed-forward models based on convolutional networks and attention mechanism were proposed and show more potential to handle sequence modeling tasks. We wonder that is there an architecture that can not only achieve an approximate substitution of recurrent network, but also absorb the advantages of feed-forward models. So we propose an exploratory architecture referred to Temporal Convolutional Attention-based Network (TCAN) which combines temporal convolutional network and attention mechanism. TCAN includes two parts, one is Temporal Attention (TA) which captures relevant features inside the sequence, the other is Enhanced Residual (ER) which extracts shallow layer's important information and transfers to deep layers. We improve the state-of-the-art results of bpc/perplexity to 30.28 on word-level PTB, 1.092 on character-level PTB, and 9.20 on WikiText-2.

Keywords

Cite

@article{arxiv.2002.12530,
  title  = {Temporal Convolutional Attention-based Network For Sequence Modeling},
  author = {Hongyan Hao and Yan Wang and Siqiao Xue and Yudi Xia and Jian Zhao and Furao Shen},
  journal= {arXiv preprint arXiv:2002.12530},
  year   = {2023}
}

Comments

7 pages, 3 figures

R2 v1 2026-06-23T13:57:09.378Z