1. Lewis, P., et al. (2020). "Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks." Advances in Neural Information Processing Systems 33. This foundational paper introduces RAG, where the generator conditions on retrieved documents, inherently enabling source citation. Section 2 describes the model architecture.
2. NVIDIA Technical Blog (2023). "Building Trustworthy and Safe Generative AI Applications." These articles often discuss the importance of grounding LLM responses in verifiable data sources and providing citations as a key component of responsible AI, particularly in high-stakes domains like legal and finance.
3. Gao, Y., et al. (2023). "Retrieval-Augmented Generation for Large Language Models: A Survey." This survey paper discusses the RAG paradigm, highlighting provenance and attribution as critical for factuality and mitigating hallucinations. Section 4.1 covers "Source and Citation." (Available on arXiv:2312.10997).