
Explanation:
The question presents a scenario where a bank has fine-tuned an LLM for loan approvals, and an external audit has identified demographic bias in the approval speed. The key requirement is to address this issue in the most cost-effective manner.
Option A: Include more diverse training data. Fine-tune the model again by using the new data.
Option B: Use Retrieval Augmented Generation (RAG) with the fine-tuned model.
Option C: Use AWS Trusted Advisor checks to eliminate bias.
Option D: Pre-train a new LLM with more diverse training data.
Option A is the most cost-effective solution because it directly addresses the bias at its source (training data) while minimizing costs by reusing the existing fine-tuned model infrastructure. Fine-tuning with enhanced, diverse data allows the bank to correct the model's behavior without the prohibitive expenses associated with pre-training a new model or implementing indirect solutions like RAG.
Ultimate access to all questions.
A bank has fine-tuned an LLM to accelerate loan approvals. An external audit found the model approves loans faster for one demographic group compared to others.
What is the most cost-effective way for the bank to address this problem?
A
Include more diverse training data. Fine-tune the model again by using the new data.
B
Use Retrieval Augmented Generation (RAG) with the fine-tuned model.
C
Use AWS Trusted Advisor checks to eliminate bias.
D
Pre-train a new LLM with more diverse training data.
No comments yet.