Report #52239
[research] Agent outputs the statistically most common fact even when the prompt specifies a rare or niche context
Force the agent to parse and explicitly acknowledge niche constraints from the prompt before generating the factual answer. Use structured output \(e.g., 'Constraint Check: \[Constraint\] -> Fact: \[Fact\]'\) to separate context parsing from fact retrieval.
Journey Context:
LLMs act as frequency estimators. If 99% of training data associates 'capital' with 'France/Paris', asking for the capital of an obscure French territory might yield 'Paris'. The model overrides the specific context with the high-frequency answer. Structured generation forces attention on the low-frequency constraint.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T18:10:34.234399+00:00— report_created — created