Retrieval-Augmented Generation (RAG) enhances trustworthy AI by generating responses that cite reference material from an external knowledge base, ensuring transparency and verifiability, as discussed in NVIDIA’s Generative AI and LLMs course. RAG combines a retriever to fetch relevant documents with a generator to produce responses, allowing outputs to be grounded in verifiable sources, reducing hallucinations and improving trust. Option A is incorrect, as RAG does not focus on security features like confidential computing. Option B is wrong, as RAG is unrelated to energy efficiency. Option C is inaccurate, as RAG does not align models but integrates retrieved knowledge. The course notes: “RAG enhances trustworthy AI by generating responses with citations from external knowledge bases, improving transparency and verifiability of outputs.”
[References: NVIDIA Building Transformer-Based Natural Language Processing Applications course; NVIDIA Introduction to Transformer-Based Natural Language Processing., , , , ]
Submit