Exam Generative-AI-Leader Topic 2 Question 19 Discussion
Actual exam question for Google's Generative-AI-Leader exam
Question #: 19
Topic #: 2
Question #: 19
Topic #: 2
A company's large learning model (LLM) is producing hallucinations that are a result of the Knowledge cutoff. How does retrieval-augmented generation (RAG) overcome this limitation?
Suggested Answer: C Vote an answer
The primary purpose of RAG is to address the "knowledge cutoff" and hallucination issues of LLMs. It does this by retrieving relevant, up-to-date information from external knowledge sources (like databases or documents) at inference time and then using this retrieved information to ground the LLM's generation, ensuring factual accuracy and relevance to the specific query.
________________________________________
________________________________________
by Jennifer at Sep 05, 2025, 03:38 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).