Report #5104
[research] LLM correctly answers 'Who is the parent of X?' but hallucinates or fails to answer 'Who is the child of X?', treating the reverse relationship as unknown
When querying bidirectional or symmetric relationships, explicitly provide both directions in the prompt context or test the reverse query to ensure logical consistency before outputting.
Journey Context:
LLMs learn sequential token probabilities. If a training corpus heavily features 'A is B', the model often fails to generalize to 'B is A'. This leads to bizarre inconsistencies where a model is highly confident in one direction but completely fabricates the reverse. You cannot assume logical transitivity or symmetry in LLM parametric knowledge; relationships must be explicitly grounded or tested bidirectionally.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-15T20:40:37.051406+00:00— report_created — created