| > We don't understand how they work in the sense that we can't extract the algorithms they're using to accomplish the interesting/valuable "intellectual" labor they're doing. i.e. we cannot take GPT-4 and write human-legible code that faithfully represents the "heavy lifting" GPT-4 does when it writes code (or pick any other task you might ask it to do). I think English is being a little clumsy here. At least I’m finding it hard to express what we do and don’t know. We know why these models work. We know precisely how, physically, they come to their conclusions (it’s just processor instructions as with all software) We don’t know precisely how to describe what they do in a formalized general way. That is still very different from say an organic brain, where we barely even know how it works, physically. My opinions: I don’t think they are doing much mental “labor.” My intuition likens them to search. They seem to excel at retrieving information encoded in their weights through training and in the context. They are not good at generalizing. They also, obviously, are able to accurately predict tokens such that the resulting text is very readable. Larger models have a larger pool of information and that information is in a higher resolution, so to speak, since the larger better preforming models have more parameters. I think much of this talk of “consciousness” or “AGI” is very much a product of human imagination, personification bias, and marketing. |
I don't know why you would classify this as knowing much of anything. Processor instructions ? Really?
If the average user is given unfettered access to the entire source code of his/her favorite app, does he suddenly understand it ? That seems like a ridiculous assertion.
In reality, it's even worse. We can't pinpoint what weights, how and in what ways and instances are contributing exactly to basic things like whether a word should be preceded by 'the' or 'a' and it only gets more intractable as models get bigger and bigger.
Sure, you could probably say we understand these NNs better than brains but it's not by much at all.