Report #81585
[research] Failing to answer 'Who is X's mother?' when trained only on 'Y is X's mother'
When ingesting or grounding facts, ensure bi-directional or multi-relational phrasing is included in the context. Do not assume the model can generalize logical reversals from parametric memory.
Journey Context:
Autoregressive LLMs process tokens sequentially, leading to a failure mode where they cannot reverse relationships. If a codebase or document only defines a relationship in one direction, the model will confidently hallucinate or fail when queried in the reverse direction. Explicitly providing both directions in context is required.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T19:32:14.092677+00:00— report_created — created