Quiz 6 Question 20 of 20

An AI assistant for medical professionals needs to accurately extract medication dosages from clinical notes. The system occasionally hallucinates dosages that appear plausible but are not in the note (e.g., stating '500mg twice daily' when the note says 'standard dose'). The engineering team has tried: (1) explicit anti-hallucination instructions ('only extract what is explicitly stated'), (2) temperature: 0, (3) few-shot examples. The hallucination rate is still 4% on ambiguous notes. The team is debating two approaches: A) force Claude to quote the exact source text supporting each extraction, B) add a second validation pass with Claude to verify each extraction. Which approach is architecturally superior for this specific failure mode?

Select an answer to reveal the explanation.

Motivation