Papers
Topics
Authors
Recent
Search
2000 character limit reached

Token Steering in Transformer Models

Updated 5 July 2026
  • Token Steering is a token-level control paradigm that adjusts hidden states via steering vectors to modulate downstream behavior.
  • It employs methods like residual-stream addition, fine-grained activation steering, and adaptive PID control to achieve precise and efficient interventions.
  • Recent studies show that localized, dynamic interventions enhance performance, reduce redundancy, and mitigate adverse effects such as topic drift.

Token Steering (TS) denotes a family of token-level intervention techniques whose common objective is to alter downstream behavior by acting on token-associated state, token-conditioned hidden representations, or token streams themselves. In transformer LLMs, TS most often refers to adding a steering vector to the residual stream at a chosen layer for each generated token, or to related interventions on selected activation components, redundancy signals, or decoding distributions (Chalnev et al., 2024). The same label also appears in adjacent settings, including CLS token attention steering in vision transformers (Huang et al., 23 Jan 2026), action-token intervention in autoregressive vision-language-action policies (Chan et al., 12 Jun 2026), Token Sliding in graph reconfiguration (Hoang, 2022), and temporal steering in open quantum systems (Xiong et al., 2017). This breadth suggests that TS is best understood as a token-level control paradigm rather than a single standardized algorithm.

1. Terminological scope and recurring abstractions

Across the recent literature, TS is unified less by a fixed implementation than by a common locus of intervention: the token, or a token-indexed representation. In LLMs, the intervention typically targets hidden states, residual-stream directions, atomic activation units, or token-wise output distributions. In vision transformers, the object is the CLS token’s self-attention pathway. In autoregressive robot policies, the intervention is applied directly to action tokens. In reinforcement learning, token-wise quantities can steer the balance between exploration and exploitation.

Usage of TS Core object Representative source
Residual-stream steering Hidden state or steering vector (Chalnev et al., 2024)
Dynamic redundancy suppression Chunk-level redundancy and PID-controlled strength (Bharadwaj, 23 Jun 2025)
Fine-grained activation steering AU-level activations (Feng et al., 4 Feb 2026)
CLS token attention steering CLS-token Q,K,VQ,K,V biases (Huang et al., 23 Jan 2026)
Action-token intervention FAST action-token prefix replacement (Chan et al., 12 Jun 2026)
Token-wise RL steering THR-weighted advantages (Deng et al., 4 Oct 2025)
Token Sliding Reconfiguration move on graphs (Hoang, 2022)
Temporal steering Time-separated quantum steering parameter (Xiong et al., 2017)

A recurring abstraction in the machine-learning variants is that the model remains largely frozen and the intervention is localized. The literature repeatedly emphasizes inference-time or lightweight control: STU-PID is explicitly training-free (Bharadwaj, 23 Jun 2025); AUSteer adds negligible cost at inference (Feng et al., 4 Feb 2026); the VLA action-token method requires no additional training or finetuning (Chan et al., 12 Jun 2026). A plausible implication is that TS is often positioned as an alternative to full finetuning when the desired behavior can be expressed as a low-dimensional, local, or sparse perturbation.

2. Residual-stream token steering in language generation

A canonical formulation appears in steering-vector methods for transformer LLMs. In a model with layer-wise hidden states h0,,hLh_0,\dots,h_L, TS replaces

hlhl+αvh_l \leftarrow h_l + \alpha\,\mathbf{v}

at a chosen layer ll on every generated token, where vRdmodel\mathbf{v}\in\mathbb{R}^{d_{\rm model}} is a steering vector and α>0\alpha>0 is a scaling factor (Chalnev et al., 2024). Closely related formulations write, at generation step tt, hi(l),steered=hi(l)+ash_i^{(l),\text{steered}} = h_i^{(l)} + a\,s, with ss the steering vector and aa a small scalar coefficient (Cheng et al., 9 Apr 2026). In both cases, the intervention is applied in the residual stream during autoregressive decoding.

Several constructions for h0,,hLh_0,\dots,h_L0 are represented in the literature. Contrastive Activation Addition (CAA) computes a mean-difference vector between positive and negative prompt activations at a layer (Chalnev et al., 2024). Mechanistic refusal steering also considers Difference-in-Means, Next-Token-Prediction, and Preference Optimization steering vectors (Cheng et al., 9 Apr 2026). For structured grammatical control, concept directions can be extracted with a one-vs-rest Linear Discriminant Analysis procedure. Klerings et al. define residual activations h0,,hLh_0,\dots,h_L1, construct labeled sets h0,,hLh_0,\dots,h_L2 and h0,,hLh_0,\dots,h_L3, compute

