paper-with-me

Papers

SUV: Scalable Large Language Model Copyright Compliance with Regularized Selective Unlearning

2025-03-29 · Tianyang Xu, Xiaoze Liu, Feijie Wu, Xiaoqian Wang, Jing Gao

Large Language Models (LLMs) have transformed natural language processing by learning from massive datasets, yet this rapid progress has also drawn legal scrutiny, as the ability to unintentionally generate copyrighted content has already prompted several prominent lawsuits. In this work, we introduce SUV (Selective Unlearning for Verbatim data), a selective unlearning framework designed to prevent LLM from memorizing copyrighted content while preserving its overall utility. In detail, the proposed method constructs a dataset that captures instances of copyrighted infringement cases by the targeted LLM. With the dataset, we unlearn the content from the LLM by means of Direct Preference Optimization (DPO), which replaces the verbatim copyrighted content with plausible and coherent alternatives. Since DPO may hinder the LLM's performance in other unrelated tasks, we integrate gradient projection and Fisher information regularization to mitigate the degradation. We validate our approach using a large-scale dataset of 500 famous books (predominantly copyrighted works) and demonstrate that SUV significantly reduces verbatim memorization with negligible impact on the performance on unrelated tasks. Extensive experiments on both our dataset and public benchmarks confirm the scalability and efficacy of our approach, offering a promising solution for mitigating copyright risks in real-world LLM applications.

📄 PDF Abstract BibTeX arXiv:2503.22948

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language ModelMemorization

Methods 이 논문이 사용한 방법론

DPO 설명 없음

Similar Papers 제목 키워드 기반

Copyright Detection in Large Language Models: An Ethical Approach to Generative AI Development

2025-11-25 · David Szczecina, Senan Gaffori, Edmond Li arxiv

The widespread use of Large Language Models (LLMs) raises critical concerns regarding the unauthorized inclusion of copyrighted content in training data. Existing detection frameworks, such as DE-COP, are computationally…

ISACL: Internal State Analyzer for Copyrighted Training Data Leakage

2025-08-25 · Guangwei Zhang, Qisheng Su, Jiateng Liu, Cheng Qian 외 arxiv

Large Language Models (LLMs) have revolutionized Natural Language Processing (NLP) but pose risks of inadvertently exposing copyrighted or proprietary data, especially when such data is used for training but not intended…

Text Generation

Bridging the Copyright Gap: Do Large Vision-Language Models Recognize and Respect Copyrighted Content?

2025-12-26 · Naen Xu, Jinghuai Zhang, Changjiang Li, Hengyu An 외 arxiv

Large vision-language models (LVLMs) have achieved remarkable advancements in multimodal reasoning tasks. However, their widespread accessibility raises critical concerns about potential copyright infringement. Will LVLM…

Multimodal Reasoning

SHIELD: Evaluation and Defense Strategies for Copyright Compliance in LLM Text Generation

2024-06-18 · Xiaoze Liu, Ting Sun, Tianyang Xu, Feijie Wu 외

Large Language Models (LLMs) have transformed machine learning but raised significant legal concerns due to their potential to produce text that infringes on copyrights, resulting in several high-profile lawsuits. The le…

Text Generation

Beyond English: Unveiling Multilingual Bias in LLM Copyright Compliance

2025-02-14 · Yupeng Chen, XiaoYu Zhang, Yixian Huang, Qian Xie

Large Language Models (LLMs) have raised significant concerns regarding the fair use of copyright-protected content. While prior studies have examined the extent to which LLMs reproduce copyrighted materials, they have p…