paper-with-me

홈 › Papers

Breaking the Softmax Bottleneck via Learnable Monotonic Pointwise Non-linearities

2019-02-21 · Octavian-Eugen Ganea, Sylvain Gelly, Gary Bécigneul, Aliaksei Severyn

The Softmax function on top of a final linear layer is the de facto method to output probability distributions in neural networks. In many applications such as language models or text generation, this model has to produce distributions over large output vocabularies. Recently, this has been shown to have limited representational capacity due to its connection with the rank bottleneck in matrix factorization. However, little is known about the limitations of Linear-Softmax for quantities of practical interest such as cross entropy or mode estimation, a direction that we explore here. As an efficient and effective solution to alleviate this issue, we propose to learn parametric monotonic functions on top of the logits. We theoretically investigate the rank increasing capabilities of such monotonic functions. Empirically, our method improves in two different quality metrics over the traditional Linear-Softmax layer in synthetic and real language model experiments, adding little time or memory overhead, while being comparable to the more computationally expensive mixture of Softmaxes.

📄 PDF Abstract BibTeX arXiv:1902.08077

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingText Generation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Sigsoftmax: Reanalysis of the Softmax Bottleneck

2018-05-28 · NeurIPS 2018 12 · Sekitoshi Kanai, Yasuhiro Fujiwara, Yuki Yamanaka, Shuichi Adachi

Softmax is an output activation function for modeling categorical probability distributions in many applications of deep learning. However, a recent study revealed that softmax can be a bottleneck of representational cap…

Language ModelingLanguage Modelling

Mixtape: Breaking the Softmax Bottleneck Efficiently

2019-12-01 · NeurIPS 2019 12 · Zhilin Yang, Thang Luong, Russ R. Salakhutdinov, Quoc V. Le

The softmax bottleneck has been shown to limit the expressiveness of neural language models. Mixture of Softmaxes (MoS) is an effective approach to address such a theoretical limitation, but are expensive compared to sof…

Language ModelingLanguage ModellingMachine TranslationTranslation+1

Breaking the Softmax Bottleneck: A High-Rank RNN Language Model

2017-11-10 · ICLR 2018 1 · Zhilin Yang, Zihang Dai, Ruslan Salakhutdinov, William W. Cohen

We formulate language modeling as a matrix factorization problem, and show that the expressiveness of Softmax-based models (including the majority of neural language models) is limited by a Softmax bottleneck. Given that…

Language ModelingLanguage ModellingVocal Bursts Intensity PredictionWord Embeddings

Breaking the Softmax Bottleneck for Sequential Recommender Systems with Dropout and Decoupling

2021-10-11 · Ying-Chen Lin

The Softmax bottleneck was first identified in language modeling as a theoretical limit on the expressivity of Softmax-based models. Being one of the most widely-used methods to output probability, Softmax-based models h…

Language ModelingLanguage ModellingRecommendation Systems

Lost in Backpropagation: The LM Head is a Gradient Bottleneck

2026-03-10 · Nathan Godey, Yoav Artzi arxiv

The last layer of neural language models (LMs) projects output features of dimension $D$ to logits in dimension $V$, the size of the vocabulary, where usually $D \ll V$. This mismatch is known to raise risks of limited e…