paper-with-me

Papers

Refusal Behavior in Large Language Models: A Nonlinear Perspective

2025-01-14 · Fabian Hildebrandt, Andreas Maier, Patrick Krauss, Achim Schilling

Refusal behavior in large language models (LLMs) enables them to decline responding to harmful, unethical, or inappropriate prompts, ensuring alignment with ethical standards. This paper investigates refusal behavior across six LLMs from three architectural families. We challenge the assumption of refusal as a linear phenomenon by employing dimensionality reduction techniques, including PCA, t-SNE, and UMAP. Our results reveal that refusal mechanisms exhibit nonlinear, multidimensional characteristics that vary by model architecture and layer. These findings highlight the need for nonlinear interpretability to improve alignment research and inform safer AI deployment strategies.

📄 PDF Abstract BibTeX arXiv:2501.08145

Code (1)

fabianhildebrandt/refusal-llms 공식 구현 pytorch

Tasks

Dimensionality Reduction

Methods 이 논문이 사용한 방법론

PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar Papers 제목 키워드 기반

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…

Expert-Aware Refusal Steering

2026-06-02 · Anna C. Marbut, Daniel R. Olson, Travis J. Wheeler arxiv

Safety alignment in instruction-tuned large language models (LLMs) depends on a model's ability to reliably refuse to respond to harmful or disallowed requests. Recent work has shown that a steering vector can be applied…

Why Do Aligned LLMs Remain Jailbreakable: Refusal-Escape Directions, Operator-Level Sources, and Safety-Utility Trade-off

2026-05-09 · Yu Chen, Yuanhao Liu, Qi Cao arxiv

Aligned large language models (LLMs) remain vulnerable to jailbreak attacks. Recent mechanistic studies have identified latent features and representation shifts associated with jailbreak success, but they leave a more f…

Cannot or Should Not? Automatic Analysis of Refusal Composition in IFT/RLHF Datasets and Refusal Behavior of Black-Box LLMs

2024-12-22 · Alexander von Recum, Christoph Schnabl, Gabor Hollbeck, Silas Alberti 외

Refusals - instances where large language models (LLMs) decline or fail to fully execute user instructions - are crucial for both AI safety and AI capabilities and the reduction of hallucinations in particular. These beh…

Latent-space Attacks for Refusal Evasion in Language Models

2026-05-20 · Giorgio Piras, Raffaele Mura, Fabio Brau, Maura Pintor 외 arxiv

Safety-aligned language models are trained to refuse harmful requests, yet refusal behavior can be suppressed by steering their internal representations. Existing methods do so by ablating a refusal direction from model …