Grounding
التأريض
Definition
The practice of providing an LLM with verified source material so its answers are based on real data rather than what it learned during training.
ممارسة تزويد النموذج اللغوي الكبير بمصادر موثّقة حتى تستند إجاباته إلى بيانات حقيقية بدلاً مما تعلمه أثناء التدريب.
Why It Matters
Any AI product that answers factual questions without grounding is a liability. Medical, legal, financial, or regulatory AI applications that hallucinate can cause real harm. Grounding converts an LLM from a confident guesser into a reliable researcher.
أي منتج ذكاء اصطناعي يُجيب على أسئلة واقعية دون تأريض هو مسؤولية قانونية. تطبيقات الذكاء الاصطناعي الطبية والقانونية والمالية والتنظيمية التي تُهلوس يمكن أن تتسبب في ضرر حقيقي. التأريض يُحوّل النموذج اللغوي الكبير من مخمّن واثق إلى باحث موثوق.
Full Definition
Example Usage
“Ungrounded: 'What is the dosage for ibuprofen?' — LLM may hallucinate a wrong dose. Grounded: retrieve the ibuprofen entry from a verified drug database, include it in the prompt: 'Using only the following medical reference: [verified text], answer: What is the dosage for ibuprofen?' — response is traceable to the verified source.”
“غير مُؤرَّض: 'ما جرعة الإيبوبروفين؟' — قد يهلوس النموذج جرعة خاطئة. مُؤرَّض: استرجع مدخل الإيبوبروفين من قاعدة بيانات أدوية موثّقة، وأدرجه في التعليمة: 'باستخدام المرجع الطبي التالي فقط: [النص الموثّق]، أجب: ما جرعة الإيبوبروفين؟' — الاستجابة قابلة للتتبع إلى المصدر الموثّق.”
AI Builder Tips
Avoid these mistakes when using Grounding:
Trusting grounding to prevent all hallucinations — the LLM may still misquote or misinterpret the source document
Not including the source attribution in the response — a grounded answer without citation is not verifiable
Grounding with low-quality sources — garbage sources produce garbage grounded answers
Sign in to unlock guided AI explanations from AI Teacher.
Generate a Prompt
Copy this prompt and use it directly with any AI model — no setup needed.
Help me build a project using Grounding. Explain: 1. What is Grounding and why it matters 2. The core architecture and required tools 3. Step-by-step implementation plan 4. Common mistakes to avoid: Trusting grounding to prevent all hallucinations — the LLM may still misquote or misinterpret the source document, Not including the source attribution in the response — a grounded answer without citation is not verifiable, Grounding with low-quality sources — garbage sources produce garbage grounded answers 5. Best practices and production tips