Controllable Value Alignment in Large Language Models through Neuron-Level Editing
Yonghui Yang, Junwei Li, Jilong Liu, Yicheng He, Fengbin Zhu, Weibiao Huang, Le Wu, Richang Hong, Tat-Seng Chua
TL;DR
This work identifies a fundamental challenge in aligning LLMs to human values: steering a target value often leaks into non-target values due to entangled representations. It introduces value leakage as a diagnostic and presents two metrics, NLR and NGLR, to quantify magnitude and structural propagation of leakage. To mitigate leakage, the authors propose NeVA, a neuron-level editing framework that localizes interventions to sparse, value-relevant neurons identified via value-specific probes and context-aware editing rules, enabling strong target-value control while preserving general capabilities. Across multiple backbones and datasets, NeVA achieves superior control (higher CSR) with minimal degradation in fluency and reasoning (MMLU), and exhibits significantly reduced leakage (lower NLR) with leakage largely contained within semantically related value groups. The approach offers a more controllable, interpretable mechanism for value alignment with potential applicability to user-specific or scenario-specific value customization, while acknowledging limitations and risks related to value theory assumptions and potential misuse.
Abstract
Aligning large language models (LLMs) with human values has become increasingly important as their influence on human behavior and decision-making expands. However, existing steering-based alignment methods suffer from limited controllability: steering a target value often unintentionally activates other, non-target values. To characterize this limitation, we introduce value leakage, a diagnostic notion that captures the unintended activation of non-target values during value steering, along with a normalized leakage metric grounded in Schwartz's value theory. In light of this analysis, we propose NeVA, a neuron-level editing framework for controllable value alignment in LLMs. NeVA identifies sparse, value-relevant neurons and performs inference-time activation editing, enabling fine-grained control without parameter updates or retraining. Experiments show that NeVA achieves stronger target value alignment while incurring smaller performance degradation on general capability. Moreover, NeVA significantly reduces the average leakage, with residual effects largely confined to semantically related value classes. Overall, NeVA offers a more controllable and interpretable mechanism for value alignment.
