AIF-C01 · Question #187
An AI practitioner needs to improve the accuracy of a natural language generation model. The model uses rapidly changing inventory data. Which technique will improve the model's accuracy?
The correct answer is C. Retrieval Augmented Generation (RAG). Retrieval Augmented Generation (RAG) enhances large language models by retrieving relevant documents or data at inference time, enabling the model to generate accurate and contextually relevant responses, especially for dynamic or frequently updated datasets.
Question
An AI practitioner needs to improve the accuracy of a natural language generation model. The model uses rapidly changing inventory data. Which technique will improve the model's accuracy?
Options
- ATransfer learning
- BFederated learning
- CRetrieval Augmented Generation (RAG)
- DOne-shot prompting
How the community answered
(50 responses)- A20% (10)
- B6% (3)
- C64% (32)
- D10% (5)
Explanation
Retrieval Augmented Generation (RAG) enhances large language models by retrieving relevant documents or data at inference time, enabling the model to generate accurate and contextually relevant responses, especially for dynamic or frequently updated datasets.
Topics
Community Discussion
No community discussion yet for this question.