Report #24451
[research] LLM defaults to the most famous entity sharing a name, ignoring context that specifies a less prominent entity
Provide explicit entity disambiguation context or few-shot examples of rare entities in the prompt. If using RAG, ensure the retrieval step uses the full contextual string, not just the entity name.
Journey Context:
LLMs learn strong priors for frequent token co-occurrences. If asked about a lesser-known entity with a famous name, the model's attention mechanism is overwhelmingly pulled toward the famous entity, causing it to hallucinate details about the famous entity. The model lacks an inherent override mechanism for popularity bias without explicit contextual anchoring.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T19:27:16.906462+00:00— report_created — created