• metaStatic@kbin.earth
    link
    fedilink
    arrow-up
    36
    arrow-down
    4
    ·
    1 month ago

    we have to be very careful about what ends up in our training data

    Don’t worry, the big tech companies took a snapshot of the internet before it was poisoned so they can easily profit from LLMs without allowing competitors into the market. That’s who “We” is right?

    • WhatAmLemmy@lemmy.world
      link
      fedilink
      English
      arrow-up
      19
      arrow-down
      1
      ·
      edit-2
      1 month ago

      It’s impossible for any of them to have taken a sufficient snapshot. A snapshot of all unique data on the clearnet would have probably been in the scale of hundreds to thousands of exabytes, which is (apparently) more storage than any single cloud provider.

      That’s forgetting the prohibitively expensive cost to process all that data for any single model.

      The reality is that, like what we’ve done to the natural world, they’re polluting and corrupting the internet without taking a sufficient snapshot — just like the natural world, everything that’s lost is lost FOREVER… all in the name of short term profit!

  • VeganPizza69 Ⓥ@lemmy.world
    link
    fedilink
    arrow-up
    30
    arrow-down
    3
    ·
    edit-2
    1 month ago

    GOOD.

    This “informational incest” is present in many aspects of society and needs to be stopped (one of the worst places is in the Intelligence sector).

  • ArcticDagger@feddit.dkOP
    link
    fedilink
    arrow-up
    16
    arrow-down
    1
    ·
    1 month ago

    From the article:

    To demonstrate model collapse, the researchers took a pre-trained LLM and fine-tuned it by training it using a data set based on Wikipedia entries. They then asked the resulting model to generate its own Wikipedia-style articles. To train the next generation of the model, they started with the same pre-trained LLM, but fine-tuned it on the articles created by its predecessor. They judged the performance of each model by giving it an opening paragraph and asking it to predict the next few sentences, then comparing the output to that of the model trained on real data. The team expected to see errors crop up, says Shumaylov, but were surprised to see “things go wrong very quickly”, he says.

      • Ferris@infosec.pub
        link
        fedilink
        arrow-up
        2
        arrow-down
        1
        ·
        1 month ago

        how are you going to write a thesis on writing a FLAC to disc and ripping it over and over?

        • maniclucky@lemmy.world
          link
          fedilink
          arrow-up
          3
          arrow-down
          1
          ·
          1 month ago

          By measuring how it does with real images vs generated ones to start. The goal would be to show a method to reliably detect ai images. Gotta prove that it works.

            • maniclucky@lemmy.world
              link
              fedilink
              arrow-up
              1
              ·
              1 month ago

              It’s an issue with the machine learning technique, not the specific model. The hypothetical thesis would be how to use this knowledge in general.

              Why are you so agitated by my off hand comment?

    • Ferris@infosec.pub
      link
      fedilink
      arrow-up
      1
      ·
      1 month ago

      literally just the difference between flac and mp3 as it were digital conversion noise with a little bot behind it

  • Willy@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    3
    ·
    1 month ago

    Huh. Who would have thought talking mostly or only to yourself would drive you mad?

  • andallthat@lemmy.world
    link
    fedilink
    arrow-up
    9
    arrow-down
    1
    ·
    1 month ago

    I only have a limited and basic understanding of Machine Learning, but doesn’t training models basically work like: “you, machine, spit out several versions of stuff and I, programmer, give you a way of evaluating how ‘good’ they are, so over time you ‘learn’ to generate better stuff”? Theoretically giving a newer model the output of a previous one should improve on the result, if the new model has a way of evaluating “improved”.

    If I feed a ML model with pictures of eldritch beings and tell them that “this is what a human face looks like” I don’t think it’s surprising that quality deteriorates. What am I missing?

    • TheHarpyEagle@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      1 month ago

      Part of the problem is that we have relatively little insight into or control over what the machine has actually “learned”. Once it has learned itself into a dead end with bad data, you can’t correct it, only work around it. Your only real shot at a better model is to start over.

      When the first models were created, we had a whole internet of “pure” training data made by humans and developers could basically blindly firehose all that content into a model. Additional tuning could be done by seeing what responses humans tended to reject or accept, and what language they used to refine their results. The latter still works, and better heuristics (the criteria that grades the quality of AI output) can be developed, but with how much AI content is out there, they will never have a better training set than what they started with. The whole of the internet now contains the result of every dead end AI has worked itself into with no way to determine what is AI generated on a large scale.

  • takeda@lemmy.world
    link
    fedilink
    arrow-up
    8
    arrow-down
    3
    ·
    1 month ago

    I find it surprising that anyone is surprised by it. This was my initial reaction when I learned about it.

    I thought that since they know the subject better than myself they must have figured this one out, and I simply don’t understand it, but if you have a model that can create something, because it needs to be trained, you can’t just use itself to train it. It is similar to not being able to generate truly random numbers algorithmically without some external input.

    • aes@programming.dev
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      1 month ago

      Sounds reasonable, but a lot of recent advances come from being able to let the machine train against itself, or a twin / opponent without human involvement.

      As an example of just running the thing itself, consider a neural network given the objective of re-creating its input with a narrow layer in the middle. This forces a narrower description (eg age/sex/race/facing left or right/whatever) of the feature space.

      Another is GAN, where you run fake vs spot-the-fake until it gets good.

  • This seems to logically follow. The copy of a copy of a copy paradigm. We train AI on what humans like. By running stuff back through the trainig data, we’re adding noise back in.

    To be fair, we already add noise, in that human art has its own errors, which we try to filter out using additional data featuring more of what we want and less of what we don’t want.