paper-with-me

Papers

Equilibrate RLHF: Towards Balancing Helpfulness-Safety Trade-off in Large Language Models

2025-02-17 · Yingshui Tan, Yilei Jiang, Yanshi Li, Jiaheng Liu, Xingyuan Bu, Wenbo Su, Xiangyu Yue, Xiaoyong Zhu, Bo Zheng

Fine-tuning large language models (LLMs) based on human preferences, commonly achieved through reinforcement learning from human feedback (RLHF), has been effective in improving their performance. However, maintaining LLM safety throughout the fine-tuning process remains a significant challenge, as resolving conflicts between safety and helpfulness can be non-trivial. Typically, the safety alignment of LLM is trained on data with safety-related categories. However, our experiments find that naively increasing the scale of safety training data usually leads the LLMs to an `overly safe'' state rather than a `truly safe'' state, boosting the refusal rate through extensive safety-aligned data without genuinely understanding the requirements for safe responses. Such an approach can inadvertently diminish the models' helpfulness. To understand the phenomenon, we first investigate the role of safety data by categorizing them into three different groups, and observe that each group behaves differently as training data scales up. To boost the balance between safety and helpfulness, we propose an Equilibrate RLHF framework including a Fine-grained Data-centric (FDC) approach that achieves better safety alignment even with fewer training data, and an Adaptive Message-wise Alignment (AMA) approach, which selectively highlight the key segments through a gradient masking strategy. Extensive experimental results demonstrate that our approach significantly enhances the safety alignment of LLMs while balancing safety and helpfulness.

📄 PDF Abstract BibTeX arXiv:2502.11555

Code (0)

등록된 구현이 없습니다.

Tasks

Safety Alignment

Similar Papers 제목 키워드 기반

Bi-Factorial Preference Optimization: Balancing Safety-Helpfulness in Language Models

2024-08-27 · Wenxuan Zhang, Philip H. S. Torr, Mohamed Elhoseiny, Adel Bibi

Fine-tuning large language models (LLMs) on human preferences, typically through reinforcement learning from human feedback (RLHF), has proven successful in enhancing their capabilities. However, ensuring the safety of L…

PKU-SafeRLHF: Towards Multi-Level Safety Alignment for LLMs with Human Preference

2024-06-20 · Jiaming Ji, Donghai Hong, Borong Zhang, Boyuan Chen 외

In this work, we introduce the PKU-SafeRLHF dataset, designed to promote research on safety alignment in large language models (LLMs). As a sibling project to SafeRLHF and BeaverTails, we separate annotations of helpfuln…

Question AnsweringSafety Alignment

Reinforcement Learning from Human Feedback with High-Confidence Safety Constraints

2025-06-09 · Yaswanth Chittepu, Blossom Metevier, Will Schwarzer, Austin Hoag 외

Existing approaches to language model alignment often treat safety as a tradeoff against helpfulness, which can lead to unacceptable responses in sensitive domains. To ensure reliable performance in such settings, we pro…

Safe Reinforcement Learning

Safe RLHF-V: Safe Reinforcement Learning from Human Feedback in Multimodal Large Language Models

2025-03-22 · Jiaming Ji, Xinyu Chen, Rui Pan, Han Zhu 외

Multimodal large language models (MLLMs) are critical for developing general-purpose AI assistants, yet they face growing safety risks. How can we ensure that MLLMs are safely aligned to prevent undesired behaviors such …

MisinformationSafe Reinforcement LearningSafety Alignment

Safe RLHF: Safe Reinforcement Learning from Human Feedback

2023-10-19 · Josef Dai, Xuehai Pan, Ruiyang Sun, Jiaming Ji 외

With the development of large language models (LLMs), striking a balance between the performance and safety of AI systems has never been more critical. However, the inherent tension between the objectives of helpfulness …

reinforcement-learningReinforcement LearningSafe Reinforcement Learning