Papers › Kaczmarz Linear Attention

Kaczmarz Linear Attention

9 May 2026arXiv:2605.08587added by Syntology

Jiaxuan Zou, Ruifeng Ren, Yong Liu

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

Long-context language modeling remains central to modern sequence modeling, but the quadratic cost of Transformer attention makes scaling computationally prohibitive. Linear recurrent models address this bottleneck by compressing the context into a fixed-size state, making the rule that forgets, writes, and edits information a central design problem. To address state maintenance, Gated DeltaNet (GDN) combines gated state decay with delta-rule residual writes, using a learnable coefficient to balance forgetting and update magnitude. However, this coefficient is learned empirically rather than derived from the underlying objective, which can lead to suboptimal update magnitudes. We revisit the online-regression objective underlying GDN and, inspired by the Kaczmarz projection method, derive the key-norm-normalized dynamic step size βₜ = ηₜ / (kₜ₂² + ε) for residual updates. We propose Kaczmarz Linear Attention (KLA), a one-scalar modification of GDN that preserves the state shape, gates, linear recurrence, and chunkwise parallel algorithm. At the 0.4B scale with a 1B-token budget, KLA achieves the lowest validation perplexity among evaluated linear-time baselines, 8.09 versus 8.50 for GDN, and remains stable up to 65K tokens. On controlled tasks, KLA reaches 100% on single-needle-in-a-haystack retrieval, improves 8x multi-query associative recall by 7.03 points over GDN, and delivers 2.1x higher decode throughput at 32K context. These results suggest that the key-norm-normalized Kaczmarz coefficient is a first-order design axis for delta-rule sequence models: it improves accuracy, extrapolation, and decoding efficiency without changing the recurrent state or hardware kernel.

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.08587")

Code

Syntology Ran 14 of 14 code samples harvested from 1 repository linked to this paper; 0 have no recorded run. Of those that ran: 1 ran · honoured contract; 13 ran with no contract checked.

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

anonymous-kla-review/kla-anonymous 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

14 samples harvested; 14 ran; 1 honoured the contract we drafted; 0 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.

1ran · honoured contract
13ran

Licence: 14 of the 14 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 anonymous-kla-review/kla-anonymous. “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.

aggregate_for_plot anonymous-kla-review/kla-anonymous/mqar_analysis.py found in paper text by Syntology ran licence not identified · pointer only · 6526ceac07fa0065 · report
aggregate_mean anonymous-kla-review/kla-anonymous/efficiency_experiment_analysis.py found in paper text by Syntology ran licence not identified · pointer only · 736d87b0159dfa9a · report
aggregate_mean anonymous-kla-review/kla-anonymous/long_context_extrapolation_analysis.py found in paper text by Syntology ran licence not identified · pointer only · 973027b79dad3324 · report
build_relative_and_slope anonymous-kla-review/kla-anonymous/long_context_extrapolation_analysis.py found in paper text by Syntology ran licence not identified · pointer only · 497efd18eab7050d · report
build_rope_cache anonymous-kla-review/kla-anonymous/lit_gpt/model.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · a30c7463cb6330d7 · report
create_block anonymous-kla-review/kla-anonymous/lit_gpt/model.py found in paper text by Syntology ran licence not identified · pointer only · e6aada720d62e128 · report
format_metric anonymous-kla-review/kla-anonymous/ablation_47_analysis.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · f65b680b6b69a179 · report
get_figures_dir anonymous-kla-review/kla-anonymous/analysis_plot_style.py found in paper text by Syntology ran licence not identified · pointer only · d5c8b7af8c615abe · report
get_model_style anonymous-kla-review/kla-anonymous/analysis_plot_style.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · b0ec0c10e60ad616 · report
load_mqar_results anonymous-kla-review/kla-anonymous/ablation_47_analysis.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 251f453df1ed5d4c · report
load_pretrain_results anonymous-kla-review/kla-anonymous/ablation_47_analysis.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 05c508a3b1ef41f8 · report
load_samples anonymous-kla-review/kla-anonymous/long_context_task_benchmark.py found in paper text by Syntology ran licence not identified · pointer only · 6ffb85ebe4c3c2ba · report
load_training_val_curves anonymous-kla-review/kla-anonymous/mqar_analysis.py found in paper text by Syntology ran licence not identified · pointer only · f35fc776f1c781a6 · report
normalize_model_name anonymous-kla-review/kla-anonymous/analysis_plot_style.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · b6c0fb1683b9e6fc · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.08587, 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