paper-with-me

홈 › Papers

CEFW: A Comprehensive Evaluation Framework for Watermark in Large Language Models

2025-03-24 · Shuhao Zhang, Bo Cheng, Jiale Han, Yuli Chen, Zhixuan Wu, Changbao Li, Pingli Gu

Text watermarking provides an effective solution for identifying synthetic text generated by large language models. However, existing techniques often focus on satisfying specific criteria while ignoring other key aspects, lacking a unified evaluation. To fill this gap, we propose the Comprehensive Evaluation Framework for Watermark (CEFW), a unified framework that comprehensively evaluates watermarking methods across five key dimensions: ease of detection, fidelity of text quality, minimal embedding cost, robustness to adversarial attacks, and imperceptibility to prevent imitation or forgery. By assessing watermarks according to all these key criteria, CEFW offers a thorough evaluation of their practicality and effectiveness. Moreover, we introduce a simple and effective watermarking method called Balanced Watermark (BW), which guarantees robustness and imperceptibility through balancing the way watermark information is added. Extensive experiments show that BW outperforms existing methods in overall performance across all evaluation dimensions. We release our code to the community for future research. https://github.com/DrankXs/BalancedWatermark.

📄 PDF Abstract BibTeX arXiv:2503.20802

Code (1)

drankxs/balancedwatermark 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Building Intelligence Identification System via Large Language Model Watermarking: A Survey and Beyond

2024-07-15 · Xuhong Wang, Haoyu Jiang, Yi Yu, Jingru Yu 외

Large Language Models (LLMs) are increasingly integrated into diverse industries, posing substantial security risks due to unauthorized replication and misuse. To mitigate these concerns, robust identification mechanisms…

Language ModelingLanguage ModellingLarge Language Model

From Intentions to Techniques: A Comprehensive Taxonomy and Challenges in Text Watermarking for Large Language Models

2024-06-17 · Harsh Nishant Lalai, Aashish Anantha Ramakrishnan, Raj Sanjay Shah, Dongwon Lee

With the rapid growth of Large Language Models (LLMs), safeguarding textual content against unauthorized use is crucial. Text watermarking offers a vital solution, protecting both - LLM-generated and plain text sources. …

WMVLM: Evaluating Diffusion Model Image Watermarking via Vision-Language Models

2026-01-29 · Zijin Yang, Yu Sun, Kejiang Chen, Jiawei Zhao 외 arxiv

Digital watermarking is essential for securing generated images from diffusion models. Accurate watermark evaluation is critical for algorithm development, yet existing methods have significant limitations: they lack a u…

Text Generation

Evaluating Dataset Watermarking for Fine-tuning Traceability of Customized Diffusion Models: A Comprehensive Benchmark and Removal Approach

2025-11-24 · Xincheng Wang, Hanchi Sun, Wenjun Sun, Kejun Xue 외 arxiv

Recent fine-tuning techniques for diffusion models enable them to reproduce specific image sets, such as particular faces or artistic styles, but also introduce copyright and security risks. Dataset watermarking has been…

MarkLLM: An Open-Source Toolkit for LLM Watermarking

2024-05-16 · Leyi Pan, Aiwei Liu, Zhiwei He, Zitian Gao 외

LLM watermarking, which embeds imperceptible yet algorithmically detectable signals in model outputs to identify LLM-generated text, has become crucial in mitigating the potential misuse of large language models. However…