Contradiction Detection

Deterministic Contradiction Detection in Agent Memory

Definition

A verification mechanism that identifies logical contradictions between facts before they are stored in agent memory or output by an agent. Prevents conflicting information from corrupting reasoning and decision-making.

Examples in the Wild

  • Example 1:Detecting 'prefers annual billing' vs 'requires monthly billing' contradiction
  • Example 2:Identifying cyclic permutations in graph edges that break consistency
  • Example 3:Verifying LLM output claims against existing memory before commit