logoalt Hacker News

nightskitoday at 3:24 AM1 replyview on HN

I was not saying that they are deterministic, rather that the distributions (aka weights) are fixed. A model as deployed today at anthropic/open ai/etc is not learning beyond the context as far as I know.

What prevents continuous fine-tuning from what I understand is catastrophic forgetting. You can do things like RLHF which are built to minimize the damage but that is more about bringing out capabilities of the base model than incorporating new knowledge (at least from my understanding, I am obviously not a researcher at a lab).


Replies

howunfortunatetoday at 3:39 AM

Yes, catastrophic forgetting is absolutely one of the problems that needs to be solved to enable something like this.

My broader point is just that there's nothing inherent to the structure of LLMs that stops them from updating their weights and continuously learning from environmental feedback in the way humans do, and there's already solid templates for how they could push even further in that direction.

But as an assessment of the current state, I agree with you, LLMs lag humans severely in ability to self-update.

show 2 replies