paper-with-me

Papers

Improving Safety Alignment via Balanced Direct Preference Optimization

2026-03-24 · Shiji Zhao, Mengyang Wang, Shukun Xiong, Fangzhou Chen, Qihui Zhu, Shouwei Ruan, Yisong Xiao, Ranjie Duan, Xun Chen, XingXing Wei arxiv

With the rapid development and widespread application of Large Language Models (LLMs), their potential safety risks have attracted widespread attention. Reinforcement Learning from Human Feedback (RLHF) has been adopted to enhance the safety performance of LLMs. As a simple and effective alternative to RLHF, Direct Preference Optimization (DPO) is widely used for safety alignment. However, safety alignment still suffers from severe overfitting, which limits its actual performance. This paper revisits the overfitting phenomenon from the perspective of the model's comprehension of the training data. We find that the Imbalanced Preference Comprehension phenomenon exists between responses in preference pairs, which compromises the model's safety performance. To address this, we propose Balanced Direct Preference Optimization (B-DPO), which adaptively modulates optimization strength between preferred and dispreferred responses based on mutual information. A series of experimental results show that B-DPO can enhance the safety capability while maintaining the competitive general capabilities of LLMs on various mainstream benchmarks compared to state-of-the-art methods. \color{red}{Warning: This paper contains examples of harmful texts, and reader discretion is recommended.

📄 PDF Abstract BibTeX arXiv:2603.22829

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Cat-DPO: Category-Adaptive Safety Alignment

2026-04-19 · Tiankai Yang, Yi Nian, Xinyuan Li, Ruiyao Xu 외 arxiv

Aligning large language models with human preferences must balance two competing goals: responding helpfully to legitimate requests and reliably refusing harmful ones. Most preference-based safety alignment methods colla…

ERPO: Advancing Safety Alignment via Ex-Ante Reasoning Preference Optimization

2025-04-03 · Kehua Feng, Keyan Ding, Jing Yu, MengHan Li 외

Recent advancements in large language models (LLMs) have accelerated progress toward artificial general intelligence, yet their potential to generate harmful content poses critical safety challenges. Existing alignment m…

Safety Alignment

Towards NSFW-Free Text-to-Image Generation via Safety-Constraint Direct Preference Optimization

2025-04-19 · Shouwei Ruan, Zhenyu Wu, Yao Huang, Ruochen Zhang 외

Ensuring the safety of generated content remains a fundamental challenge for Text-to-Image (T2I) generation. Existing studies either fail to guarantee complete safety under potentially harmful concepts or struggle to bal…

Contrastive LearningImage GenerationSafety AlignmentText to Image Generation+1

DOG-DPO:Dynamic Optimization in Geometry for Safety Alignment

2026-06-04 · Yi Nian, Tiankai Yang, Yudi Zhang, Qi Pan 외 arxiv

Safety alignment for large language models relies on preference data, but current pipelines often train on large, redundant datasets. Existing data selection methods typically score each preference pair independently, co…

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