paper-with-me

홈 › Papers

From Hard Refusals to Safe-Completions: Toward Output-Centric Safety Training

2025-08-12 · Yuan Yuan, Tina Sriskandarajah, Anna-Luisa Brakman, Alec Helyar, Alex Beutel, Andrea Vallone, Saachi Jain arxiv

Large Language Models used in ChatGPT have traditionally been trained to learn a refusal boundary: depending on the user's intent, the model is taught to either fully comply or outright refuse. While this is a strong mitigation for explicitly malicious prompts, focusing safety training on refusals can lead to brittleness for prompts with obscured user intent. Binary refusal boundaries are especially ill-suited for dual-use cases (such as biology or cybersecurity), where a user request can be answered safely at a high level, but in some cases can lead to malicious uplift if sufficiently detailed or actionable. As an alternative, we propose safe-completions: a safety-training approach that centers on the safety of the assistant's output, rather than a binary classification of the user's intent. Safe-completions seek to maximize helpfulness within the safety policy's constraints. We incorporated this approach into GPT-5 and find that across both production comparisons and internally controlled experiments, safe-completion training improves safety (especially on dual-use prompts), reduces the severity of residual safety failures, and substantially increases model helpfulness.

📄 PDF Abstract BibTeX arXiv:2508.09224

Code (0)

등록된 구현이 없습니다.

Tasks

Binary Classification

Similar Papers 제목 키워드 기반

Steering Over-refusals Towards Safety in Retrieval Augmented Generation

2025-10-12 · Utsav Maskey, Mark Dras, Usman Naseem arxiv

Safety alignment in large language models (LLMs) induces over-refusals -- where LLMs decline benign requests due to aggressive safety filters. We analyze this phenomenon in retrieval-augmented generation (RAG), where bot…

TAO-Attack: Toward Advanced Optimization-Based Jailbreak Attacks for Large Language Models

2026-03-03 · Zhi Xu, Jiaqi Li, Xiaotong Zhang, Hong Yu 외 arxiv

Large language models (LLMs) have achieved remarkable success across diverse applications but remain vulnerable to jailbreak attacks, where attackers craft prompts that bypass safety alignment and elicit unsafe responses…

RouteHijack: Routing-Aware Attack on Mixture-of-Experts LLMs

2026-05-01 · Zhiyuan Xu, Joseph Gardiner, Sana Belguith, Lichao Wu arxiv

Safety alignment is critical for the responsible deployment of large language models (LLMs). As Mixture-of-Experts (MoE) architectures are increasingly adopted to scale model capacity, understanding their safety robustne…

ARREST: Adversarial Resilient Regulation Enhancing Safety and Truth in Large Language Models

2026-01-07 · Sharanya Dasgupta, Arkaprabha Basu, Sujoy Nath, Swagatam Das arxiv

Human cognition, driven by complex neurochemical processes, oscillates between imagination and reality and learns to self-correct whenever such subtle drifts lead to hallucinations or unsafe associations. In recent years…

HarDBench: A Benchmark for Draft-Based Co-Authoring Jailbreak Attacks for Safe Human-LLM Collaborative Writing

2026-04-21 · Euntae Kim, Soomin Han, Buru Chang arxiv

Large language models (LLMs) are increasingly used as co-authors in collaborative writing, where users begin with rough drafts and rely on LLMs to complete, revise, and refine their content. However, this capability pose…