LLM extraction

The claim was extracted from source material by a generative model invocation — pair with gmeow:wasGeneratedBy the gmeow:ModelInvocation for the full provenance.

Structure

Types: gmeow:ObservationMethod

Practical Pattern

Use gmeow:methodLlmExtraction as a controlled value typed as gmeow:ObservationMethod.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

Grounded Claim

# The GROUNDED claim: generated by the invocation, attributed to the model,
# pinned to the exact evidentiary bytes. ALSO remembered (MemoryItem role).
ex:claim-close-2200 a gmeow:StandpointClaim, gmeow:MemoryItem ;
    gmeow:vantage ex:assistant ;
    gmeow:observedFeature ex:stmt-2200 ;
    gmeow:observationMethod gmeow:methodLlmExtraction ;
    gmeow:claimModality gmeow:probable ;
    gmeow:wasGeneratedBy ex:invocation-19 ;
    gmeow:wasAttributedTo ex:assistant ;
    gmeow:groundedIn ex:span-close-2200 ;
    gmeow:memoryOf ex:assistant ;
    gmeow:memoryKind gmeow:memoryKindSemantic .

# The UNGROUNDED claim: no groundedIn span — the flagged hallucination,
# retained, never deleted (P10).
ex:claim-close-2300 a gmeow:StandpointClaim ;
    gmeow:vantage ex:assistant ;
    gmeow:observedFeature ex:stmt-2300 ;
    gmeow:observationMethod gmeow:methodLlmExtraction ;
    gmeow:claimModality gmeow:probable ;
    gmeow:wasGeneratedBy ex:invocation-19 ;
    gmeow:wasAttributedTo ex:assistant .

Common Companion Terms

gmeow:ObservationMethod