Search papers, labs, and topics across Lattice.
This paper introduces a novel watermarking technique for LLM-generated text that simultaneously ensures provenance tracking and tamper detection by embedding both robust and fragile signals within each token. The approach addresses the vulnerability of existing watermarks to piggyback spoofing, where adversaries can alter content while preserving attribution. Experimental results across two large language models show that this method achieves the highest tamper-detection rates while maintaining strong attribution robustness and perplexity metrics.
A groundbreaking watermarking method that not only traces LLM-generated content but also detects tampering with unprecedented accuracy.
Watermarking LLM-generated text is an important task for tracing its provenance. Existing LLM watermarks preserve provenance under editing, but this same robustness allows an adversary to alter critical content while retaining attribution, a vulnerability known as piggyback spoofing. We introduce an innovative watermark that jointly provides provenance and tamper evidence. It co-embeds a robust signal and a fragile signal into each generated token. The signals share the same mechanism but use independent keys and different seeding windows over normalized text, making one resilient to edits and the other sensitive to reader-visible changes. Multiple rounds of unbiased tournament reweighting preserve the expected generation distribution, while a periodic round-allocation pattern controls the trade-off between the two signals. At detection, their scores form a two-dimensional space supporting three decisions: Intact, Tampered, and No-Watermark. Across two large language models and two prompt datasets, our method demonstrates the highest tamper-detection rate among the evaluated methods while maintaining competitive attribution robustness and perplexity. Ablation studies show that reliable three-state detection requires a well-defined notion of intactness, co-embedding of the two signals, and complementary sensitivity to edits.