audit_claim_support_tool
Audit many claim-citation pairs in one batch, identify unsupported claims, and produce risk-ranked reports with suggested fixes for review.
Instructions
Judge MANY claim-citation support pairs at once.
items is a list of objects with a required claim plus any citation
fields accepted by verify_citation_tool: raw_text, title, authors,
year, venue, doi, arxiv_id, full_text, full_text_file, and
optional per-item lang. An item may
alternatively provide citations, a non-empty list of citation objects, to
assess whether a claim is supported by the cited set. Returns a per-item
support report plus summary, risk_ranking, and review_summary. Agents
should branch on review_summary.triage_plan, compact risk_reason, and
suggested_fix.kind / suggested_fix.requires_user_confirmation instead
of parsing support prose or silently editing citations.
review_summary.suggested_fix_summary.auto_apply_allowed=false means batch
repairs must be proposed to the user, not silently applied. Items 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. Set
high_risk_only=true to return only high-risk rows while preserving
full-batch review_summary counts and filtered.returned_indexes /
filtered.omitted_indexes for original-input traceability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | ||
| items | Yes | ||
| max_workers | No | ||
| high_risk_only | No | ||
| counterevidence_top_k | No | ||
| include_counterevidence | No |