AISEJan 12

Reasoning over Precedents Alongside Statutes: Case-Augmented Deliberative Alignment for LLM Safety

arXiv:2601.08000v1Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of balancing safety and helpfulness in open-source LLMs, offering a practical alternative to rule-based methods, though it appears incremental as it builds on existing deliberative alignment approaches.

The paper tackled the challenge of ensuring LLM safety without over-refusing benign requests by comparing explicit safety codes with case-augmented reasoning, finding that case-augmented methods yield more robust safety behaviors and proposing CADA, which enhances harmlessness and reduces over-refusal while preserving utility across benchmarks.

Ensuring that Large Language Models (LLMs) adhere to safety principles without refusing benign requests remains a significant challenge. While OpenAI introduces deliberative alignment (DA) to enhance the safety of its o-series models through reasoning over detailed ``code-like'' safety rules, the effectiveness of this approach in open-source LLMs, which typically lack advanced reasoning capabilities, is understudied. In this work, we systematically evaluate the impact of explicitly specifying extensive safety codes versus demonstrating them through illustrative cases. We find that referencing explicit codes inconsistently improves harmlessness and systematically degrades helpfulness, whereas training on case-augmented simple codes yields more robust and generalized safety behaviors. By guiding LLMs with case-augmented reasoning instead of extensive code-like safety rules, we avoid rigid adherence to narrowly enumerated rules and enable broader adaptability. Building on these insights, we propose CADA, a case-augmented deliberative alignment method for LLMs utilizing reinforcement learning on self-generated safety reasoning chains. CADA effectively enhances harmlessness, improves robustness against attacks, and reduces over-refusal while preserving utility across diverse benchmarks, offering a practical alternative to rule-only DA for improving safety while maintaining helpfulness.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes