QuestionQ66
GovernanceA Generative AI Engineer has developed an LLM application that answers questions about internal company policies. The Generative AI Engineer must ensure the application does not hallucinate or expose confidential data.
Which approach should NOT be used to mitigate hallucination or confidential-data leakage?
- A Add guardrails to filter outputs from the LLM before it is shown to the user
- B Fine-tune the model on your data, hoping it will learn what is appropriate and not
- C Limit the data available based on the user’s access level
- D Use a strong system prompt to ensure the model aligns with your needs.
Community Discussion