Pith. sign in

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 →

arxiv 2402.19427 v1 pith:DHRE4V6A submitted 2024-02-29 cs.LG cs.CL

classification cs.LGcs.CL
keywords GriffinHawkgatedlinearrecurrenceslocalattentionhybridmodelsefficientinferencelanguagemodelingsequenceextrapolation
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper introduces Hawk, a recurrent network built on gated linear recurrences, and Griffin, the hybrid that interleaves those recurrences with local attention layers. Griffin reaches the same downstream accuracy as Llama-2 while being trained on more than six times fewer tokens. The resulting models train at the same hardware speed as transformers yet run inference with lower latency and higher throughput, and they continue to generate coherent output on sequences much longer than any seen in training.

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.

Watch

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

Editorial extensions of the paper, not claims the author makes directly.

  • 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.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

3 major / 3 minor

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)
  1. [§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.
  2. [§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. [§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)
  1. [Figure 3] Figure 3: Axis labels and legend are too small for readability; add explicit token counts and model sizes to the caption.
  2. [§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.
  3. [Related work] Missing reference to the original Mamba paper in the related-work section when comparing Hawk performance.

Simulated Author's Rebuttal

3 responses · 0 unresolved

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
  1. 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

  2. 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

  3. 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

0 steps flagged · score 0.0 of 10

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 0 free parameters · 0 assumptions · 0 invented entities

No free parameters, axioms, or invented entities are extractable from the abstract; the new models introduce architectural components whose internal details and any fitted values are not specified here.

how reviews work

0 comments
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.

Discussion (0). Continue with ORCID to comment.

Forward citations

Showing 60 of 82 Pith papers that cite this

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. See all 82 Pith citations

  1. Geometric Hyena Networks for Large-scale Equivariant Learning

    cs.LG 2025-05 conditional novelty 8.0 of 10

    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...

  2. Morphing into Hybrid Attention Models

    cs.CL 2026-06 unverdicted novelty 7.0 of 10

    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...

  3. CARVE: Content-Aware Recurrent with Value Efficiency for Chunk-Parallel Linear Attention

    cs.CL 2026-06 unverdicted novelty 7.0 of 10

    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.

  4. SSM Adapters via Hankel Reduced-order Modeling: Injection Site Determines Task Suitability in Long-Context Fine-Tuning

    cs.LG 2026-06 unverdicted novelty 7.0 of 10

    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.

  5. Tapered Language Models

    cs.LG 2026-06 unverdicted novelty 7.0 of 10

    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...

  6. LoopMoE: Unifying Iterative Computation with Mixture-of-Experts for Language Modeling

    cs.LG 2026-06 unverdicted novelty 7.0 of 10

    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.

  7. Forget Attention: Importance-Aware Attention Is All You Need

    cs.AI 2026-06 unverdicted novelty 7.0 of 10

    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.

  8. Trading Complexity for Expressivity Through Structured Generalized Linear Token Mixing

    cs.LG 2026-05 unverdicted novelty 7.0 of 10

    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.

  9. Do Language Models Need Sleep? Offline Recurrence for Improved Online Inference

    cs.CL 2026-05 unverdicted novelty 7.0 of 10

    A sleep mechanism with N offline recurrent passes consolidates context into fast weights, improving performance on reasoning tasks where standard transformers fail.

  10. Selective Rotary Position Embedding

    cs.CL 2025-11 unverdicted novelty 7.0 of 10

    Selective RoPE replaces RoPE's fixed rotation angles with input-dependent, learnable angles and improves recall-focused tasks in gated linear and softmax transformers.

  11. MesaNet: Sequence Modeling by Locally Optimal Test-Time Training

    cs.LG 2025-06 conditional novelty 7.0 of 10

    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.

  12. On the Expressivity of Selective State-Space Layers: A Multivariate Polynomial Approach

    cs.LG 2025-02 conditional novelty 7.0 of 10

    A simplified selective state-space layer expresses polynomials whose degree grows with sequence length, exceeding the fixed per-layer degree of linear attention.

  13. Marconi: Prefix Caching for the Era of Hybrid LLMs

    cs.DC 2024-11 conditional novelty 7.0 of 10

    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.

  14. The Capability Convergence Hypothesis: Capability from Access Structure, Not Scale

    cs.AI 2026-07 conditional novelty 6.0 of 10

    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.

  15. What to Keep, What to Forget: A Rate--Distortion View of Memory Compaction in LLMs and Agents

    cs.LG 2026-07 conditional novelty 6.0 of 10

    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.

  16. The Context-Ready Transformer

    cs.CL 2026-06 unverdicted novelty 6.0 of 10

    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 ...

  17. Architecture-Aware Reinforcement Learning Makes Sliding-Window Attention Competitive in Math Reasoning

    cs.AI 2026-06 unverdicted novelty 6.0 of 10

    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.

  18. Free Parametrization of L_2-Bounded Structured State-Space Controllers for Nonlinear Control with Stability Guarantees

    eess.SY 2026-06 unverdicted novelty 6.0 of 10

    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.

  19. Titans-as-a-Layer: Test-Time Memory for Conversational Speech Emotion Recognition

    cs.LG 2026-06 unverdicted novelty 6.0 of 10

    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.

  20. Blurry Window Attention

    cs.LG 2026-05 unverdicted novelty 6.0 of 10

    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.

  21. Harmonic: Hierarchical State Space Models for Efficient Long-Context Language Modeling

    cs.CL 2026-05 unverdicted novelty 6.0 of 10

    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.

  22. Memory by Design: Probabilistic Sequence Layers

    stat.ML 2026-05 unverdicted novelty 6.0 of 10

    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.

  23. Interdomain Attention: Beyond Token-Level Key-Value Memory

    cs.LG 2026-05 unverdicted novelty 6.0 of 10

    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...

  24. Towards Understanding Self-Pretraining for Sequence Classification

    cs.LG 2026-05 unverdicted novelty 6.0 of 10

    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.

  25. Flash PD-SSM: Memory-Optimized Structured Sparse State-Space Models

    cs.LG 2026-05 unverdicted novelty 6.0 of 10

    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...

  26. The Routing and Filtering Structure of Attention

    cs.LG 2026-05 unverdicted novelty 6.0 of 10

    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.

  27. Mambalaya: Einsum-Based Fusion Optimizations on State-Space Models

    cs.AR 2026-04 unverdicted novelty 6.0 of 10

    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.

  28. LPC-SM: Local Predictive Coding and Sparse Memory for Long-Context Language Modeling

    cs.CL 2026-03 unverdicted novelty 6.0 of 10

    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.

  29. RAT+: Train Dense, Infer Sparse -- Recurrence Augmented Attention for Dilated Inference

    cs.LG 2026-02 unverdicted novelty 6.0 of 10

    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...

  30. When to Think Fast and Slow? AMOR: Adaptive Entropy Gate for Hybrid Models

    cs.AI 2026-01 unverdicted novelty 6.0 of 10

    AMOR uses output entropy to gate attention in recurrent hybrids, matching full attention performance at roughly 22% attention invocations across 180M-1.5B models.

  31. Physics of Language Models: Part 4.1, Architecture Design and the Magic of Canon Layers

    cs.CL 2025-12 conditional novelty 6.0 of 10

    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.

  32. Gated KalmaNet: A Fading Memory Layer Through Test-Time Ridge Regression

    cs.LG 2025-11 unverdicted novelty 6.0 of 10

    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.

  33. DiffuMamba: High-Throughput Diffusion LMs with Mamba Backbone

    cs.LG 2025-11 conditional novelty 6.0 of 10

    A masked diffusion language model built on a bidirectional Mamba backbone matches Transformer-based denoisers on quality while decoding with near-linear time scaling.

  34. Short window attention enables long-term memorization

    cs.LG 2025-09 unverdicted novelty 6.0 of 10

    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.

  35. SpikingBrain: Spiking Brain-inspired Large Models

    cs.LG 2025-09 unverdicted novelty 6.0 of 10

    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.

  36. Falcon-H1: A Family of Hybrid-Head Language Models Redefining Efficiency and Performance

    cs.CL 2025-07 conditional novelty 6.0 of 10

    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.

  37. Lizard: An Efficient Linearization Framework for Large Language Models

    cs.CL 2025-07 unverdicted novelty 6.0 of 10

    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.

  38. A Systematic Analysis of Hybrid Linear Attention

    cs.CL 2025-07 conditional novelty 6.0 of 10

    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.

  39. AuroraLong: Bringing RNNs Back to Efficient Open-Ended Video Understanding

    cs.CV 2025-07 conditional novelty 6.0 of 10

    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.

  40. MemAgent: Reshaping Long-Context LLM with Multi-Conv RL-based Memory Agent

    cs.CL 2025-07 unverdicted novelty 6.0 of 10

    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.

  41. Routing Mamba: Scaling State Space Models with Mixture-of-Experts Projection

    cs.LG 2025-06 conditional novelty 6.0 of 10

    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.

  42. Sparsified State-Space Models are Efficient Highway Networks

    cs.LG 2025-05 conditional novelty 6.0 of 10

    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.

  43. Message-Passing State-Space Models: Improving Graph Learning with Modern Sequence Modeling

    cs.LG 2025-05 conditional novelty 6.0 of 10

    A message-passing GNN based on a linear recurrence plus MLP readout achieves strong results on long-range, heterophilic, and spatio-temporal graph benchmarks.

  44. Quantifying Memory Utilization with Effective State-Size

    cs.LG 2025-04 conditional novelty 6.0 of 10

    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...

  45. LLMs are Greedy Agents: Effects of RL Fine-tuning on Decision-Making Abilities

    cs.LG 2025-04 conditional novelty 6.0 of 10

    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.

  46. ForgeBench: A Machine Learning Benchmark Suite and Auto-Generation Framework for Next-Generation HLS Tools

    cs.AR 2025-04 conditional novelty 6.0 of 10

    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.

  47. Native Sparse Attention: Hardware-Aligned and Natively Trainable Sparse Attention

    cs.CL 2025-02 unverdicted novelty 6.0 of 10

    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.

  48. An Uncertainty Principle for Linear Recurrent Neural Networks

    cs.LG 2025-02 conditional novelty 6.0 of 10

    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.

  49. GRAMA: Adaptive Graph Autoregressive Moving Average Models

    cs.LG 2025-01 conditional novelty 6.0 of 10

    GRAMA is a graph-adaptive ARMA architecture that wraps GNN backbones with selective sequential recurrences and reports consistent gains on long-range graph benchmarks.

  50. Test-time regression: a unifying framework for designing sequence models with associative memory

    cs.LG 2025-01 conditional novelty 6.0 of 10

    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.

  51. Explore Activation Sparsity in Recurrent LLMs for Energy-Efficient Neuromorphic Computing

    cs.NE 2025-01 conditional novelty 6.0 of 10

    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.

  52. Understanding and Mitigating Bottlenecks of State Space Models through the Lens of Recency and Over-smoothing

    cs.LG 2024-12 conditional novelty 6.0 of 10

    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.

  53. On the Expressiveness and Length Generalization of Selective State-Space Models on Regular Languages

    cs.LG 2024-12 conditional novelty 6.0 of 10

    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...

  54. CLOVER: Cross-Layer Orthogonal Vectors Pruning and Fine-Tuning

    cs.LG 2024-11 reject novelty 6.0 of 10

    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.

  55. Hymba: A Hybrid-head Architecture for Small Language Models

    cs.CL 2024-11 conditional novelty 6.0 of 10

    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 ...

  56. Selective Attention: Enhancing Transformer through Principled Context Control

    cs.LG 2024-11 conditional novelty 6.0 of 10

    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.

  57. MetaLA: Unified Optimal Linear Approximation to Softmax Attention Map

    cs.LG 2024-11 reject novelty 6.0 of 10

    MetaLA removes the Key matrix from linear attention, adds input-dependent decay plus self-augmentation, and reports gains over many linear baselines.

  58. LightTransfer: Your Long-Context LLM is Secretly a Hybrid Model with Effortless Adaptation

    cs.CL 2024-10 unverdicted novelty 6.0 of 10

    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...

  59. An Empirical Study of Mamba-based Language Models

    cs.LG 2024-06 accept novelty 6.0 of 10

    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.

  60. Hybrid Gated Attention

    cs.CL 2026-08 conditional novelty 5.0 of 10

    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.

See all 82 Pith citations

Reference graph

Works this paper leans on

40 extracted references · 40 canonical work pages · cited by 82 Pith papers (see all)

  1. [1]

    GPT-4 Technical Report

    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. [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. [3]

    Longformer: The Long-Document Transformer

    I. Beltagy, M. E. Peters, and A. Cohan. Longformer: The long-document transformer.arXiv preprint arXiv:2004.05150,

  4. [4]

    Quasi-Recurrent Neural Networks

    J. Bradbury, S. Merity, C. Xiong, and R. Socher. Quasi-recurrent neural networks.arXiv preprint arXiv:1611.01576,

  5. [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,

  6. [6]

    Generating Long Sequences with Sparse Transformers

    R.Child,S.Gray,A.Radford,andI.Sutskever. Generatinglongsequenceswithsparsetransformers. arXiv preprint arXiv:1904.10509,

  7. [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. [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
  1. [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,

  2. [10]

    Gu and T

    A. Gu and T. Dao. Mamba: Linear-time sequence modeling with selective state spaces.arXiv preprint arXiv:2312.00752,

  3. [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...

  4. [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,

  5. [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,

  6. [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,

  7. [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,

  8. [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...

  9. [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,

  10. [18]

    T. Katsch. Gateloop: Fully data-controlled linear recurrence for sequence modeling.arXiv preprint arXiv:2311.01927,

  11. [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...

  12. [20]

    Loshchilov and F

    I. Loshchilov and F. Hutter. Decoupled weight decay regularization.arXiv preprint arXiv:1711.05101,

  13. [21]

    Martin and C

    E. Martin and C. Cundy. Parallelizing linear recurrent neural nets over sequence length.arXiv preprint arXiv:1709.04057,

  14. [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,

  15. [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...

  16. [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,

  17. [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,

  18. [26]

    Fasttransformerdecoding: Onewrite-headisallyouneed

    N.Shazeer. Fasttransformerdecoding: Onewrite-headisallyouneed. arXiv preprint arXiv:1911.02150,

  19. [27]

    N. Shazeer. Glu variants improve transformer.arXiv preprint arXiv:2002.05202,

  20. [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,

  21. [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,

  22. [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,

  23. [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,

  24. [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,

  25. [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...

  26. [34]

    J. Wang, T. Gangavarapu, J. N. Yan, and A. M. Rush. Mambabyte: Token-free selective state space model. arXiv preprint arXiv:2401.13660,

  27. [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,

  28. [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,

  29. [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,

  30. [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...

  31. [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...

  32. [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 ...

Pith tools

Reviewed May 15, 2026 · model on record in the stance chip above.