paper-with-me

홈 › Papers

Testing Neural Program Analyzers

2019-08-25 · Md. Rafiqul Islam Rabin, Ke Wang, Mohammad Amin Alipour

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.

📄 PDF Abstract BibTeX arXiv:1908.10711

Code (2)

mdrafiqulrabin/tnpa-framework 공식 구현
mdrafiqulrabin/tnpa-generalizability

Tasks

Method name prediction

Similar Papers 제목 키워드 기반

Evaluation of Generalizability of Neural Program Analyzers under Semantic-Preserving Transformations

2020-04-15 · Md Rafiqul Islam Rabin, Mohammad Amin Alipour

The abundance of publicly available source code repositories, in conjunction with the advances in neural networks, has enabled data-driven approaches to program analysis. These approaches, called neural program analyzers…

Method name prediction

Automated Vulnerability Detection in Source Code Using Deep Representation Learning

2026-02-26 · C. Seas, G. Fitzpatrick, J. A. Hamilton, M. C. Carlisle arxiv

Each year, software vulnerabilities are discovered, which pose significant risks of exploitation and system compromise. We present a convolutional neural network model that can successfully identify bugs in C code. We tr…

Vulnerability DetectionRepresentation Learning

Learning a Static Analyzer from Data

2016-11-06 · Pavol Bielik, Veselin Raychev, Martin Vechev

To be practically useful, modern static analyzers must precisely model the effect of both, statements in the programming language as well as frameworks used by the program under analysis. While important, manually addres…

CASTLE: Benchmarking Dataset for Static Code Analyzers and LLMs towards CWE Detection

2025-03-12 · Richard A. Dubniczky, Krisztofer Zoltán Horvát, Tamás Bisztray, Mohamed Amine Ferrag 외

Identifying vulnerabilities in source code is crucial, especially in critical software components. Existing methods such as static analysis, dynamic analysis, formal verification, and recently Large Language Models are w…

BenchmarkingCode ClassificationCode CompletionVulnerability Detection

Agentic Interpretation: Lattice-Structured Evidence for LLM-Based Program Analysis

2026-05-12 · Jacqueline L. Mitchell, Chao Wang arxiv

Large language models can consult information that fixed static analyzers cannot, such as documentation, current security advisories, version-specific metadata, and informal API contracts. This makes LLMs a compelling op…