Dispatcher: A Message-Passing Approach To Language Modelling
2021-05-09CLASP 2022Code Available0· sign in to hype
Alberto Cetoli
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/fractalego/dispatcherOfficialIn paperpytorch★ 4
Abstract
This paper proposes a message-passing mechanism to address language modelling. A new layer type is introduced that aims to substitute self-attention for unidirectional sequence generation tasks. The system is shown to be competitive with existing methods: Given N tokens, the computational complexity is O(N logN) and the memory complexity is O(N) under reasonable assumptions. In the end, the Dispatcher layer is seen to achieve comparable perplexity to prior results while being more efficient.