paper-with-me

홈 › Papers

An Unforgeable Publicly Verifiable Watermark for Large Language Models

2023-07-30 · Aiwei Liu, Leyi Pan, Xuming Hu, Shu'ang Li, Lijie Wen, Irwin King, Philip S. Yu

Recently, text watermarking algorithms for large language models (LLMs) have been proposed to mitigate the potential harms of text generated by LLMs, including fake news and copyright issues. However, current watermark detection algorithms require the secret key used in the watermark generation process, making them susceptible to security breaches and counterfeiting during public detection. To address this limitation, we propose an unforgeable publicly verifiable watermark algorithm named UPV that uses two different neural networks for watermark generation and detection, instead of using the same key at both stages. Meanwhile, the token embedding parameters are shared between the generation and detection networks, which makes the detection network achieve a high accuracy very efficiently. Experiments demonstrate that our algorithm attains high detection accuracy and computational efficiency through neural networks. Subsequent analysis confirms the high complexity involved in forging the watermark from the detection network. Our code is available at \href{https://github.com/THU-BPM/unforgeable_watermark}{https://github.com/THU-BPM/unforgeable\_watermark}. Additionally, our algorithm could also be accessed through MarkLLM \citep{pan2024markllm} \footnote{https://github.com/THU-BPM/MarkLLM}.

📄 PDF Abstract BibTeX arXiv:2307.16230

Code (3)

THU-BPM/private_watermark 공식 구현 pytorch
thu-bpm/markllm 공식 구현 pytorch
thu-bpm/unforgeable_watermark 공식 구현 pytorch

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Publicly-Detectable Watermarking for Language Models

2023-10-27 · Jaiden Fairoze, Sanjam Garg, Somesh Jha, Saeed Mahloujifar 외

We present a publicly-detectable watermarking scheme for LMs: the detection algorithm contains no secret information, and it is executable by anyone. We embed a publicly-verifiable cryptographic signature into LM output …

Unforgeable Watermarks for Language Models via Robust Signatures

2026-02-17 · Huijia Lin, Kameron Shahabi, Min Jae Song arxiv

Language models now routinely produce text that is difficult to distinguish from human writing, raising the need for robust tools to verify content provenance. Watermarking has emerged as a promising countermeasure, with…

Unified Attacks to Large Language Model Watermarks: Spoofing and Scrubbing in Unauthorized Knowledge Distillation

2025-04-24 · Xin Yi, Yue Li, Shunfan Zheng, LinLin Wang 외

Watermarking has emerged as a critical technique for combating misinformation and protecting intellectual property in large language models (LLMs). A recent discovery, termed watermark radioactivity, reveals that waterma…

Knowledge DistillationLanguage ModelingLanguage ModellingLarge Language Model+1

A Linguistics-Aware LLM Watermarking via Syntactic Predictability

2025-10-10 · Shinwoo Park, Hyejin Park, Hyeseon An, Yo-Sub Han arxiv

As large language models (LLMs) continue to advance rapidly, reliable governance tools have become critical. Publicly verifiable watermarking is particularly essential for fostering a trustworthy AI ecosystem. A central …

PVMark: Enabling Public Verifiability for LLM Watermarking Schemes

2025-10-30 · Haohua Duan, Liyao Xiang, Xin Zhang arxiv

Watermarking schemes for large language models (LLMs) have been proposed to identify the source of the generated text, mitigating the potential threats emerged from model theft. However, current watermarking solutions ha…