h0,,hLh_0,\dots,h_L4

and then steer generation by adding and optionally subtracting concept directions (Klerings et al., 15 Sep 2025).

That study evaluates three steering variants: h0,,hLh_0,\dots,h_L5

h0,,hLh_0,\dots,h_L6

and

h0,,hLh_0,\dots,h_L7

Its quantitative findings show that tense steering is systematically easier than aspect; on random sentences with Llama-8B, efficacy is h0,,hLh_0,\dots,h_L8 for tense and h0,,hLh_0,\dots,h_L9 for aspect, whereas few-shot repetition drops to approximately hlhl+αvh_l \leftarrow h_l + \alpha\,\mathbf{v}0 and approximately hlhl+αvh_l \leftarrow h_l + \alpha\,\mathbf{v}1, respectively (Klerings et al., 15 Sep 2025). The same work reports that steering during generation is more effective than only steering the prompt, that steering right before or on the verb-token gives the best trade-off between efficacy and topic drift, and that relative perplexity increases were modest hlhl+αvh_l \leftarrow h_l + \alpha\,\mathbf{v}2 for most successful settings. These results materially refine the earlier intuition that TS is merely “add a vector everywhere”: location, duration, and target granularity are central design variables.

A further clarification is supplied by mechanistic analysis of refusal steering. Cheng et al. show that repeated addition of a fixed vector can be interpreted causally through the subcircuits it engages, rather than solely through the vector’s origin (Cheng et al., 9 Apr 2026). This suggests that the operational meaning of a steering direction depends not only on its semantic source dataset but also on where in the transformer it is injected and which downstream attention-value pathways propagate its effect.

3. Adaptive and fine-grained inference control

A major development is the shift from static steering coefficients to adaptive control laws. STU-PID addresses the overthinking phenomenon in extended chain-of-thought reasoning, defined as generating excessive and redundant reasoning steps that increase computational cost and may degrade final accuracy (Bharadwaj, 23 Jun 2025). The method treats a contiguous segment of tokens as a “reasoning chunk,” labels chunk redundancy by hlhl+αvh_l \leftarrow h_l + \alpha\,\mathbf{v}3, and combines a chunk-level redundancy classifier with a PID controller. The classifier uses the mean-pooled hidden state hlhl+αvh_l \leftarrow h_l + \alpha\,\mathbf{v}4 from a layer such as hlhl+αvh_l \leftarrow h_l + \alpha\,\mathbf{v}5, logistic regression trained with SGD and logistic loss, approximately hlhl+αvh_l \leftarrow h_l + \alpha\,\mathbf{v}6 labeled chunks from GSM8K, and chunk size hlhl+αvh_l \leftarrow h_l + \alpha\,\mathbf{v}7 tokens. Its output is

hlhl+αvh_l \leftarrow h_l + \alpha\,\mathbf{v}8

The controller defines

hlhl+αvh_l \leftarrow h_l + \alpha\,\mathbf{v}9

ll0

and updates the steering strength by

ll1

Typical GSM8K hyperparameters are ll2, ll3, ll4, ll5, and ll6. During inference, after an initialization free period of approximately ll7 tokens and before a maximum window length of approximately ll8 tokens, the method groups the last ll9 tokens into a chunk, computes vRdmodel\mathbf{v}\in\mathbb{R}^{d_{\rm model}}0, updates the PID state if vRdmodel\mathbf{v}\in\mathbb{R}^{d_{\rm model}}1 with vRdmodel\mathbf{v}\in\mathbb{R}^{d_{\rm model}}2 exemplified as vRdmodel\mathbf{v}\in\mathbb{R}^{d_{\rm model}}3, and steers the hidden state by

vRdmodel\mathbf{v}\in\mathbb{R}^{d_{\rm model}}4

where vRdmodel\mathbf{v}\in\mathbb{R}^{d_{\rm model}}5 is a pre-extracted control vector (Bharadwaj, 23 Jun 2025).

On vRdmodel\mathbf{v}\in\mathbb{R}^{d_{\rm model}}6 GSM8K problems, the reported results are as follows:

