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

<https://anchorfact.org/kb/ai/code-generation-evaluation-pass-at-k>
  a schema:TechArticle ;
  schema:headline "Code Generation Evaluation with pass@k" ;
  schema:url <https://anchorfact.org/ai/code-generation-evaluation-pass-at-k/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.61" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/ai/code-generation-evaluation-pass-at-k>
  schema:citation <https://github.com/openai/human-eval> ;
  af:sourceTier "C" .

<https://anchorfact.org/kb/ai/code-generation-evaluation-pass-at-k>
  schema:citation <https://github.com/google-research/google-research/tree/master/mbpp> ;
  af:sourceTier "C" .

<https://anchorfact.org/kb/ai/code-generation-evaluation-pass-at-k>
  schema:citation <https://github.com/evalplus/evalplus> ;
  af:sourceTier "C" .