paper-with-me

Papers

RAS: Measuring LLM Safety Through Refusal Alignment

2026-06-24 · Chang-Chieh Huang, Yan-Lun Chen, Chia-Mu Yu, Wei-Bin Lee arxiv

Safety evaluation of large language models (LLMs) is commonly performed by querying models with unsafe or jailbreak prompts and judging whether their outputs violate a safety policy. Although useful, output-level evaluation is expensive, sensitive to judge choice, and easily tied to fixed question banks. We propose SafeVec, a white-box evaluation procedure that measures safety from internal representations rather than generated answers. SafeVec first extracts layer-wise refusal directions from a safety-aligned reference model, then selects stable layer windows where safe and unsafe behaviors are separable, and finally scores a target model by measuring whether its hidden states align with these refusal directions under unsafe and jailbreak prompts. The resulting metric, RAS (Refusal Alignment Score), maps representation-level refusal alignment to a calibrated 0-100 safety score. Across Llama, Gemma, and Qwen model families, RAS separates aligned models from uncensored and abliterated variants, tracks output-level attack success rate, and is substantially faster than judge-based evaluation. These results suggest that refusal alignment provides a compact and efficient signal for white-box LLM safety evaluation.

📄 PDF Abstract BibTeX arXiv:2606.25750

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Refusal Falls off a Cliff: How Safety Alignment Fails in Reasoning?

2025-10-07 · Qingyu Yin, Chak Tou Leong, Linyi Yang, Wenxuan Huang 외 arxiv

Large reasoning models (LRMs) with multi-step reasoning capabilities have shown remarkable problem-solving abilities, yet they exhibit concerning safety vulnerabilities that remain poorly understood. In this work, we inv…

Deactivating Refusal Triggers: Understanding and Mitigating Overrefusal in Safety Alignment

2026-03-12 · Zhiyu Xue, Zimo Qi, Guangliang Liu, Bocheng Chen 외 arxiv

Safety alignment aims to ensure that large language models (LLMs) refuse harmful requests by post-training on harmful queries paired with refusal answers. Although safety alignment is widely adopted in industry, the over…

AlphaAlign: Incentivizing Safety Alignment with Extremely Simplified Reinforcement Learning

2025-07-20 · Yi Zhang, An Zhang, XiuYu Zhang, Leheng Sheng 외 arxiv

Large language models (LLMs), despite possessing latent safety understanding from their vast pretraining data, remain vulnerable to generating harmful content and exhibit issues such as over-refusal and utility degradati…

Reinforcement Learning

LSR: Linguistic Safety Robustness Benchmark for Low-Resource West African Languages

2026-02-27 · Godwin Abuh Faruna arxiv

Safety alignment in large language models relies predominantly on English-language training data. When harmful intent is expressed in low-resource languages, refusal mechanisms that hold in English frequently fail to act…

DUAL-Bench: Measuring Over-Refusal and Robustness in Vision-Language Models

2025-10-12 · Kaixuan Ren, Preslav Nakov, Usman Naseem arxiv

As vision-language models (VLMs) become increasingly capable, maintaining a balance between safety and usefulness remains a central challenge. Safety mechanisms, while essential, can backfire, causing over-refusal, where…