Method Accuracy (%) Avg. Tokens
Baseline 81.0 1152
Static Steering 83.5 920
STU-PID 87.0 784

STU-PID therefore yields a vRdmodel\mathbf{v}\in\mathbb{R}^{d_{\rm model}}7 absolute accuracy gain versus baseline and a vRdmodel\mathbf{v}\in\mathbb{R}^{d_{\rm model}}8 token reduction; relative to static steering, it adds approximately vRdmodel\mathbf{v}\in\mathbb{R}^{d_{\rm model}}9 more accuracy and saves approximately α>0\alpha>00 additional tokens (Bharadwaj, 23 Jun 2025). The paper attributes the gain to adaptivity, trade-off calibration through the integral term, and anticipation of redundancy spikes through the derivative term.

A complementary line of work argues that coarse block-level interventions are intrinsically heterogeneous. Fine-Grained Activation Steering decomposes a block activation α>0\alpha>01 as

α>0\alpha>02

so that steering the scalar coefficient α>0\alpha>03 is equivalent to steering the associated atomic unit (AU) (Feng et al., 4 Feb 2026). If the LM head is α>0\alpha>04, intervention on the α>0\alpha>05-th AU by α>0\alpha>06 gives

α>0\alpha>07

with a first-order probability shift determined by the same AU-specific vocabulary direction. AUSteer operationalizes this by ranking AUs with an activation-momentum score α>0\alpha>08, selecting the top α>0\alpha>09, and applying adaptive per-AU updates

tt0

Empirically, AUSteer-FFN improves the average over five reasoning and math tasks on LLaMA2-7B-Chat from tt1 for SADI to tt2, raises detoxification on RealToxicPrompts from tt3 to tt4, and improves BPO AWR from tt5 to tt6 while steering only tt7 AUs (Feng et al., 4 Feb 2026). The same paper reports that tt8 suffices, that steering more than approximately tt9 AUs degrades performance, and that inference overhead is approximately hi(l),steered=hi(l)+ash_i^{(l),\text{steered}} = h_i^{(l)} + a\,s0 latency increase.

Together, these results establish two distinct axes of refinement over basic residual-stream addition: dynamic modulation of steering strength over time, and sub-block localization of where steering is applied.

4. Measurement, causal attribution, and mechanistic analysis

A persistent difficulty in TS is that the intervention can succeed behaviorally while remaining opaque mechanistically. Several papers address this by building token-level measurement and attribution frameworks.

SAE-Targeted Steering uses sparse autoencoders to measure the effects of steering vectors and to construct vectors that target specific SAE features while minimizing unintended side effects (Chalnev et al., 2024). The basic causal-effect estimate compares open-ended completions from the base and steered models, re-encodes layer-hi(l),steered=hi(l)+ash_i^{(l),\text{steered}} = h_i^{(l)} + a\,s1 activations with an SAE encoder hi(l),steered=hi(l)+ash_i^{(l),\text{steered}} = h_i^{(l)} + a\,s2, and computes

hi(l),steered=hi(l)+ash_i^{(l),\text{steered}} = h_i^{(l)} + a\,s3

A linear map hi(l),steered=hi(l)+ash_i^{(l),\text{steered}} = h_i^{(l)} + a\,s4 is then fit from steering vectors hi(l),steered=hi(l)+ash_i^{(l),\text{steered}} = h_i^{(l)} + a\,s5 to measured SAE effects hi(l),steered=hi(l)+ash_i^{(l),\text{steered}} = h_i^{(l)} + a\,s6, enabling construction of a targeted vector for feature hi(l),steered=hi(l)+ash_i^{(l),\text{steered}} = h_i^{(l)} + a\,s7. On Gemma-2-2B, with steering at layer hi(l),steered=hi(l)+ash_i^{(l),\text{steered}} = h_i^{(l)} + a\,s8, maximum Behavioral*Coherence averaged over nine topics is hi(l),steered=hi(l)+ash_i^{(l),\text{steered}} = h_i^{(l)} + a\,s9 for CAA, ss0 for direct SAE steering, and ss1 for SAE-TS (Chalnev et al., 2024). The paper’s interpretation is that subtracting the bias term in the targeted construction mitigates large unintended feature shifts.

