Skip Navigation

Sarah Silverman is suing OpenAI and Meta for copyright infringement

www.theverge.com Sarah Silverman is suing OpenAI and Meta for copyright infringement

She says the companies’ chatbots were trained on her book.

Sarah Silverman is suing OpenAI and Meta for copyright infringement

Comedian and author Sarah Silverman, as well as authors Christopher Golden and Richard Kadrey — are suing OpenAI and Meta each in a US District Court over dual claims of copyright infringement.

42

You're viewing a single thread.

42 comments
  • Interested to see how this plays out! Their argument that the only way a LLM could summarize their book is by ingesting the full copyrighted work seems a bit suspect, as it could've ingested plenty of reviews and summaries written by humans and combined that information.

    I'm not confident that they'll be able to prove OpenAI or Meta infringed copyright, just as i'm not confident they'll be able to prove that they didn't violate copyright. I don't know if anyone really knows what these things are trained on.

    We got to where we are now with fair use in search and online commentary because of a ton of lawsuits setting precedent, not surprising we'll have to do the same with machine learning.

    • ThePile, which was assembled by a company called EleutherAI. ThePile, the complaint points out, was described in an EleutherAI paper as being put together from “a copy of the contents of the Bibliotik private tracker.” Bibliotik and the other “shadow libraries” listed, says the lawsuit, are “flagrantly illegal.”

      I think this is where the crux of the case lies since the article mentions these are only available illegally through torrents.

    • Even if they did train the model on the entire text of the book, that's still not necessarily copyright violation. I would think not, since the resulting model doesn't actually have a copy of the book embedded within it.

      • It’s difficult to tell to what extent books are encoded into the model. The data might be there in some abstract form or another.

        During training it is kind of instructed to plagiarize the text it’s given. The instruction is basically “guess the next word of this unfinished excerpt”. It probably won’t memorize all input it’s given, but there’s a nonzero chance it manages to memorize some significant excerpts.

      • But the server used to calculate the model would have a copy of it. If training an AI model is not fair use then the mere act of loading a book you don't have a license for into the server would be copyright infringement. Like text book. It's a unauthorized digital copy. It's all very untested legal grounds and seems like lots of people want to be the first to test it. Not everyone has a great case but if the courts interpret things a certain way there's gonna be lots of payouts so maybe best to get in line early?

        • Perhaps, but that's a separate legal issue from the model itself. You might have committed a breach of copyright in the process of gathering the material that the AI was trained on but the model itself is not a copy of that material and so is not itself illegal to train or use. And perhaps not even that, since downloading a pirated book is not the illegal part (uploading it is).

          As you say, there's some untested legal waters here. But it seems likely to me that the best that Silverman will accomplish is some nibbling and quibbling around the edges.

          • If you can give some vague prompts to the model to obtain something that is close enough to a significant chunk of the work that, had it been written by a human, was susceptible of being considered plagiarism... then I'd say the same laws protecting from plagiarism should operate there.

            It doesn't matter whether it's really stored there in some form or not (in fact, it's probably ok for to store copyrighted material in a private server as long as it's lawfully obtained), but whether the output that is being distributed to third parties is violating the license of the work or not.

            • If you can give some vague prompts to the model to obtain something that is close enough to a significant chunk of the work that, had it been written by a human, was susceptible of being considered plagiarism... then I'd say the same laws protecting from plagiarism should operate there.

              Perhaps, but that's not even remotely what's being accused in this case. They're asking ChatGPT for a summary of the book and it's generating a summary a couple of pages long. Nothing is even close to verbatim, and I don't know enough about any of the books to know if those summaries are even accurate. In my experience ChatGPT often ends up hallucinating a lot of details when asked stuff like this.

          • Right but you can sue for what happened on the training server. I'm guessing the training server still exists. I doubt they wiped it completely before the next round of training. If the training server infringes copyright then you still lose the suit. Maybe. Remember that copyright law is not written with the internet in mind. If you have a "copy" and it's not authorized that might just be enough for a backwards court to find infringement.

            I think of it in extremes. Imagine you had a video producing model of the future. Could you then load up every MLB game recorded and train the model to make novel baseball games based on that or would the MLB be pissed you had a server full of every MLB game ever recorded?

      • Do we know that it isn't?

        • How do we "know" anything where the answers are just being made up as part of humanity's collective cultural game of Calvinball?

          Courts in various jurisdictions will make various rulings. Judges will interpret them in various ways. Legislators will chime in with new legislation and new treaties. Internet arguments will churn away with a whole range of assumptions about what is true or false that may or may not have anything to do with reality.

          I present my opinion here. I feel it is well informed and I can back it up in various ways when challenged. But nobody "knows" anything because these aren't laws of physics or math that we're talking about here.

          Or did you mean whether we know if a copy of the book is embedded in the model? That can be more objectively tested, at least.

        • AFAIK it takes these large bodies of text and rather than digesting them and keeping it in some sort of database, rather it holistically (and i'm generalising here), see how often certain words are strung together and taking note of that. Let's call them weights.

          Then users can prompt something and the 'magic' here is that it is able to pick out words of different weights based on the prompt. Be it, are you writing an angry email to your boss, a code in python, or structure for a book.

          But it is unable to recreate the book from a prompt.
          People who know the topic more intimately please correct me if I am wrong .

    • It may be that no one currently knows exactly what these things are trained on, but it could be determined. If you know the methodology you can figure out what data is being used. The companies involved are going to resist letting anyone find out, but I'm hoping a court case will break that black box open.

      One of the many problems with this form of AI is the degree to which we don't know where it's getting its information from. Without that, there is no way to determine the reliability of the results. They can sound perfectly reasonable and be entirely untrue.

You've viewed 42 comments.