paper-with-me

Papers

Copyright Violations and Large Language Models

2023-10-20 · Antonia Karamolegkou, Jiaang Li, Li Zhou, Anders Søgaard

Language models may memorize more than just facts, including entire chunks of texts seen during training. Fair use exemptions to copyright laws typically allow for limited use of copyrighted material without permission from the copyright holder, but typically for extraction of information from copyrighted materials, rather than {\em verbatim} reproduction. This work explores the issue of copyright violations and large language models through the lens of verbatim memorization, focusing on possible redistribution of copyrighted text. We present experiments with a range of language models over a collection of popular books and coding problems, providing a conservative characterization of the extent to which language models can redistribute these materials. Overall, this research highlights the need for further examination and the potential impact on future developments in natural language processing to ensure adherence to copyright regulations. Code is at \url{https://github.com/coastalcph/CopyrightLLMs}.

📄 PDF Abstract BibTeX arXiv:2310.13771

Code (1)

coastalcph/copyrightllms 공식 구현 pytorch

Tasks

Memorization

Similar Papers 제목 키워드 기반

Purifying Large Language Models by Ensembling a Small Language Model

2024-02-19 · Tianlin Li, Qian Liu, Tianyu Pang, Chao Du 외

The emerging success of large language models (LLMs) heavily relies on collecting abundant training data from external (untrusted) sources. Despite substantial efforts devoted to data cleaning and curation, well-construc…

Data PoisoningLanguage ModelingLanguage ModellingSmall 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

LLMs and Memorization: On Quality and Specificity of Copyright Compliance

2024-05-28 · Felix B Mueller, Rebekka Görge, Anna K Bernzen, Janna C Pirk 외

Memorization in large language models (LLMs) is a growing concern. LLMs have been shown to easily reproduce parts of their training data, including copyrighted work. This is an important problem to solve, as it may viola…

HallucinationMemorizationSpecificityText Matching

Free and Fair Hardware: A Pathway to Copyright Infringement-Free Verilog Generation using LLMs

2025-05-09 · Sam Bush, Matthew DeLorenzo, Phat Tieu, Jeyavijayan Rajendran

Limitations in Large Language Model (LLM) capabilities for hardware design tasks, such as generating functional Verilog codes, have motivated various fine-tuning optimizations utilizing curated hardware datasets from ope…

Language ModelingLanguage ModellingLarge Language Model

CoTGuard: Using Chain-of-Thought Triggering for Copyright Protection in Multi-Agent LLM Systems

2025-05-26 · Yan Wen, Junfeng Guo, Heng Huang

As large language models (LLMs) evolve into autonomous agents capable of collaborative reasoning and task execution, multi-agent LLM systems have emerged as a powerful paradigm for solving complex problems. However, thes…