check_claim_support_set_tool
Determines if a set of academic citations supports a claim by aggregating per-citation evidence checks and surfacing contradictions, requiring at least one strong supporting source.
Instructions
Judge whether a SET of cited papers supports one claim sentence.
citations is a list of citation objects accepted by verify_citation_tool.
Citation objects may include 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. The result aggregates
per-citation support checks and exposes support_mode_details with the
policy no_unstated_multi_hop_or_full_text_support. A supported aggregate
requires at least one resolved citation to strongly support the claim;
contradictions are surfaced as high-risk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | ||
| claim | Yes | ||
| citations | Yes | ||
| counterevidence_top_k | No | ||
| include_counterevidence | No |