CLLGMay 28, 2025

Derailing Non-Answers via Logit Suppression at Output Subspace Boundaries in RLHF-Aligned Language Models

arXiv:2505.23848v11 citationsh-index: 6
Originality Incremental advance
AI Analysis

This addresses the issue of overly cautious refusals in AI assistants for users seeking sensitive information, but it is incremental as it builds on existing token-level interventions.

The paper tackled the problem of reducing refusal rates in RLHF-aligned language models on sensitive content by introducing a method that suppresses specific token sequences during generation, resulting in increased substantive answers without affecting standard benchmark performance.

We introduce a method to reduce refusal rates of large language models (LLMs) on sensitive content without modifying model weights or prompts. Motivated by the observation that refusals in certain models were often preceded by the specific token sequence of a token marking the beginning of the chain-of-thought (CoT) block (<think>) followed by a double newline token (\n\n), we investigate the impact of two simple formatting adjustments during generation: suppressing \n\n after <think> and suppressing the end-of-sequence token after the end of the CoT block (</think>). Our method requires no datasets, parameter changes, or training, relying solely on modifying token probabilities during generation. In our experiments with official DeepSeek-R1 distillations, these interventions increased the proportion of substantive answers to sensitive prompts without affecting performance on standard benchmarks. Our findings suggest that refusal behaviors can be circumvented by blocking refusal subspaces at specific points in the generation process.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes