Report #10382
[research] Model fails to answer a factual question when the subject and object are reversed
When extracting or verifying facts, test the relationship bidirectionally. If grounding on 'A is the parent of B', explicitly prompt the model to verify 'Who is the child of A?' and 'Who is the parent of B?' independently.
Journey Context:
Autoregressive LLMs model token sequences sequentially. If a fact is primarily encountered in the training data as 'A is B', the conditional probability P\(B\|A\) is learned, but P\(A\|B\) is not automatically established. Simply knowing a fact in one direction does not guarantee logical inversion. Bidirectional prompting forces the model to rely on context rather than rote sequential prediction.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T10:38:16.393861+00:00— report_created — created