Papers › SamatNext v0.2-B: An Exploratory Study of RMS-Normalized Hybrid Decoders for...

SamatNext v0.2-B: An Exploratory Study of RMS-Normalized Hybrid Decoders for Curriculum Retention in Small Code Models

20 Jun 2026arXiv:2606.22248added by Syntology

Samat Zharassov

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

Standard autoregressive Transformer decoders can often exhibit substantial forgetting under sequential fine-tuning on shifting curriculum distributions. This technical report evaluates SamatNext v0.2-B, an experimental 356M-parameter hybrid sequence decoder that alternates Differential-Attention-style layers with DeltaNet-inspired simplified linear-state mixer layers using RMS normalization and output scale calibration. We study the model under a controlled staged Python code curriculum and compare it with a parameter-matched Transformer baseline. In this setting, SamatNext v0.2-B achieves a 100.0% pass rate on the controlled Stage 5 holdout while retaining 98.8% of adjacent Stage 3 semantic behavior and reaching 12.0% on the Stage 2E early syntax holdout. The strongest Transformer baseline reaches 97.6% on Stage 5 but retains only 6.0% of Stage 3 behavior. Both architectures remain weak on long-horizon early-stage retention, so the result should be interpreted as evidence of an altered retention/plasticity tradeoff in this controlled setting, not as a general solution to catastrophic forgetting. Code, model specifications, evaluation scripts, and result tables are provided for independent verification.

PaperPDFCode Syntology ran

In Syntology 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="2606.22248")

Code

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

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

samat2003/samatnext-v0.1 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

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

5ran
5unverified

Licence: 0 of the 10 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 samat2003/samatnext-v0.1. “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.

DeltaNetInspiredLinearStateMixer samat2003/samatnext-v0.1/models/samat_next/model.py found in paper text by Syntology ran Apache-2.0 (permissive) · 0573f9e9cca8ed4c · report
DifferentialAttention samat2003/samatnext-v0.1/models/samat_next/model.py found in paper text by Syntology ran Apache-2.0 (permissive) · aa78b67383b17667 · report
MLP samat2003/samatnext-v0.1/models/samat_next/model.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · 9b78b0b0b405f317 · report
RMSNorm samat2003/samatnext-v0.1/models/samat_next/model.py found in paper text by Syntology ran · metamorphic tier: invariant Apache-2.0 (permissive) · 561893a8e22a4976 · report
VerifierHead samat2003/samatnext-v0.1/models/samat_next/model.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · 4e78964872a9ea63 · report
SamatNextBlock samat2003/samatnext-v0.1/models/samat_next/model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e4da66e4eeb21245 · report
SamatNextConfig samat2003/samatnext-v0.1/models/samat_next/model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · dbb602a6e0bb7c9b · report
SamatNextForCausalLM samat2003/samatnext-v0.1/models/samat_next/model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 57efeb7a227efcd6 · report
SamatNextModel samat2003/samatnext-v0.1/models/samat_next/model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · ba9209dc2a19f476 · report
apply_rotary_emb_da samat2003/samatnext-v0.1/models/samat_next/model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9f98a378df56fafa · report

Results from the paper

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