PulseAugur
EN
LIVE 14:55:56

New LLM safety training method encourages harmful reasoning for better safety

Researchers have developed a novel approach to mitigate over-refusal in large language models (LLMs) by reframing safety training. Instead of solely preventing harmful reasoning, the new method encourages models to explore potentially unsafe thoughts as a means to better distinguish between harmful and harmless prompts. This adversarial optimization technique trains a single model to play both a reasoning role that explores unsafe strategies and an answering role that ensures a safe final output. The resulting model, SEAR, demonstrates improved safety while reducing unnecessary refusals on benign queries and enhancing defense against reasoning manipulation attacks. AI

IMPACT This approach could lead to LLMs that are both safer and more helpful by reducing over-refusal on benign prompts.

RANK_REASON The cluster contains a research paper detailing a new method for training LLMs.

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 2 sources. How we write summaries →

New LLM safety training method encourages harmful reasoning for better safety

COVERAGE [2]

  1. arXiv cs.LG TIER_1 English(EN) · Taeyoun Kim, Aviral Kumar ·

    Addressing Over-Refusal in LLMs with Competing Rewards

    arXiv:2606.31748v1 Announce Type: new Abstract: Safety training on language models often induces over-refusal: improved safety on harmful prompts at the cost of increased refusal on harmless ones. Though this trade-off can be mitigated by training models with reinforcement learni…

  2. arXiv cs.LG TIER_1 English(EN) · Aviral Kumar ·

    Addressing Over-Refusal in LLMs with Competing Rewards

    Safety training on language models often induces over-refusal: improved safety on harmful prompts at the cost of increased refusal on harmless ones. Though this trade-off can be mitigated by training models with reinforcement learning (RL) to reason before answering, it does not …