Steering Risk Preferences in Large Language Models by Aligning Behavioral and Neural Representations
Jian-Qiao Zhu, Haijiang Yan, Thomas L. Griffiths
TL;DR
The paper addresses steering risk-related behavior in large language models by aligning behaviorally elicited risk representations with neural activations, creating steering vectors that can be injected into the residual stream during inference. It introduces a two-step method: elicit latent risk representations via MCMC with the LLM, then align these with neural activations using a Lasso regression to derive a layer-specific steering vector; this self-alignment approach outperforms baselines like Contrastive Activation across risky decisions, risk perception, and real-world text generation. The findings demonstrate that aligning behavioral and neural representations yields controllable, transferable risk-related outputs without retraining, highlighting a principled path for value-aligned steering in risk-sensitive domains. Practical impact includes targeted manipulation of LLM risk biases, contributing to safer and more controllable AI behavior in high-stakes applications.
Abstract
Changing the behavior of large language models (LLMs) can be as straightforward as editing the Transformer's residual streams using appropriately constructed "steering vectors." These modifications to internal neural activations, a form of representation engineering, offer an effective and targeted means of influencing model behavior without retraining or fine-tuning the model. But how can such steering vectors be systematically identified? We propose a principled approach for uncovering steering vectors by aligning latent representations elicited through behavioral methods (specifically, Markov chain Monte Carlo with LLMs) with their neural counterparts. To evaluate this approach, we focus on extracting latent risk preferences from LLMs and steering their risk-related outputs using the aligned representations as steering vectors. We show that the resulting steering vectors successfully and reliably modulate LLM outputs in line with the targeted behavior.
