Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Robust Distortion-free Watermarks for Language Models

About

We propose a methodology for planting watermarks in text from an autoregressive language model that are robust to perturbations without changing the distribution over text up to a certain maximum generation budget. We generate watermarked text by mapping a sequence of random numbers -- which we compute using a randomized watermark key -- to a sample from the language model. To detect watermarked text, any party who knows the key can align the text to the random number sequence. We instantiate our watermark methodology with two sampling schemes: inverse transform sampling and exponential minimum sampling. We apply these watermarks to three language models -- OPT-1.3B, LLaMA-7B and Alpaca-7B -- to experimentally validate their statistical power and robustness to various paraphrasing attacks. Notably, for both the OPT-1.3B and LLaMA-7B models, we find we can reliably detect watermarked text ($p \leq 0.01$) from $35$ tokens even after corrupting between $40$-$50\%$ of the tokens via random edits (i.e., substitutions, insertions or deletions). For the Alpaca-7B model, we conduct a case study on the feasibility of watermarking responses to typical user instructions. Due to the lower entropy of the responses, detection is more difficult: around $25\%$ of the responses -- whose median length is around $100$ tokens -- are detectable with $p \leq 0.01$, and the watermark is also less robust to certain automated paraphrasing attacks we implement.

Rohith Kuditipudi, John Thickstun, Tatsunori Hashimoto, Percy Liang• 2023

Related benchmarks

TaskDatasetResultRank
Language ModelingC4
Perplexity39.93
1182
Code GenerationHumanEval
Pass@155
850
Mathematical ReasoningGSM8K (test)
Accuracy9.02
751
Code GenerationHumanEval+
Pass@148.63
189
Code GenerationMBPP+
Pass@165.38
122
Question AnsweringTruthfulQA
Truthful*Inf Score59.61
42
Large Language Model WatermarkingMistral-7B-Instruct (test)
Perplexity (PPL)3.55
34
Watermarkingeli5-category (test)
PPL1.615
28
Code Generation and Watermark DetectionHumanEvalPack JAVA (test)
Pass@132.1
14
Code Generation and Watermark DetectionClassEval (test)
Pass@521
14
Showing 10 of 22 rows

Other info

Follow for update