CLAICRAug 1, 2023

Advancing Beyond Identification: Multi-bit Watermark for Large Language Models

arXiv:2308.00221v358 citationsh-index: 15Has Code
Originality Highly original
AI Analysis

This work addresses the need for tracing adversaries in LLM misuse, offering a novel solution beyond existing detection-only methods.

The paper tackles the problem of tracing malicious users of large language models by proposing a multi-bit watermarking method that embeds traceable information during text generation, achieving robust extraction of long messages (≥32-bit) without added latency or model access.

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

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes