validate_claim
Validate if a claim can be supported by a source document before making scholarly assertions, checking for missing capabilities or evidence gaps.
Instructions
Check if a specific claim can be grounded in the source document.
Returns whether the claim requires capabilities the document lacks. Use this BEFORE making scholarly assertions.
Args: document_id: ID of the document to validate against. claim: The claim or assertion to validate.
Returns: Claim validation result.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | ||
| claim | Yes |