Like a prism splitting white light, we decompose attention into what it shares and what actually discriminates — then steer both the routing (Key) and content (Value) channels toward the tokens you highlight.
Prompt highlighting asks a model to prioritize a marked subset of tokens. An attention head's output is shaped by two functionally distinct channels, and prior methods act on only the first.
Key vectors decide the attention weights α — which tokens get read. Prior highlighting methods edit only this channel.
Value vectors decide what information flows through, once a token is attended to. Routing a model to a token does nothing to enrich what that token transmits.
Measuring both channels under contrastive conditions, we find Value shifts are comparable in magnitude to Key across all five models, with roughly half of all heads carrying significant Value signal — signal that Key-only methods leave on the table. The two channels even peak at different depths.
These are the four benchmarks we evaluate on, each shown in its real input format: a span the model should prioritize (a new fact, a biography, an instruction, the gold passage). Left alone the model answers from habit or gets lost among distractors; highlighting that span with Prism-Δ steering flips the answer. Full, at-scale numbers are in Results.
Naively contrasting relevant vs. irrelevant contexts mixes true signal with shared structural patterns present in both. Prism-Δ decomposes the difference of cross-covariances, so shared directions cancel — like a prism dropping the white and keeping the spectrum.
The top-k left singular vectors of ΩΔ provably capture the subspace that maximizes the positive–negative separation (Eckart–Young).
Any direction that co-varies equally under both conditions maps to zero in ΩΔ — structural redundancy is removed automatically, with no distributional assumptions.
A softplus weight lets weak-but-useful heads contribute at reduced strength, instead of a hard on/off gate.
Prism-Δ steers the routing channel (gV=0); Prism-ΔV steers both, recovering content-channel signal that reduces the fluency cost of steering.
Key & Value reps at the answer position under neutral / positive / negative conditions.
Shared directions cancel; top-k singular vectors give projection P and per-head weight wℓ,h (softplus).
Applied to highlighted tokens at inference — FlashAttention-compatible.
We evaluate on four benchmarks and five base models, against four highlighting baselines (**-marked, PASTA, SPA, and SEKA). Our methods are competitive with or above the strongest baseline on 19 of 20 configurations, with relative gains up to +13.0%, and Prism-ΔV recovers content-channel signal that lowers the fluency cost of steering.
@misc{ge2026prism,
title = {Prism-$\Delta$: Differential Subspace Steering for Prompt
Highlighting in Large Language Models},
author = {Yuyao Ge and Shenghua Liu and Yiwei Wang and Baolong Bi and
Lingrui Mei and Jiayu Yao and Jiafeng Guo and Xueqi Cheng},
year = {2026},
eprint = {2603.10705},
archivePrefix = {arXiv},
primaryClass = {cs.CL},
url = {https://arxiv.org/abs/2603.10705}
}