Report #30145
[counterintuitive] Model knows a fact but cannot answer the reverse relationship \(e.g., 'Who is X's mother?' works but 'Who is Y's son?' fails\)
When querying for bidirectional relationships, explicitly provide the forward relation in the prompt or use a retrieval tool that supports reverse lookups, rather than assuming the model infers the inverse.
Journey Context:
If a training corpus contains 'A is the mother of B', the model learns to predict B given A. It does not automatically learn to predict A given B. This is the 'Reversal Curse'. Autoregressive models are trained on forward sequences, so reversing the logic requires a separate statistical pattern that may not exist in the training data. It looks like a lack of reasoning, but it's a limitation of directional training.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T04:59:11.004894+00:00— report_created — created