|
|
|
|
|
by pedalpete
542 days ago
|
|
Can a think which doesn't understand actual concepts actually lie? Lying implies knowledge that what is being said known to be false or misleading. An LLM can only make predictions of word sequences and suggest what those sequences may be. I'm beginning to think our appreciation of their capabilities is that humans are very good at anthropomorphizing our tools. Is this the right way of looking at things? |
|
Its really hard to say just how clever AI is getting IMO (as a non-expert in the field).
On one hand people say transformer models are just sophisticated autocomplete engines. You look at how they work, and yes this seems to be true.
But then when you give a LLM a completely new problem, not similar to anything they have been trained on - For example, give it a snippet of code and ask it to find the bug.
And they can do this. They can explain what the bug is, and give you a solution. They give all appearances of completely understanding the problem you have given them, and they can pick apart the problem, explain it and solve it. I have done this when stuck on various things with great success.
It really does make me wonder about the nature of our own intelligence, if a program can emulate so much of it but with such curious limitations - such as the difficulty a LLM has telling the difference between a correct answer, and in incorrect answer - Nearly all answers are given with 100% confidence.