I'm rather curious to see how the EU's privacy laws are going to handle this.

(Original article is from Fortune, but Yahoo Finance doesn't have a paywall)

you are viewing a single comment's thread
view the rest of the comments
[–] 5 points 3 years ago (6 children)

Can't they remove the data from the training set and start over?

  • source
  • hideshow 12 child comments
  • [–] 26 points 3 years ago

    They can, but the article is taking about removing data from a model that is already in production. Like if someone emails ChatGPT and says "hey, remove my data from this", good luck, because it might be a year before they can release a newly trained model with the data removed.

  • source
  • parent
  • [–] 9 points 3 years ago (2 children)

    Indeed they can, but training a model can take a month or more and cost many millions of dollars, so it's not trivial.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 3 points 3 years ago (1 child)

    So the REAL issue is how much it costs to remove the info vs how much value the info has? Such as the average Joe's social security number vs a movie star's social security number vs the president's social security number.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 3 years ago

    I might change 'value the info has' to 'liability it creates', but I think you're right about the cost/benefit situation. Since our laws have not kept up with technology, there are a lot of unanswered questions making it hard to analyze.

  • source
  • parent
  • [–] 3 points 3 years ago (4 children)

    What makes up the cost? Buying CPU cycles and storage? Just curious.

  • source
  • parent
  • hideshow 8 child comments
  • [–] 4 points 3 years ago

    Outside of the costs of hardware, its just power. Running these sorts of computations is getting more efficient, but the sheer amount of computation means that its gonna take a lot of electricity to run.

  • source
  • parent
  • [–] 8 points 3 years ago (1 child)

    Not really, no. None of the source material is actually stored inside the model's dataset, so once it's in, it's in. Because of the way they are designed, you can't point to a particular document and just delete that one thing. It's like unscrambling an egg.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 9 points 3 years ago (1 child)

    They can remove ALL the data and start over.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 3 years ago (1 child)

    exactly.

    removing one thing from a pile != removing the entire pile.

    b/c the original goal was to not disturb the rest of the pile

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 3 years ago

    If they can't remove individual pieces then they need to remove the whole pile, and rebuild the process in a way that does allow then to remove individual pieces.

    No, I don't care how much time and effort it costs. That is on them for abusing other people's data.

  • source
  • parent
  • [–] 4 points 3 years ago (1 child)

    Yes, but that's not easy... I can't remember exactly, but I think I saw an estimate that the compute time to train just one of the GPT models cost around $66 million. IDK whether that's total cost from scratch, or incremental cost to arrive at that model starting from an earlier model that was already built, but I do know that GPT is still to this day using that September 2021 cutoff which to me kind of implies that they're building progressively on top of already-assembled models and datasets (which makes sense, because to start from scratch without needing to would be insane).

    You could, technically, start from scratch and spend 2 more years and however many million dollars retraining a new model that doesn't have the private data you're trying to excise, but I think the point the article is making is that that's a pretty difficult approach and it seems right now like that's the only way.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 3 years ago*

    Information leaking is a thing. Some information is spread across multiple sources without actually being in any of those. If you remove something, the model can still infer the information.

    If macron asks for his name to be deleted, you can retrieve his political opinion by simply knowing the history of interactions of other people with the French government. I just need to tell the model that the person he has no direct information about is named macron, and he can profile him.

    Same with the search engine. The only difference is that the inference of missing information now is done by human brains. The model can substitute them

  • source
  • parent
  • [–] 2 points 3 years ago (1 child)

    Yes. They can also reload a backup from before the data in question was added to the training data and retrain from that point. This is also what will need to be done if AI companies lose their copyright lawsuits.

    None of this is impossible. Its just expensive. And these are expenses that AI companies could have avoided if they picked their datasets more carefully.

  • source
  • parent
  • hideshow 2 child comments
  • [–] [S] 2 points 3 years ago (1 child)

    It's crazy that they aren't taking at least daily captures of the model nor having it record what information it processes.

  • source
  • parent
  • hideshow 2 child comments