CRCLFeb 15, 2025

Dataset Protection via Watermarked Canaries in Retrieval-Augmented LLMs

Berkeley
arXiv:2502.10673v112 citationsh-index: 24
Originality Incremental advance
AI Analysis

This addresses dataset protection for owners against IP theft in RA-LLMs, representing an incremental improvement in security methods.

The paper tackles the problem of intellectual property infringement in retrieval-augmented LLMs by proposing a watermarking method using canary documents to detect unauthorized dataset use, achieving high query efficiency, detectability, and stealthiness with minimal impact on system performance.

Retrieval-Augmented Generation (RAG) has become an effective method for enhancing large language models (LLMs) with up-to-date knowledge. However, it poses a significant risk of IP infringement, as IP datasets may be incorporated into the knowledge database by malicious Retrieval-Augmented LLMs (RA-LLMs) without authorization. To protect the rights of the dataset owner, an effective dataset membership inference algorithm for RA-LLMs is needed. In this work, we introduce a novel approach to safeguard the ownership of text datasets and effectively detect unauthorized use by the RA-LLMs. Our approach preserves the original data completely unchanged while protecting it by inserting specifically designed canary documents into the IP dataset. These canary documents are created with synthetic content and embedded watermarks to ensure uniqueness, stealthiness, and statistical provability. During the detection process, unauthorized usage is identified by querying the canary documents and analyzing the responses of RA-LLMs for statistical evidence of the embedded watermark. Our experimental results demonstrate high query efficiency, detectability, and stealthiness, along with minimal perturbation to the original dataset, all without compromising the performance of the RAG system.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes