Papers › Structured Recurrent Mixers for Massively Parallelized Sequence Generation

Structured Recurrent Mixers for Massively Parallelized Sequence Generation

9 May 2026arXiv:2605.08696added by Syntology

Benjamin L. Badger

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Over the last two decades, language modeling has experienced a shift from the use of predominantly recurrent architectures that process tokens sequentially during training and inference to non-recurrent models that process sequence elements in parallel during training, which results in greater training efficiency and stability at the expense of lower inference throughput. Here we introduce the Structured Recurrent Mixer, an architecture that allows for algebraic conversion between a sequence parallel representation at train time and a recurrent representation at inference, notably without the need for specialized kernels or device-specific memory management. We show experimentally that this dual representation allows for greater training efficiency, higher input information capacity, and larger inference throughput and concurrency when compared to other linear complexity models. We postulate that recurrent models are poorly suited to extended sequence length scaling for information-rich inputs typical of language, but are well suited to scaling in the sample (batch) dimension due to their constant memory per sample. We provide Mojo/MAX inference implementations of SRMs exhibiting 12x the throughput and 170x the concurrency of similarly powerful Transformers inferenced on vLLM, increases characteristic of Pytorch implementations resulting in a 30\% increase in compute-constant GSM8k Pass@k. We conclude by demonstrating that SRMs are effective reinforcement learning training candidates.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2605.08696")

Code

Syntology Ran 8 of 11 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 8 ran with no contract checked.

By repository: found in paper text by Syntology: 11 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

blbadger/lm-evaluation-harness found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 8 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

8ran
3unverified

Licence: 0 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from blbadger/lm-evaluation-harness. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

ColRepeatCausalLinear blbadger/lm-evaluation-harness/lm_eval/models/srm_model.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · bacb928cb85a8d51 · report
CombinedRepeatCausalLinear blbadger/lm-evaluation-harness/lm_eval/models/srm_model.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 1c796bd7904ae352 · report
HeadedRepeatCausalLinear blbadger/lm-evaluation-harness/lm_eval/models/srm_model.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · a08b8b9498759559 · report
KernelRepeatLinear blbadger/lm-evaluation-harness/lm_eval/models/srm_model.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 1e043f786bcb9c3c · report
MixedRepeatHeads blbadger/lm-evaluation-harness/lm_eval/models/srm_model.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · af46e67d9ada1a52 · report
ParallelRepeatHeads blbadger/lm-evaluation-harness/lm_eval/models/srm_model.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · b677012c85ad1913 · report
RepeatCausalLinear blbadger/lm-evaluation-harness/lm_eval/models/srm_model.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 90b0ed5842d1a6a8 · report
RowRepeatCausalLinear blbadger/lm-evaluation-harness/lm_eval/models/srm_model.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 67e0fe4c73bec386 · report
MLPMixer blbadger/lm-evaluation-harness/lm_eval/models/srm_model.py found in paper text by Syntology unverified MIT (permissive) · af3cfa3cd6c4d580 · report
MixerBlock blbadger/lm-evaluation-harness/lm_eval/models/srm_model.py found in paper text by Syntology unverified MIT (permissive) · 82f552f2e51345d1 · report
RepeatHeads blbadger/lm-evaluation-harness/lm_eval/models/srm_model.py found in paper text by Syntology unverified MIT (permissive) · 5b043b13bb1d8051 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.08696, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections