paper-with-me

Papers

Safety Training May Persist Through Helpfulness Optimization in LLM Agents

2026-02-13 · Benjamin Plaut arxiv

Safety post-training has been studied extensively in single-step "chat" settings where safety typically refers to refusing harmful requests. We study an "agentic" (i.e., multi-step, tool-use) setting where safety refers to harmful actions directly taken by the LLM. We investigate the effects of using direct preference optimization (DPO) to optimize safety and/or helpfulness on the ToolEmu agentic benchmark. First, we find that safety training largely persists through subsequent helpfulness training. Second, we find a consistent negative linear correlation ($R^2 = 0.77$) between safety and helpfulness when considering all training configurations together. Even post-training on both metrics simultaneously simply results in another point on the same trend line rather than yielding a "best of both worlds" strategy, despite the presence of such strategies in our dataset. Overall, our findings underscore the need for a better understanding of post-training.

📄 PDF Abstract BibTeX arXiv:2603.02229

Code (0)

등록된 구현이 없습니다.

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…

BSO: Safety Alignment Is Density Ratio Matching

2026-05-12 · Tien-Phat Nguyen, Truong Nguyen, Thin Nguyen, Duy Minh Ho Nguyen 외 arxiv

Aligning language models for both helpfulness and safety typically requires complex pipelines-separate reward and cost models, online reinforcement learning, and primal-dual updates. Recent direct preference optimization…

Reinforcement Learning

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

2025-02-17 · Yingshui Tan, Yilei Jiang, Yanshi Li, Jiaheng Liu 외

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 LL…

Safety Alignment

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

Enhancing Safety in Reinforcement Learning with Human Feedback via Rectified Policy Optimization

2024-10-25 · Xiyue Peng, Hengquan Guo, Jiawei Zhang, Dongqing Zou 외

Balancing helpfulness and safety (harmlessness) is a critical challenge in aligning large language models (LLMs). Current approaches often decouple these two objectives, training separate preference models for helpfulnes…

Safety Alignment