paper-with-me

Papers

ferret: a Framework for Benchmarking Explainers on Transformers

2022-08-02 · Giuseppe Attanasio, Eliana Pastor, Chiara Di Bonaventura, Debora Nozza

As Transformers are increasingly relied upon to solve complex NLP problems, there is an increased need for their decisions to be humanly interpretable. While several explainable AI (XAI) techniques for interpreting the outputs of transformer-based models have been proposed, there is still a lack of easy access to using and comparing them. We introduce ferret, a Python library to simplify the use and comparisons of XAI methods on transformer-based classifiers. With ferret, users can visualize and compare transformers-based models output explanations using state-of-the-art XAI methods on any free-text or existing XAI corpora. Moreover, users can also evaluate ad-hoc XAI metrics to select the most faithful and plausible explanations. To align with the recently consolidated process of sharing and using transformers-based models from Hugging Face, ferret interfaces directly with its Python library. In this paper, we showcase ferret to benchmark XAI methods used on transformers for sentiment analysis and hate speech detection. We show how specific methods provide consistently better explanations and are preferable in the context of transformer models.

📄 PDF Abstract BibTeX arXiv:2208.01575

Code (2)

g8a9/ferret 공식 구현 pytorch
mattemartini/explainable-and-trustworthy-ai-project pytorch

Tasks

BenchmarkingExplainable Artificial Intelligence (XAI)Hate Speech DetectionSentiment Analysis

Methods 이 논문이 사용한 방법론

Library 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Ferret: An Efficient Online Continual Learning Framework under Varying Memory Constraints

2025-03-15 · CVPR 2025 1 · Yuhao Zhou, Yuxin Tian, Jindi Lv, Mingjia Shi 외

In the realm of high-frequency data streams, achieving real-time learning within varying memory constraints is paramount. This paper presents Ferret, a comprehensive framework designed to enhance online accuracy of Onlin…

Continual Learning

FERRET: Private Deep Learning Faster And Better Than DPSGD

2025-06-04 · David Zagardo

We revisit 1-bit gradient compression through the lens of mutual-information differential privacy (MI-DP). Building on signSGD, we propose FERRET--Fast and Effective Restricted Release for Ethical Training--which transmi…

Deep Learning

XTSC-Bench: Quantitative Benchmarking for Explainers on Time Series Classification

2023-10-23 · Jacqueline Höllig, Steffen Thoma, Florian Grimm

Despite the growing body of work on explainable machine learning in time series classification (TSC), it remains unclear how to evaluate different explainability methods. Resorting to qualitative assessment and user stud…

BenchmarkingTime SeriesTime Series Classification

Measuring What Matters: A Unified Evaluation Framework for GNN Explainability

2026-07-06 · Francesco Paolo Nerini, Mirko Zaffaroni, Paolo Baracco, Gabriele Ciravegna 외 arxiv

Graph eXplainable AI (G-XAI) is increasingly important for making Graph Neural Networks interpretable and accountable. While a growing number of explainers are available, choosing the right method and assessing the trust…

Ferret-UI 2: Mastering Universal User Interface Understanding Across Platforms

2024-10-24 · Zhangheng Li, Keen You, Haotian Zhang, Di Feng 외

Building a generalist model for user interface (UI) understanding is challenging due to various foundational issues, such as platform diversity, resolution variation, and data limitation. In this paper, we introduce Ferr…

DiversityLanguage ModelingLanguage ModellingLarge Language Model+2