paper-with-me

홈 › Papers

Faithful Interpretation for Graph Neural Networks

2024-10-09 · Lijie Hu, Tianhao Huang, Lu Yu, WanYu Lin, Tianhang Zheng, Di Wang

Currently, attention mechanisms have garnered increasing attention in Graph Neural Networks (GNNs), such as Graph Attention Networks (GATs) and Graph Transformers (GTs). It is not only due to the commendable boost in performance they offer but also its capacity to provide a more lucid rationale for model behaviors, which are often viewed as inscrutable. However, Attention-based GNNs have demonstrated instability in interpretability when subjected to various sources of perturbations during both training and testing phases, including factors like additional edges or nodes. In this paper, we propose a solution to this problem by introducing a novel notion called Faithful Graph Attention-based Interpretation (FGAI). In particular, FGAI has four crucial properties regarding stability and sensitivity to interpretation and final output distribution. Built upon this notion, we propose an efficient methodology for obtaining FGAI, which can be viewed as an ad hoc modification to the canonical Attention-based GNNs. To validate our proposed solution, we introduce two novel metrics tailored for graph interpretation assessment. Experimental results demonstrate that FGAI exhibits superior stability and preserves the interpretability of attention under various forms of perturbations and randomness, which makes FGAI a more faithful and reliable explanation tool.

📄 PDF Abstract BibTeX arXiv:2410.06950

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Attention

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
HOC 설명 없음

Similar Papers 제목 키워드 기반

Aligning Faithful Interpretations with their Social Attribution

2020-06-01 · Alon Jacovi, Yoav Goldberg

We find that the requirement of model interpretations to be faithful is vague and incomplete. With interpretation by textual highlights as a case-study, we present several failure cases. Borrowing concepts from social sc…

A Comparative Study of Faithfulness Metrics for Model Interpretability Methods

2022-04-12 · ACL 2022 5 · Chun Sik Chan, Huanqi Kong, Guanqing Liang

Interpretation methods to reveal the internal reasoning processes behind machine learning models have attracted increasing attention in recent years. To quantify the extent to which the identified interpretations truly r…

Decision Making

Towards Faithfully Interpretable NLP Systems: How should we define and evaluate faithfulness?

2020-04-07 · ACL 2020 6 · Alon Jacovi, Yoav Goldberg

With the growing popularity of deep-learning based NLP models, comes a need for interpretable systems. But what is interpretability, and what constitutes a high-quality interpretation? In this opinion piece we reflect on…

A Comparative Study of Faithfulness Metrics for Model Interpretability Methods

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Interpretable methods to reveal the internal reasoning processes behind machine learning models have attracted increasing attention in recent years. To quantify the extent to which the identified interpretations truly re…

Decision Making

Are Interpretations Fairly Evaluated? A Definition Driven Pipeline for Post-Hoc Interpretability

2020-09-16 · Ninghao Liu, Yunsong Meng, Xia Hu, Tie Wang 외

Recent years have witnessed an increasing number of interpretation methods being developed for improving transparency of NLP models. Meanwhile, researchers also try to answer the question that whether the obtained interp…