A Reinforcement Learning Framework for Robust and Secure LLM Watermarking
Li An, Yujian Liu, Yepeng Liu, Yuheng Bu, Yang Zhang, Shiyu Chang
TL;DR
This work tackles robust and secure LLM watermarking by formulating green/red token-list design as an end-to-end reinforcement learning problem. It builds on semantic-aware watermarking and trains a lightweight mapping model as the policy while keeping the backbone LLM frozen, enabling direct optimization of detectability, robustness, and security. The authors introduce an anchored reward mechanism to stabilize training and an anti-reward-hacking regularization to prevent degenerate strategies, achieving state-of-the-art trade-offs across multiple criteria on two benchmarks and backbones. The framework demonstrates improved resistance to paraphrase and spoofing attacks with comparable text quality, and provides code for reproducibility and broader applicability with potential impact on provenance and content authentication. Limitations include the need to retrain the mapping model for new backbones, omission of explicit text-quality metrics beyond perplexity, and evaluation over a narrow set of attack types.
Abstract
Watermarking has emerged as a promising solution for tracing and authenticating text generated by large language models (LLMs). A common approach to LLM watermarking is to construct a green/red token list and assign higher or lower generation probabilities to the corresponding tokens, respectively. However, most existing watermarking algorithms rely on heuristic green/red token list designs, as directly optimizing the list design with techniques such as reinforcement learning (RL) comes with several challenges. First, desirable watermarking involves multiple criteria, i.e., detectability, text quality, robustness against removal attacks, and security against spoofing attacks. Directly optimizing for these criteria introduces many partially conflicting reward terms, leading to an unstable convergence process. Second, the vast action space of green/red token list choices is susceptible to reward hacking. In this paper, we propose an end-to-end RL framework for robust and secure LLM watermarking. Our approach adopts an anchoring mechanism for reward terms to ensure stable training and introduces additional regularization terms to prevent reward hacking. Experiments on standard benchmarks with two backbone LLMs show that our method achieves a state-of-the-art trade-off across all criteria, with notable improvements in resistance to spoofing attacks without degrading other criteria. Our code is available at https://github.com/UCSB-NLP-Chang/RL-watermark.
