Technique Updated 2026-04

Grounding

Definition

Grounding connects LLM responses to factual data sources to reduce hallucinations and increase reliability.

Frequently Asked Questions

Are grounding and RAG the same?
RAG is a form of grounding. Grounding is the general concept (anchoring responses in reality), RAG is the specific technique (retrieval + generation).
Which tools use grounding?
Perplexity (web search), Gemini (Google Search grounding), NotebookLM (grounding on your documents), Consensus (grounding on scientific papers).