Definition
Given a matrix of activation vectors (rows), a conceptor is the positive semi-definite matrix
for correlation matrix and aperture . is first of all a positive semi-definite linear operator (), a spectral contraction — not itself a region. Writing ‘s eigenvalues as , ‘s eigenvalues are for finite (strictly below ; the value is only reached in the limit on ) — continuous, unlike an orthogonal-projection matrix (see Linear Subspace), whose eigenvalues are restricted to exactly . The operator acts as a soft projection: shrinks ‘s components along low-variance directions rather than zeroing them out entirely.
Limits (corrected). As , so (everything is filtered). As , only for and whenever , so the orthogonal projector onto the range of — not in general. holds only when (full rank). This matters for activations: when the empirical has rank and is therefore singular, so the large-aperture limit is a projector onto the data’s principal subspace, not the identity.
Associated region (only after a level-set is chosen). can be tied to an ellipsoid, e.g. the level set (using the pseudo-inverse , with a stated convention on ), but that is an additional definition layered on the operator, not something is on its own.
Relative to linear-subspace
Linear Subspace‘s orthogonal projection is the -with-hard-cutoff limiting case: a direction either fully belongs to the represented concept () or is fully discarded (), with no in-between. A conceptor keeps the same basic idea — capture a -dimensional-ish region relevant to a concept — but replaces the binary membership test with a graded one that also encodes each direction’s relative importance (via its eigenvalue), not just whether it belongs. Two conceptors admit Boolean operations (AND/OR/NOT) that behave like set operations on the regions they represent, with no analogue for a plain linear subspace’s binary projection beyond ordinary subspace intersection/sum.
Key evidence
Origin paper, now with its own full entry. Jaeger (2014) is the
source of the conceptor construction itself, already cited above as the
Key Paper for both this node and Conceptor steering (soft projection) — but is added
here as its own full paper/observation entry (unlike the analogous
Bricken et al. 2023 SAE-origin case, rejected as redundant elsewhere in
this map) because it reports a rich, doubly-satisfying finding not yet
captured anywhere else in the corpus: conceptor ellipsoids computed
directly from a real N=100-unit reservoir network’s own neuron-state
correlation matrix are used causally, loaded back into the same
network’s recurrent dynamics, to deterministically store, morph between,
and cleanly regenerate multiple distinct attractor patterns from a
single shared substrate — the founding demonstration that this operator
is not just a post-hoc descriptive fit but a causally load-bearing
control object in the very setting (reservoir computing) it was
introduced for. See
jaeger-2014-conceptor-ellipsoids-computed-from-real-reservoir-network-states-enable-causal-storage-and-recall-of-multiple-attractor-patterns-in-a-single-network.
Postmus & Abreu (2024) compute a conceptor from the cached activations of in-context demonstrations of a task (e.g. antonym-generation), then steer by soft-projecting new activations through it () instead of adding a fixed steering vector. Across five function-vector tasks (antonyms, present-past, English-French, singular-plural, country-capital) plus capitalize, on GPT-J-6B and GPT-NeoX-20B, this consistently outperforms additive steering — e.g. country-capital accuracy on GPT-J rises from 32.0% (addition) / 63.9% (addition + mean-centering) to 81.6% / 85.3% (conceptor, without/with mean-centering). Combining two conceptors for different tasks via the AND Boolean operation also outperforms averaging their corresponding additive steering vectors on composite tasks. See Conceptor steering (soft projection) for the causal-intervention mechanism itself.
Triantafyllopoulos, Cho, Tao, Miao, Rai, Ungar, Guntuku, Ryant & Sedoc
(2026) extend the operator to a bipolar variant — fit by pooling
activations from both poles of a concept (e.g. positive+negative
sentiment) rather than one direction at a time, capturing ”>=95% of the
mean-difference direction” versus ~10% for a single pole — and test it on
Gemma-2-2B-IT, Gemma-2-9B-IT, and Qwen-2.5-3B-Instruct. Bipolar-conceptor
steering beats both additive and diff-of-means steering on win-ratio
evaluation (Gemma-2-2B-IT: 0.70-0.82 vs. baselines’ 0.50-0.62) and produces
far fewer degenerate outputs (13% vs. 58% additive / 30% diff-of-means).
Composing two bipolar conceptors via Boolean AND/OR/NOT shifts multi-
concept response distributions in the predicted direction (e.g. Political
AND-NOT Sentiment raises “Sentiment only” responses from a 0.27 base rate
to 0.33) — a second, independent confirmation that the operator’s Boolean
algebra tracks real behavioral composition, on different models than
Postmus & Abreu’s GPT-J/GPT-NeoX. See
bipolar-conceptors-outperform-additive-steering-and-compose-via-boolean-operations-across-gemma-2-and-qwen-2.5.
How to detect it
Fit a conceptor to a set of task-demonstrating activations and check whether soft-projecting through it (rather than adding their mean as a fixed vector) causally steers behavior more reliably or accurately — if so, the underlying representation is better described as a region than a single point/direction.
Key papers
- Jaeger (2014). Controlling Recurrent Neural Networks by Conceptors. — origin of the conceptor construction in reservoir computing, prior to its use on LLMs.
- Postmus & Abreu (2024). Steering Large Language Models using Conceptors: Improving Addition-Based Activation Engineering. NeurIPS 2024 MINT Workshop, arXiv:2410.16314 — first application of conceptors to LLM activation steering.