Question 3
How does Retrieval-Augmented Generation (RAG) differ from standard parametric models like GPT-3?
RAG eliminates the need for transformer-based token generation.
RAG uses retrieval but does not update its knowledge dynamically over time.
RAG only works when trained on labeled question-answer datasets.
RAG retrieves external documents dynamically, reducing reliance on pre- trained knowledge.