REVIEW 3 major objections 3 minor 82 cited by
Griffin: Mixing Gated Linear Recurrences with Local Attention for Efficient Language Models
T0 review · 3 major / 3 minor · reviewed 2026-05-15 · grok-4.3
Pith's one-line read Griffin mixes gated linear recurrences with local attention to match Llama-2 performance on far fewer tokens.
desk verdict Griffin shows a gated-recurrence plus local-attention hybrid that claims Llama-2 parity after training on six times fewer tokens. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The hybrid mixing of gated linear recurrences (Hawk) with local attention layers inside Griffin.
What would settle it
A controlled replication in which Griffin is trained on the same token count and data mixture as Llama-2 yet scores materially lower on the same downstream suite.
Extended reading notes
Core claim
Griffin is a hybrid architecture that interleaves gated linear recurrences with local attention. It matches the performance of Llama-2 on standard language-modeling benchmarks despite training on over six times fewer tokens. The same models scale to 14 billion parameters, extrapolate to sequences far longer than the training length, and deliver lower inference latency together with higher throughput than equivalent transformers while preserving comparable training throughput.
Load-bearing premise
The performance equivalence to Llama-2 holds on the chosen benchmarks and training distribution without post-hoc selection of favorable comparisons.
Editorial extensions
If this is right
- Training data requirements for reaching a given performance level can be reduced by a factor of six.
- Inference latency drops and throughput rises relative to full-attention transformers of similar size.
- The model produces coherent output on sequences several times longer than its training context.
- Models up to 14 billion parameters can be sharded and trained with standard distributed hardware.
Reading between the lines
- Data efficiency gains may translate to other sequence domains such as code or long-document processing.
- Lower memory bandwidth during inference could allow larger models to run on single accelerators.
- Local attention windows might be tuned dynamically to balance quality and speed on different tasks.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces Hawk, a recurrent model based on gated linear recurrences, and Griffin, a hybrid architecture that interleaves these recurrences with local attention. It claims Hawk outperforms Mamba on downstream tasks, Griffin matches Llama-2 performance while using over 6× fewer training tokens, supports extrapolation to sequences longer than those seen in training, achieves transformer-comparable training efficiency with superior inference latency and throughput, and scales successfully to 14B parameters with a described sharding strategy for distributed training.
Significance. If the performance and efficiency claims are substantiated, the work would be significant for the development of scalable, data-efficient language models that combine RNN-style recurrence with attention. The reported ability to match a strong transformer baseline with substantially less data, together with long-context extrapolation and inference speedups, addresses practical bottlenecks in training and deployment of large models.
major comments (3)
- [§4.2 and Table 2] §4.2 and Table 2: The central claim that Griffin matches Llama-2 performance despite 6× fewer tokens is load-bearing but lacks an explicit side-by-side table confirming identical parameter count (e.g., 7B), identical benchmark suite, identical few-shot/prompting protocol, and full per-task scores; without these controls the equivalence cannot be verified and the data-efficiency result rests on an untested assumption.
- [§4.3] §4.3: The extrapolation results report performance on sequences longer than training length but do not provide the exact training context length, the maximum tested length, or an ablation isolating the contribution of the local attention window versus the recurrent state; this weakens the claim that the architecture inherently supports significant extrapolation.
- [§3.2, Eq. (8)–(10)] §3.2, Eq. (8)–(10): The definition of the gated linear recurrence mixes several learned parameters (including the decay and input gates) whose interaction with the local attention mixing coefficient is not analyzed; a parameter-count or FLOPs breakdown showing that Griffin remains strictly more efficient than a comparable transformer at scale is needed to support the efficiency claims.
minor comments (3)
- [Figure 3] Figure 3: Axis labels and legend are too small for readability; add explicit token counts and model sizes to the caption.
- [§5] §5: The sharding strategy for distributed training is described at a high level; a small pseudocode block or explicit communication volume calculation would improve reproducibility.
- [Related work] Missing reference to the original Mamba paper in the related-work section when comparing Hawk performance.
Simulated Author's Rebuttal
Thank you for your constructive comments on our paper. We address each major point below and have revised the manuscript to incorporate clarifications and additional analyses where appropriate.
read point-by-point responses
-
Referee: §4.2 and Table 2: The central claim that Griffin matches Llama-2 performance despite 6× fewer tokens is load-bearing but lacks an explicit side-by-side table confirming identical parameter count (e.g., 7B), identical benchmark suite, identical few-shot/prompting protocol, and full per-task scores; without these controls the equivalence cannot be verified and the data-efficiency result rests on an untested assumption.
Authors: We agree with the referee that an explicit side-by-side comparison strengthens the claim. In the revised manuscript, we have updated Table 2 to provide a direct comparison, confirming that Griffin and Llama-2 both have 7B parameters, are evaluated on the same benchmark suite with identical few-shot prompting protocols, and include full per-task scores. This verifies the data-efficiency result under controlled conditions. revision: yes
-
Referee: §4.3: The extrapolation results report performance on sequences longer than training length but do not provide the exact training context length, the maximum tested length, or an ablation isolating the contribution of the local attention window versus the recurrent state; this weakens the claim that the architecture inherently supports significant extrapolation.
Authors: We appreciate this observation. We have revised Section 4.3 to explicitly state that the training context length is 2048 tokens and the maximum tested length is 8192 tokens. Furthermore, we added an ablation in the supplementary material isolating the local attention window by comparing to the pure recurrent Hawk model, showing that the hybrid design supports extrapolation through the recurrent state while local attention stabilizes performance on longer sequences. revision: yes
-
Referee: §3.2, Eq. (8)–(10): The definition of the gated linear recurrence mixes several learned parameters (including the decay and input gates) whose interaction with the local attention mixing coefficient is not analyzed; a parameter-count or FLOPs breakdown showing that Griffin remains strictly more efficient than a comparable transformer at scale is needed to support the efficiency claims.
Authors: We have addressed this by adding a detailed parameter and FLOPs analysis to Section 3.2. The gated linear recurrence introduces per-dimension decay and input gates, but these are efficiently implemented with minimal overhead. The local attention mixing coefficient is a learned scalar per layer that does not alter the overall complexity. Our analysis shows Griffin has comparable training FLOPs to transformers but significantly lower inference latency and higher throughput due to the recurrent components. At 14B scale, the sharding strategy maintains efficiency. revision: yes
Circularity Check
No circularity: empirical performance claims rest on training runs, not derivations
full rationale
The paper proposes the Hawk RNN and Griffin hybrid architecture, then reports measured performance on downstream tasks (exceeding Mamba, matching Llama-2 with 6x fewer tokens, plus extrapolation and efficiency numbers). No first-principles derivation chain, equations, or predictions are presented that could reduce to fitted inputs or self-citations by construction. All central claims are direct empirical outcomes from model training and evaluation; the performance parity is an observed result under the stated training regime, not a quantity forced by definition or prior self-citation. This is the normal non-circular case for an empirical architecture paper.
Assumptions & free parameters
Cite this review
Pith. "Pith review of Griffin: Mixing Gated Linear Recurrences with Local Attention for Efficient Language Models." pith.science (2026). https://pith.science/paper/DHRE4V6A
@misc{pith2026240219427,
author = {Pith},
title = {Pith review of: Griffin: Mixing Gated Linear Recurrences with Local Attention for Efficient Language Models},
year = {2026},
howpublished = {\url{https://pith.science/paper/DHRE4V6A}},
note = {Machine review of arXiv:2402.19427}
}
read the original abstract
Recurrent neural networks (RNNs) have fast inference and scale efficiently on long sequences, but they are difficult to train and hard to scale. We propose Hawk, an RNN with gated linear recurrences, and Griffin, a hybrid model that mixes gated linear recurrences with local attention. Hawk exceeds the reported performance of Mamba on downstream tasks, while Griffin matches the performance of Llama-2 despite being trained on over 6 times fewer tokens. We also show that Griffin can extrapolate on sequences significantly longer than those seen during training. Our models match the hardware efficiency of Transformers during training, and during inference they have lower latency and significantly higher throughput. We scale Griffin up to 14B parameters, and explain how to shard our models for efficient distributed training.
Forward citations
Showing 60 of 82 Pith papers that cite this
-
Geometric Hyena Networks for Large-scale Equivariant Learning
Geometric Hyena is an equivariant long-convolutional architecture that captures global geometric context with sub-quadratic complexity and outperforms equivariant transformer baselines on several RNA and protein predi...
-
Morphing into Hybrid Attention Models
FlashMorph formulates hybrid layer selection as budget-constrained optimization, trains per-layer gates on synthetic retrieval data with linearization regularization, then discretizes and distills to produce efficient...
-
CARVE: Content-Aware Recurrent with Value Efficiency for Chunk-Parallel Linear Attention
Key-axis-only content-aware erase plus a scalar write gate restores WY-form chunk training for delta-rule models and improves 1.3B language-model quality over GDN-2.
-
SSM Adapters via Hankel Reduced-order Modeling: Injection Site Determines Task Suitability in Long-Context Fine-Tuning
HRM adapters via Hankel reduced-order modeling outperform LoRA on long-context tasks in Mistral-7B when used as SSM residual modules with FFT-based parallel scan.
-
Tapered Language Models
Tapered Language Models monotonically decrease MLP width across depth with a cosine schedule, yielding better perplexity and downstream performance than uniform-width baselines across multiple architectures and scales...
-
LoopMoE: Unifying Iterative Computation with Mixture-of-Experts for Language Modeling
LoopMoE is a looped MoE language model that outperforms matched vanilla MoE on 8 of 9 downstream benchmarks at 3B scale and continues to outperform at 9B scale under strictly controlled budgets.
-
Forget Attention: Importance-Aware Attention Is All You Need
SISA adds an SSM importance term inside the attention score and runs the full operation as one SDPA call on augmented Q/K vectors, reporting better LAMBADA and perfect NIAH at small scale.
-
Trading Complexity for Expressivity Through Structured Generalized Linear Token Mixing
Presents a structured generalized linear token mixing framework that extends recurrence equations to multiple past states, enabling new patterns with provable complexity-expressivity trade-offs for causal generation.
-
Do Language Models Need Sleep? Offline Recurrence for Improved Online Inference
A sleep mechanism with N offline recurrent passes consolidates context into fast weights, improving performance on reasoning tasks where standard transformers fail.
-
Selective Rotary Position Embedding
Selective RoPE replaces RoPE's fixed rotation angles with input-dependent, learnable angles and improves recall-focused tasks in gated linear and softmax transformers.
-
MesaNet: Sequence Modeling by Locally Optimal Test-Time Training
MesaNet uses conjugate-gradient-optimal test-time regression in a chunkwise-parallelizable recurrent layer, achieving strong language modeling and benchmark performance at up to 1B scale.
-
On the Expressivity of Selective State-Space Layers: A Multivariate Polynomial Approach
A simplified selective state-space layer expresses polynomials whose degree grows with sequence length, exceeding the fixed per-layer degree of linear attention.
-
Marconi: Prefix Caching for the Era of Hybrid LLMs
A prefix cache for hybrid attention-SSM LLMs that selectively checkpoints SSM states and evicts by FLOP efficiency, improving token hit rates and time-to-first-token.
-
The Capability Convergence Hypothesis: Capability from Access Structure, Not Scale
Long-context capability converges to hybrid architectures pairing O(1) state with a scalable index; pure scaling of SSMs or Transformers alone hits information, horizon, or circuit walls.
-
What to Keep, What to Forget: A Rate--Distortion View of Memory Compaction in LLMs and Agents
KV-cache eviction, prompt compression, recurrent state bounding, and agent memory consolidation are unified as one rate-distortion problem with a shared lower bound, shared failure mode, and transferable mechanisms.
-
The Context-Ready Transformer
Context-ready transformer adds a correction network to pre-contextualize tokens in a D-layer block, turning the model recurrent for inference while allowing K-step unrolled parallel training, with reported gains over ...
-
Architecture-Aware Reinforcement Learning Makes Sliding-Window Attention Competitive in Math Reasoning
Reinforcement learning after SFT conversion narrows the performance gap between sliding-window attention and full self-attention on math reasoning benchmarks while preserving linear complexity.
-
Free Parametrization of L_2-Bounded Structured State-Space Controllers for Nonlinear Control with Stability Guarantees
A new free parametrization of L2-bounded LTI systems creates L2RU SSM layers that enforce stability by design, allowing unconstrained nonlinear controller optimization with guarantees via small-gain theorem.
-
Titans-as-a-Layer: Test-Time Memory for Conversational Speech Emotion Recognition
Introduces a Memory-as-a-Layer adapter that writes dialogue history into neural memory and reads it as a residual update to improve conversational speech emotion recognition on audio LLMs.
-
Blurry Window Attention
Blurry Window Attention stores a frequency window and reconstructs blurry KV history via Dirichlet kernel interpolation, achieving 8x better state efficiency than sliding window attention on the MQAR synthetic task.
-
Harmonic: Hierarchical State Space Models for Efficient Long-Context Language Modeling
Hierarchical SSM architecture Harmonic outperforms Transformers and Mamba on long-context language modeling up to 64K tokens and removes RoPE limits at 1B scale while maintaining O(L) compute.
-
Memory by Design: Probabilistic Sequence Layers
The design-model framework unifies sub-quadratic sequence models as Bayesian filters and introduces a covariance-tracking Bayesian Layer that improves retrieval robustness beyond training regimes on MQAR and RULER benchmarks.
-
Interdomain Attention: Beyond Token-Level Key-Value Memory
Interdomain Attention integrates SSMs into attention via finite feature maps and basis projections to enable query-conditioned attention over fixed states, showing gains over SSM baselines and matching softmax at 1.3B...
-
Towards Understanding Self-Pretraining for Sequence Classification
Self-pretraining improves Transformer sequence classification by enabling learning of proximity-biased attention from positional encodings that label supervision alone cannot easily acquire from random starts.
-
Flash PD-SSM: Memory-Optimized Structured Sparse State-Space Models
Flash PD-SSM achieves FSA-level expressivity by discretely selecting one matrix from a trainable set of structured sparse transition matrices at each time step while preserving the runtime and memory efficiency of sta...
-
The Routing and Filtering Structure of Attention
Attention decomposes into low-rank routing and symmetric filtering; disentangled S-D attention reveals a spectral cascade allowing early-layer linearization at under 5% perplexity cost.
-
Mambalaya: Einsum-Based Fusion Optimizations on State-Space Models
Mambalaya fuses the entire Mamba layer into one on-chip computation group, achieving simulated 4.9x prefill and 1.9x generation speedups over a MARCA-like baseline.
-
LPC-SM: Local Predictive Coding and Sparse Memory for Long-Context Language Modeling
LPC-SM is a hybrid architecture separating local attention, persistent memory, predictive correction, and control with ONT for memory writes, showing loss reductions on 158M-parameter models up to 4096-token contexts.
-
RAT+: Train Dense, Infer Sparse -- Recurrence Augmented Attention for Dilated Inference
RAT+ pretrains a single dense recurrent-augmented attention model that supports flexible dilated sparse inference after short adaptation, matching dense accuracy at moderate dilation and losing only 1-3 points at high...
-
When to Think Fast and Slow? AMOR: Adaptive Entropy Gate for Hybrid Models
AMOR uses output entropy to gate attention in recurrent hybrids, matching full attention performance at roughly 22% attention invocations across 180M-1.5B models.
-
Physics of Language Models: Part 4.1, Architecture Design and the Magic of Canon Layers
Canon layers—residual 1-d causal convolutions over adjacent tokens—boost synthetic reasoning depth 2-4x, lift NoPE to RoPE level, and bring GLA up to Mamba2/GDN, with qualitative real-world confirmation.
-
Gated KalmaNet: A Fading Memory Layer Through Test-Time Ridge Regression
Gated KalmaNet uses exact Kalman gain computation with adaptive gating and Chebyshev iteration to improve SSM performance on long-context tasks over prior approximations like DeltaNet.
-
DiffuMamba: High-Throughput Diffusion LMs with Mamba Backbone
A masked diffusion language model built on a bidirectional Mamba backbone matches Transformer-based denoisers on quality while decoding with near-linear time scaling.
-
Short window attention enables long-term memorization
Short sliding windows in hybrid attention-xLSTM models boost long-context performance by encouraging long-term memory use, and stochastic window sizing improves both short and long tasks.
-
SpikingBrain: Spiking Brain-inspired Large Models
SpikingBrain-7B and SpikingBrain-76B achieve Transformer-comparable performance after continual pre-training on 150B tokens, with over 100x TTFT speedup on 4M-token sequences and 69.15% sparsity from event-driven spiking.
-
Falcon-H1: A Family of Hybrid-Head Language Models Redefining Efficiency and Performance
Falcon-H1 reports competitive benchmark scores for a 0.5B to 34B family of parallel hybrid attention/Mamba-2 models, claiming 2x to 4x parameter efficiency versus dense transformers.
-
Lizard: An Efficient Linearization Framework for Large Language Models
Lizard linearizes Transformer LLMs via subquadratic attention and adaptive learnable modules, recovering near-original performance while outperforming prior linearization methods on MMLU and associative recall.
-
A Systematic Analysis of Hybrid Linear Attention
A systematic 72-model study shows standalone linear-attention quality does not predict hybrid performance, and a 3:1 to 6:1 linear-to-full ratio best balances recall against KV-cache cost.
-
AuroraLong: Bringing RNNs Back to Efficient Open-Ended Video Understanding
A 2B-parameter video-language model using an RWKV linear-RNN backbone and sorted token merging achieves competitive long-video QA accuracy with far lower memory cost than transformer-based models.
-
MemAgent: Reshaping Long-Context LLM with Multi-Conv RL-based Memory Agent
MemAgent uses multi-conversation RL to train a memory agent that reads text in segments and overwrites memory, extrapolating from 8K training to 3.5M token QA with under 5% loss and 95%+ on 512K RULER.
-
Routing Mamba: Scaling State Space Models with Mixture-of-Experts Projection
Routing Mamba applies mixture-of-experts to Mamba projection layers with one shared router, reporting perplexity parity with dense Mamba at roughly half the active parameters on 20B-token pretraining.
-
Sparsified State-Space Models are Efficient Highway Networks
Simba prunes tokens hierarchically in pre-trained SSMs, creating sparse upper layers that act as highways, improving the accuracy-FLOPs trade-off and long-context perplexity.
-
Message-Passing State-Space Models: Improving Graph Learning with Modern Sequence Modeling
A message-passing GNN based on a linear recurrence plus MLP readout achieves strong results on long-range, heterophilic, and spatio-temporal graph benchmarks.
-
Quantifying Memory Utilization with Effective State-Size
Effective state-size, the rank of a causal operator submatrix, is proposed and empirically validated as a memory-utilization proxy that beats cache size at predicting recall-task accuracy and reveals how LLMs reset co...
-
LLMs are Greedy Agents: Effects of RL Fine-tuning on Decision-Making Abilities
RL fine-tuning on self-generated chain-of-thought rationales increases exploration and lowers regret for LLM agents in bandits and tic-tac-toe, but the stated knowing-doing gap narrowing is not directly measured.
-
ForgeBench: A Machine Learning Benchmark Suite and Auto-Generation Framework for Next-Generation HLS Tools
ForgeBench is an open-source framework and benchmark suite with over 6,000 generated ML-focused HLS designs and modularized designs that show resource savings from shared hardware modules.
-
Native Sparse Attention: Hardware-Aligned and Natively Trainable Sparse Attention
NSA is a hardware-aligned sparse attention mechanism that enables end-to-end trainable long-context modeling by combining coarse token compression with fine-grained selection.
-
An Uncertainty Principle for Linear Recurrent Neural Networks
For linear RNNs, recalling an input K steps back with S hidden units has best-case error about 1-S/K when K exceeds S, with the filter's width scaling as K/S.
-
GRAMA: Adaptive Graph Autoregressive Moving Average Models
GRAMA is a graph-adaptive ARMA architecture that wraps GNN backbones with selective sequential recurrences and reports consistent gains on long-range graph benchmarks.
-
Test-time regression: a unifying framework for designing sequence models with associative memory
Sequence models that perform associative recall are unified as 'test-time regression' layers, reducing to weighted, kernel, or online least-squares regression depending on three design choices.
-
Explore Activation Sparsity in Recurrent LLMs for Energy-Efficient Neuromorphic Computing
A training-free thresholding algorithm raises activation sparsity in RWKV recurrent LLMs to 57-63%, yielding a simulated 1.9x energy/latency gain on SENECA with a small accuracy loss.
-
Understanding and Mitigating Bottlenecks of State Space Models through the Lens of Recency and Over-smoothing
State space models have an inherent recency bias and over-smoothing in deep stacks, and a two-channel polarization fix improves long-range associative recall.
-
On the Expressiveness and Length Generalization of Selective State-Space Models on Regular Languages
SD-SSM, a single-layer selective SSM with softmax-weighted dense transition matrices, achieves near-perfect length generalization on seven finite-state automaton tasks, while diagonal selective SSMs are shown to be li...
-
CLOVER: Cross-Layer Orthogonal Vectors Pruning and Fine-Tuning
Attention pairs (Q-K and V-O) are SVD-decomposed so pruning or fine-tuning touches only a small singular-factor matrix, yielding better pruning tolerance and small PEFT gains.
-
Hymba: A Hybrid-head Architecture for Small Language Models
Hymba-1.5B, a hybrid-head model with parallel attention and Mamba heads plus learnable meta tokens, achieves state-of-the-art accuracy among sub-2B models and outperforms Llama-3.2-3B with an 11.67x smaller cache and ...
-
Selective Attention: Enhancing Transformer through Principled Context Control
Selective Self-Attention adds query- and value-dependent temperature scaling to transformer attention, improving language modeling accuracy and passkey retrieval with under 0.5% extra parameters.
-
MetaLA: Unified Optimal Linear Approximation to Softmax Attention Map
MetaLA removes the Key matrix from linear attention, adds input-dependent decay plus self-augmentation, and reports gains over many linear baselines.
-
LightTransfer: Your Long-Context LLM is Secretly a Hybrid Model with Effortless Adaptation
LightTransfer identifies lazy layers in LLMs like LLaMA and replaces their attention with streaming attention to form hybrid models, delivering up to 2.17x throughput with under 1.5% drop on LongBench and strong resul...
-
An Empirical Study of Mamba-based Language Models
An 8B Mamba-2-Hybrid with 43% Mamba-2, 7% attention, and 50% MLP layers exceeds an 8B Transformer by 2.65 points on average across 12 tasks and matches it on 23 long-context tasks while enabling up to 8x faster inference.
-
Hybrid Gated Attention
HyGA, a hybrid gated attention with input, output, and cross-head gates plus low-rank compression, improves LLM training loss and downstream tasks over Gated Attention.
Reference graph
Works this paper leans on
-
[1]
J. Achiam, S. Adler, S. Agarwal, L. Ahmad, I. Akkaya, F. L. Aleman, D. Almeida, J. Altenschmidt, S. Altman, S. Anadkat, et al. GPT-4 technical report.arXiv preprint arXiv:2303.08774,
-
[2]
Neural Machine Translation by Jointly Learning to Align and Translate
D. Bahdanau, K. Cho, and Y. Bengio. Neural machine translation by jointly learning to align and translate. arXiv preprint arXiv:1409.0473,
-
[3]
Longformer: The Long-Document Transformer
I. Beltagy, M. E. Peters, and A. Cohan. Longformer: The long-document transformer.arXiv preprint arXiv:2004.05150,
work page Pith review arXiv 2004
-
[4]
Quasi-Recurrent Neural Networks
J. Bradbury, S. Merity, C. Xiong, and R. Socher. Quasi-recurrent neural networks.arXiv preprint arXiv:1611.01576,
-
[5]
T.Brown,B.Mann,N.Ryder,M.Subbiah,J.D.Kaplan,P.Dhariwal,A.Neelakantan,P.Shyam,G.Sastry, A
URLhttp://github.com/google/jax. T.Brown,B.Mann,N.Ryder,M.Subbiah,J.D.Kaplan,P.Dhariwal,A.Neelakantan,P.Shyam,G.Sastry, A. Askell, et al. Language models are few-shot learners. InAdvances in Neural Information Processing Systems, volume 33, pages 1877–1901,
work page 1901
-
[6]
Generating Long Sequences with Sparse Transformers
R.Child,S.Gray,A.Radford,andI.Sutskever. Generatinglongsequenceswithsparsetransformers. arXiv preprint arXiv:1904.10509,
work page Pith review arXiv 1904
-
[7]
Empirical Evaluation of Gated Recurrent Neural Networks on Sequence Modeling
J. Chung, C. Gulcehre, K. Cho, and Y. Bengio. Empirical evaluation of gated recurrent neural networks on sequence modeling.arXiv preprint arXiv:1412.3555,
-
[8]
T. Dao, D. Fu, S. Ermon, A. Rudra, and C. Ré. Flashattention: Fast and memory-efficient exact attention with io-awareness. InAdvances in Neural Information Processing Systems, volume 35, pages 16344–16359, 2022a. T. Dao, D. Y. Fu, K. K. Saab, A. W. Thomas, A. Rudra, and C. Ré. Hungry hungry hippos: Towards language modeling with state space models.arXiv p...
Show all 40 references
-
[9]
Gemini: a family of highly capable multimodal models
Gemini Team Google. Gemini: a family of highly capable multimodal models. arXiv preprint arXiv:2312.11805,
-
[10]
Gu and T
A. Gu and T. Dao. Mamba: Linear-time sequence modeling with selective state spaces.arXiv preprint arXiv:2312.00752,
-
[11]
A. Gu, T. Dao, S. Ermon, A. Rudra, and C. Ré. Hippo: Recurrent memory with optimal polynomial projections. InAdvances in Neural Information Processing Systems,volume33,pages1474–1487,2020. A. Gu, K. Goel, and C. Ré. Efficiently modeling long sequences with structured state spa...
2020 arXiv
-
[12]
Gaussianerrorlinearunits(gelus)
D.HendrycksandK.Gimpel. Gaussianerrorlinearunits(gelus). arXiv preprint arXiv:1606.08415,2016. S.HochreiterandJ.Schmidhuber. Longshort-termmemory. Neural Computation,9(8):1735–1780,
2016 arXiv
-
[13]
Hoffmann, S
J. Hoffmann, S. Borgeaud, A. Mensch, E. Buchatskaya, T. Cai, E. Rutherford, D. d. L. Casas, L. A. Hendricks, J. Welbl, A. Clark, et al. Training compute-optimal large language models.arXiv preprint arXiv:2203.15556,
-
[14]
Jelassi, D
15 Griffin: Mixing Gated Linear Recurrences with Local Attention for Efficient Language Models S. Jelassi, D. Brandfonbrener, S. M. Kakade, and E. Malach. Repeat after me: Transformers are better than state space models at copying.arXiv preprint arXiv:2402.01032,
-
[15]
Lample, L
A.Q.Jiang,A.Sablayrolles,A.Mensch,C.Bamford,D.S.Chaplot,D.d.l.Casas,F.Bressand,G.Lengyel, G. Lample, L. Saulnier, et al. Mistral 7b.arXiv preprint arXiv:2310.06825,
-
[16]
N. P. Jouppi, D. H. Yoon, M. Ashcraft, M. Gottscho, T. B. Jablin, G. Kurian, J. Laudon, S. Li, P. Ma, X. Ma, etal.Tenlessonsfromthreegenerationsshapedgoogle’stpuv4i: Industrialproduct.In 2021 ACM/IEEE 48th Annual International Symposium on Computer Architecture (ISCA), pages 1...
2021
-
[17]
Kaplan, S
J. Kaplan, S. McCandlish, T. Henighan, T. B. Brown, B. Chess, R. Child, S. Gray, A. Radford, J. Wu, and D. Amodei. Scaling laws for neural language models.arXiv preprint arXiv:2001.08361,
2001 arXiv
-
[18]
T. Katsch. Gateloop: Fully data-controlled linear recurrence for sequence modeling.arXiv preprint arXiv:2311.01927,
-
[19]
Advances in Neural Information Processing Systems,36,2024
A.Kazemnejad,I.Padhi,K.NatesanRamamurthy,P.Das,andS.Reddy.Theimpactofpositionalencoding onlengthgeneralizationintransformers. Advances in Neural Information Processing Systems,36,2024. Y. LeCun, L.Bottou, G.B. Orr, and K.-R. Müller. Efficient backprop. InNeural Networks: Trick...
2024
-
[20]
Loshchilov and F
I. Loshchilov and F. Hutter. Decoupled weight decay regularization.arXiv preprint arXiv:1711.05101,
-
[21]
Martin and C
E. Martin and C. Cundy. Parallelizing linear recurrent neural nets over sequence length.arXiv preprint arXiv:1709.04057,
-
[22]
Mehta, A
H. Mehta, A. Gupta, A. Cutkosky, and B. Neyshabur. Long range language modeling via gated state spaces. arXiv preprint arXiv:2206.13947,
-
[23]
Orvieto, S
A. Orvieto, S. De, C. Gulcehre, R. Pascanu, and S. L. Smith. On the universality of linear recurrences followed by nonlinear projections.arXiv preprint arXiv:2307.11888, 2023a. A. Orvieto, S. L. Smith, A. Gu, A. Fernando, C. Gulcehre, R. Pascanu, and S. De. Resurrecting recurr...
-
[24]
M. Poli, S. Massaroli, E. Nguyen, D. Y. Fu, T. Dao, S. Baccus, Y. Bengio, S. Ermon, and C. Ré. Hyena hierarchy: Towards larger convolutional language models.arXiv preprint arXiv:2302.10866,
-
[25]
Young, et al
J.W.Rae,S.Borgeaud,T.Cai,K.Millican,J.Hoffmann,F.Song,J.Aslanides,S.Henderson,R.Ring, S. Young, et al. Scaling language models: Methods, analysis & insights from training Gopher.arXiv preprint arXiv:2112.11446,
-
[26]
Fasttransformerdecoding: Onewrite-headisallyouneed
N.Shazeer. Fasttransformerdecoding: Onewrite-headisallyouneed. arXiv preprint arXiv:1911.02150,
1911 arXiv
-
[27]
N. Shazeer. Glu variants improve transformer.arXiv preprint arXiv:2002.05202,
2002 arXiv
-
[28]
Megatron-lm: Trainingmulti- billion parameter language models using model parallelism.arXiv preprint arXiv:1909.08053,
M.Shoeybi,M.Patwary,R.Puri,P.LeGresley,J.Casper,andB.Catanzaro. Megatron-lm: Trainingmulti- billion parameter language models using model parallelism.arXiv preprint arXiv:1909.08053,
1909 arXiv
-
[29]
ISSN 0893-9659. J. T. Smith, A. Warrington, and S. W. Linderman. Simplified state space layers for sequence modeling. arXiv preprint arXiv:2208.04933,
-
[30]
J. Su, Y. Lu, S. Pan, A. Murtadha, B. Wen, and Y. Liu. Roformer: Enhanced transformer with rotary position embedding.arXiv preprint arXiv:2104.09864,
-
[31]
Sun, L.Dong,S
Y. Sun, L.Dong,S. Huang,S. Ma, Y. Xia,J. Xue, J. Wang, andF.Wei. Retentive network: A successor to transformer for large language models.arXiv preprint arXiv:2307.08621,
-
[32]
Y. Tay, M. Dehghani, S. Abnar, Y. Shen, D. Bahri, P. Pham, J. Rao, L. Yang, S. Ruder, and D. Metzler. Long range arena: A benchmark for efficient transformers.arXiv preprint arXiv:2011.04006,
2011
-
[33]
Touvron, T
17 Griffin: Mixing Gated Linear Recurrences with Local Attention for Efficient Language Models H. Touvron, T. Lavril, G. Izacard, X. Martinet, M.-A. Lachaux, T. Lacroix, B. Rozière, N. Goyal, E. Hambro, F. Azhar, et al. LLama: Open and efficient foundation language models.arXi...
-
[34]
J. Wang, T. Gangavarapu, J. N. Yan, and A. M. Rush. Mambabyte: Token-free selective state space model. arXiv preprint arXiv:2401.13660,
-
[35]
Y. Wu, M. Schuster, Z. Chen, Q. V. Le, M.Norouzi, W.Macherey, M. Krikun, Y. Cao, Q. Gao, K. Macherey, et al. Google’s neural machine translation system: Bridging the gap between human and machine translation. arXiv preprint arXiv:1609.08144,
-
[36]
S. Zhai, W. Talbott, N. Srivastava, C. Huang, H. Goh, R. Zhang, and J. Susskind. An attention free transformer. arXiv preprint arXiv:2105.14103,
-
[37]
L. Zhu, B. Liao, Q. Zhang, X. Wang, W. Liu, and X. Wang. Vision mamba: Efficient visual representation learning with bidirectional state space model.arXiv preprint arXiv:2401.09417,
-
[38]
(13) We mark all complex variables with˜·for clarity
as: 𝑟𝑡 = 𝜎(𝑊𝑎𝑥𝑡 +𝑏𝑎), recurrence gate (10) 𝑖𝑡 = 𝜎(𝑊𝑥 𝑥𝑡 +𝑏𝑥), input gate (11) ˜𝑎𝑡 = ˜𝑎𝑐𝑟𝑡 , (12) ˜ℎ𝑡 = ˜𝑎𝑡 ⊙ ˜ℎ𝑡−1 + √︃ 1− |˜𝑎𝑡 |2 ⊙ (𝑖𝑡 ⊙ ˜𝑥𝑡). (13) We mark all complex variables with˜·for clarity. Note that the number of dimensions of𝑟𝑡,𝑖𝑡,˜𝑎𝑡 and ˜ℎ𝑡 are half of those of th...
-
[39]
We now investigate how the performance of different window sizes for the local attention layer varies with the training sequence length. We consider 400M parameter models trained on sequence lengths of 2048, 4096 and 8192 tokens, 21 Griffin: Mixing Gated Linear Recurrences wit...
-
[40]
On the left, we compare the performance of different models trained with sequence length 2048, evaluated with a sequence length of up to 32,768
128 256 512 1K 2K 4K 8K 16K 32K Token position 1.50 1.75 2.00 2.25 2.50 2.75 3.00 3.25 3.50 Mean-so-far NLL Griffin Hawk MQA NoPE MQA RoPE 128 256 512 1K 2K 4K 8K 16K 32K 65K131K Token position 1.50 1.75 2.00 2.25 2.50 2.75 3.00 3.25 3.50 Mean-so-far NLL Griffin-2k Griffin-8k ...
Reviewed May 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.