Report #17698
[research] Agent fails to answer 'Who is the parent of X?' when it knows 'X is the child of Y'
When extracting or verifying bidirectional factual relationships, explicitly provide both directions in the context or prompt, rather than assuming the model can infer the reverse.
Journey Context:
Auto-regressive LLMs are trained on sequences in specific orders. If a fact is only trained or presented as 'A is B', the model struggles to deduce 'B is A' due to the Reversal Curse. Agents querying knowledge graphs or databases often assume logical symmetry, but the underlying LLM does not possess it natively. Materializing both directions prevents this failure mode.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T06:12:31.728037+00:00— report_created — created