Generating Adversarial Examples for Holding Robustness of Source Code Processing Models

Huangzhao Zhang,Zhuo Li,Ge Li,Lei Ma,Yang Liu,Zhi Jin
DOI: https://doi.org/10.1609/aaai.v34i01.5469
2020-04-03
Proceedings of the AAAI Conference on Artificial Intelligence
Abstract:Automated processing, analysis, and generation of source code are among the key activities in software and system lifecycle. To this end, while deep learning (DL) exhibits a certain level of capability in handling these tasks, the current state-of-the-art DL models still suffer from non-robust issues and can be easily fooled by adversarial attacks.Different from adversarial attacks for image, audio, and natural languages, the structured nature of programming languages brings new challenges. In this paper, we propose a Metropolis-Hastings sampling-based identifier renaming technique, named \fullmethod (\method), which generates adversarial examples for DL models specialized for source code processing. Our in-depth evaluation on a functionality classification benchmark demonstrates the effectiveness of \method in generating adversarial examples of source code. The higher robustness and performance enhanced through our adversarial training with \method further confirms the usefulness of DL models-based method for future fully automated source code processing.
What problem does this paper attempt to address?