paper-with-me

홈 › Papers

Applying Refusal-Vector Ablation to Llama 3.1 70B Agents

2024-10-08 · Simon Lermen, Mateusz Dziemian, Govind Pimpale

Recently, language models like Llama 3.1 Instruct have become increasingly capable of agentic behavior, enabling them to perform tasks requiring short-term planning and tool use. In this study, we apply refusal-vector ablation to Llama 3.1 70B and implement a simple agent scaffolding to create an unrestricted agent. Our findings imply that these refusal-vector ablated models can successfully complete harmful tasks, such as bribing officials or crafting phishing attacks, revealing significant vulnerabilities in current safety mechanisms. To further explore this, we introduce a small Safe Agent Benchmark, designed to test both harmful and benign tasks in agentic scenarios. Our results imply that safety fine-tuning in chat models does not generalize well to agentic behavior, as we find that Llama 3.1 Instruct models are willing to perform most harmful tasks without modifications. At the same time, these models will refuse to give advice on how to perform the same tasks when asked for a chat completion. This highlights the growing risk of misuse as models become more capable, underscoring the need for improved safety frameworks for language model agents.

📄 PDF Abstract BibTeX arXiv:2410.10871

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…

Similar Papers 제목 키워드 기반

Efficient Refusal Ablation in LLM through Optimal Transport

2026-03-04 · Geraldin Nanfack, Eugene Belilovsky, Elvis Dohmatob arxiv

Safety-aligned language models refuse harmful requests through learned refusal behaviors encoded in their internal representations. Recent activation-based jailbreaking methods circumvent these safety mechanisms by apply…

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 …

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…

Surgical, Cheap, and Flexible: Mitigating False Refusal in Language Models via Single Vector Ablation

2024-10-04 · Xinpeng Wang, Chengzhi Hu, Paul Röttger, Barbara Plank

Training a language model to be both helpful and harmless requires careful calibration of refusal behaviours: Models should refuse to follow malicious instructions or give harmful advice (e.g. "how do I kill someone?"), …

Language ModelingLanguage Modelling

MEUV: Achieving Fine-Grained Capability Activation in Large Language Models via Mutually Exclusive Unlock Vectors

2025-09-04 · Xin Tong, Zhi Lin, Jingya Wang, Meng Han 외 arxiv

Large language models (LLMs) enforce safety alignment to reliably refuse malicious requests, yet the same blanket safeguards also block legitimate uses in policing, defense, and other high-stakes settings. Earlier "refus…