paper-with-me

홈 › Papers

Towards Codable Watermarking for Injecting Multi-bits Information to LLMs

2023-07-29 · Lean Wang, Wenkai Yang, Deli Chen, Hao Zhou, Yankai Lin, Fandong Meng, Jie zhou, Xu sun

As large language models (LLMs) generate texts with increasing fluency and realism, there is a growing need to identify the source of texts to prevent the abuse of LLMs. Text watermarking techniques have proven reliable in distinguishing whether a text is generated by LLMs by injecting hidden patterns. However, we argue that existing LLM watermarking methods are encoding-inefficient and cannot flexibly meet the diverse information encoding needs (such as encoding model version, generation time, user id, etc.). In this work, we conduct the first systematic study on the topic of Codable Text Watermarking for LLMs (CTWL) that allows text watermarks to carry multi-bit customizable information. First of all, we study the taxonomy of LLM watermarking technologies and give a mathematical formulation for CTWL. Additionally, we provide a comprehensive evaluation system for CTWL: (1) watermarking success rate, (2) robustness against various corruptions, (3) coding rate of payload information, (4) encoding and decoding efficiency, (5) impacts on the quality of the generated text. To meet the requirements of these non-Pareto-improving metrics, we follow the most prominent vocabulary partition-based watermarking direction, and devise an advanced CTWL method named Balance-Marking. The core idea of our method is to use a proxy language model to split the vocabulary into probability-balanced parts, thereby effectively maintaining the quality of the watermarked text. Our code is available at https://github.com/lancopku/codable-watermarking-for-llm.

📄 PDF Abstract BibTeX arXiv:2307.15992

Code (1)

lancopku/codable-watermarking-for-llm 공식 구현 pytorch

Tasks

Language Modelling

Similar Papers 제목 키워드 기반

Traceable Black-box Watermarks for Federated Learning

2025-05-19 · Jiahao Xu, Rui Hu, Olivera Kotevska, Zikai Zhang

Due to the distributed nature of Federated Learning (FL) systems, each local client has access to the global model, posing a critical risk of model leakage. Existing works have explored injecting watermarks into local mo…

Federated Learning

Semisupervised Clustering by Queries and Locally Encodable Source Coding

2019-03-31 · Arya Mazumdar, Soumyabrata Pal

Source coding is the canonical problem of data compression in information theory. In a locally encodable source coding, each compressed bit depends on only few bits of the input. In this paper, we show that a recently po…

ClusteringData Compression

Semisupervised Clustering, AND-Queries and Locally Encodable Source Coding

2017-12-01 · NeurIPS 2017 12 · Arya Mazumdar, Soumyabrata Pal

Source coding is the canonical problem of data compression in information theory. In a locally encodable source coding, each compressed bit depends on only few bits of the input. In this paper, we show that a recently p…

ClusteringData Compression

Robust Client-Server Watermarking for Split Federated Learning

2025-11-17 · Jiaxiong Tang, Zhengchunmin Dai, Liantao Wu, Peng Sun 외 arxiv

Split Federated Learning (SFL) is renowned for its privacy-preserving nature and low computational overhead among decentralized machine learning paradigms. In this framework, clients employ lightweight models to process …

Federated Learning

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