Report #78034
[research] Failing to answer questions about the reverse relationship of a known fact \(Reversal Curse\)
When querying an LLM for bi-directional relationships, explicitly rephrase or provide context for both directions; never assume the model infers 'B is A' from 'A is B' training data.
Journey Context:
LLMs trained on 'A is B' do not automatically generalize to 'B is A' due to autoregressive left-to-right training. If an agent needs to traverse a graph of relationships \(like code dependencies or class hierarchies\) backwards, it will hallucinate or fail unless the context explicitly bridges the reversal.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T13:34:48.707446+00:00— report_created — created