Skip to content
AIAn Alian Software company

AI glossary

Citations / grounding

Requiring the AI to cite the source of each claim it makes from a retrieved document. The single most effective tool against hallucination in RAG systems.

The longer version

The pattern: numbered chunks in the retrieved context, system prompt requires inline citations like [1] [2] for every factual claim, refusal when no source supports an answer. Hallucination rate drops 80%+ with this pattern in our deployments. See /templates/rag-citation-prompt for the exact prompt we use.

Want to talk about how this applies to your stack?