model training cutoff
- CURIE:
gmeow:modelTrainingCutoff - IRI: https://blackcatinformatics.ca/gmeow/modelTrainingCutoff
- Category: property
- Defined by:
gmeow:slices/ai - Box roles: RBox role (What is this?)
The training-data cutoff date the card declares — staleness context for everything the model asserts.
Structure
Property shape: datatype property; gmeow:ModelCard -> xsd:date
Practical Pattern
Use gmeow:modelTrainingCutoff from gmeow:ModelCard to xsd:date 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:card-assistant a gmeow:ModelCard ;
gmeow:describesModel ex:assistant ;
gmeow:modelProvider "Example Labs" ;
gmeow:modelVersionTag "assistant-2026-05-01" ;
gmeow:modelContextWindow "200000"^^xsd:positiveInteger ;
gmeow:modelTrainingCutoff "2026-01-31"^^xsd:date .
Common Companion Terms
Usage Advice
Use when
- Use to record the training-data cutoff a
gmeow:ModelCarddeclares — the staleness context against which every claim the model makes is read.
Avoid when
- Avoid reading it as the model's knowledge guarantee (it bounds, not certifies, currency) and avoid confusing it with an invocation's own
gmeow:eventTime— the cutoff is a model property, the invocation time is the act's clock.
How to use
- Assert
gmeow:modelTrainingCutoffas an xsd:date on thegmeow:ModelCard; downstream audits weigh it against a claim's subject recency.
Examples
- ex:opusCard
gmeow:modelTrainingCutoff"2026-01-01"^^xsd:date.