PromptForge
AI Glossary

Risks & limitations

Citation

Also known as: citations, sourcing

Definition

A citation links a model claim to the source it came from. Real citations come from grounding in retrieved documents; models asked to cite from memory frequently invent plausible-looking references.

Citations serve two purposes: they let a reader verify a claim, and they let you audit the system. Both require the citation to be real.

The reliable pattern is to cite what was actually retrieved. Pass identified chunks to the model and require it to reference them by identifier, then resolve those identifiers to real sources in your application. The model never generates the reference itself.

Asking an ungrounded model for citations produces confident fabrications — correctly formatted, entirely fictional. This is one of the most consistently reproducible hallucination behaviours.

Related terms

Put this into practice

Understanding the term is step one. Our free courses and tools let you actually use it.