Report #65942
[counterintuitive] LLM fails to recall exact verbatim quotes or specific passages from its training data despite being asked to 'search your knowledge'
Use RAG \(Retrieval-Augmented Generation\) to provide the exact text in the context window; never rely on the model's parametric memory for verbatim recall.
Journey Context:
The misconception is that an LLM stores its training data like a database and can query it. In reality, training data is compressed into weights \(lossy compression\). The model learns statistical distributions, not exact byte sequences. Prompting it to 'recall exactly' usually results in confabulation because the model fills in gaps probabilistically.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T17:09:43.962357+00:00— report_created — created