Avram Piltch is the editor in chief of Tom’s Hardware, and he’s written a thoroughly researched article breaking down the promises and failures of LLM AIs.

  • I’m sick and tired of this “parrots the works of others” narrative. Here’s a challenge for you: go to https://huggingface.co/chat/, input some prompt (for example, “Write a three paragraphs scene about Jason and Carol playing hide and seek with some other kids. Jason gets injured, and Carol has to help him.”). And when you get the response, try to find the author that it “parroted”. You won’t be able to - because it wouldn’t just reproduce someone else’s already made scene. It’ll mesh maaany things from all over the training data in such a way that none of them will be even remotely recognizable.

      • So is literally every human work in the last 1000 years in every context.

        Nothing is “original”. It’s all derivative. Feeding copyrighted work into an algorithm does not in any way violate any copyright law, and anyone telling you otherwise is a liar and a piece of shit. There is no valid interpretation anywhere close.

      •  lily33   ( @lily33@lemm.ee ) 
        link
        fedilink
        2
        edit-2
        10 months ago

        From Wikipedia, “a derivative work is an expressive creation that includes major copyrightable elements of a first, previously created original work”.

        You can probably can the output of an LLM ‘derived’, in the same way that if I counted the number of 'Q’s in Harry Potter the result derived from Rowling’s work.

        But it’s not ‘derivative’.

        Technically it’s possible for an LLM to output a derivative work if you prompt it to do so. But most of its outputs aren’t.

    • Well, I think that these models learn in a way similar to humans as in it’s basically impossible to tell where parts of the model came from. And as such the copyright claims are ridiculous. We need less copyright, not more. But, on the other hand, LLMs are not humans, they are tools created by and owned by corporations and I hate to see them profiting off of other people’s work without proper compensation.

      I am fine with public domain models being trained on anything and being used for noncommercial purposes without being taken down by copyright claims.

      • it’s basically impossible to tell where parts of the model came from

        AIs are deterministic.

        1. Train the AI on data without the copyrighted work.

        2. Train the same AI on data with the copyrighted work.

        3. Ask the two instances the same question.

        4. The difference is the contribution of the copyrighted work.

        There may be larger questions of precisely how an AI produces one answer when trained with a copyrighted work, and another answer when not trained with the copyrighted work. But we know why the answers are different, and we can show precisely what contribution the copyrighted work makes to the response to any prompt, just by running the AI twice.