Hacker News new | ask | show | jobs
by rain1 1074 days ago
This is an example of hallucination.

An LLM doesn't know anything about itself - it can be pre-prompted with facts about itself, but this is going to be an example of it just making plausible text up.

1 comments

Is it possible some of these LLMs actually have internal tools / calculators? ie blackboxing what ChatGPT has as explicit plugins
even if there were some mixture-of-experts shenanigans going on, there is no introspection or reasoning, so the model isn’t able to comment on or understand its “inner experience”, if you can call matrix multiplications an inner experience
I was imagining system-prompt-based tool use, where the LLM "knows" it can call some calculator to get digits of pi
If it were, they still wouldn't be able to commentate about it.
Unless the existence of such a tool at its disposal is in its context. A strategy would be to provide a set of tools, how to invoke them internally, and a description of their apparent interaction in the LLMs initial context.