
Explanation:
The question describes a scenario where a company needs a cost-effective AI/ML solution for customer service agents to handle frequently asked questions that may change over time. The key requirements are:
A: Fine-tune the model regularly
B: Train the model by using context data
C: Pre-train and benchmark the model by using context data
D: Use Retrieval Augmented Generation (RAG) with prompt engineering techniques
Retrieval Augmented Generation (RAG) with prompt engineering is the most cost-effective strategy because it separates the knowledge base from the generative model. This allows for easy updates to the question-answer content without expensive retraining cycles, while maintaining high-quality automatic answer generation. The other options involve more frequent and costly model updates, making them less suitable for this dynamic, cost-sensitive scenario.
Ultimate access to all questions.
A company has implemented an AI/ML solution to assist customer service agents by answering frequently asked questions. Since the questions may evolve, the company needs a cost-effective method to allow agents to query the system and get automatically generated responses to common customer inquiries.
Which approach will most cost-effectively fulfill these requirements?
A
Fine-tune the model regularly.
B
Train the model by using context data.
C
Pre-train and benchmark the model by using context data.
D
Use Retrieval Augmented Generation (RAG) with prompt engineering techniques.
No comments yet.