Vulnerability Mitigation for Safety-Aligned Language Models via Debiasing
Thien Q. Tran, Akifumi Wachi, Rei Sato, Takumi Tanabe, Youhei Akimoto
TL;DR
Safety alignment of LLMs is inherently multifaceted and current methods often optimize a single safety notion, leaving category-specific vulnerabilities unaddressed. The authors introduce Token-level Safety-Debiased Inference (TSDI), a learning-free, inference-time debiasing technique that estimates per-token safety biases from random prompts and subtracts them from generation logits to reduce unwanted safety-induced bias. Across experiments using PKU-SafeRLHF with SFT followed by safety realignment, TSDI improves the safety-helpfulness Pareto front by preserving or boosting helpfulness while maintaining high safety across multiple categories, and it proves robust to choices of token-length and random-prompt pools. The approach provides a scalable path toward safer, more useful LLMs and highlights the importance of category-aware safety evaluation and targeted debiasing, with opportunities to extend beyond token-level corrections to other model components.
Abstract
Safety alignment is an essential research topic for real-world AI applications. Despite the multifaceted nature of safety and trustworthiness in AI, current safety alignment methods often focus on a comprehensive notion of safety. By carefully assessing models from the existing safety-alignment methods, we found that, while they generally improved overall safety performance, they failed to ensure safety in specific categories. Our study first identified the difficulty of eliminating such vulnerabilities without sacrificing the model's helpfulness. We observed that, while smaller KL penalty parameters, increased training iterations, and dataset cleansing can enhance safety, they do not necessarily improve the trade-off between safety and helpfulness. We discovered that safety alignment could even induce undesired effects and result in a model that prefers generating negative tokens leading to rejective responses, regardless of the input context. To address this, we introduced a learning-free method, Token-level Safety-Debiased Inference (TSDI), to estimate and correct this bias during the generation process using randomly constructed prompts. Our experiments demonstrated that our method could enhance the model's helpfulness while maintaining safety, thus improving the trade-off Pareto-front.
