Hacker News new | ask | show | jobs
by i_think_so 109 days ago
Is that problem even fixable with what one might call normal means?

I presume it can't be with mere prompting, otherwise every single model would already include "Don't lie and don't make things up. If you don't know an answer, just say so."

It seems to me that the underlying algorithms would be inclined to confabulate simply because that's what LLMs do. But that's a bit beyond my math and programming understanding to say for certain.

1 comments

Yeah I don’t know enough about LLMs to answer; it seems simple enough to make it check if X exists before pontificating about it. But maybe it isn’t, and there is a reason why.
The problem seems to be that if the LLM doesn't know if X exists it is unable to distinguish that from simply needing to create an answer about X.

That's the typical logic flow, innit?