paper-with-me

홈 › Papers

Feature-Guided SAE Steering for Refusal-Rate Control using Contrasting Prompts

2025-10-26 · Samaksh Bhargav, Zining Zhu arxiv

Large Language Model (LLM) deployment requires guiding the LLM to recognize and not answer unsafe prompts while complying with safe prompts. Previous methods for achieving this require adjusting model weights along with other expensive procedures. While recent advances in Sparse Autoencoders (SAEs) have enabled interpretable feature extraction from LLMs, existing approaches lack systematic feature selection methods and principled evaluation of safety-utility tradeoffs. We explored using different steering features and steering strengths using Sparse Auto Encoders (SAEs) to provide a solution. Using an accurate and innovative contrasting prompt method with the AI-Generated Prompts Dataset from teknium/OpenHermes-2p5-Mistral-7B and Air Bench eu-dataset to efficiently choose the best features in the model to steer, we tested this method on Llama-3 8B. We conclude that using this method, our approach achieves an 18.9% improvement in safety performance while simultaneously increasing utility by 11.1%, demonstrating that targeted SAE steering can overcome traditional safety-utility tradeoffs when optimal features are identified through principled selection methods.

📄 PDF Abstract BibTeX arXiv:2511.00029

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

REINS: Refusal-Enhanced Inhibitory Steering with Sparse Autoencoder Features

2026-08-28 · Kai-Xuan Ding, Hao-Xiang Xu, Ji-Hua Peng, Zi-Qi Chen 외 arxiv

Steering with Sparse Autoencoders (SAEs) offers a lightweight inference-time path for adapting the behavior of large language models without retraining. By exposing sparse and interpretable features, SAE steering provide…

Refusal Steering: Fine-grained Control over LLM Refusal Behaviour for Sensitive Topics

2025-12-18 · Iker García-Ferrero, David Montero, Roman Orus arxiv

We introduce Refusal Steering, an inference-time method to exercise fine-grained control over Large Language Models refusal behaviour on politically sensitive topics without retraining. We replace fragile pattern-based r…

From Refusal Tokens to Refusal Control: Discovering and Steering Category-Specific Refusal Directions

2026-03-09 · Rishab Alagharu, Ishneet Sukhvinder Singh, Shaibi Shamsudeen, Zhen Wu 외 arxiv

Language models are commonly fine-tuned for safety alignment to refuse harmful prompts. One approach fine-tunes them to generate categorical refusal tokens that distinguish different refusal types before responding. In t…

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…

There Is More to Refusal in Large Language Models than a Single Direction

2026-02-02 · Faaiz Joad, Majd Hawasly, Sabri Boughorbel, Nadir Durrani 외 arxiv

Prior work argues that refusal in large language models is mediated by a single direction, enabling steering and abliteration. We show that this account is incomplete: across diverse refusal and non-compliance categories…