Safety for Whom? Boundary-Aware Self-Distillation for Controlled LLM Safety Refusal
Summary
This paper introduces boundary-aware self-distillation to improve LLM safety refusal by reducing false refusals on benign prompts while maintaining genuine refusals through controlled data composition.
View Cached Full Text
Cached at: 09/08/26, 04:25 PM
Paper page - Safety for Whom? Boundary-Aware Self-Distillation for Controlled LLM Safety Refusal
Source: https://huggingface.co/papers/2609.04482 Safety alignment usually asks a topic-level question: is this subject harmful? Real deployments ask a narrower one. A civics tutor and a public-sector assistant can share one base model, yet only one may need to refuse requests to write political manipulation, while both still answer factual questions about the same election. Refusing all of politics is not an option.
In our latest paper we train a model to refuse only that harmful subset, and we measure both sides of the boundary. The finding that matters: the configuration with the lowest harmful-response rate also refused 74% of plainly safe prompts. It looks safe only because nobody checked the benign side. Adding harmful-benign boundary pairs to the training data brings that false-refusal rate from 32.94% to 4.16%, while genuine refusals barely move.
A model that refuses more is not a model that is safer. Data composition controls the trade-off, and both sides of the boundary have to be evaluated.
Similar Articles
Safety for Whom? Refusing the Right Subset of a Topic, Not the Whole Topic
The article discusses the limitations of topic-level safety guards in AI models and introduces a new paper proposing boundary-aware self-distillation for controlled LLM safety refusal, focusing on refusing specific harmful subsets within topics rather than entire topics.
From Detection to Refusal: Safer LLMs via Circuit-Guided Weight Scaling
This paper introduces a mechanistic approach to improve LLM safety by characterizing a circuit for refusal behavior and using circuit-guided weight scaling, enhancing safety rates by 26.5% under attacks with minimal accuracy loss.
CR4T: Rewrite-Based Guardrails for Adolescent LLM Safety
This paper proposes CR4T, a model-agnostic safeguarding framework that rewrites unsafe or refusal-style LLM outputs into developmentally appropriate, guidance-oriented responses for adolescents, offering a more human-centered alternative to traditional refusal-centric guardrails.
Reducing the Safety Tax in LLM Safety Alignment with On-Policy Self-Distillation
This paper introduces OPSA, an on-policy self-distillation method for LLM safety alignment that reduces the safety tax by training on the model's own rollouts and using a teacher flip rate to activate latent safety reasoning, achieving stronger safety-reasoning tradeoffs across multiple model scales.
Low-Agreeableness Persona Conditioning for Safe LLM Fine-Tuning
This paper introduces a persona-driven rewriting pipeline that conditions LLM fine-tuning on low agreeableness to reduce jailbreak susceptibility and harmful outputs while preserving conversational warmth, without requiring safety labels or changes to training objective.