CLAICRLGNov 16, 2023

Downstream Trade-offs of a Family of Text Watermarks

arXiv:2311.09816v228 citationsh-index: 11
Originality Incremental advance
AI Analysis

This work highlights critical trade-offs for users deploying watermarked LLMs, showing that watermarking can degrade model utility in practical applications.

The paper investigates the impact of text watermarking strategies on large language models (LLMs), finding that watermarks cause significant performance drops across various tasks, including 10-20% reductions in classification tasks and up to 100% in worst cases.

Watermarking involves implanting an imperceptible signal into generated text that can later be detected via statistical tests. A prominent family of watermarking strategies for LLMs embeds this signal by upsampling a (pseudorandomly-chosen) subset of tokens at every generation step. However, such signals alter the model's output distribution and can have unintended effects on its downstream performance. In this work, we evaluate the performance of LLMs watermarked using three different strategies over a diverse suite of tasks including those cast as k-class classification (CLS), multiple choice question answering (MCQ), short-form generation (e.g., open-ended question answering) and long-form generation (e.g., translation) tasks. We find that watermarks (under realistic hyperparameters) can cause significant drops in LLMs' effective utility across all tasks. We observe drops of 10 to 20% in CLS tasks in the average case, which shoot up to 100% in the worst case. We notice degradations of about 7% in MCQ tasks, 10-15% in short-form generation, and 5-15% in long-form generation tasks. Our findings highlight the trade-offs that users should be cognizant of when using watermarked models.

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