|
|
|
|
|
by williamcotton
936 days ago
|
|
This statement implies that LLM hallucinations are completely random which is objectively false. LLMs fill in the blanks when left to synthesize a response from a prompt as opposed to translating a response from a prompt. These synthesized responses, aka hallucinations, are predictable in nature. Quotes, titles of books, web page links, etc. Conversely, providing an LLM with all of the facts necessary to complete a response will result in few to no hallucinations. For example: Select name and row_id from table1 joined on table2 on table1_id. This will never return "DROP table1;". It will basically only ever return something very close to what you want. |
|