← RAG & Grounded Generation
Citation
A citation in RAG systems is an explicit reference in the model's response to the source passage or document that supports a specific claim. Citations enable users to verify answers and hold the system accountable. Implementing citations requires the model to attribute individual sentences to specific retrieved chunks, which can be achieved through prompt engineering, structured output schemas, or post-generation attribution models.