Control Reinforcement Learning (CRL) reframes token-level steering as an MDP over SAE features (Cho et al., 11 Feb 2026). At token step ss2, the state is the residual activation ss3, the action is a one-hot or top-ss4 feature selection ss5, and the intervention is

ss6

A small MLP policy and critic are trained with PPO, while Adaptive Feature Masking restricts choices to naturally activated features and encourages exploration without blending features. On Gemma-2 2B, single-layer CRL-Token improves MMLU from ss7 to ss8 at ss9, BBQ Ambiguous from aa0 to aa1 at aa2, GSM8K from aa3 to aa4 at aa5, HarmBench from aa6 to aa7 at aa8, and XSTest from aa9 to h0,,hLh_0,\dots,h_L00 at h0,,hLh_0,\dots,h_L01 (Cho et al., 11 Feb 2026). The method’s distinctive contribution is not only the gain but the per-token intervention logs h0,,hLh_0,\dots,h_L02, which support branch point tracking, critic trajectory analysis, and layer-wise comparison.

Mechanistic refusal analysis further sharpens the internal picture. Using a multi-token activation patching framework, Cheng et al. show that different steering methodologies leverage functionally interchangeable circuits when applied at the same layer, that high-indirect-effect edges concentrate in attention values, h0,,hLh_0,\dots,h_L03, and MLP submodules rather than in the query/key path, and that freezing all attention scores during steering drops performance by only h0,,hLh_0,\dots,h_L04 across two model families (Cheng et al., 9 Apr 2026). By contrast, ablating the OV circuit cuts steering performance by over h0,,hLh_0,\dots,h_L05. The same study introduces head-specific steering value vectors h0,,hLh_0,\dots,h_L06, shows that their unembedding can produce semantically interpretable token distributions even when the raw steering vector does not, and reports that steering vectors can be sparsified by h0,,hLh_0,\dots,h_L07 while retaining most performance.

Multiple Token Divergence (MTD) shifts the measurement locus from hidden states to output distributions (Herrmann et al., 28 Dec 2025). At step h0,,hLh_0,\dots,h_L08,

h0,,hLh_0,\dots,h_L09

This is interpreted as a measure of computational effort: small MTD indicates that a shallow auxiliary head tracks the full model closely, whereas large MTD indicates non-trivial deeper-layer computation. On MiMo-7B, mean MTD over reference chain-of-thought solutions on MATH correlates positively with difficulty at h0,,hLh_0,\dots,h_L10 with h0,,hLh_0,\dots,h_L11 CI h0,,hLh_0,\dots,h_L12, while mean NLL correlates negatively at h0,,hLh_0,\dots,h_L13 (Herrmann et al., 28 Dec 2025). On ten self-generated CoTs per problem, partial correlation of MTD with difficulty controlling for NLL is h0,,hLh_0,\dots,h_L14, and CoTs with lower mean MTD are more likely to be correct: h0,,hLh_0,\dots,h_L15 accuracy when choosing the CoT with lower MTD, versus h0,,hLh_0,\dots,h_L16 random; combining MTD and NLL yields h0,,hLh_0,\dots,h_L17. Divergence Steering then interpolates between the full-model distribution and the MTP distribution along the Fisher–Rao geodesic, with h0,,hLh_0,\dots,h_L18 biasing generation toward the simpler MTP predictions and h0,,hLh_0,\dots,h_L19 producing an anti-speculative regime. On a creative-writing benchmark, the best aggregate “Overall Impression” occurs near h0,,hLh_0,\dots,h_L20 (Herrmann et al., 28 Dec 2025).

These frameworks collectively move TS from heuristic intervention toward causal analysis. A plausible implication is that future TS systems will increasingly combine localized intervention with token-level diagnostics rather than treating the steering vector as a black-box control knob.

5. Training-time and multimodal extensions

Not all TS operates as residual-stream addition in text generation. Several papers generalize the idea to training-time weighting, visual token attention, or robotic action tokens.

Token Hidden Reward (THR) introduces a token-level metric inside Group Relative Policy Optimization (GRPO) that quantifies each token’s influence on the likelihood of correct responses (Deng et al., 4 Oct 2025). For rollout h0,,hLh_0,\dots,h_L21 and token position h0,,hLh_0,\dots,h_L22,

h0,,hLh_0,\dots,h_L23

The reweighting factor

h0,,hLh_0,\dots,h_L24

