paper-with-me

Papers

Safety for Whom? Boundary-Aware Self-Distillation for Controlled LLM Safety Refusal

2026-09-03 · Alejo López-Ávila, Iker García-Ferrero, Jezabel Garcia, Antonio Tiene, Román Orús hf

Safety alignment is usually posed as a topic-level question: is this subject harmful? Deployments ask a narrower one. A civics tutor and a public-sector assistant may share a base model yet need different boundaries inside the same topic, refusing targeted political manipulation while still answering factual questions about the same election. We formulate this as narrow-boundary safety and introduce an offline self-generated framework combining controlled topic generation, coverage repair, in-distribution compensation data, and harmful-benign pairs for training and evaluation. Single-shot generation leaves 19.88% of prompts without accepted refusal traces, whereas escalating retries leave 0.20%. On political persuasion with Qwen3-8B, training on refusal data completed through Escalate increases target-domain refusal from 9.47% to 84.75% and reduces the mean unsafe-response rate across three broader harmfulness benchmarks from 26.26% to 0.14%, but increases XSTest over-refusal from 2.00% to 74.00%. In a separate matched comparison, replacing external responses with verified target-model responses reduces over-refusal from 15.20% to 5.20%. Boundary-pair data reduces comply-side over-refusal on held-out pairs from 32.94% to 4.16%, while harmful-side refusal decreases only from 91.88% to 87.72%. These results show that data composition controls the safety and usability trade-off, and that safety alignment should be evaluated on both sides of the intended refusal boundary.

📄 PDF Abstract BibTeX arXiv:2609.04482

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

KbSD: Knowledge Boundary aware Self-Distillation for Behavioral Calibration in Agentic Search

2026-06-29 · Tao Feng, Xinke Jiang, Chao Wu arxiv

Agentic search equips large language models with dynamic retrieval abilities, but existing reinforcement learning methods remain limited by reward sparsity in knowledge boundary calibration -- deciding when to trust para…

Reinforcement Learning

Reducing the Safety Tax in LLM Safety Alignment with On-Policy Self-Distillation

2026-05-14 · Yu Fu, Longxuan Yu, Haz Sameen Shahgir, Zhipeng Wei 외 arxiv

Safety alignment often improves robustness to harmful queries at the cost of reasoning ability, a tradeoff known as the safety tax. A common cause is distributional mismatch: supervised fine-tuning trains the target mode…

Paved with True Intents: Intent-Aware Training Improves LLM Safety Classification Across Training Regimes

2026-06-25 · Jeremias Ferrao, Niclas Müller-Hof, Iustin Sîrbu, Traian Rebedea 외 arxiv

We argue that safety classifiers should model user intent as an explicit signal between the prompt and the final label. To study this, we introduce AIMS, a human-annotated dataset of 1,724 difficult safety prompts, each …

Reinforcement Learning

On the Failure of Boundary-Seeking Distillation in Bottlenecked Generative Architectures

2026-07-17 · Mohamed Amine Kina arxiv

Data-free knowledge distillation transfers the knowledge encoded in a teacher model to a student model without access to the original training data. Prior work such as Contrastive Abductive Knowledge Extraction (CAKE) ac…

Data-free Knowledge Distillation

Multilingual Safety Alignment via Self-Distillation

2026-05-03 · Ruiyang Qin, Qingzhuo Wang, Dongrui Liu, Qiang Li 외 arxiv

Large language models (LLMs) exhibit severe multilingual safety misalignment: they possess strong safeguards in high-resource languages but remain highly vulnerable to jailbreak attacks in low-resource languages. Current…