Detect contradictions#
Run contradiction detection across the corpus.
Compares extracted claims pairwise across the collection, clusters conflicting statements, and generates a suggested resolution for each. `detect` kicks off a run; poll `getLatestRun` for status. Claims must be extracted first (see the Claims group). By default, conflicts between documents that share a metadata key but disagree on its value (e.g. `jurisdiction: "CA"` vs `jurisdiction: "NY"`) are suppressed — see the `suppressContradictionsByMetadata` setting on the collection if you want to surface them. Conflicts whose claims all come from a single source document are also suppressed by default; set `suppressIntraDocumentContradictions` to false to surface them.
dewey contradictions detect my-docs