modulates the GRPO advantage token-wise. When h0,,hLh_0,\dots,h_L25, positive-THR tokens are amplified and negative-THR tokens are weakened, favoring exploitation; h0,,hLh_0,\dots,h_L26 reverses the effect and favors exploration. On Qwen2.5-Math-1.5B, vanilla GRPO reaches h0,,hLh_0,\dots,h_L27 total average greedy accuracy, while THR with h0,,hLh_0,\dots,h_L28 raises this to h0,,hLh_0,\dots,h_L29. On Qwen2.5-Math-7B, GRPO h0,,hLh_0,\dots,h_L30 increases to THR(h0,,hLh_0,\dots,h_L31) h0,,hLh_0,\dots,h_L32. For exploration, on Qwen2.5-Math-1.5B at h0,,hLh_0,\dots,h_L33, GRPO yields h0,,hLh_0,\dots,h_L34 and THR(h0,,hLh_0,\dots,h_L35) yields h0,,hLh_0,\dots,h_L36; on Llama3.2-3B, THR(h0,,hLh_0,\dots,h_L37) produces an approximately h0,,hLh_0,\dots,h_L38 percentage point gain in Pass@K over GRPO (Deng et al., 4 Oct 2025).

In few-shot class-incremental learning, CASP defines TS through CLS-token attention steering prompts (Huang et al., 23 Jan 2026). In a ViT with input

h0,,hLh_0,\dots,h_L39

the standard projections h0,,hLh_0,\dots,h_L40, h0,,hLh_0,\dots,h_L41, and h0,,hLh_0,\dots,h_L42 are modified for the CLS token by trainable biases h0,,hLh_0,\dots,h_L43, h0,,hLh_0,\dots,h_L44, and h0,,hLh_0,\dots,h_L45: h0,,hLh_0,\dots,h_L46 These biases additively adjust the CLS-to-token attention logits. Training-time dropout perturbation is applied to the biases in PCAP, and Manifold Token Mixup operates in the shallow feature space. On CUB200, 10-way 5-shot, ViT-B/16, the ablation in Table 7 reports h0,,hLh_0,\dots,h_L47 and h0,,hLh_0,\dots,h_L48 for a fully-fine-tuned ViT plus cosine prototype baseline, then h0,,hLh_0,\dots,h_L49 for CAGP only, h0,,hLh_0,\dots,h_L50 for CAGP+PCAP, h0,,hLh_0,\dots,h_L51 with CDAP added, and h0,,hLh_0,\dots,h_L52 with MTM (Huang et al., 23 Jan 2026). Here, TS is not a language-generation intervention but an attention-steering prompt mechanism centered on the CLS token.

In autoregressive vision-language-action policies, TS is implemented by direct intervention in the action-token space (Chan et al., 12 Jun 2026). A frozen VLA predicts FAST tokens h0,,hLh_0,\dots,h_L53 for a short trajectory chunk from image h0,,hLh_0,\dots,h_L54, language h0,,hLh_0,\dots,h_L55, and current joint configuration h0,,hLh_0,\dots,h_L56. User input h0,,hLh_0,\dots,h_L57 is converted into Cartesian velocity h0,,hLh_0,\dots,h_L58, mapped to joint velocity by

h0,,hLh_0,\dots,h_L59

replicated across horizon h0,,hLh_0,\dots,h_L60, and FAST-encoded into steering tokens h0,,hLh_0,\dots,h_L61. A prefix window h0,,hLh_0,\dots,h_L62 is then fixed to these user tokens while the remaining tokens are sampled from the policy. On drawer closing after banana placement, baseline h0,,hLh_0,\dots,h_L63-FAST success is h0,,hLh_0,\dots,h_L64 with median time h0,,hLh_0,\dots,h_L65 s, while TS with h0,,hLh_0,\dots,h_L66 reaches h0,,hLh_0,\dots,h_L67 success and median time h0,,hLh_0,\dots,h_L68 s. On state-aware sponge swapping, baseline success is h0,,hLh_0,\dots,h_L69 with progress h0,,hLh_0,\dots,h_L70, whereas TS achieves h0,,hLh_0,\dots,h_L71 success within h0,,hLh_0,\dots,h_L72 min (Chan et al., 12 Jun 2026). Ablations further show that h0,,hLh_0,\dots,h_L73 produce SIR values h0,,hLh_0,\dots,h_L74 and MPE values h0,,hLh_0,\dots,h_L75, and that steering low-frequency tokens is substantially stronger than steering high-frequency ones.

