Supervised Memory Training (SMT) methodology for parallel RNN pretraining without backpropagation through time.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill supervised-memory-training --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Supervised Memory Training?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-supervised-memory-training-5973e349)More formats (shields.io, HTML) on the badges page.
---
name: supervised-memory-training
category: neuroscience
description: "Supervised Memory Training (SMT) methodology for parallel RNN pretraining without backpropagation through time."
activation: RNN training, supervised memory, parallel training, predictive state, memory transition, BPTT replacement
---
# supervised-memory-training
## Description
Supervised Memory Training (SMT) methodology for parallel RNN pretraining without backpropagation through time. Based on arXiv: 2606.06479.
## Activation Keywords
- RNN training
- supervised memory
- parallel training
- predictive state
- memory transition
- BPTT replacement
## Source Paper
- **arXiv**: 2606.06479
- **Title**: Pretraining Recurrent Networks without Recurrence
- **Published**: 2026-06-04
## Core Methodology
### Key Concepts
Supervised Memory Training (SMT) trains nonlinear RNNs without recurrent credit propagation by reducing to supervised learning on one-step memory transition labels. SMT acquires memory labels by training a Transformer-based encoder on a predictive state objective, retaining only information from the past necessary to predict the future. Decouples what to remember from how to update memory. Enables time-parallel RNN training with stable O(1) length gradient path without unrolling the RNN.
### Mathematical Framework
- **Core Innovation**: Supervised Memory Training (SMT) trains nonlinear RNNs without recurrent credit propagation by reducing to supervised learning on one-step memory transition labels.
- **Key Result**: Derived from the abstract analysis of the paper's contribution.
## Usage Patterns
### Pattern 1: Supervised Memory Training
Apply this methodology when analyzing or implementing the described approach.
### Pattern 2: Evaluation and Comparison
Compare against baseline approaches to validate improvements.
## Instructions for Agents
### Step 1: Understand the Core Innovation
Read the paper abstract and identify the key methodological contribution.
### Step 2: Identify Applicable Domains
Determine if the methodology applies to the current problem domain.
### Step 3: Apply or Evaluate
Either apply the methodology directly or use it as a comparison baseline.
## Error Handling
- If the methodology requires specific hardware (e.g., trapped-ion qubits), note limitations.
- If the approach is theoretical only, mark as such.
## Resources
- arXiv: https://arxiv.org/abs/2606.06479
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!