Space Regulatory Glossary AI & Data Science
retrieval-augmented generation
- An AI architecture that grounds a language model's output in retrieved source documents rather than relying solely on the model's training data. The system retrieves relevant passages from a corpus, then feeds them to the model alongside the user's query to produce answers traceable to specific sources.
- In regulatory intelligence, RAG enables systems to answer questions about specific filings, rules, or docket entries by pulling the actual documents before generating a response, reducing hallucination risk compared to prompting a model from memory alone.
Read: The Trust Problem — When AI Hallucinates Regulations
Mentioned in The Downlink
- AI Verification Engineering: Architecture for Trustworthy Regulatory AI
RAG hallucinates at 17 to 33 percent in production legal tools. The architecture of trustworthy regulatory AI: source grounding, extraction validation, confidence scoring, and standards-aligned verification.