xLSTM and Naju revive LSTM-style retention and writing gates
TheTuringPost · x · 2026-07-29
This post points to an explanation of xLSTM and a Korean model called Naju, which revives a classic LSTM idea: separating the control of retention and writing.
The key idea is to use two distinct gates inside a modern state-space model compatible with parallel scans:
- one gate controls how much of the existing state survives
- another controls how strongly new information is written
The linked article explains xLSTM as an extended LSTM with exponential gating and matrix memory, positioning it as a modern attempt to make recurrence competitive again against Transformers. It also claims xLSTM performs especially well on time-series prediction, citing Sepp Hochreiter’s assessment that xLSTMTime compares favorably with state-of-the-art transformer-based and other recent time-series models.
Related event: Korean Team Introduces Naju Model with Dual-Gate Mechanism(2 posts)→
More from Research
- CWoMP accepted to EMNLP 2026: Interpretable retrieval-based glossing for endangered languages — fredahshi · 2026-08-24
- SemiAnalysis Open Sources $3M AgentX Benchmark for Agentic Coding Workloads — AccBalanced · 2026-08-24
- Vinci2 Agent Outperforms GPT-5-mini in Proactive Assistance Benchmark — jiqizhixin · 2026-08-24
- OpenAI hiring for Economics of Transformative AI, MATS fellowship applications open — Astral Codex Ten · 2026-08-24
- New "Discovery Episode" Framework Measures AI Scientists by Real Research Cycles — 量子位 · 2026-08-24
- AI Claims Breakthrough on Erdős Problem Transcendence — inductionheads · 2026-08-24