paper-with-me

Papers

DeepTextMark: A Deep Learning-Driven Text Watermarking Approach for Identifying Large Language Model Generated Text

2023-05-09 · Travis Munyer, Abdullah Tanvir, Arjon Das, Xin Zhong

The rapid advancement of Large Language Models (LLMs) has significantly enhanced the capabilities of text generators. With the potential for misuse escalating, the importance of discerning whether texts are human-authored or generated by LLMs has become paramount. Several preceding studies have ventured to address this challenge by employing binary classifiers to differentiate between human-written and LLM-generated text. Nevertheless, the reliability of these classifiers has been subject to question. Given that consequential decisions may hinge on the outcome of such classification, it is imperative that text source detection is of high caliber. In light of this, the present paper introduces DeepTextMark, a deep learning-driven text watermarking methodology devised for text source identification. By leveraging Word2Vec and Sentence Encoding for watermark insertion, alongside a transformer-based classifier for watermark detection, DeepTextMark epitomizes a blend of blindness, robustness, imperceptibility, and reliability. As elaborated within the paper, these attributes are crucial for universal text source detection, with a particular emphasis in this paper on text produced by LLMs. DeepTextMark offers a viable "add-on" solution to prevailing text generation frameworks, requiring no direct access or alterations to the underlying text generation mechanism. Experimental evaluations underscore the high imperceptibility, elevated detection accuracy, augmented robustness, reliability, and swift execution of DeepTextMark.

📄 PDF Abstract BibTeX arXiv:2305.05773

Code (4)

2023-MindSpore-4/Code10/tree/main/DeepText mindspore
2024-MindSpore-1/Code4/tree/main/DeepText mindspore
MindSpore-paper-code-2/code400/tree/main/DeepText mindspore
MindSpore-paper-code-3/code9/tree/main/DeepText mindspore

Tasks

Language ModelingLanguage ModellingLarge Language ModelSentenceText Generation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Toward Stronger Code Watermarking: A Grammar-Driven Approach to Optimizing the Trade-off Between Quality and Detectability

2026-07-11 · Licheng Yu, Aiwei Liu, Songze Li arxiv

With the rapid development of Large Language Models (LLMs), text watermarking has emerged as a crucial technique for identifying machine-generated content. However, directly applying existing logits-based watermarking me…

Code Generation

I Know You Did Not Write That! A Sampling Based Watermarking Method for Identifying Machine Generated Text

2023-11-29 · Kaan Efe Keleş, Ömer Kaan Gürbüz, Mucahid Kutlu

Potential harms of Large Language Models such as mass misinformation and plagiarism can be partially mitigated if there exists a reliable way to detect machine generated text. In this paper, we propose a new watermarking…

Misinformation

Efficiently Identifying Watermarked Segments in Mixed-Source Texts

2024-10-04 · Xuandong Zhao, Chenwen Liao, Yu-Xiang Wang, Lei LI

Text watermarks in large language models (LLMs) are increasingly used to detect synthetic text, mitigating misuse cases like fake news and academic dishonesty. While existing watermarking detection techniques primarily f…

StealthInk: A Multi-bit and Stealthy Watermark for Large Language Models

2025-06-05 · Ya Jiang, Chuxiong Wu, Massieh Kordi Boroujeny, Brian Mark 외

Watermarking for large language models (LLMs) offers a promising approach to identifying AI-generated text. Existing approaches, however, either compromise the distribution of original generated text by LLMs or are limit…

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…