Report #4368
[research] Model outputs popular misconceptions \(e.g., 'bulls hate red'\) instead of factual truths because training data over-represents the misconception
When dealing with topics prone to popular myths \(health, history, biology\), explicitly prompt the model with 'Avoid common misconceptions' or use a targeted RAG retrieval over a vetted myth-busting database before answering.
Journey Context:
LLMs learn the distribution of human text. If 90% of internet text says 'bulls hate red', the model will output that, even though it is factually false. Standard RLHF actually increases this bias because human raters often share the misconception and rate the false answer as helpful. The model needs an explicit out-of-distribution signal to override the statistical weight of the misconception. Targeted context injection is more reliable than zero-shot prompting.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-15T19:18:06.583998+00:00— report_created — created