4 comments

[ 3.0 ms ] story [ 16.1 ms ] thread
Misleading title.

Not fully supported != hallucination.

some domains, like creative writing, are fault tolerant and can use LLM responses despite some inaccuracies.

medicine is fault intolerant.

one false fact can be catastrophic to patients and render the entire LLM response as wrong.

that said, “not fully supported by retrieved URLs” didn’t fit in the title so “hallucinate” was the only way to enable submission.

RAG is definitely a solution that can bridge the gap, but it's currently not good enough where lives and money depend on very correct information, such as the medical or legal domain. Perhaps in the future a more functionally sophisticated RAG "system" will let LLMs be a truly good human-computer interface, especially for the technically illiterate, but right now it's still pretty early stages.
full tweet since truncation was required for submission:

Does #RAG/web search solve #LLM hallucinations?

We find that even with RAG, 45% of responses by #GPT4 to medical queries are not fully supported by retrieved URLs. The problem is much worse for GPT-4 w/o RAG, #Gemini and #Claude arxiv.org/pdf/2402.02008…

RAG ≠ faithful to source