Are Neighbors Enough? Multi-Head Neural n-gram can be Alternative to Self-attention
Computation and Language
2022-07-28 v1
Abstract
Impressive performance of Transformer has been attributed to self-attention, where dependencies between entire input in a sequence are considered at every position. In this work, we reform the neural -gram model, which focuses on only several surrounding representations of each position, with the multi-head mechanism as in Vaswani et al.(2017). Through experiments on sequence-to-sequence tasks, we show that replacing self-attention in Transformer with multi-head neural -gram can achieve comparable or better performance than Transformer. From various analyses on our proposed method, we find that multi-head neural -gram is complementary to self-attention, and their combinations can further improve performance of vanilla Transformer.
Cite
@article{arxiv.2207.13354,
title = {Are Neighbors Enough? Multi-Head Neural n-gram can be Alternative to Self-attention},
author = {Mengsay Loem and Sho Takase and Masahiro Kaneko and Naoaki Okazaki},
journal= {arXiv preprint arXiv:2207.13354},
year = {2022}
}