paper-with-me

홈 › Papers

Improving the Generation Quality of Watermarked Large Language Models via Word Importance Scoring

2023-11-16 · Yuhang Li, Yihan Wang, Zhouxing Shi, Cho-Jui Hsieh

The strong general capabilities of Large Language Models (LLMs) bring potential ethical risks if they are unrestrictedly accessible to malicious users. Token-level watermarking inserts watermarks in the generated texts by altering the token probability distributions with a private random number generator seeded by its prefix tokens. However, this watermarking algorithm alters the logits during generation, which can lead to a downgraded text quality if it chooses to promote tokens that are less relevant given the input. In this work, we propose to improve the quality of texts generated by a watermarked language model by Watermarking with Importance Scoring (WIS). At each generation step, we estimate the importance of the token to generate, and prevent it from being impacted by watermarking if it is important for the semantic correctness of the output. We further propose three methods to predict importance scoring, including a perturbation-based method and two model-based methods. Empirical experiments show that our method can generate texts with better quality with comparable level of detection rate.

📄 PDF Abstract BibTeX arXiv:2311.09668

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Generating Watermarked Adversarial Texts

2021-10-25 · Mingjie Li, Hanzhou Wu, Xinpeng Zhang

Adversarial example generation has been a hot spot in recent years because it can cause deep neural networks (DNNs) to misclassify the generated adversarial examples, which reveals the vulnerability of DNNs, motivating u…

Adversarial AttackAdversarial TextText Generation

Less is More: Sparse Watermarking in LLMs with Enhanced Text Quality

2024-07-17 · Duy C. Hoang, Hung T. Q. Le, Rui Chu, Ping Li 외

With the widespread adoption of Large Language Models (LLMs), concerns about potential misuse have emerged. To this end, watermarking has been adapted to LLM, enabling a simple and effective way to detect and monitor gen…

POS

Watermarking Pre-trained Language Models with Backdooring

2022-10-14 · Chenxi Gu, Chengsong Huang, Xiaoqing Zheng, Kai-Wei Chang 외

Large pre-trained language models (PLMs) have proven to be a crucial component of modern natural language processing systems. PLMs typically need to be fine-tuned on task-specific downstream datasets, which makes it hard…

Multi-Task Learning

Image Watermarks are Removable Using Controllable Regeneration from Clean Noise

2024-10-07 · Yepeng Liu, Yiren Song, Hai Ci, Yu Zhang 외

Image watermark techniques provide an effective way to assert ownership, deter misuse, and trace content sources, which has become increasingly essential in the era of large generative models. A critical attribute of wat…

AttributeDenoising

SLAM: Structural Linguistic Activation Marking for Language Models

2026-05-06 · Fabrice Harel-Canada, Amit Sahai arxiv

LLM watermarks must be detectable without compromising text quality, yet most existing schemes bias the next-token distribution and pay for detection with measurable quality loss. We present SLAM (Structural Linguistic A…