paper-with-me

Papers

Single Headed Attention RNN: Stop Thinking With Your Head

2019-11-26 · Stephen Merity

The leading approaches in language modeling are all obsessed with TV shows of my youth - namely Transformers and Sesame Street. Transformers this, Transformers that, and over here a bonfire worth of GPU-TPU-neuromorphic wafer scale silicon. We opt for the lazy path of old and proven techniques with a fancy crypto inspired acronym: the Single Headed Attention RNN (SHA-RNN). The author's lone goal is to show that the entire field might have evolved a different direction if we had instead been obsessed with a slightly different acronym and slightly different result. We take a previously strong language model based only on boring LSTMs and get it to within a stone's throw of a stone's throw of state-of-the-art byte level language model results on enwik8. This work has undergone no intensive hyperparameter optimization and lived entirely on a commodity desktop machine that made the author's small studio apartment far too warm in the midst of a San Franciscan summer. The final results are achievable in plus or minus 24 hours on a single GPU as the author is impatient. The attention mechanism is also readily extended to large contexts with minimal computation. Take that Sesame Street.

📄 PDF Abstract BibTeX arXiv:1911.11423

Code (5)

Smerity/sha-rnn 공식 구현 pytorch
Tobias-K93/media-bias-prediction pytorch
alisafaya/SHA-RNN.jl pytorch
floleuerer/fastai_ulmfit
saattrupdan/scholarly tf

Tasks

GPUHyperparameter OptimizationLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Embedding Dropout Embedding Dropout is equivalent to performing dropout on the embedding matrix at a word level, where the dropout is broadcast…
Sigmoid Activation 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
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…
Tanh Activation 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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 제목 키워드 기반

Shatter: An Efficient Transformer Encoder with Single-Headed Self-Attention and Relative Sequence Partitioning

2021-08-30 · Ran Tian, Joshua Maynez, Ankur P. Parikh

The highly popular Transformer architecture, based on self-attention, is the foundation of large pretrained models such as BERT, that have become an enduring paradigm in NLP. While powerful, the computational resources a…

Does Your Reasoning Model Implicitly Know When to Stop Thinking?

2026-02-09 · Zixuan Huang, Xin Xia, Yuxi Ren, Jianbin Zheng 외 arxiv

Recent advancements in large reasoning models (LRMs) have greatly improved their capabilities on complex reasoning tasks through Long Chains of Thought (CoTs). However, this approach often results in substantial redundan…

Computational EfficiencyReinforcement Learning

Cross-stitched Multi-modal Encoders

2022-01-16 · ACL ARR January 2022 1 · Anonymous

In this paper, we propose a novel architecture for multi-modal speech and text input. We combine pretrained speech and text encoders using multi-headed cross-modal attention and jointly fine-tune on the target problem. T…

GPU

Cross-stitched Multi-modal Encoders

2022-04-20 · Karan Singla, Daniel Pressel, Ryan Price, Bhargav Srinivas Chinnari 외

In this paper, we propose a novel architecture for multi-modal speech and text input. We combine pretrained speech and text encoders using multi-headed cross-modal attention and jointly fine-tune on the target problem. T…

ClassificationGPU

Single headed attention based sequence-to-sequence model for state-of-the-art results on Switchboard

2020-01-20 · Zoltán Tüske, George Saon, Kartik Audhkhasi, Brian Kingsbury

It is generally believed that direct sequence-to-sequence (seq2seq) speech recognition models are competitive with hybrid models only when a large amount of data, at least a thousand hours, is available for training. In …

Data AugmentationLanguage ModelingLanguage Modellingspeech-recognition+1