Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -12,4 +12,6 @@ Each directory corresponds to a model/datapoint in the InterpBench dataset. It i
12
  -- edges.pkl // label for the circuit, i.e., list of all the edges that are a part of the ground truth circuit
13
  ```
14
 
15
- This repository of models is complimentary to [CircuitsBenchmark](https://github.com/FlyingPumba/circuits-benchmark), and should be used to load the models. Alternatively, [TransformerLens](https://github.com/TransformerLensOrg/TransformerLens) can also be used to load it using the ll_config.json
 
 
 
12
  -- edges.pkl // label for the circuit, i.e., list of all the edges that are a part of the ground truth circuit
13
  ```
14
 
15
+ This repository of models is complimentary to [InterpBench's code repository](https://github.com/FlyingPumba/InterpBench), and should be used to load the models. Alternatively, [TransformerLens](https://github.com/TransformerLensOrg/TransformerLens) can also be used to load it using the ll_config.json
16
+
17
+ The full paper can be read in arXiv: [InterpBench: Semi-Synthetic Transformers for Evaluating Mechanistic Interpretability Techniques](https://arxiv.org/abs/2407.14494)