paper-with-me

Papers

Interpreto: An Explainability Library for Transformers

2025-12-10 · Antonin Poché, Thomas Mullor, Gabriele Sarti, Frédéric Boisnard, Corentin Friedrich, Charlotte Claye, François Hoofd, Raphael Bernas, Nicholas Asher, Céline Hudelot, Fanny Jourdan arxiv

Interpreto is an open-source Python library for interpreting HuggingFace language models, from early BERT variants to LLMs. It provides two complementary families of methods: attribution methods and concept-based explanations. The library bridges recent research and practical tooling by exposing explanation workflows through a unified API for both classification and text generation. A key differentiator is its end-to-end concept-based pipeline (from activation extraction to concept learning, interpretation, and scoring), which goes beyond feature-level attributions and is uncommon in existing libraries. See GitHub: https://github.com/FOR-sight-ai/interpreto and the demo website: https://for-sight-ai.github.io/interpreto-demo/.

📄 PDF Abstract BibTeX arXiv:2512.09730

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

NeuroSurgeon: A Toolkit for Subnetwork Analysis

2023-09-01 · Michael A. Lepori, Ellie Pavlick, Thomas Serre

Despite recent advances in the field of explainability, much remains unknown about the algorithms that neural networks learn to represent. Recent work has attempted to understand trained models by decomposing them into f…

Explainability of Vision Transformers: A Comprehensive Review and New Perspectives

2023-11-12 · Rojina Kashefi, Leili Barekatain, Mohammad Sabokrou, Fatemeh Aghaeipoor

Transformers have had a significant impact on natural language processing and have recently demonstrated their potential in computer vision. They have shown promising results over convolution neural networks in fundament…

Decision Making

Transformers: State-of-the-Art Natural Language Processing

2020-10-01 · EMNLP 2020 11 · Thomas Wolf, Lysandre Debut, Victor Sanh, Julien Chaumond 외

Recent progress in natural language processing has been driven by advances in both model architecture and model pretraining. Transformer architectures have facilitated building higher-capacity models and pretraining has …

Image ClassificationObject RecognitionSpeech Recognition

HuggingFace's Transformers: State-of-the-art Natural Language Processing

2019-10-09 · Thomas Wolf, Lysandre Debut, Victor Sanh, Julien Chaumond 외

Recent progress in natural language processing has been driven by advances in both model architecture and model pretraining. Transformer architectures have facilitated building higher-capacity models and pretraining has …

Text GenerationTransfer Learning

Synthetic Benchmarks for Scientific Research in Explainable Machine Learning

2021-06-23 · Yang Liu, Sujay Khandagale, Colin White, Willie Neiswanger

As machine learning models grow more complex and their applications become more high-stakes, tools for explaining model predictions have become increasingly important. This has spurred a flurry of research in model expla…

BenchmarkingBIG-bench Machine LearningExplainable Artificial Intelligence (XAI)