paper-with-me

홈 › Papers

Language Modeling with Deep Transformers

2019-05-10 · Kazuki Irie, Albert Zeyer, Ralf Schlüter, Hermann Ney

We explore deep autoregressive Transformer models in language modeling for speech recognition. We focus on two aspects. First, we revisit Transformer model configurations specifically for language modeling. We show that well configured Transformer models outperform our baseline models based on the shallow stack of LSTM recurrent neural network layers. We carry out experiments on the open-source LibriSpeech 960hr task, for both 200K vocabulary word-level and 10K byte-pair encoding subword-level language modeling. We apply our word-level models to conventional hybrid speech recognition by lattice rescoring, and the subword-level models to attention based encoder-decoder models by shallow fusion. Second, we show that deep Transformer language models do not require positional encoding. The positional encoding is an essential augmentation for the self-attention mechanism which is invariant to sequence ordering. However, in autoregressive setup, as is the case for language modeling, the amount of information increases along the position dimension, which is a positional signal by its own. The analysis of attention weights shows that deep autoregressive self-attention models can automatically make use of such positional information. We find that removing the positional encoding even slightly improves the performance of these models.

📄 PDF Abstract BibTeX arXiv:1905.04226

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderLanguage ModelingLanguage Modellingspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Winner-Take-All Spiking Transformer for Language Modeling

2026-04-13 · Chenlin Zhou, Sihang Guo, Jiaqi Wang, Dongyang Ma 외 arxiv

Spiking Transformers, which combine the scalability of Transformers with the sparse, energy-efficient property of Spiking Neural Networks (SNNs), have achieved impressive results in neuromorphic and vision tasks and attr…

Natural Language Understanding

Hungry Hungry Hippos: Towards Language Modeling with State Space Models

2022-12-28 · Daniel Y. Fu, Tri Dao, Khaled K. Saab, Armin W. Thomas 외

State space models (SSMs) have demonstrated state-of-the-art sequence modeling performance in some modalities, but underperform attention in language modeling. Moreover, despite scaling nearly linearly in sequence length…

8kCoreference ResolutionFew-Shot LearningLanguage Modeling+6

Variational Neurons in Transformers for Language Modeling

2026-03-30 · Yves Ruffenach arxiv

Transformers for language modeling usually rely on deterministic internal computation, with uncertainty expressed mainly at the output layer. We introduce variational neurons into Transformer feed-forward computation so …

TorchScale: Transformers at Scale

2022-11-23 · Shuming Ma, Hongyu Wang, Shaohan Huang, Wenhui Wang 외

Large Transformers have achieved state-of-the-art performance across many tasks. Most open-source libraries on scaling Transformers focus on improving training or inference with better parallelization. In this work, we p…

Language ModelingLanguage ModellingMachine TranslationTranslation

Iterated Piecewise Affine (IPA) Approximation for Language Modeling

2023-06-21 · Davood Shamsi, Wen-Yu Hua, Brian Williams

In this work, we demonstrate the application of a first-order Taylor expansion to approximate a generic function $F: R^{n \times m} \to R^{n \times m}$ and utilize it in language modeling. To enhance the basic Taylor exp…

DecoderLanguage ModelingLanguage Modelling