The Verifiable Agent: Solving Source & Citation Loss
Checklist for enforcing strict citation coverage in RAG and agent outputs.
Steps
- Require unique source IDs for all retrieved chunks.
- Forbid general knowledge when RAG context is provided.
- Verify citations against the provided context.
- Preserve URLs and page metadata through the pipeline.
- Refuse to answer when no verified source exists.