LGCLAug 23, 2023

How to Protect Copyright Data in Optimization of Large Language Models?

arXiv:2308.12247v142 citationsh-index: 13
Originality Incremental advance
AI Analysis

This addresses copyright concerns for users and developers of LLMs, but appears incremental as it builds on existing softmax regression techniques.

The paper tackles the problem of large language models outputting copyrighted data by framing training as a softmax regression problem and developing an efficient method to prevent such outputs, establishing a theoretical approach to avoid copyright infringement.

Large language models (LLMs) and generative AI have played a transformative role in computer research and applications. Controversy has arisen as to whether these models output copyrighted data, which can occur if the data the models are trained on is copyrighted. LLMs are built on the transformer neural network architecture, which in turn relies on a mathematical computation called Attention that uses the softmax function. In this paper, we show that large language model training and optimization can be seen as a softmax regression problem. We then establish a method of efficiently performing softmax regression, in a way that prevents the regression function from generating copyright data. This establishes a theoretical method of training large language models in a way that avoids generating copyright data.

Code Implementations1 repo
Foundations

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

Your Notes