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

<https://anchorfact.org/kb/ai/llm-evaluation-exact-match-fuzzy-match-and-code-graders>
  a schema:TechArticle ;
  schema:headline "LLM Evaluation Exact Match, Fuzzy Match, and Code Graders" ;
  schema:url <https://anchorfact.org/ai/llm-evaluation-exact-match-fuzzy-match-and-code-graders/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.685" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/ai/llm-evaluation-exact-match-fuzzy-match-and-code-graders>
  schema:citation <https://platform.openai.com/docs/guides/graders/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/llm-evaluation-exact-match-fuzzy-match-and-code-graders>
  schema:citation <https://github.com/openai/evals/blob/main/docs/eval-templates.md> ;
  af:sourceTier "C" .