verify_claim
Fact-check a claim against evidence with natural language inference. Get a verdict of Supported, Refuted, or Not Enough Evidence, and know when to avoid relying on the result.
Instructions
Fact-check a claim against a piece of evidence using natural-language inference. Returns a grounded verdict — Supported, Refuted, or Not Enough Evidence — with a confidence (0..1) and an abstained flag. Use it to check whether a statement is actually backed by a source before trusting or repeating it. If abstained is true, treat the result as 'cannot verify — do not rely'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claim | Yes | The statement to check. | |
| evidence | Yes | The source text the claim should be supported by. |