check_claim_support_tool
Check a claim against a cited paper's abstract to determine if it is supported, contradicted, or lacks sufficient evidence. Resolves the paper and optionally uses full-text excerpts for analysis.
Instructions
Judge whether a cited paper SUPPORTS a claim sentence (abstract-level).
Resolves the paper (existence), then assesses support with a reranker+NLI
ensemble. Verdicts: supported | weakly_supported | insufficient_evidence |
contradicted. insufficient_evidence means the abstract does not address the
claim - NOT that the paper is unsupportive. Agents may pass lawful
caller-provided full_text excerpts or full_text_file paths; those are
tagged as evidence_scope=full_text, and CiteGuard will not fetch gated
full text. Deep models are downloaded on first use; without them the engine
falls back to "heuristic" (no supported/contradicted verdicts) and says so.
Set CITEGUARD_RERANKER_MODEL / CITEGUARD_NLI_MODEL to use multilingual
models for non-English claims.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doi | No | ||
| lang | No | ||
| year | No | ||
| claim | Yes | ||
| title | No | ||
| venue | No | ||
| authors | No | ||
| abstract | No | ||
| arxiv_id | No | ||
| raw_text | No | ||
| full_text | No | ||
| evidence_text | No | ||
| full_text_file | No | ||
| evidence_chunks | No |