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

<https://anchorfact.org/kb/ai/mechanistic-interpretability>
  a schema:article ;
  schema:headline "Mechanistic Interpretability: Reverse-Engineering Neural Network Circuits and Features" ;
  schema:url <https://anchorfact.org/ai/mechanistic-interpretability/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.695" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/ai/mechanistic-interpretability>
  schema:citation <https://distill.pub/2020/circuits/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/mechanistic-interpretability>
  schema:citation <https://transformer-circuits.pub/2021/framework/index.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/mechanistic-interpretability>
  schema:citation <https://transformer-circuits.pub/2022/toy_model/index.html> ;
  af:sourceTier "B" .