paper-with-me

Papers

Refusal-Gated Decoding: Preserving Refusal Behavior Under High-Temperature Sampling

2026-07-22 · Phillip Howard, Xin Su, Allen Roush, Manikandan Ravikiran, Amir Abdullah arxiv

High-temperature sampling is one of the primary mechanisms for increasing diversity in LLMs. Recent advances in truncation-based sampling techniques have helped mitigate drawbacks of high-temperature sampling such as neural text degeneration, thereby enabling greater diversity in LLM outputs without sacrificing coherence. However, increasing the entropy of the token probability distribution via high temperatures has also been shown to weaken model guardrails by reducing the model's refusal response in the presence of harmful prompts. Despite the potential benefits of high-temperature sampling and the importance of maintaining model safety, there is a lack of existing solutions for maintaining the refusal behavior of LLMs under a higher entropy regime. To address this gap, we systematically study how temperature influences refusal behavior in LLMs and propose an efficient sequential decoding approach which preserves a model's greedy decoding refusal response at high temperatures while incurring minimal additional latency. Through extensive experiments, we show that our approach preserves 91-99% of the greedy decoding refusal behavior across three benchmark datasets without compromising the model's high-temperature response for safe prompts. Our work demonstrates how refusal behavior can be maintained in an efficient manner for applications which require high-temperature sampling.

📄 PDF Abstract BibTeX arXiv:2607.20791

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Please refuse to answer me! Mitigating Over-Refusal in Large Language Models via Adaptive Contrastive Decoding

2026-04-18 · Yupeng Qi, Ziyu Lyu, Lixin Cui, Lu Bai 외 arxiv

Safety-aligned large language models (LLMs) often generate refusal responses to harmless queries due to the over-refusal problem. However, existing methods for mitigating over-refusal cannot maintain a low refusal ratio …

LoMC: Localized Multidirectional Correction for Refusal Suppression in Routed Foundation Models

2026-06-10 · Yan Hong, Kedong Xiu, Wei Li, Jun Lan 외 arxiv

We study controlled post-training refusal suppression in routed MoE and hybrid-MoE foundation models, aiming to increase non-refusal target-response behavior while preserving general capability under a compact interventi…

Steering Multimodal Large Language Models Decoding for Context-Aware Safety

2025-09-23 · Zheyuan Liu, Zhangchen Xu, Guangyao Dou, Xiangchi Yuan 외 arxiv

Multimodal Large Language Models (MLLMs) are increasingly deployed in real-world applications, yet their ability to make context-aware safety decisions remains limited. Existing methods often fail to balance oversensitiv…

Refusal Before Decoding: Detecting and Exploiting Refusal Signals in Intermediate LLM Activations

2026-05-27 · Matteo Gioele Collu, Riccardo Conte, Alberto Giaretta, Denis Kleyko 외 arxiv

In this paper, we investigate whether refusal behavior can be predicted from LLM intermediate activations before decoding using linear probes trained on residual stream activations at each transformer block. We find that…

Which Concepts to Forget and How to Refuse? Decomposing Concepts for Continual Unlearning in Large Vision-Language Models

2026-03-23 · Hyundong Jin, Dongyoon Han, Eunwoo Kim arxiv

Continual unlearning poses the challenge of enabling large vision-language models to selectively refuse specific image-instruction pairs in response to sequential deletion requests, while preserving general utility. Howe…