Interpretability toolbox for LLMs
Project description
🚀 Quick Start
The library is available on PyPI, try pip install interpreto to install it.
Checkout the tutorials to get started:
- Attributions walkthrough (both classification and generation)
- Classification concept-based explanations
- Generation concept-based explanations
📦 What's Included
Interpreto 🪄 provides a modular framework encompassing Attribution Methods, Concept-Based Methods, and Evaluation Metrics.
Attribution Methods
Interpreto includes both inference-based and gradient-based attribution methods.
They all work seamlessly for both classification (...ForSequenceClassification) and generation (...ForCausalLM)
Inference-based Methods:
KernelShap— Lundberg and Lee, 2017LIME— Ribeiro et al., 2013Occlusion— Zeiler and Fergus, 2014Sobol— Fel et al., 2021
Gradient-based methods:
GradientShap— Lundberg and Lee, 2017InputxGradient— Simonyan et al., 2013Integrated Gradient— Sundararajan et al., 2017Saliency— Simonyan et al., 2013SmoothGrad— Smilkov et al., 2017SquareGrad— Hooker et al., 2019VarGrad— Richter et al., 2020
Concept-Based Methods or Mechanistic Interpretability
Concept-based explanations aim to provide high-level interpretations of latent model representations.
Interpreto generalizes these methods through three core steps:
- Concept Discovery (e.g., from latent embeddings)
- Concept Interpretation (mapping discovered concepts to human-understandable elements)
- Concept-to-Output Attribution (assessing concept relevance to model outputs)
Dictionary Learning for Concept Discovery (mainly via Overcomplete):
- Interpret neurons directly via
NeuronsAsConcepts NMF,Semi-NMF,ConvexNMFICA,SVD,PCA,KMeans- SAE variants:
Vanilla SAE,TopK SAE,JumpReLU SAE,BatchTopK SAE
Available Concept Interpretation Techniques:
- Top-k tokens from tokenizer vocabulary via
TopKInputsanduse_vocab=True - Top-k tokens/words/sentences/samples from specific datasets via
TopKInputs - Label concepts via LLMs with
LLMLabels(Bills et al. 2023)
Concept Interpretation Techniques Added in the future:
- Input-to-concept attribution from dataset examples (Jourdan et al. 2023)
- Theme prediction via LLMs from top-k tokens/sentences
- Aligning concepts with human labels (Sajjad et al. 2022)
- Word cloud visualizations of concepts (Dalvi et al. 2022)
- VocabProj & TokenChange (Gur-Arieh et al. 2025)
Concept-to-Output Attribution:
Estimate the contribution of each concept to the model output.
Can be obtained with any concept-based explainer via MethodConcepts.concept_output_gradient().
Papers available in the future:
Thanks to this generalization encompassing all concept-based methods and our highly flexible architecture, we can easily obtain a large number of concept-based methods:
- CAV and TCAV: Kim et al. 2018, Interpretability Beyond Feature Attribution: Quantitative Testing with Concept Activation Vectors (TCAV)
- ConceptSHAP: Yeh et al. 2020, On Completeness-aware Concept-Based Explanations in Deep Neural Networks
- COCKATIEL: Jourdan et al. 2023, COCKATIEL: COntinuous Concept ranKed ATtribution with Interpretable ELements for explaining neural net classifiers on NLP
- Yun et al. 2021, Transformer visualization via dictionary learning: contextualized embedding as a linear superposition of transformer factors
- FFN values interpretation: Geva et al. 2022, Transformer Feed-Forward Layers Build Predictions by Promoting Concepts in the Vocabulary Space
- SparseCoding: Cunningham et al. 2023, Sparse Autoencoders Find Highly Interpretable Features in Language Models
- Parameter Interpretation: Dar et al. 2023, Analyzing Transformers in Embedding Space
Evaluation Metrics
Evaluation Metrics for Attribution
To evaluate attribution methods faithfulness, there are the Insertion and Deletion metrics.
Evaluation Metrics for Concepts
Concept-based methods have several steps that can be evaluated together via ConSim.
Or independently:
- Concept-space (dictionary learning evaluation)
- faithfulness:
MSE,FID, andReconstructionError - complexity:
Sparsity,SparsityRatio,SparsityRatio - stability:
Stability
- faithfulness:
- Concepts interpretations
- No metric yet, will be included soon.
- Concept-to-Output attribution
- No metric yet, will be included soon.
👍 Contributing
Feel free to propose your ideas or come and contribute with us on the Interpreto 🪄 toolbox! We have a specific document where we describe in a simple way how to make your first pull request.
👀 See Also
More from the DEEL project:
- Xplique a Python library dedicated to explaining neural networks (Images, Time Series, Tabular data) on TensorFlow.
- Puncc a Python library for predictive uncertainty quantification using conformal prediction.
- oodeel a Python library that performs post-hoc deep Out-of-Distribution (OOD) detection on already trained neural network image classifiers.
- deel-lip a Python library for training k-Lipschitz neural networks on TensorFlow.
- deel-torchlip a Python library for training k-Lipschitz neural networks on PyTorch.
- Influenciae a Python library dedicated to computing influence values for the discovery of potentially problematic samples in a dataset.
- DEEL White paper a summary of the DEEL team on the challenges of certifiable AI and the role of data quality, representativity and explainability for this purpose.
🙏 Acknowledgments
This project received funding from the French ”Investing for the Future – PIA3” program within the Artificial and Natural Intelligence Toulouse Institute (ANITI). The authors gratefully acknowledge the support of the DEEL and the FOR projects.
👨🎓 Creators
Interpreto 🪄 is a project of the FOR and the DEEL teams at the IRT Saint-Exupéry in Toulouse, France.
🗞️ Citation
If you use Interpreto 🪄 as part of your workflow in a scientific publication, please consider citing 🗞️ our paper (coming soon):
BibTeX entry coming soon
📝 License
The package is released under MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file interpreto-0.4.11.tar.gz.
File metadata
- Download URL: interpreto-0.4.11.tar.gz
- Upload date:
- Size: 150.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
592b46bc66733329933381d712834a72ebf3be56cdebbd9458d6685497d25407
|
|
| MD5 |
b7359ad4267630441cc12c7d1f380f5b
|
|
| BLAKE2b-256 |
8cf754eb46c60c53584c3234204bf7e6b7252ae07b3e90642bb430b8208ae854
|
Provenance
The following attestation bundles were made for interpreto-0.4.11.tar.gz:
Publisher:
release.yml on FOR-sight-ai/interpreto
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
interpreto-0.4.11.tar.gz -
Subject digest:
592b46bc66733329933381d712834a72ebf3be56cdebbd9458d6685497d25407 - Sigstore transparency entry: 737855925
- Sigstore integration time:
-
Permalink:
FOR-sight-ai/interpreto@c771537797411ef4b378ae430208172305c0d6b0 -
Branch / Tag:
refs/tags/v0.4.11 - Owner: https://github.com/FOR-sight-ai
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@c771537797411ef4b378ae430208172305c0d6b0 -
Trigger Event:
push
-
Statement type:
File details
Details for the file interpreto-0.4.11-py3-none-any.whl.
File metadata
- Download URL: interpreto-0.4.11-py3-none-any.whl
- Upload date:
- Size: 221.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f73a85f7310bd70cbdf48c60cab067c63408ad00a431d3609cf144a385d8e966
|
|
| MD5 |
ce579bc2d8e6826afa5bfc13842903aa
|
|
| BLAKE2b-256 |
6332ae334b16e3d34801b5e67aac7708d79a9374f57a0dc92ab9950272867dbf
|
Provenance
The following attestation bundles were made for interpreto-0.4.11-py3-none-any.whl:
Publisher:
release.yml on FOR-sight-ai/interpreto
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
interpreto-0.4.11-py3-none-any.whl -
Subject digest:
f73a85f7310bd70cbdf48c60cab067c63408ad00a431d3609cf144a385d8e966 - Sigstore transparency entry: 737855926
- Sigstore integration time:
-
Permalink:
FOR-sight-ai/interpreto@c771537797411ef4b378ae430208172305c0d6b0 -
Branch / Tag:
refs/tags/v0.4.11 - Owner: https://github.com/FOR-sight-ai
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@c771537797411ef4b378ae430208172305c0d6b0 -
Trigger Event:
push
-
Statement type: