Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Learning to Scaffold: Optimizing Model Explanations for Teaching

About

Modern machine learning models are opaque, and as a result there is a burgeoning academic subfield on methods that explain these models' behavior. However, what is the precise goal of providing such explanations, and how can we demonstrate that explanations achieve this goal? Some research argues that explanations should help teach a student (either human or machine) to simulate the model being explained, and that the quality of explanations can be measured by the simulation accuracy of students on unexplained examples. In this work, leveraging meta-learning techniques, we extend this idea to improve the quality of the explanations themselves, specifically by optimizing explanations such that student models more effectively learn to simulate the original model. We train models on three natural language processing and computer vision tasks, and find that students trained with explanations extracted with our framework are able to simulate the teacher significantly more effectively than ones produced with previous methods. Through human annotations and a user study, we further find that these learned explanations more closely align with how humans would explain the required decisions in these tasks. Our code is available at https://github.com/coderpat/learning-scaffold

Patrick Fernandes, Marcos Treviso, Danish Pruthi, Andr\'e F. T. Martins, Graham Neubig• 2022

Related benchmarks

TaskDatasetResultRank
Text ClassificationIMDB (test)
CA92.84
79
SimulabilityML-QE (test)
Pearson Correlation0.863
21
Plausibility AnalysisMLQE-PE v1 (test)
EN-DE src AUC0.64
8
Plausibility AnalysisMovieReviews (test)
AUC0.73
8
Plausibility AnalysisCIFAR-100 original (val)
Rank1
2
Showing 5 of 5 rows

Other info

Code

Follow for update