Compare two passages for factual agreement
jev_compareClassify two passages as agreeing, contradicting, or unrelated with probability and confidence scores. Optionally judge named aspects (price, date, method) in the same request.
Instructions
Judge the relation between two passages with TypeSafe Jev: same_fact, contradicts, or different_facts, with the full probability distribution, confidence, and an auto-versus-review decision. Optionally supply aspects (price, date, method, …) and each gets an independent per-aspect judgment in the same single request. Use for source reconciliation, changelog-vs-code drift, or merge sanity checks. The request supplies no evidence beyond the two passages, so a same_fact verdict means they agree with each other, not that they are true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| aspects | No | Named aspects to judge independently (e.g. 'price', 'launch date'). Each tests one property. | |
| purpose | No | What this comparison is for; helps disambiguate overlap. | |
| passage_a | Yes | First passage. Rejected above 20,000 characters. | |
| passage_b | Yes | Second passage. Rejected above 20,000 characters. | |
| auto_accept | No | Minimum top probability for auto. Default 0.85. | |
| minimum_margin | No | Minimum winner-to-runner-up gap for auto. Default 0.5. |