pith. machine review for the scientific record. sign in

arxiv: 2602.10437 · v3 · submitted 2026-02-11 · 💻 cs.LG · cs.AI· cs.CL

Recognition: no theorem link

Control Reinforcement Learning: Interpretable Token-Level Steering of LLMs via Sparse Autoencoder Features

Authors on Pith no claims yet

Pith reviewed 2026-05-16 02:32 UTC · model grok-4.3

classification 💻 cs.LG cs.AIcs.CL
keywords sparse autoencodersmechanistic interpretabilityreinforcement learning controlLLM steeringtoken level interventionsfeature amplificationGemma model
0
0 comments X

The pith

A reinforcement learning policy selects sparse autoencoder features to steer language models at each token and logs the interventions.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper presents Control Reinforcement Learning to train a policy that chooses which sparse autoencoder features to amplify at every token in a language model. This dynamic selection produces logs that show exactly which features alter the model's outputs when boosted. Adaptive Feature Masking helps the policy discover a range of useful features without losing the ability to interpret each one individually. New analysis methods emerge, including tracking points where the choice of feature decides if the answer is correct and comparing how features differ across model layers. Experiments on Gemma 2 2B show better results on several benchmarks alongside these detailed intervention records.

Core claim

Control Reinforcement Learning trains a policy to select sparse autoencoder features for per-token amplification in large language models. The resulting intervention logs reveal features that causally influence outputs when scaled up. Adaptive Feature Masking promotes diversity in selected features while keeping them individually interpretable. This setup supports analyses such as identifying branch points in generation where feature choice affects correctness, separating policy and critic errors, and observing syntactic features early and semantic ones late in the network.

What carries the argument

The Control Reinforcement Learning policy that selects and applies sparse autoencoder features at the token level for steering.

If this is right

  • Per-token logs identify features that determine output correctness at branch points.
  • Layer-wise analysis distinguishes syntactic features in early layers from semantic features in later layers.
  • Critic trajectory analysis separates limitations in the policy from errors in value estimation.
  • The method achieves performance gains on MMLU, GSM8K, and safety benchmarks while generating interpretable intervention data.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • This approach could allow targeted behavioral edits in deployed models by intervening only on specific features at critical tokens.
  • The intervention logs might serve as a basis for auditing model reasoning processes in high-stakes applications.
  • Scaling the method to larger models could test whether feature steerability improves or saturates with model size.
  • Combining these dynamic probes with static circuit analysis might yield fuller maps of model computation.

Load-bearing premise

That selected SAE features, when amplified, produce controllable and human-interpretable changes in the language model's outputs.

What would settle it

Observing no consistent change in model outputs when the learned policy's selected features are amplified, or finding that the intervention logs do not match the actual causal effects on generation.

read the original abstract

Sparse autoencoders (SAEs) decompose language model activations into interpretable features, but existing methods reveal only which features activate, not which change model outputs when amplified. We introduce Control Reinforcement Learning (CRL), which trains a policy to select SAE features for steering at each token, producing interpretable intervention logs: the learned policy identifies features that change model outputs when amplified. Adaptive Feature Masking encourages diverse feature discovery while preserving singlefeature interpretability. The framework yields new analysis capabilities: branch point tracking locates tokens where feature choice determines output correctness; critic trajectory analysis separates policy limitations from value estimation errors; layer-wise comparison reveals syntactic features in early layers and semantic features in later layers. On Gemma 2 2B across MMLU, BBQ, GSM8K, HarmBench, and XSTest, CRL achieves improvements while providing per-token intervention logs. These results establish learned feature steering as a mechanistic interpretability tool that complements static feature analysis with dynamic intervention probes

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

3 major / 1 minor

Summary. The manuscript introduces Control Reinforcement Learning (CRL), a framework that trains a reinforcement learning policy to select and amplify features from sparse autoencoders (SAEs) for token-level steering of LLMs. It claims this produces interpretable per-token intervention logs, enables new analysis methods including branch point tracking, critic trajectory analysis, and layer-wise comparisons of syntactic versus semantic features, and yields performance improvements on Gemma 2 2B across the MMLU, BBQ, GSM8K, HarmBench, and XSTest benchmarks. Adaptive Feature Masking is used to encourage diverse feature discovery while preserving interpretability. The work positions learned feature steering as a mechanistic interpretability tool that complements static SAE analysis with dynamic intervention probes.

Significance. If the empirical claims and generalization hold, this could be a meaningful contribution to mechanistic interpretability by shifting from passive feature identification to active, learned control of model behavior at the token level. The proposed analysis techniques (branch point tracking, critic trajectory analysis, layer-wise comparisons) offer concrete ways to probe causality and limitations in feature steering, which static methods lack. Credit is due for the attempt to integrate RL with SAEs in a way that generates falsifiable intervention logs rather than purely correlational insights.

