@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/ai/gpt-models>
  a schema:TechArticle ;
  schema:headline "GPT (Generative Pre-trained Transformer) Model Family" ;
  schema:url <https://anchorfact.org/ai/gpt-models/> ;
  af:status "public" ;
  af:confidence "high" ;
  af:confidenceScore "0.88" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/ai/gpt-models>
  schema:citation <https://cdn.openai.com/research-covers/language-unsupervised/language_understanding_paper.pdf> ;
  af:sourceTier "A" .

<https://anchorfact.org/kb/ai/gpt-models>
  schema:citation <https://cdn.openai.com/better-language-models/language_models_are_unsupervised_multitask_learners.pdf> ;
  af:sourceTier "A" .

<https://anchorfact.org/kb/ai/gpt-models>
  schema:citation <https://arxiv.org/abs/2005.14165> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/ai/gpt-models>
  schema:citation <https://arxiv.org/abs/2303.08774> ;
  af:sourceTier "A" .