Advancing Beyond Identification: Multi-bit Watermark for Large Language Models
KiYoon Yoo, Wonhyuk Ahn, Nojun Kwak
TL;DR
This work introduces Multi-bit Watermarking via Position Allocation (MPAC), a method that extends zero-bit watermarking to embed and reliably extract multi-bit information during large language model generation. By allocating each token to a specific message position and partitioning the vocabulary into colorlists, MPAC encodes long messages with minimal latency while preserving text quality and enabling zero-bit detection. The approach yields superior robustness to corruption (e.g., copy-paste, paraphrasing) and scales to 32+ bit messages through list decoding, without requiring finetuning. Empirical results on LLaMA-2-7B demonstrate strong performance across bit-widths, multiple datasets, and model variants, suggesting MPAC as a practical mechanism to trace adversaries and promote accountability in LLM API usage.
Abstract
We show the viability of tackling misuses of large language models beyond the identification of machine-generated text. While existing zero-bit watermark methods focus on detection only, some malicious misuses demand tracing the adversary user for counteracting them. To address this, we propose Multi-bit Watermark via Position Allocation, embedding traceable multi-bit information during language model generation. Through allocating tokens onto different parts of the messages, we embed longer messages in high corruption settings without added latency. By independently embedding sub-units of messages, the proposed method outperforms the existing works in terms of robustness and latency. Leveraging the benefits of zero-bit watermarking, our method enables robust extraction of the watermark without any model access, embedding and extraction of long messages ($\geq$ 32-bit) without finetuning, and maintaining text quality, while allowing zero-bit detection all at the same time. Code is released here: https://github.com/bangawayoo/mb-lm-watermarking
