Comment by dnautics
3 days ago
see sibling comment,
> see it actually improve just through accreting context
this actually happens and has been tested.
3 days ago
see sibling comment,
> see it actually improve just through accreting context
this actually happens and has been tested.
> see sibling comment,
> > see it actually improve just through accreting context
> this actually happens and has been tested.
I specifically said a novel task outside of the explicit training. And I already agreed that the so-called thinking models do some level of logical reasoning. But being able to engage in some level of reasoning because it has learned logical inference rules doesn't mean it's actually thinking, regardless of what the researchers wish to call it.
Also, why does each model always fail at the two tests I give it? The models not only fail to improve, but they start to degrade after many subsequent iterations. Someone who can think would at least not get worse.
LLMs are filters or tuners for extremely subtle patterns, patterns that humans frankly are not great at finding. That's what the attention mechanism does: attend to the other tokens that are most related in a given context, even if that related context is distant in the token stream. Some patterns they fail to detect because they haven't been sufficiently trained or post-trained, and so the LLM just attends to noise (or at least that's what appears to be happening).
A lot of intelligence can be effectively mimicked through this pattern synthesis by transformer architecture alone. That's surprising. But I have yet to see them think.
> outside of explicit training
what does this mean anymore? i can invent a proof assistant language that was not in the training set and the llm does a fantastic job with it.
(github.com/ityonemo/bpa)
well it learned some sort of programming language and some sort of logic
well can you not see that those sorts of analogies can effectively make nothing in the knowable universe out of distribution? if you did such a categorization for human learning you could likewise say, "humans never can do anything outside of training set" too.