These extensions broaden the meaning of TS from “control hidden text representations” to “intervene on token-indexed decision variables,” including learning signals, attention prompts, and action-token prefixes.

6. Limitations, misconceptions, and broader uses of the acronym

The literature repeatedly cautions that TS is not a universally robust or parameter-free intervention. STU-PID requires labeling of redundant and required chunks, tuning of PID gains and h0,,hLh_0,\dots,h_L76 per model and domain, and was evaluated only on GSM8K and one model size (Bharadwaj, 23 Jun 2025). AUSteer reports that larger h0,,hLh_0,\dots,h_L77 or h0,,hLh_0,\dots,h_L78 can harm fluency, and that steering more than approximately h0,,hLh_0,\dots,h_L79 AUs degrades performance (Feng et al., 4 Feb 2026). Tense-and-aspect steering shows that strength, location, and duration are crucial parameters, that prompt-only steering fails on complex tasks such as translation, and that prolonged interventions can cause topic shift or degeneration (Klerings et al., 15 Sep 2025). MTD depends on the relative capacity of the MTP head and can push generation outside the model’s post-training distribution, potentially harming instruction-following (Herrmann et al., 28 Dec 2025). The action-token intervention method is limited by autoregressive latency, dependence on FAST tokenization, fixed injection windows, and the absence of long-term memory in h0,,hLh_0,\dots,h_L80-FAST (Chan et al., 12 Jun 2026).

A common misconception is that stronger steering is automatically better. Multiple papers directly contradict this. Fine-grained activation steering is motivated by the claim that block-level activations entangle beneficial, irrelevant, and harmful features, making coarse steering inefficient and intrusive (Feng et al., 4 Feb 2026). Grammatical steering finds that tight windows around the generated verb token outperform longer or earlier interventions (Klerings et al., 15 Sep 2025). Mechanistic refusal analysis shows that most steering efficacy is carried by OV pathways and can often be retained after h0,,hLh_0,\dots,h_L81 sparsification of the steering vector (Cheng et al., 9 Apr 2026). The consistent pattern is that selectivity, localization, and sparsity frequently dominate raw intervention magnitude.

The acronym itself is also non-standard outside current ML usage. In graph reconfiguration, h0,,hLh_0,\dots,h_L82 denotes Token Sliding: given a graph h0,,hLh_0,\dots,h_L83, integer h0,,hLh_0,\dots,h_L84, and two h0,,hLh_0,\dots,h_L85-path vertex covers h0,,hLh_0,\dots,h_L86 and h0,,hLh_0,\dots,h_L87, a TS move slides a token along an edge h0,,hLh_0,\dots,h_L88 from h0,,hLh_0,\dots,h_L89 to an unoccupied neighbor h0,,hLh_0,\dots,h_L90 provided the result remains a h0,,hLh_0,\dots,h_L91-PVC (Hoang, 2022). For caterpillars and h0,,hLh_0,\dots,h_L92, the main algorithm checks equality of token counts and rigid-token sets, removes rigid vertices, verifies component-wise counts, and runs in h0,,hLh_0,\dots,h_L93. In quantum information, TS abbreviates temporal steering. There the steering parameter

h0,,hLh_0,\dots,h_L94

obeys the classical bound h0,,hLh_0,\dots,h_L95 for h0,,hLh_0,\dots,h_L96 or h0,,hLh_0,\dots,h_L97; experimental simulation beyond the rotating-wave approximation finds that the first zero crossing of h0,,hLh_0,\dots,h_L98 occurs at h0,,hLh_0,\dots,h_L99 versus hlhl+αvh_l \leftarrow h_l + \alpha\,\mathbf{v}00, implying an approximately hlhl+αvh_l \leftarrow h_l + \alpha\,\mathbf{v}01 overestimation of secure communication time under RWA assumptions (Xiong et al., 2017).

Taken together, these usages show that “Token Steering” is best treated as a context-dependent technical term. In present machine-learning practice, it usually denotes localized control of token-conditioned computation at inference or training time. But the same abbreviation already has established meanings in graph algorithms and quantum information, and even within ML the underlying mechanisms range from residual-stream addition and AU-level perturbation to CLS-attention biasing, action-token replacement, and token-wise policy reweighting.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Token Steering (TS).