Korean paper Naju splits retention and writing gates in a new state-space model
TheTuringPost · x · 2026-07-29
Naju separates retention and writing in a state-space model
A Korean paper introduces Naju, a native discrete state-space model that brings back the LSTM idea of separate gates for retention and writing.
- One gate controls how much of the existing state is kept.
- Another gate controls how strongly new information is written.
- Unlike coupled single-gate designs, Naju allows both preserving and adding information at the same time.
The model was trained on sequences of 512 tokens and tested at 2,048 tokens, where it reached 0.99 retention accuracy and 0.89 overwrite accuracy. In the paper’s comparisons, xLSTM did better at remembering, while GLA did better at overwriting, but neither matched both behaviors equally well.
The authors also note two limits:
- Speed: at 32K tokens, Naju was 2.2× slower than Mamba and 3.3× slower than Mamba-2.
- Scaling: the evaluation is still small-scale, using WikiText-103 with a 1.2B-token training budget, so large-scale behavior remains unclear.
Related event: Korean Team Introduces Naju Model with Dual-Gate Mechanism(2 posts)→
More from Research
- Netflix details its production LLM judge: hundreds of thousands of recommendations scored weekly — omarsar0 · 2026-08-24
- Nature Comment: Provenance, not interpretability, grounds trust in autonomous science — gabepgomes · 2026-08-24
- New Architecture RHEA: Train 1B Model on 8GB VRAM — zemondza · 2026-08-24
- Trained two 16M-param models to do generative CAD with real physics — debreuil · 2026-08-24
- Claude model helps discover complex structure on S^6, solving 60-year-old math problem — Singularitarian · 2026-08-24
- Study: Agents read instructions/notes 60.5% of the time, rarely touch API docs — dair_ai · 2026-08-24