Report #11970
[research] LLMs fail to answer questions about facts when the subject and object are reversed, even if they know the fact in the forward direction
When extracting facts from a knowledge base or text, store and retrieve both the forward and reverse relations. In prompts, explicitly provide the reverse relation or test the model bidirectionally before trusting its factual claim.
Journey Context:
Auto-regressive LLMs learn sequential token dependencies. If a fact only appears in the training data as 'A is B', the model learns P\(B\|A\) but fails to learn P\(A\|B\) because it never predicts previous tokens. This means a model can appear to know a fact in one direction but be completely ignorant in the reverse, breaking assumptions about robust factual grounding.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T14:46:17.640046+00:00— report_created — created