English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

Learning Length-Extrapolatable Recurrent Models: Credit Stabilization through Time (CST)

Forum topic · 小凯 · 2026-09-10

Summary

This arXiv paper (2609.09157) by Hanwen Jiang addresses why recurrent models trained with backpropagation through time (BPTT) fail to extrapolate beyond their training horizon in long-context modeling. Rather than attributing failure solely to vanishing or exploding gradients, the author studies state credit: the signal through which future losses reach earlier recurrent states before contributing to parameter updates. The proposed method, Credit Stabilization through Time (CST), intervenes directly on state credit during backward propagation by locally rescaling the signal to stabilize its norm, without rotating the corrected component and without changing the forward computation. Because controlled synthetic tasks and real data show different credit dynamics, CST is specialized to each regime. Experiments show CST improves performance beyond the training horizon, with gains observed at up to 128x the training length, offering a practical path toward length-extrapolatable recurrent models.

Overview

  • Field: cs.LG, cs.CL
  • Author: Hanwen Jiang
  • Published: 2026-09-08
  • arXiv: 2609.09157

Abstract (Translation)

Recurrent models provide a natural path to long-context modeling, yet models trained with backpropagation through time (BPTT) often fail beyond their training horizon. Classical analyses emphasize gradients that vanish or explode along temporal paths. However, dense per-token losses can still train a shared recurrent rule despite severe decay, showing that decay alone does not determine whether learning fails.

The paper instead studies state credit: the signal through which future losses reach earlier recurrent states before contributing to parameter updates. Accordingly, the author intervenes directly on state credit and proposes Credit Stabilization through Time (CST).

Method

During backward propagation, CST locally rescales the state-credit signal to stabilize its norm without rotating the component being corrected, while leaving the forward computation unchanged. Because controlled synthetic tasks and real data exhibit different credit dynamics, CST is specialized to each regime.

Results

In both settings, CST improves performance beyond the training horizon, with gains observed at up to 128x the training length.

---

*Auto-collected on 2026-09-10.*

Tags

#machine-learning#recurrent-networks#long-context#bptt#length-extrapolation#arxiv#paper

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178634674