English

Provably Shorter Scratchpads in Hybrid DeltaNet-Attention Decoders

Machine Learning 2026-05-19 v1

Abstract

We investigate the expressive power of hybrid recurrent-attention decoders, a class of architectures used in recent open-source language models such as Qwen3-Next and its successors. These models combine Gated Attention heads with recurrent Gated DeltaNet heads. Is there a formal advantage, in terms of model expressivity or efficiency, to such a hybrid architecture? We show that there is. We define parity-conditioned retrieval task and show that under constant-precision assumption, a Qwen-style hybrid of Gated DeltaNet and Gated Attention solves this task with a constant scratchpad, or equivalently O(1)O(1) chain-of-thought steps. In contrast, no similar solution exists for pure Gated DeltaNet models, while pure Gated Attention requires at least a polynomial scratchpad.

Keywords

Cite

@article{arxiv.2605.16640,
  title  = {Provably Shorter Scratchpads in Hybrid DeltaNet-Attention Decoders},
  author = {Tomasz Steifer},
  journal= {arXiv preprint arXiv:2605.16640},
  year   = {2026}
}

Comments

Under review at a ML conference