support polarity
- CURIE:
gmeow:supportPolarity - IRI: https://blackcatinformatics.ca/gmeow/supportPolarity
- Category: property
- Defined by:
gmeow:slices/ai - Box roles: RBox role (What is this?)
Whether this evidence span supports, refutes, or is neutral toward the claim it grounds — the NLI/AIS verdict as data, orthogonal to the citations slice's gmeow:citationIntent (which classifies a CitationAct between works, not a span-to-claim stance). A refuting span never deletes the claim; it feeds a gmeow:Contradiction and the audit queries (P9, P10).
Structure
Property shape: object property; gmeow:EvidenceSpan -> gmeow:SupportPolarity; functional
Practical Pattern
Use gmeow:supportPolarity from gmeow:EvidenceSpan to gmeow:SupportPolarity when the relationship itself belongs in the native GMEOW graph.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Grounded Claim
- Source:
slices/core/ai/examples/grounded-claim.ttl - Examples catalog: open in catalog#example-slices-core-ai-examples-grounded-claim
ex:span-close-2200 a gmeow:EvidenceSpan ;
gmeow:spanOfChunk ex:chunk-042 ;
gmeow:spanStart "310"^^xsd:nonNegativeInteger ;
gmeow:spanEnd "366"^^xsd:nonNegativeInteger ;
gmeow:supportPolarity gmeow:polaritySupports .
Common Companion Terms
gmeow:EvidenceSpan, gmeow:SupportPolarity
Usage Advice
Use when
- Use to record the NLI/AIS stance of a grounding span toward its claim — supports, refutes, or neutral — so faithfulness and contradiction audits read the verdict as data.
Avoid when
- Avoid confusing it with the citations slice's
gmeow:citationIntent(which classifies aCitationActbetween works, not a span-to-claim stance), and never let a refuting polarity delete the claim — it feeds agmeow:Contradictioninstead (P10).
How to use
- Assert exactly one
gmeow:supportPolaritypergmeow:EvidenceSpanfrom the closedgmeow:SupportPolarityvocabulary; a refuting span seeds agmeow:Contradictionrather than overwriting the grounded claim.
Examples
- ex:span1
gmeow:supportPolaritygmeow:polarityRefutes.