Skip to content

Commit 95b25fd

Browse files
mdrafiqulrabinmallamanis
authored andcommitted
Created rabin2019testing.markdown
1 parent b862149 commit 95b25fd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: publication
3+
title: "Testing Neural Program Analyzers"
4+
authors: Md Rafiqul Islam Rabin, Ke Wang, Mohammad Amin Alipour
5+
conference: ASE (LBR-Track)
6+
year: 2019
7+
additional_links:
8+
- {name: "ArXiV", url: "https://arxiv.org/abs/1908.10711"}
9+
- {name: "code", url: "https://github.com/mdrafiqulrabin/tnpa-framework"}
10+
tags: ["testing", "robustness", "transformation"]
11+
---
12+
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.

0 commit comments

Comments
 (0)