major comments (3)
  1. [Abstract] Abstract: The central claim of performance improvements across MMLU/BBQ/GSM8K/HarmBench/XSTest is unsupported by any numerical results, error bars, baseline comparisons, or reward-function details. Without these, the efficacy of the CRL policy cannot be assessed and the claim that it establishes a new interpretability tool remains unevaluated.
  2. [Evaluation] Evaluation section: No held-out splits, out-of-distribution prompts, or cross-domain tests are reported for the learned RL policy. This directly undermines the claim that the dynamic probes provide general mechanistic insight rather than task-specific overfitting, as the policy selections may not transfer beyond the training distribution.
  3. [Methods] Methods: The definition of the RL reward signal is not specified, making it impossible to determine whether the policy is optimizing for output correctness, feature diversity, or some combination; this is load-bearing for reproducing the claimed intervention logs and analysis capabilities.
minor comments (1)
  1. [Abstract] Abstract: The term 'Adaptive Feature Masking' is introduced without a concise definition or reference to its precise formulation, which reduces clarity for readers unfamiliar with the technique.

Simulated Author's Rebuttal

3 responses · 0 unresolved

We thank the referee for their constructive feedback on our manuscript. We address each of the major comments below and have revised the paper to incorporate additional details and clarifications where needed.

read point-by-point responses
  1. Referee: [Abstract] Abstract: The central claim of performance improvements across MMLU/BBQ/GSM8K/HarmBench/XSTest is unsupported by any numerical results, error bars, baseline comparisons, or reward-function details. Without these, the efficacy of the CRL policy cannot be assessed and the claim that it establishes a new interpretability tool remains unevaluated.

    Authors: We agree with this assessment of the abstract. The revised version now includes specific numerical improvements (e.g., accuracy gains with standard deviations) compared to baselines including the unsteered model and random feature amplification. Reward function details are summarized in the abstract and elaborated in the Methods section. Full results with error bars from 5 runs are presented in Table 1 of the Evaluation section. These changes make the central claims verifiable from the abstract. revision: yes

  2. Referee: [Evaluation] Evaluation section: No held-out splits, out-of-distribution prompts, or cross-domain tests are reported for the learned RL policy. This directly undermines the claim that the dynamic probes provide general mechanistic insight rather than task-specific overfitting, as the policy selections may not transfer beyond the training distribution.

    Authors: The RL policy is trained and evaluated using the official held-out test sets provided by each benchmark (MMLU test, GSM8K test, etc.), ensuring separation from any training data. The use of five distinct benchmarks spanning different domains (knowledge, bias detection, math reasoning, harm, and safety) serves as cross-domain evaluation. To further strengthen this, we have added results on out-of-distribution prompts in a new appendix, demonstrating transfer. We believe this supports the generalizability of the mechanistic insights, though we acknowledge additional experiments could be beneficial. revision: partial

  3. Referee: [Methods] Methods: The definition of the RL reward signal is not specified, making it impossible to determine whether the policy is optimizing for output correctness, feature diversity, or some combination; this is load-bearing for reproducing the claimed intervention logs and analysis capabilities.

    Authors: We thank the referee for pointing this out; this was an oversight. The reward function is a weighted sum of task performance (exact match or accuracy on the benchmark) and a diversity penalty based on the Adaptive Feature Masking mechanism to promote exploration of unique features. The precise equation is now provided in Section 3.2 of the revised Methods, along with the value of the weighting hyperparameter λ = 0.1 and how it is computed per token. This enables full reproduction of the intervention logs and analyses. revision: yes

Circularity Check

0 steps flagged

No significant circularity in derivation chain

full rationale

The paper trains an RL policy to select SAE features for token-level steering and evaluates resulting performance and interpretability logs on external benchmarks (MMLU, BBQ, GSM8K, HarmBench, XSTest). No equations or steps reduce claimed improvements or intervention logs to quantities defined by the fitted policy parameters themselves. The central claim rests on dynamic intervention outcomes measured against held-out task performance rather than internal self-consistency or self-citation chains. This is a standard non-circular outcome for a methods paper whose results are benchmark-driven.

Axiom & Free-Parameter Ledger

1 free parameters · 1 axioms · 0 invented entities

The central claim rests on the premise that SAE features extracted from prior work remain meaningful when amplified and that an RL policy can be trained to select them productively; these are domain assumptions carried over from the SAE literature rather than new postulates.

free parameters (1)
  • RL policy parameters
    The policy network is trained on data, so its weights constitute learned parameters whose values are not reported.
axioms (1)
  • domain assumption Amplifying individual SAE features produces interpretable and controllable changes in model outputs
    Invoked throughout the description of steering and intervention logs.

pith-pipeline@v0.9.0 · 5478 in / 1314 out tokens · 54274 ms · 2026-05-16T02:32:28.983421+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. The Echo Amplifies the Knowledge: Somatic Marker Analogues in Language Models via Emotion Vector Re-Injection

    cs.AI 2026-05 conditional novelty 6.0

    Re-injecting emotion vectors during recall steepens a model's threat-safety judgments and raises good decision rates from 52% to 80% only when combined with semantic labels, replicating Damasio's somatic marker effect.