hallucination mitigation is a toolbox of techniques for cutting fabricated content, on three main lines: (1) RAG — grounding generation on retrieved documents, the conditional becomes
P(y∣x,z) with
z the retrieved evidence, plus requiring citations; (2) honest refusal — letting the model answer "I don't know" when uncertain, e.g. abstaining when the top-token confidence
maxtpt<τ; (3) uncertainty prompts — system prompts demanding the model state uncertainty, combined with self-consistency and verification-style generation to filter contradictions.