Report #65913
[research] LLM knows 'A is B' but fails to answer 'What is B?' when asked in the reverse direction
When designing prompts for factual extraction, do not assume bidirectional knowledge. If the model fails to recall a fact, rephrase the query to match the likely training data direction \(e.g., 'Who is \[Person\]?' instead of 'Whose child is \[Person\]?'\). For critical facts, store them in a bidirectional external knowledge base.
Journey Context:
LLMs learn sequences of tokens. If the training data overwhelmingly states 'Tom Cruise's mother is Mary Lee Pfeiffer', the model learns this forward mapping. It does not automatically infer the reverse \('Mary Lee Pfeiffer's son is Tom Cruise'\). This is a fundamental failure of auto-regressive models to generalize logical symmetry, meaning factuality is highly dependent on the direction of the query.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T17:06:45.935145+00:00— report_created — created