563
Dictionary

Hallucination

When an LLM confidently generates false or fabricated information.

1 min readupdated 2026-06-22

/ quick answer

Hallucinations happen because LLMs are next-token predictors, not fact retrievers. They generate what looks plausible given the context, which can include invented citations, APIs, quotes or numbers. Mitigations: RAG, tool calling, evals and human-in-the-loop. When an LLM confidently generates false or fabricated information.

When an LLM confidently generates false or fabricated information. Hallucinations happen because LLMs are next-token predictors, not fact retrievers. They generate what looks plausible given the context, which can include invented citations, APIs, quotes or numbers. Mitigations: RAG, tool calling, evals and human-in-the-loop. In practice: Asking 'give me the DOI for a paper on X' can return a perfectly formatted DOI that points to nothing. RAG grounding on a trusted corpus reduces this dramatically. This dictionary node is part of the Onexial knowledge graph and links to related concepts, workflows and tools below.
Definition
Hallucinations happen because LLMs are next-token predictors, not fact retrievers. They generate what looks plausible given the context, which can include invented citations, APIs, quotes or numbers. Mitigations: RAG, tool calling, evals and human-in-the-loop.
Example
Asking 'give me the DOI for a paper on X' can return a perfectly formatted DOI that points to nothing. RAG grounding on a trusted corpus reduces this dramatically.
Related Workflows
Related Tool Stacks
Related Prompts
/ frequently asked

What is Hallucination?

Hallucinations happen because LLMs are next-token predictors, not fact retrievers. They generate what looks plausible given the context, which can include invented citations, APIs, quotes or numbers. Mitigations: RAG, tool calling, evals and human-in-the-loop.

What is an example of Hallucination?

Asking 'give me the DOI for a paper on X' can return a perfectly formatted DOI that points to nothing. RAG grounding on a trusted corpus reduces this dramatically.

Why does Hallucination matter for AI and automation?

When an LLM confidently generates false or fabricated information. It connects to the workflows, prompts and tool stacks linked on this page, so you can move from definition to execution without leaving Onexial.

/ topics#ai#risk

/ continue exploring

Related concepts

The vocabulary this page depends on.

  • Prompt Injection

    An attack where hostile input hijacks the LLM's instructions, causing it to leak data or misbehave.

  • Crypto Risk Management

    Risk management in crypto is position sizing plus custody hygiene: deciding what you can lose per trade and what a single compromise can reach.

all dictionary

Related workflows

Turn this into a repeatable process.

all workflows

Related tool stacks

The tools that run it in production.

all tool stacks

Related prompts

Reusable prompts for this job.

all prompts

Comparisons & alternatives

Pick between the options.

all comparisons