this post was submitted on 29 Nov 2023
258 points (96.4% liked)

Technology

58417 readers
5092 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

ChatGPT is full of sensitive private information and spits out verbatim text from CNN, Goodreads, WordPress blogs, fandom wikis, Terms of Service agreements, Stack Overflow source code, Wikipedia pages, news blogs, random internet comments, and much more.

you are viewing a single comment's thread
view the rest of the comments
[–] MxM111@kbin.social 0 points 10 months ago (2 children)

That's not true. ChatGPT does not have database - it does not have any memory at all. All it "remembers" is what you type on the screen.

[–] EpicFailGuy@kbin.social 5 points 10 months ago (1 children)

@MxM111

@stopthatgirl7 @TWeaK @NaibofTabr

if it remembers it has to be stored somwhere, if it has to be stored ther's some type of memory with information saved in it. .... call it what you will.

[–] tabarnaski@sh.itjust.works 1 points 10 months ago (2 children)

You remember some dialogue from your favorite movie. Does this mean your neurons store copyrighted work?

[–] Fermion@mander.xyz 7 points 10 months ago

Shhh. Disney's lawyers might get ideas.

[–] Excrubulent@slrpnk.net 5 points 10 months ago* (last edited 10 months ago) (1 children)

Yes.

Just because they're in a neural network and not ASCII or unicode doesn't mean they're not stored. It's even more apt a concept since apparently those works can be retrieved fairly easily, even if the references to them are hard to isolate. It seems ChatGPT is storing eidetic copies of data, which would imply what other people have said in this thread, that it is overfitting itself to the data and not learning truly generalisable language.

[–] MxM111@kbin.social 0 points 10 months ago (1 children)

The claim is that it contains entire copies of the book. It does not. AI memory is like our memory, we do not remember books word to word.

[–] Excrubulent@slrpnk.net 3 points 10 months ago* (last edited 10 months ago) (1 children)

They are spitting out, as in the quote above, "verbatim text", as in, word for word. That is copyrightable.

And that's not what you said. You said it has no memory. That's clearly wrong.

[–] anlumo@lemmy.world 1 points 10 months ago

It’s only under copyright if it’s a significant portion of the work. Single sentences are not enough, unless it’s a short poem.

[–] NaibofTabr@infosec.pub 0 points 10 months ago (1 children)

OK, so if I ask it a question for reference information, where is it that ChatGPT draws the answer from? Information is not stored in the model itself.

[–] MxM111@kbin.social 2 points 10 months ago (1 children)

There is a memory, a storage, that would not be called a database, which encodes interaction "weights" of neurons. Those parameters where modified during training process and in some sense the information is somehow encoded there. But it is not possible to decode the whole book word to word. It is very similar to our memory in this sense. Do you remember any book word to word? The whole book?

[–] NaibofTabr@infosec.pub 0 points 10 months ago (1 children)

You understand that the neural network is not the entire picture, right? Like, yes you're correct in general about how these models are trained, but ChatGPT does not operate in a vacuum. For instance, when it was connected to the internet that was just for information searching - the neural network in use was frozen, it wasn't actively training on internet content.

It's a language system, it can operate as a search tool, it has to have access to a source of information in order to generate responses to queries. That source of information isn't contained in the model itself, but it is connected to it and it's part of the whole ChatGPT system.

[–] MxM111@kbin.social 1 points 10 months ago

ChatGPT4 now indeed can connect to internet and read the sites and summarize the data. But this has nothing to do with storing it he whole books in their memory. It read the internet sites exactly the same way as you and me do. I do not understand what is your argument here. Internet is external to ChatGPT.