paper-with-me

Papers

PostMark: A Robust Blackbox Watermark for Large Language Models

2024-06-20 · Yapei Chang, Kalpesh Krishna, Amir Houmansadr, John Wieting, Mohit Iyyer

The most effective techniques to detect LLM-generated text rely on inserting a detectable signature -- or watermark -- during the model's decoding process. Most existing watermarking methods require access to the underlying LLM's logits, which LLM API providers are loath to share due to fears of model distillation. As such, these watermarks must be implemented independently by each LLM provider. In this paper, we develop PostMark, a modular post-hoc watermarking procedure in which an input-dependent set of words (determined via a semantic embedding) is inserted into the text after the decoding process has completed. Critically, PostMark does not require logit access, which means it can be implemented by a third party. We also show that PostMark is more robust to paraphrasing attacks than existing watermarking methods: our experiments cover eight baseline algorithms, five base LLMs, and three datasets. Finally, we evaluate the impact of PostMark on text quality using both automated and human assessments, highlighting the trade-off between quality and robustness to paraphrasing. We release our code, outputs, and annotations at https://github.com/lilakk/PostMark.

📄 PDF Abstract BibTeX arXiv:2406.14517

Code (1)

lilakk/postmark 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
BASE 설명 없음

Similar Papers 제목 키워드 기반

Steganalysis on Digital Watermarking: Is Your Defense Truly Impervious?

2024-06-13 · Pei Yang, Hai Ci, Yiren Song, Mike Zheng Shou

Digital watermarking techniques are crucial for copyright protection and source identification of images, especially in the era of generative AI models. However, many existing watermarking methods, particularly content-a…

Steganalysis

Analysis of Twitter Data for Postmarketing Surveillance in Pharmacovigilance

2016-12-01 · WS 2016 12 · Julie Pain, Jessie Levacher, Adam Quinquenel, Anja Belz

Postmarketing surveillance (PMS) has the vital aim to monitor effects of drugs after release for use by the general population, but suffers from under-reporting and limited coverage. Automatic methods for detecting drug …

Language IdentificationPharmacovigilanceSentiment Analysis

Sketch-Guided Constrained Decoding for Boosting Blackbox Large Language Models without Logit Access

2024-01-18 · Saibo Geng, Berkay Döner, Chris Wendler, Martin Josifoski 외

Constrained decoding, a technique for enforcing constraints on language model outputs, offers a way to control text generation without retraining or architectural modifications. Its application is, however, typically res…

Constituency ParsingLanguage ModelingLanguage ModellingText Generation

Can Watermarks Survive Translation? On the Cross-lingual Consistency of Text Watermark for Large Language Models

2024-02-21 · Zhiwei He, Binglin Zhou, Hongkun Hao, Aiwei Liu 외

Text watermarking technology aims to tag and identify content produced by large language models (LLMs) to prevent misuse. In this study, we introduce the concept of cross-lingual consistency in text watermarking, which a…

TAG

Baselines for Identifying Watermarked Large Language Models

2023-05-29 · Leonard Tang, Gavin Uberti, Tom Shlomi

We consider the emerging problem of identifying the presence and use of watermarking schemes in widely used, publicly hosted, closed source large language models (LLMs). We introduce a suite of baseline algorithms for id…