frankaging / Interchange-Intervention-Training

The codebase for Inducing Causal Structure for Interpretable Neural Networks

Home Page:https://arxiv.org/abs/2112.00826

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interchange Intervention Training (IIT)

Codebase for Inducing Causal Structure for Interpretable Neural Networks

Release Notes

  • 12/01/2021: Code and Paper are initially released. Stay tuned for complete implementation for all case studies.

Installation


First clone the directory. Then run the following command to initialize the submodules:

git submodule init; git submodule update

Each time pulling from the repository, should do it for both the main repository and the submodules. You can also do it via our script:

bash pull.sh

Usage


You will find examples where we implement interchange intervention training (IIT) under ./examples folder.

About

The codebase for Inducing Causal Structure for Interpretable Neural Networks

https://arxiv.org/abs/2112.00826

License:Apache License 2.0


Languages

Language:Shell 100.0%