A community-garden plot lottery LLM keeps inventing a “senior override” because the prompt omitted the posted eligibility table. Adding that table as input data stops the invention. Which mitigation is this?
Select an answer to reveal the explanation.
Short Explanation
When the model fills gaps, it invents. Handing it the full eligibility table is providing complete context—the first fix for that gap-filling habit.
Full Explanation
Providing complete context reduces hallucinations that appear when the model invents missing rules. Supplying the eligibility table as input data grounds the generation in the real basis. This Chapter 3 mitigation addresses gap-filling rather than teaching the six prompt-component structure as a separate technique item.