this post was submitted on 16 Oct 2023
24 points (62.5% liked)

Technology

34419 readers
235 users here now

This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.


Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.


Rules:

1: All Lemmy rules apply

2: Do not post low effort posts

3: NEVER post naziped*gore stuff

4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.

5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)

6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist

7: crypto related posts, unless essential, are disallowed

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] BitSound@lemmy.world 1 points 11 months ago (1 children)

LLMs can certainly do that, why are you asserting otherwise?

ChatGPT can do it for a single session, but not across multiple sessions. That's not some inherent limitations to LLMs, that's just because it's convenient for OpenAI to do it that way. If we spun up a copy of a human from the same original state every time you wanted to ask it a question and then killed it after it was done responding, it similarly wouldn't be able to change its behavior across questions.

Like, imagine we could do something like this. You could spin up a copy of that brain image, alter its understanding of the world, then spin up a fresh copy that doesn't have that altered understanding. That's essentially what we're doing with LLMs today. But if you don't spin up a fresh copy, it would retain its altered understanding.

[–] bionicjoey@lemmy.ca 1 points 11 months ago* (last edited 11 months ago) (1 children)

I literally watched it not correct itself after trying to explain to it what I wanted changed in a half dozen different ways during a single session. It never was able to understand what I was asking for.

Edit: Furthermore, I watched it become less intelligent as our conversation went longer. It basically forgot things we had discussed and misremembered or hallucinated details after a longer exchange.

[–] BitSound@lemmy.world -2 points 11 months ago

For your edit: Yes, that's what's known as the context window limit. ChatGPT has an 8k token "memory" (for most people), and older entries are dropped. That's not an inherent limitation of the approach, it's just a way of keeping OpenAI's bills lower.

Without an example I don't think there's anything to discuss. Here's one trivial example though where I altered ChatGPT's understanding of the world:

If I continued that conversation, ChatGPT would eventually forget that due to the aforementioned context window limit. For a more substantive way of altering an LLM's understanding of the world, look at how OpenAI did RLHF to get ChatGPT to not say naughty things. That permanently altered the way GPT-4 responds, in a similar manner to having an angry nun rap your knuckles whenever you say something naughty.