Skip to main content

Envisioning is an emerging technology research institute and advisory.

LinkedInInstagramGitHub

Since 2010

research
  • Observatory
  • Adaptive capacity
  • Newsletter
  • Methodology
  • Origins
  • Vocab
  • RSS feeds
services
  • Signals Session
  • Bespoke Projects
  • Build Sessions
  • Pricing
  • Use cases
  • Signals
  • Signal Scan↗free
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
solutions
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
  • L&D
resources
  • Partners
  • Coding for Non-Coders
  • How we work
  • Data visualization
  • Multi-Model Convergence
  • FAQ
  • Security and privacy
  • Public sector
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
ResearchCapabilityServicesSignalsAbout
ResearchCapabilityServicesSignalsAbout
  1. Home
  2. Vocab
  3. Control Vector

Control Vector

A steering mechanism that shapes language model outputs by modifying internal activations.

Year: 2023Generality: 322
Back to Vocab

A control vector is a learned directional vector applied to the internal activations of a neural network, typically a large language model, to systematically shift its behavior along a specific axis, such as tone, formality, sentiment, or topic focus. Unlike prompting, which operates at the input level, control vectors intervene directly within the model's hidden states during inference, offering a more precise and consistent form of behavioral steering without altering the model's weights.

The technique works by identifying a direction in the model's activation space that corresponds to a target concept or behavioral trait. This direction is typically derived by contrasting activations produced by pairs of contrastive inputs, for example, prompts that are formal versus informal, or honest versus deceptive. The resulting vector captures the latent dimension along which the model internally represents that concept. At inference time, this vector is added to or subtracted from the residual stream at one or more layers, nudging the model's representations toward or away from the target behavior.

Control vectors occupy a practical middle ground between prompt engineering and full fine-tuning. Prompt engineering is flexible but can be inconsistent and is limited by what the model's context window can express. Fine-tuning offers deep behavioral change but requires significant compute and risks degrading general capabilities. Control vectors are lightweight, reusable, and composable. Multiple vectors can be applied simultaneously with different scaling factors, enabling multi-dimensional control over model outputs in real time.

The approach gained attention in the ML community around 2023, particularly following work on representation engineering and activation steering in transformer-based models. It has practical applications in AI safety (suppressing harmful outputs), personalization (adapting tone or style), and interpretability research (probing what concepts models internally represent). As language models grow larger and more capable, control vectors offer an efficient mechanism for aligning model behavior with specific human preferences or deployment constraints.

Research this in Signals

Scan Control Vector for yourself.

Signals turns a topic into a sourced research record you can inspect and rerun. Your first scan is free, and this one starts with Control Vector already loaded, so edit it or scan as is.

Related

Related

Steerability
Steerability

The ability to deliberately guide a neural network's outputs through controlled input or parameter modifications.

2022Generality: 550
ControlNet
ControlNet

A neural network architecture that adds precise spatial controls to pretrained diffusion models.

2023Generality: 292
Capability Control
Capability Control

Mechanisms that constrain AI systems to prevent unintended or harmful actions.

2014Generality: 650
Control Problem
Control Problem

The challenge of ensuring advanced AI systems reliably act in accordance with human values.

2000Generality: 752
Word Vector
Word Vector

Dense numerical representations of words encoding semantic meaning and linguistic relationships.

2013Generality: 720
Contextual Embedding
Contextual Embedding

Word representations that dynamically shift meaning based on surrounding context.

2018Generality: 752