Skip to content

Claim map

A claim map records what the agent asserted and how each assertion is supported, contradicted, qualified, reviewed, or left unverified.

Claim record

FieldPurpose
claim_idStable claim id.
claim_typefact, recommendation, decision, summary, generated_field, artifact_section, policy, risk, or custom.
text / range_refClaim text or pointer into answer/artifact.
statussupported, partially_supported, unsupported, contradicted, unverified, not_applicable.
confidenceOptional calibrated confidence, rubric score, or confidence band.
support_edgesLinks to source refs, verification results, artifact refs, telemetry refs, or provenance facts.
riskUser, safety, legal, financial, medical, operational, security, privacy, or business risk class.
owner_refOptional user, agent, policy, artifact, or external owner of the claim.

Claims SHOULD be granular enough to review. A whole answer as one claim is usually too coarse.

Support edge

RelationshipMeaning
supportsEvidence directly supports the claim.
partially_supportsEvidence supports part of the claim or requires qualifications.
contradictsEvidence conflicts with the claim.
qualifiesEvidence narrows scope, applicability, or conditions.
backgroundEvidence is context but not direct support.
generated_fromClaim was derived from a tool result, model output, artifact, or human instruction.
verified_byClaim was checked by a verification result.
reviewed_byClaim was considered by a review verdict.

Claim status rules

  • supported requires at least one supporting edge and no unresolved contradiction of equal or higher authority.
  • partially_supported is preferred when evidence supports only a subset of the claim.
  • contradicted must preserve the counter-evidence edge.
  • unverified is honest when the system did not check or cannot check support.
  • not_applicable should be used for opinion, formatting, or non-evidentiary content.

Draft standard for portable agent evidence, provenance, review, and replay.