|
|
|
|
|
by illiarian
1156 days ago
|
|
LLMs currently statistically regurgitate existing data. An LLM in 1600s would tell you that a house layout is "rooms connected to each other" because that would be its pre-existing data. It remains to be seen if LLMs can come up with "oh wait? we can create a passageway, and have rooms open into that" based on satistical models of pre-existing data. Can it come up with a corridor when it has no idea that such a concept exists? That remains to be seen. |
|
NO! They do not.
Deep learning models are "universal approximators". Any two-layer neural network with enough parameters, data and training is a universal approximation. That means they can learn ANY relationship with an arbitrary accuracy.
Going beyond two layers, with several layers, problem domain structured architectures, and recurrent connections, they become far more efficient and effective.
So yes, they learn associations, correlations, stochastic models, statistics.
But they also learn to model functional relationships. Which is why they are able to generalize relationship to new situations, and combine previously unrelated relationships in reasonable and surprising ways.
A large part of creativity is putting together previously unrelated concepts and then letting the obvious logic of those relationships combine to result in something new an unexpected.
Note that both combining normally unrelated things, and combining the concepts in some way more or less consistent with what those concepts normally mean, is well within the grasp of current models.
They haven't outclassed out best thinkers. Or any of our best thinking as individuals yet. They are still very limited on problems that require many steps to think through.
But they are definitely, within their limits, being creative.
And they are far, far, FAR from just being statistical parrots.