This paper presents a formal, provable robustness guarantee for the KGW green/red-list watermark under a narrowly defined class of bounded token-substitution edits. The authors derive a worst-case lower bound on the post-edit z-score and an explicit threshold on the substitution budget ρ below which detection at a fixed false-positive rate is guaranteed. The theoretical analysis is sound, clearly explained, and appropriately scoped: the threat model excludes paraphrase, insertion/deletion, and translation attacks, and the authors are commendably honest about these limitations. Empirical validation on a 7B model with γ=0.25, h=1, and T=200 confirms that measured z-scores lie above the theoretical lower bound and that AUROC degrades gracefully, supporting the practical relevance of the bound.
Strengths:
- The paper provides a rigorous, self-contained theoretical result with a clear proof sketch and an explicit detection threshold.
- The scope is precisely defined and honestly communicated, avoiding overclaiming.
- Empirical results align well with the theory, demonstrating that the bound is not vacuous.
- Reproducibility is addressed via code release.
Weaknesses:
- The edit class is extremely narrow; real-world adversaries will employ paraphrasing or insertion/deletion, which are explicitly out of scope. This limits the practical impact of the guarantee.
- The analysis assumes a fixed hash window h and known sequence length T, which may not generalize to other watermarking schemes or variable-length texts.
- The empirical evaluation is limited to a single model, a single γ, and h=1; broader empirical support would strengthen the paper.
- The paper does not discuss the trade-off between watermark strength (γ) and text quality, nor how the bound interacts with this trade-off.
Questions for authors:
- How does the bound scale with larger hash windows (h>1) and longer sequences (T>200)?
- Can the analysis be extended to a probabilistic substitution model where the adversary's success rate per token is less than 1?
- What are typical values of z_alpha in practice, and how do they affect the usable substitution budget?
Overall, this is a solid, well-executed paper that makes a modest but honest contribution. I recommend minor revision to address the limited empirical scope and to discuss the practical implications of the narrow threat model more thoroughly.