paper-with-me

Papers

Pretraining Without Attention

2022-12-20 · Junxiong Wang, Jing Nathan Yan, Albert Gu, Alexander M. Rush

Transformers have been essential to pretraining success in NLP. While other architectures have been used, downstream accuracy is either significantly worse, or requires attention layers to match standard benchmarks such as GLUE. This work explores pretraining without attention by using recent advances in sequence routing based on state-space models (SSMs). Our proposed model, Bidirectional Gated SSM (BiGS), combines SSM layers with a multiplicative gating architecture that has been effective in simplified sequence modeling architectures. The model learns static layers that do not consider pair-wise interactions. Even so, BiGS is able to match BERT pretraining accuracy on GLUE and can be extended to long-form pretraining of 4096 tokens without approximation. Analysis shows that while the models have similar average accuracy, the approach has different inductive biases than BERT in terms of interactions and syntactic representations. All models from this work are available at https://github.com/jxiw/BiGS.

📄 PDF Abstract BibTeX arXiv:2212.10544

Code (1)

jxiw/bigs 공식 구현 jax

Tasks

State Space Models

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Residual Connection 설명 없음
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 &…
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

Multipole Semantic Attention: A Fast Approximation of Softmax Attention for Pretraining

2025-09-12 · Rupert Mitchell, Kristian Kersting arxiv

Pretraining transformers on long sequences (entire code repositories, collections of related documents) is bottlenecked by quadratic attention costs. We present Multipole Semantic Attention (MuSe), which accelerates 64k-…

Are we pretraining it right? Digging deeper into visio-linguistic pretraining

2020-04-19 · Amanpreet Singh, Vedanuj Goswami, Devi Parikh

Numerous recent works have proposed pretraining generic visio-linguistic representations and then finetuning them for downstream vision and language tasks. While architecture and objective function design choices have re…

Visual Question Answering (VQA)

How Many Pretraining Tasks Are Needed for In-Context Learning of Linear Regression?

2023-10-12 · Jingfeng Wu, Difan Zou, Zixiang Chen, Vladimir Braverman 외

Transformers pretrained on diverse tasks exhibit remarkable in-context learning (ICL) capabilities, enabling them to solve unseen tasks solely based on input contexts without adjusting model parameters. In this paper, we…

In-Context Learningregression

Pretraining by Backtranslation for End-to-end ASR in Low-Resource Settings

2018-12-10 · Matthew Wiesner, Adithya Renduchintala, Shinji Watanabe, Chunxi Liu 외

We explore training attention-based encoder-decoder ASR in low-resource settings. These models perform poorly when trained on small amounts of transcribed speech, in part because they depend on having sufficient target-s…

Data AugmentationDecoder

Beyond Linear Attention: Softmax Transformers Implement In-Context Reinforcement Learning

2026-05-08 · Zixuan Xie, Xinyu Liu, Claire Chen, Shuze Daniel Liu 외 arxiv

In-context reinforcement learning (ICRL) studies agents that, after pretraining, adapt to new tasks by conditioning on additional context without parameter updates. Existing theoretical analyses of ICRL largely rely on l…

Reinforcement Learning