paper-with-me

Papers

Selective Disclosure Watermarking for Large Language Models

2026-07-06 · Xuyang Chen, Xiang Li, Yangxinyu Xie, Qi Long arxiv

Watermarking methods embed imperceptible and verifiable signals into text generated by large language models (LLMs). Existing approaches include zero-bit schemes for distinguishing synthetic text from human writing and multi-bit schemes for embedding metadata. However, current multi-bit watermarking methods do not allow selective disclosure: verifying any part of the watermark requires revealing the entire embedded message. This lack of control leads to unnecessary information exposure and raises privacy concerns. We propose Hierarchical Vocabulary Routing (HeRo), a watermarking framework that enables selective disclosure of embedded metadata. The method recursively partitions the vocabulary and distributes watermark information across hierarchical layers, so that different verifiers can decode only the portions of the payload corresponding to their access level. We show that the proposed scheme preserves the unbiasedness of the underlying sampling process and thus maintains text quality. Experiments demonstrate that our framework supports fine-grained access control while achieving high detection accuracy and low latency. Code is available at https://github.com/xuyangc03/hero-watermark.

📄 PDF Abstract BibTeX arXiv:2607.05353

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning to Watermark: A Selective Watermarking Framework for Large Language Models via Multi-Objective Optimization

2025-10-13 · Chenrui Wang, Junyi Shu, Billy Chiu, Yu Li 외 arxiv

The rapid development of LLMs has raised concerns about their potential misuse, leading to various watermarking schemes that typically offer high detectability. However, existing watermarking techniques often face trade-…

SD-RAG: A Prompt-Injection-Resilient Framework for Selective Disclosure in Retrieval-Augmented Generation

2026-01-16 · Aiman Al Masoud, Marco Arazzi, Antonino Nocera arxiv

Retrieval-Augmented Generation (RAG) has attracted significant attention due to its ability to combine the generative capabilities of Large Language Models (LLMs) with knowledge obtained through efficient retrieval mecha…

Audio Codec Augmentation for Robust Collaborative Watermarking of Speech Synthesis

2024-09-20 · Lauri Juvela, Xin Wang

Automatic detection of synthetic speech is becoming increasingly important as current synthesis methods are both near indistinguishable from human speech and widely accessible to the public. Audio watermarking and other …

Face SwappingSpeech Synthesis

Who Wrote this Code? Watermarking for Code Generation

2023-05-24 · Taehyun Lee, Seokhee Hong, Jaewoo Ahn, Ilgee Hong 외

Since the remarkable generation performance of large language models raised ethical and legal concerns, approaches to detect machine-generated text by embedding watermarks are being developed. However, we discover that t…

Code GenerationText Detection

Breaking Semantic-Aware Watermarks via LLM-Guided Coherence-Preserving Semantic Injection

2026-02-25 · Zheng Gao, Xiaoyu Li, Zhicheng Bao, Xiaoyan Feng 외 arxiv

Generative images have proliferated on Web platforms in social media and online copyright distribution scenarios, and semantic watermarking has increasingly been integrated into diffusion models to support reliable prove…