Thousands of authors demand payment from AI companies for use of copyrighted works::Thousands of published authors are requesting payment from tech companies for the use of their copyrighted works in training artificial intelligence tools, marking the latest intellectual property critique to target AI development.

  • nickwitha_k (he/him)
    link
    English
    011 months ago

    What I mean is that it is a statistical model used to generate things by combining parts of extant works. Everything that it “creates” is a piece of something that already exists, often without the author’s consent. Just because it is done at a massive scale doesn’t make it less so. It’s basically just a tracer.

    Not saying that the tech isn’t amazing or likely a component of future AI but, it’s really just being used commercially to rip people off and worsen the human condition for profit.

    • @joe@lemmy.world
      link
      fedilink
      English
      311 months ago

      Everything that it “creates” is a piece of something that already exists, often without the author’s consent

      This describes all art. Nothing is created in a vacuum.

      • nickwitha_k (he/him)
        link
        English
        011 months ago

        No, it really doesn’t, nor does it function like human cognition. Take this example:

        I, personally, to decide that I wanted to make a sci-fi show. I don’t want to come up with ideas so, I want to try to do something that works. I take the scripts of every Star Trek: The Search for Spock, Alien, and Earth Girls Are Easy and feed them into a database, seperating words into individual data entries with some grammatical classification. Then, using this database, I generate a script, averaging the length of the films, with every word based upon its occurrence in the films or randomized, if it’s a tie. I go straight into production with “Star Alien: The Girls Are Spock”. I am immediately sued by Disney, Lionsgate, and Paramount for trademark and copyright infringement, even though I basically just used a small LLM.

        You are right that nothing is created in a vacuum. However, plagiarism is still plagiarism, even if it is using a technically sophisticated LLM plagiarism engine.

        • @joe@lemmy.world
          link
          fedilink
          English
          111 months ago

          ChatGPT doesn’t have direct access to the material it’s trained on. Go ask it to quote a book to you.

          • nickwitha_k (he/him)
            link
            English
            211 months ago

            That really doesn’t make an appreciable difference. It doesn’t need direct access to source data, if it’s already been transferred into statistical data.

            • @joe@lemmy.world
              link
              fedilink
              English
              -111 months ago

              It does rule out “plagiarism”, however, since it means it can’t pull directly from any training material.

              I should have asked earlier: what do you think plagiarism is?

              • nickwitha_k (he/him)
                link
                English
                211 months ago

                It really doesn’t. The data is just tokenized and encoded into the model (with additional metadata).

                If I take the following:

                Three blind mice, three blind mice See how they run, see how they run

                And encode it based upon frequency: 1:{"word": "three", "qty": 2} 2:{"word": "blind", "qty": 2} 3:{"word": "mice", "qty": 2} 4:{"word": "see", "qty": 2} 5:{"word": "how", "qty": 2} 6:{"word": "they", "qty": 2} 7:{"word": "run", "qty": 2}

                The original data is still present, just not in its original form. If I were then to use the data to generate a rhyme and claim authorship, I would both be lying and committing plagiarism, which is the act of attempting to pass someone else’s work off as your own.

                Out of curiosity, do you currently or intend to make money using LLMs? I ask because I’m wondering if this is an example of Upton Sinclair’s statement “It is difficult to get a man to understand something when his salary depends on his not understanding it.”

                • @joe@lemmy.world
                  link
                  fedilink
                  English
                  0
                  edit-2
                  11 months ago

                  That’s not how LLMs work, and no, I have no financial skin in the game. My field is software QA; I can’t nail down whether it would affect me or not, because I could imagine it going either way. I do know that it doesn’t matter-- legislation is not going to stop this-- it’s not even going to do much to slow it down.

                  What about you? I find that most the hysteria around LLMs comes from people whose jobs are on the line. Does that accurately describe you?

                  Edit: typos

                  • nickwitha_k (he/him)
                    link
                    English
                    211 months ago

                    It is not literally how they work, no. But, an oversimplified approximation. Data is encoded into mathematical functions in neural network nodes but, it is still encoded data in the same way that an MP3 and WAV of a song are both still the song; the neural network is the medium.

                    Just because the data is stored in a different, possibly more-efficient manner doesn’t mean that it is not there for all intents and purposes (I suppose one could make the argument of it being transformed into metadata but if it is able to reconstruct verbatim, this seems like a fallacy). Nor is it within free use exemptions of most IP laws to use others’ copyrighted, trademarked, or copy-left data to power a commercial product in ways contrary to licensing terms.

                    As for my job, well, yes, I do have some anxieties in that area but as a software engineer focused in automation, tooling, and security, I suspect that my position is fairly secure. I would hope yours is too, both for youself and overall software quality. Likely there will be more demand for both of our skillsets with the CRA.