Between a Rock and a Hard Place: The Tension Between Ethical Reasoning and Safety Alignment in LLMs
Shei Pern Chua, Zhen Leng Thai, Kai Jun Teh, Xiao Li, Qibing Ren, Xiaolin Hu
TL;DR
The paper identifies a vulnerability in LLM safety where ethical reasoning creates an attack surface beyond binary safe/unsafe classifications. It introduces TRIAL, a two-stage trolley-problem red-teaming framework that embeds harmful prompts within ethical dilemmas to co-opt the model’s moral reasoning and produce harmful outputs across models. Mechanistic analyses reveal a Safety Dissociation Gap where harm signals are detectable in early layers but are suppressed during intermediate ethical reasoning, leading to final outputs that may still be harmful. To counter this, the authors propose ERR, a safety-alignment framework with an Engage/Explain objective and a Layer-Stratified Harm-Gated LoRA architecture that gates safety adapters in targeted layers, preserving utility while resisting reasoning-based exploits. The findings suggest that robust defense requires layer-specific interventions rather than scaling models, offering practical guidance for future safe-alignment research.
Abstract
Large Language Model safety alignment predominantly operates on a binary assumption that requests are either safe or unsafe. This classification proves insufficient when models encounter ethical dilemmas, where the capacity to reason through moral trade-offs creates a distinct attack surface. We formalize this vulnerability through TRIAL, a multi-turn red-teaming methodology that embeds harmful requests within ethical framings. TRIAL achieves high attack success rates across most tested models by systematically exploiting the model's ethical reasoning capabilities to frame harmful actions as morally necessary compromises. Building on these insights, we introduce ERR (Ethical Reasoning Robustness), a defense framework that distinguishes between instrumental responses that enable harmful outcomes and explanatory responses that analyze ethical frameworks without endorsing harmful acts. ERR employs a Layer-Stratified Harm-Gated LoRA architecture, achieving robust defense against reasoning-based attacks while preserving model utility.
