English

Counterfactual Explanations for Models of Code

Software Engineering 2021-11-11 v1 Artificial Intelligence Machine Learning

Abstract

Machine learning (ML) models play an increasingly prevalent role in many software engineering tasks. However, because most models are now powered by opaque deep neural networks, it can be difficult for developers to understand why the model came to a certain conclusion and how to act upon the model's prediction. Motivated by this problem, this paper explores counterfactual explanations for models of source code. Such counterfactual explanations constitute minimal changes to the source code under which the model "changes its mind". We integrate counterfactual explanation generation to models of source code in a real-world setting. We describe considerations that impact both the ability to find realistic and plausible counterfactual explanations, as well as the usefulness of such explanation to the user of the model. In a series of experiments we investigate the efficacy of our approach on three different models, each based on a BERT-like architecture operating over source code.

Keywords

Cite

@article{arxiv.2111.05711,
  title  = {Counterfactual Explanations for Models of Code},
  author = {Jürgen Cito and Isil Dillig and Vijayaraghavan Murali and Satish Chandra},
  journal= {arXiv preprint arXiv:2111.05711},
  year   = {2021}
}

Comments

10 pages, 6 listings, 2 algorithms, 2 tables, 1 figure

R2 v1 2026-06-24T07:33:44.713Z