AWS Certified Generative AI – Professional (AIP-C01) — Question 23

A company uses Amazon Bedrock to generate technical content for customers. The company has recently experienced a surge in hallucination outputs when the company's model generates summaries of long technical documents. The model outputs include inaccurate or fabricated details. The company's current solution uses a large foundation model (FM) with a basic one-shot prompt that includes the full document in a single input.
The company needs a solution that will reduce hallucinations and meet factual accuracy goals. The solution must process more than 1,000 documents each hour and deliver summaries within 3 seconds for each document.
Which combination of solutions will meet these requirements? (Choose two.)

Answer options

Correct answer: A, B

Explanation

Option A is correct as it encourages detailed reasoning and fact verification, which can significantly reduce hallucinations. Option B is also correct because it employs RAG to ensure the generated summaries are grounded in accurate source material. Options C and D do not directly address the issue of hallucinations effectively, while option E continues the existing one-shot approach that has proven problematic.