English

Testing Neural Program Analyzers

Machine Learning 2021-03-22 v2 Programming Languages Software Engineering Machine Learning

Abstract

Deep neural networks have been increasingly used in software engineering and program analysis tasks. They usually take a program and make some predictions about it, e.g., bug prediction. We call these models neural program analyzers. The reliability of neural programs can impact the reliability of the encompassing analyses. In this paper, we describe our ongoing efforts to develop effective techniques for testing neural programs. We discuss the challenges involved in developing such tools and our future plans. In our preliminary experiment on a neural model recently proposed in the literature, we found that the model is very brittle, and simple perturbations in the input can cause the model to make mistakes in its prediction.

Keywords

Cite

@article{arxiv.1908.10711,
  title  = {Testing Neural Program Analyzers},
  author = {Md Rafiqul Islam Rabin and Ke Wang and Mohammad Amin Alipour},
  journal= {arXiv preprint arXiv:1908.10711},
  year   = {2021}
}

Comments

ASE 2019 Late Breaking Results