ResearchPod Summary
Recurrent models in the delta-rule family offer a memory-efficient alternative to Transformers, but existing state-of-the-art architectures (like GDN-2) suffer from three coupled defects: they are "memory-blind" (forgetting without seeing what is stored), they waste parameters on high-dimensional write gates, and their gating structure prevents the use of efficient parallel chunk-solvers. This paper asks if these limitations can be resolved simultaneously without sacrificing hardware efficiency.
The authors introduce CARVE (Content-Aware Recurrent with Value Efficiency). The core innovation is a structural constraint: all gating operations are restricted to the key axis. This constraint is mathematically proven to be both necessary and sufficient to restore the WY-form triangular chunk solver, which allows for efficient parallel training. Within this framework, CARVE implements two key improvements:
CARVE was evaluated at the 1.3B-parameter scale on 100B tokens. It outperformed the GDN-2 baseline on WikiText perplexity, common-sense reasoning benchmarks, and RULER retrieval probes. Crucially, these gains were achieved with 19% fewer mixer parameters, 13% lower peak memory, and negligible throughput overhead. The authors provide six formal theorems covering stability, gradient flow, and expressivity to ground these empirical results.
CARVE demonstrates that recurrent models can achieve high-quality selective memory without the quadratic costs of Transformers or the structural inefficiencies of previous gated delta-rule models. By proving that key-axis gating is the optimal design choice for parallel training, this work provides a rigorous blueprint for building efficient, long-context recurrent architectures that are both theoretically sound and hardware-optimized.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.