Measuring Copyright Risks of Large Language Model via Partial Information Probing
Weijie Zhao, Huajie Shao, Zhaozhuo Xu, Suzhen Duan, Denghui Zhang
TL;DR
This paper introduces Partial Information Probing and Iterative Prompting to assess the copyright infringement risks of Large Language Models (LLMs) when given partial copyrighted text. By constructing datasets from novels, news, and lyrics and measuring output overlap with Rouge-L, the authors demonstrate that larger models and longer outputs increase the likelihood of infringing reproductions, with notable variation across text types and model families. They show that iterative prompting can amplify infringing content, though outputs tend to diverge after several iterations, revealing a complex interaction between model capacity, safety mechanisms, and input type. The work highlights key factors driving infringement risk and provides a framework for evaluating copyright exposure in LLMs, informing policy and risk-management considerations for developers and users.
Abstract
Exploring the data sources used to train Large Language Models (LLMs) is a crucial direction in investigating potential copyright infringement by these models. While this approach can identify the possible use of copyrighted materials in training data, it does not directly measure infringing risks. Recent research has shifted towards testing whether LLMs can directly output copyrighted content. Addressing this direction, we investigate and assess LLMs' capacity to generate infringing content by providing them with partial information from copyrighted materials, and try to use iterative prompting to get LLMs to generate more infringing content. Specifically, we input a portion of a copyrighted text into LLMs, prompt them to complete it, and then analyze the overlap between the generated content and the original copyrighted material. Our findings demonstrate that LLMs can indeed generate content highly overlapping with copyrighted materials based on these partial inputs.
