paper-with-me

홈 › Papers

RECAP: Reproducing Copyrighted Data from LLMs Training with an Agentic Pipeline

2025-10-29 · André V. Duarte, Xuying li, Bin Zeng, Arlindo L. Oliveira, Lei Li, Zhuo Li arxiv

If we cannot inspect the training data of a large language model (LLM), how can we ever know what it has seen? We believe the most compelling evidence arises when the model itself freely reproduces the target content. As such, we propose RECAP, an agentic pipeline designed to elicit and verify memorized training data from LLM outputs. At the heart of RECAP is a feedback-driven loop, where an initial extraction attempt is evaluated by a secondary language model, which compares the output against a reference passage and identifies discrepancies. These are then translated into minimal correction hints, which are fed back into the target model to guide subsequent generations. In addition, to address alignment-induced refusals, RECAP includes a jailbreaking module that detects and overcomes such barriers. We evaluate RECAP on EchoTrace, a new benchmark spanning over 30 full books, and the results show that RECAP leads to substantial gains over single-iteration approaches. For instance, with GPT-4.1, the average ROUGE-L score for the copyrighted text extraction improved from 0.38 to 0.47 - a nearly 24% increase.

📄 PDF Abstract BibTeX arXiv:2510.25941

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Measuring Copyright Risks of Large Language Model via Partial Information Probing

2024-09-20 · Weijie Zhao, Huajie Shao, Zhaozhuo Xu, Suzhen Duan 외

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 copyrig…

Language ModelingLanguage ModellingLarge Language Model

Can Watermarking Large Language Models Prevent Copyrighted Text Generation and Hide Training Data?

2024-07-24 · Michael-Andrei Panaitescu-Liess, Zora Che, Bang An, Yuancheng Xu 외

Large Language Models (LLMs) have demonstrated impressive capabilities in generating diverse and contextually rich text. However, concerns regarding copyright infringement arise as LLMs may inadvertently produce copyrigh…

Text Generation

Copyright-Protected Language Generation via Adaptive Model Fusion

2024-12-09 · Javier Abad, Konstantin Donhauser, Francesco Pinto, Fanny Yang

The risk of language models reproducing copyrighted material from their training data has led to the development of various protective measures. Among these, inference-time strategies that impose constraints via post-pro…

Code GenerationmodelText Generation

Strong Copyright Protection for Language Models via Adaptive Model Fusion

2024-07-29 · Javier Abad, Konstantin Donhauser, Francesco Pinto, Fanny Yang

The risk of language models unintentionally reproducing copyrighted material from their training data has led to the development of various protective measures. In this paper, we propose model fusion as an effective solu…

Code GenerationMemorization

A Lightweight Method to Disrupt Memorized Sequences in LLM

2025-02-07 · Parjanya Prajakta Prashant, Kaustubh Ponkshe, Babak Salimi

Large language models (LLMs) demonstrate impressive capabilities across many tasks yet risk reproducing copyrighted content verbatim, raising legal and ethical concerns. Although methods like differential privacy or neur…

Memorization