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

<https://anchorfact.org/kb/ai/language-modeling-theory>
  a schema:article ;
  schema:headline "Language Modeling Theory: Prediction, Perplexity, and Scaling Laws" ;
  schema:url <https://anchorfact.org/ai/language-modeling-theory/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.83" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/ai/language-modeling-theory>
  schema:citation <https://www.jmlr.org/papers/v3/bengio03a.html> ;
  af:sourceTier "A" .

<https://anchorfact.org/kb/ai/language-modeling-theory>
  schema:citation <https://web.stanford.edu/~jurafsky/slp3/3.pdf> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/language-modeling-theory>
  schema:citation <https://arxiv.org/abs/2001.08361> ;
  af:sourceTier "A" .