verify_fact_grounding
Cross-check AI-generated claims against source documents to detect hallucinations and unsupported assertions. Get grounding confidence scores and flag assertions that fall below your chosen threshold.
Instructions
[Cost: $0.0008 USDC on Base & Solana] Machine fact and citation grounding oracle.
Cross-checks claims against source documents to detect hallucinations and unsupported assertions.
Args:
claims: List of assertion sentences generated by LLM or agent.
sources: List of source context chunks, web pages, or reference documents.
min_threshold: Minimum grounding confidence threshold (0.1 to 1.0, default: 0.60).
payment_signature: Optional x402 Base/Solana USDC transaction hash (defaults to developer mock key).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claims | Yes | ||
| sources | Yes | ||
| min_threshold | No | ||
| payment_signature | No |