paper-with-me

Papers

PolicyAlign: Direct Policy-Based Safety Alignment for Large Language Models

2026-06-24 · Chang Wu, Junfeng Fang, Houcheng Jiang, Kai Tang, Pengyu Cheng, Xiaoxi Jiang, Guanjun Jiang, Xiang Wang arxiv

Safety alignment of large language models (LLMs) typically depends on high-quality supervision data, such as safe demonstrations or preference pairs. However, in real-world deployment, emerging safety requirements are often specified as natural-language policies, while corresponding supervision data may be costly, delayed, or unavailable. This creates a mismatch between rapidly evolving safety policies and conventional data-driven alignment methods. To address this, we propose PolicyAlign, a simple yet effective framework for directly aligning LLMs with safety policies. Given a safety policy, PolicyAlign first synthesizes policy-violating instructions and then performs on-policy self-distillation to internalize policy-guided behavior. To improve training stability and data efficiency, we further introduce Policy-Sensitive Filtering, which selects instructions where the policy induces the largest behavioral shift. Experiments across multiple models show that PolicyAlign consistently improves safety while maintaining low over-refusal and preserving general capabilities. PolicyAlign also generalizes to medical, legal, and financial safety scenarios, highlighting its potential as a scalable and maintainable approach to policy-based LLM safety alignment. The code is released at https://github.com/Qwen-Applications/PolicyAlign.

📄 PDF Abstract BibTeX arXiv:2606.25442

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Mitigating the Safety Alignment Tax with Null-Space Constrained Policy Optimization

2025-12-12 · Yifan Niu, Han Xiao, Dongyi Liu, Nuo Chen 외 arxiv

As Large Language Models (LLMs) are increasingly deployed in real-world applications, it is important to ensure their behaviors align with human values, societal norms, and ethical principles. However, safety alignment u…

Reinforcement Learning

Stepwise Alignment for Constrained Language Model Policy Optimization

2024-04-17 · Akifumi Wachi, Thien Q. Tran, Rei Sato, Takumi Tanabe 외

Safety and trustworthiness are indispensable requirements for real-world applications of AI systems using large language models (LLMs). This paper formulates human value alignment as an optimization problem of the langua…

Computational EfficiencyLanguage ModelingLanguage Modellingmodel

Representation-based Reward Modeling for Efficient Safety Alignment of Large Language Model

2025-03-13 · Qiyuan Deng, Xuefeng Bai, Kehai Chen, YaoWei Wang 외

Reinforcement Learning (RL) algorithms for safety alignment of Large Language Models (LLMs), such as Direct Preference Optimization (DPO), encounter the challenge of distribution shift. Current approaches typically addre…

Language ModelingLanguage ModellingLarge Language ModelReinforcement Learning (RL)+2

Safety Training Modulates Harmful Misalignment Under On-Policy RL, But Direction Depends on Environment Design

2026-04-14 · Leon Eshuijs, Shihan Wang, Antske Fokkens arxiv

Specification gaming under Reinforcement Learning (RL) is known to cause LLMs to develop sycophantic, manipulative, or deceptive behavior, yet the conditions under which this occurs remain unclear. We train 11 instructio…

Reinforcement Learning

SafeDPO: A Simple Approach to Direct Preference Optimization with Enhanced Safety

2025-05-26 · Geon-Hyeong Kim, Youngsoo Jang, Yu Jin Kim, Byoungjip Kim 외

As Large Language Models (LLMs) continue to advance and find applications across a growing number of fields, ensuring the safety of LLMs has become increasingly critical. To address safety concerns, recent studies have p…

Language ModelingLanguage ModellingSafety Alignment