paper-with-me

Papers

Learning to Deceive with Attention-Based Explanations

2019-09-17 · ACL 2020 6 · Danish Pruthi, Mansi Gupta, Bhuwan Dhingra, Graham Neubig, Zachary C. Lipton

Attention mechanisms are ubiquitous components in neural architectures applied to natural language processing. In addition to yielding gains in predictive accuracy, attention weights are often claimed to confer interpretability, purportedly useful both for providing insights to practitioners and for explaining why a model makes its decisions to stakeholders. We call the latter use of attention mechanisms into question by demonstrating a simple method for training models to produce deceptive attention masks. Our method diminishes the total weight assigned to designated impermissible tokens, even when the models can be shown to nevertheless rely on these features to drive predictions. Across multiple models and tasks, our approach manipulates attention weights while paying surprisingly little cost in accuracy. Through a human study, we show that our manipulated attention-based explanations deceive people into thinking that predictions from a model biased against gender minorities do not rely on the gender. Consequently, our results cast doubt on attention's reliability as a tool for auditing algorithms in the context of fairness and accountability.

📄 PDF Abstract BibTeX arXiv:1909.07913

Code (3)

danishpruthi/deceptive-attention 공식 구현 pytorch
MatPrst/FACT jax
MatPrst/deceptive-attention-reproduced pytorch

Tasks

Fairness

Similar Papers 제목 키워드 기반

Visual Illusions Also Deceive Convolutional Neural Networks: Analysis and Implications

2019-12-03 · A. Gomez-Villa, A. Martín, J. Vazquez-Corral, M. Bertalmío 외

Visual illusions allow researchers to devise and test new models of visual perception. Here we show that artificial neural networks trained for basic visual tasks in natural images are deceived by brightness and color il…

[Re] Reproducing Learning to Deceive With Attention-Based Explanations

2021-01-31 · RC 2020 · Andrew Harrison, Rahel Habacker, Ard Snijders, Mathias Parisot

Scope of Reproducibility Based on the intuition that attention in neural networks is what the model focuses on, attention is now being used as an explanation for a modelsʼ prediction (see Galassi, Lippi, and Torroni1 fo…

FairnessGPUMachine TranslationOccupation prediction

Learning to Deceive Knowledge Graph Augmented Models via Targeted Perturbation

2020-10-24 · ICLR 2021 1 · Mrigank Raman, Aaron Chan, Siddhant Agarwal, Peifeng Wang 외

Knowledge graphs (KGs) have helped neural models improve performance on various knowledge-intensive tasks, like question answering and item recommendation. By using attention over the KG, such KG-augmented models can als…

Knowledge GraphsQuestion AnsweringRecommendation Systemsreinforcement-learning+1

An Assessment of Model-On-Model Deception

2024-05-10 · Julius Heitkoetter, Michael Gerovitch, Laker Newhouse

The trustworthiness of highly capable language models is put at risk when they are able to produce deceptive outputs. Moreover, when models are vulnerable to deception it undermines reliability. In this paper, we introdu…

MMLUmodel

Deceptive Automated Interpretability: Language Models Coordinating to Fool Oversight Systems

2025-04-10 · Simon Lermen, Mateusz Dziemian, Natalia Pérez-Campanero Antolín

We demonstrate how AI agents can coordinate to deceive oversight systems using automated interpretability of neural networks. Using sparse autoencoders (SAEs) as our experimental framework, we show that language models (…