Efficient Softmax Approximation for GPUsDownload PDF

26 Apr 2024 (modified: 22 Oct 2023)ICLR 2017 Invite to WorkshopReaders: Everyone
Abstract: We propose an approximate strategy to efficiently train neural network based language models over very large vocabularies. Our approach, called adaptive softmax, circumvents the linear dependency on the vocabulary size by exploiting the unbalanced word distribution to form clusters that explicitly minimize the expectation of computational complexity. Our approach further reduces the computational cost by exploiting the specificities of modern architectures and matrix-matrix vector operations, making it particularly suited for graphical processing units. Our experiments carried out on standard benchmarks, such as EuroParl and One Billion Word, show that our approach brings a large gain in efficiency over standard approximations while achieving an accuracy close to that of the full softmax.
Keywords: Natural language processing
Conflicts: fb.com, kaust.edu.sa, columbia.edu
Community Implementations: [![CatalyzeX](/images/catalyzex_icon.svg) 10 code implementations](https://www.catalyzex.com/paper/arxiv:1609.04309/code)
14 Replies

Loading