This paper studies the robustness of the KGW-style green/red-list LLM watermark under a narrowly and explicitly defined adversarial edit class: bounded token substitution, where an adversary may replace at most a fraction rho of tokens in a watermarked sequence, with no insertions or deletions. The authors derive a lower bound on the post-edit detection z-score in terms of the substitution budget rho, the green-list fraction gamma, sequence length T, and the hash window h, and derive a corollary threshold on rho below which detection at a fixed false-positive rate is provably preserved. They validate the bound empirically on a single open 7B model, showing that measured z-scores remain above the theoretical floor and that detection AUROC degrades gracefully (rather than collapsing) for rho up to about 0.2–0.4, only reaching chance near rho~0.5.
The paper's principal merit is its honesty and precision of scope: rather than claiming an unconditional break or unconditional robustness, it isolates a single, well-defined edit class and proves an interpretable bound, explicitly disclaiming coverage of paraphrase, insertion/deletion, and translation attacks. This kind of scoped, non-overclaiming contribution is valuable in a research area often characterized by either overstated attacks or overstated defenses, and the paper's Section 6 'Limitations and Honesty Statement' is a good practice worth encouraging.
However, several issues limit the paper's readiness for publication in its current form. First, the theoretical contribution, while clean, is essentially a worst-case sensitivity/Lipschitz-type argument (each substitution can flip at most 1+h green tokens), and the proof is presented only as a sketch. It does not rigorously address overlapping corruption windows from closely spaced substitutions, nor whether the union bound C_h <= h*rho*T is tight or conservative in that regime. The guarantee is also conditional on the realized z0 of a specific pre-edit sample rather than a population-level statement about the watermarking scheme, which somewhat understates the work needed to turn this into a full scheme-level guarantee (e.g., via the known distribution of z0 under the watermarking sampler).
Second, the empirical validation, while consistent with the bound, is narrow: a single model, a single gamma, a single sequence length, and a single hash window (h=1) are tested, and the substitution strategy used (random synonyms/random vocabulary tokens) does not represent the worst-case, green-token-targeting adversary implied by the theorem. This means the experiments confirm the bound is not vacuous but do not test its tightness under an actively optimizing adversary, nor do they explore how the bound's constants change under alternative seeding schemes (e.g., unigram watermarks, multi-token hash windows), which the authors themselves note would require re-derivation.
Third, the paper does not engage with related prior theoretical or empirical work on the robustness of KGW-style or related watermarks to editing attacks, making it difficult to assess the incremental novelty of the contribution relative to existing sensitivity analyses in the literature.
Fourth, reproducibility is currently incomplete, as the released code is a stub pending a publication licence; full verification of the empirical claims is not yet possible.
Overall, this is a competently written, honestly scoped paper with a reasonable but not deeply novel theoretical contribution and limited-scale empirical validation. I recommend major revision: the authors should tighten and fully formalize the proof (addressing overlapping windows and worst-case adversarial substitution strategies), broaden empirical validation across models, gammas, sequence lengths, and hash schemes, situate the contribution relative to prior robustness analyses of LLM watermarks, and release full reproducible code before the paper is ready for acceptance.