paper-with-me

Papers

ArcMark: Distortion-Free Multi-Byte LLM Watermark via Optimal Transport

2026-02-06 · Atefeh Gilani, Sajani Vithana, Carol Xuan Long, Oliver Kosut, Lalitha Sankar, Flavio P. Calmon arxiv

Watermarking is an important tool for promoting the responsible use of large language models (LLMs). Existing watermarks insert a signal into generated tokens that either flags LLM-generated text (zero-bit watermarking) or encodes more complex messages (multi-bit watermarking). Though a number of recent approaches insert multiple bits into text without perturbing average next-token predictions, they largely extend design principles from the zero-bit setting, such as encoding a single bit per token. In contrast, a watermarker capable of embedding multiple bytes into the text would dramatically increase the potential applications, by embedding information such as the ID of the user who submitted the prompt, the precise model version that was used, or even the prompt itself. We address this problem by introducing ArcMark: a new watermark construction based on coding and information-theoretic principles that is capable of reliably embedding multiple bytes of information into just a few hundred tokens, without any distortion of the underlying LLM next-token distribution. We derive ArcMark by formulating the distortion-free watermarking problem as a channel coding problem, and deriving an information-theoretic channel capacity that establishes the fundamental limit of embedding information in LLM output in a distortion-free manner. This capacity formulation informs the design of ArcMark. In practice, ArcMark outperforms competing multi-bit distortion-free watermarks in terms of reconstruction accuracy, including in the face of attacks that alter a subset of the LLM text. ArcMark output is also shown to be indistinguishable from unwatermarked text in terms of perplexity, and in downstream task quality.

📄 PDF Abstract BibTeX arXiv:2602.07235

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Distortion-free Watermarks are not Truly Distortion-free under Watermark Key Collisions

2024-06-02 · Yihan Wu, Ruibo Chen, Zhengmian Hu, Yanshuo Chen 외

Language model (LM) watermarking techniques inject a statistical signal into LM-generated content by substituting the random sampling process with pseudo-random sampling, using watermark keys as the random seed. Among th…

Language ModelingLanguage Modelling

Multi-Bit Distortion-Free Watermarking for Large Language Models

2024-02-26 · Massieh Kordi Boroujeny, Ya Jiang, Kai Zeng, Brian Mark

Methods for watermarking large language models have been proposed that distinguish AI-generated text from human-generated text by slightly altering the model output distribution, but they also distort the quality of the …

Decoder

Adversarial Shallow Watermarking

2025-04-28 · Guobiao Li, Lei Tan, Yuliang Xue, Gaozhi Liu 외

Recent advances in digital watermarking make use of deep neural networks for message embedding and extraction. They typically follow the ``encoder-noise layer-decoder''-based architecture. By deliberately establishing a …

Decoder

Breaking Distortion-free Watermarks in Large Language Models

2025-02-25 · Shayleen Reynolds, Hengzhi He, Dung Daniel T. Ngo, Saheed Obitayo 외

In recent years, LLM watermarking has emerged as an attractive safeguard against AI-generated content, with promising applications in many real-world domains. However, there are growing concerns that the current LLM wate…

MC$^2$Mark: Distortion-Free Multi-Bit Watermarking for Long Messages

2026-02-15 · Xuehao Cui, Ruibo Chen, Yihan Wu, Heng Huang arxiv

Large language models now produce text indistinguishable from human writing, which increases the need for reliable provenance tracing. Multi-bit watermarking can embed identifiers into generated text, but existing method…