When Prohibitions Become Permissions: Auditing Negation Sensitivity in Language Models
Katherine Elkins, Jon Chun
TL;DR
The paper addresses the problem that large language models often misinterpret prohibitions expressed via negation, a failure that undermines safe, accountable deployment in high-stakes domains. It introduces the Negation Sensitivity Index (NSI), a normalization-based metric computed as $\text{NSI} = \max_f P_a^f - \min_f P_a^f$ to quantify how much endorsement of an action swings with framing. Through a large-scale audit of 16 models across 14 ethically charged scenarios with four framings, the study finds pervasive negation sensitivity—especially in open-source models (77% endorsement under simple negation; 100% under compound negation) and substantial domain-specific fragility (financial and business contexts). The authors propose a governance framework with domain-adjusted NSI thresholds and a tiered certification scheme to guide safe deployment, argue for alignment beyond keyword safety, and outline mitigation paths such as reasoning-enabled prompting. Overall, the work highlights a critical gap between current alignment practices and the compositional robustness required for trustworthy AI systems in high-stakes decision making.
Abstract
When a user tells an AI system that someone "should not" take an action, the system ought to treat this as a prohibition. Yet many large language models do the opposite: they interpret negated instructions as affirmations. We audited 16 models across 14 ethical scenarios and found that open-source models endorse prohibited actions 77% of the time under simple negation and 100% under compound negation -- a 317% increase over affirmative framing. Commercial models fare better but still show swings of 19-128%. Agreement between models drops from 74% on affirmative prompts to 62% on negated ones, and financial scenarios prove twice as fragile as medical ones. These patterns hold under deterministic decoding, ruling out sampling noise. We present case studies showing how these failures play out in practice, propose the Negation Sensitivity Index (NSI) as a governance metric, and outline a tiered certification framework with domain-specific thresholds. The findings point to a gap between what current alignment techniques achieve and what safe deployment requires: models that cannot reliably distinguish "do X" from "do not X" should not be making autonomous decisions in high-stakes contexts.
