paper-with-me

Papers

Scaling laws for activation steering with Llama 2 models and refusal mechanisms

2025-07-15 · Sheikh Abdur Raheem Ali, Justin Xu, Ivory Yang, Jasmine Xinze Li, Ayse Arslan, Clark Benham arxiv

As large language models (LLMs) evolve in complexity and capability, the efficacy of less widely deployed alignment techniques are uncertain. Building on previous work on activation steering and contrastive activation addition (CAA), this paper explores the effectiveness of CAA with model scale using the family of Llama 2 models (7B, 13B, and 70B). CAA works by finding desirable 'directions' in the model's residual stream vector space using contrastive pairs (for example, hate to love) and adding this direction to the residual stream during the forward pass. It directly manipulates the residual stream and aims to extract features from language models to better control their outputs. Using answer matching questions centered around the refusal behavior, we found that 1) CAA is most effective when applied at early-mid layers. 2) The effectiveness of CAA diminishes with model size. 3) Negative steering has more pronounced effects than positive steering across all model sizes.

📄 PDF Abstract BibTeX arXiv:2507.11771

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Beyond a Single Direction: Chain-of-Thought Disrupts Simple Steering of Refusal

2026-05-26 · Kia-Jüng Yang, Dominik Meier, Jiachen Zhao, Terry Ruas 외 arxiv

Large reasoning models (LRMs) generate chain-of-thought (CoT) traces before producing final outputs, introducing a dynamic internal state that may complicate control mechanisms such as refusal. Unlike instruction-tuned L…

Graph-Regularized Sparse Autoencoders for LLM Safety Steering

2025-12-07 · Jehyeok Yeon, Federico Cinus, Yifan Wu, Luca Luceri arxiv

Sparse autoencoders (SAEs) are increasingly used to extract activation directions for inference-time steering, but their standard sparsity objective treats latent features as independent. This prior can be poorly matched…

Refusal in LLMs is an Affine Function

2024-11-13 · Thomas Marshall, Adam Scherlis, Nora Belrose

We propose affine concept editing (ACE) as an approach for steering language models' behavior by intervening directly in activations. We begin with an affine decomposition of model activation vectors and show that prior …

ALTSTEER: Selective Safety Steering for Moving Beyond Hard Refusals to Constructive Alternatives

2026-08-31 · Hoejoon Kwon, Byeonggeuk Lim, Kahyeon Kim, YoungBin Kim arxiv

Safety alignment is essential for deploying large language models, requiring systems to prevent harmful compliance while preserving helpfulness on benign requests. Activation steering offers a training-free inference-tim…

Refusal Lives Downstream of Persona in Chat Models

2026-06-24 · Viola Zhong, Qirui Li arxiv

Linear directions in activation space have been identified for both refusal and persona traits in instruction-tuned chat models, but the two have been studied as separate mechanisms. We show they interact: a compliant pe…