paper-with-me

Papers

Evaluating Attribution for Graph Neural Networks

2020-12-01 · NeurIPS 2020 12 · Benjamin Sanchez-Lengeling, Jennifer Wei, Brian Lee, Emily Reif, Peter Wang, Wesley Wei Qian, Kevin McCloskey, Lucy Colwell , Alexander Wiltschko

Interpretability of machine learning models is critical to scientific understanding, AI safety, as well as debugging. Attribution is one approach to interpretability, which highlights input dimensions that are influential to a neural network’s prediction. Evaluation of these methods is largely qualitative for image and text models, because acquiring ground truth attributions requires expensive and unreliable human judgment. Attribution has been little studied for graph neural networks (GNNs), a model class of growing importance that makes predictions on arbitrarily-sized graphs. In this work we adapt commonly-used attribution methods for GNNs and quantitatively evaluate them using computable ground-truths that are objective and challenging to learn. We make concrete recommendations for which attribution methods to use, and provide the data and code for our benchmarking suite. Rigorous and open source benchmarking of attribution methods in graphs could enable new methods development and broader use of attribution in real-world ML tasks.

📄 PDF Abstract BibTeX

Code (1)

google-research/graph-attribution 공식 구현 tf

Tasks

Benchmarking

Similar Papers 제목 키워드 기반

Benchmarking Large Language Models in Complex Question Answering Attribution using Knowledge Graphs

2024-01-26 · Nan Hu, Jiaoyan Chen, Yike Wu, Guilin Qi 외

The attribution of question answering is to provide citations for supporting generated statements, and has attracted wide research attention. The current methods for automatically evaluating the attribution, which are of…

BenchmarkingKnowledge GraphsQuestion Answering

Talent or Luck? Evaluating Attribution Bias in Large Language Models

2025-05-28 · Chahat Raj, Mahika Banerjee, Aylin Caliskan, Antonios Anastasopoulos 외

When a student fails an exam, do we tend to blame their effort or the test's difficulty? Attribution, defined as how reasons are assigned to event outcomes, shapes perceptions, reinforces stereotypes, and influences deci…

Fairness

Follow the Flow: Fine-grained Flowchart Attribution with Neurosymbolic Agents

2025-06-02 · Manan Suri, Puneet Mathur, Nedim Lipka, Franck Dernoncourt 외

Flowcharts are a critical tool for visualizing decision-making processes. However, their non-linear structure and complex visual-textual relationships make it challenging to interpret them using LLMs, as vision-language …

Greedy PIG: Adaptive Integrated Gradients

2023-11-10 · Kyriakos Axiotis, Sami Abu-al-haija, Lin Chen, Matthew Fahrbach 외

Deep learning has become the standard approach for most machine learning tasks. While its impact is undeniable, interpreting the predictions of deep learning models from a human perspective remains a challenge. In contra…

Deep Learningfeature selection

Rethinking Robustness: A New Approach to Evaluating Feature Attribution Methods

2025-12-07 · Panagiota Kiourti, Anu Singh, Preeti Duraipandian, Weichao Zhou 외 arxiv

This paper studies the robustness of feature attribution methods for deep neural networks. It challenges the current notion of attributional robustness that largely ignores the difference in the model's outputs and intro…