Token Buncher: Shielding LLMs from Harmful Reinforcement Learning Fine-Tuning
Weitao Feng, Lixu Wang, Tianyi Wei, Jie Zhang, Chongyang Gao, Sinong Zhan, Peizhuo Lv, Wei Dong
TL;DR
Harmful reinforcement learning fine-tuning (Harmful-RL) poses a heavier and more robust threat to safety-aligned LLMs than supervised fine-tuning. The authors introduce TokenBuncher, a defense that links entropy management with a Token Noiser to suppress RL-driven harmful optimization while preserving benign performance and finetunability. By treating rollout entropy as the online reward and coupling it with a capability-binding noise mechanism, TokenBuncher generalizes to unseen harmful queries and withstands adaptive attacks across multiple models and RL algorithms. Empirical results show substantial reductions in harmfulness with minimal cost to benign capabilities, highlighting the need for defense strategies that jointly address safety and functional robustness in RL-based threats.
Abstract
As large language models (LLMs) continue to grow in capability, so do the risks of harmful misuse through fine-tuning. While most prior studies assume that attackers rely on supervised fine-tuning (SFT) for such misuse, we systematically demonstrate that reinforcement learning (RL) enables adversaries to more effectively break safety alignment and facilitate more advanced harmful task assistance, under matched computational budgets. To counter this emerging threat, we propose TokenBuncher, the first effective defense specifically targeting RL-based harmful fine-tuning. TokenBuncher suppresses the foundation on which RL relies: model response entropy. By constraining entropy, RL-based fine-tuning can no longer exploit distinct reward signals to drive the model toward harmful behaviors. We realize this defense through entropy-as-reward RL and a Token Noiser mechanism designed to prevent the escalation of harmful capabilities. Extensive experiments across multiple models and RL algorithms show that TokenBuncher robustly mitigates harmful RL fine-tuning while preserving benign task performance and finetunability. Our results highlight that RL-based harmful fine-tuning poses a greater systemic risk than SFT, and that TokenBuncher provides an effective and general defense.
