paper-with-me

홈 › Papers

COSET: A Benchmark for Evaluating Neural Program Embeddings

2019-05-27 · Ke Wang, Mihai Christodorescu

Neural program embedding can be helpful in analyzing large software, a task that is challenging for traditional logic-based program analyses due to their limited scalability. A key focus of recent machine-learning advances in this area is on modeling program semantics instead of just syntax. Unfortunately evaluating such advances is not obvious, as program semantics does not lend itself to straightforward metrics. In this paper, we introduce a benchmarking framework called COSET for standardizing the evaluation of neural program embeddings. COSET consists of a diverse dataset of programs in source-code format, labeled by human experts according to a number of program properties of interest. A point of novelty is a suite of program transformations included in COSET. These transformations when applied to the base dataset can simulate natural changes to program code due to optimization and refactoring and can serve as a "debugging" tool for classification mistakes. We conducted a pilot study on four prominent models: TreeLSTM, gated graph neural network (GGNN), AST-Path neural network (APNN), and DYPRO. We found that COSET is useful in identifying the strengths and limitations of each model and in pinpointing specific syntactic and semantic characteristics of programs that pose challenges.

📄 PDF Abstract BibTeX arXiv:1905.11445

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Learning Blended, Precise Semantic Program Embeddings

2019-07-03 · Ke Wang, Zhendong Su

Learning neural program embeddings is key to utilizing deep neural networks in program languages research --- precise and efficient program representations enable the application of deep models to a wide range of program…

Graph Neural NetworkMethod name predictionRepresentation Learning

Schreier-Coset Graph Propagation

2025-05-15 · Aryan Mishra, Lizhen Lin

Graph Neural Networks (GNNs) offer a principled framework for learning over graph-structured data, yet their expressive capacity is often hindered by over-squashing, wherein information from distant nodes is compressed i…

Computational EfficiencyGraph Classification

A New Probabilistic Model for Rank Aggregation

2010-12-01 · NeurIPS 2010 12 · Tao Qin, Xiubo Geng, Tie-Yan Liu

This paper is concerned with rank aggregation, which aims to combine multiple input rankings to get a better ranking. A popular approach to rank aggregation is based on probabilistic models on permutations, e.g., the Luc…

model

Efficiently and Effectively Recognizing Toricity of Steady State Varieties

2019-10-09 · Dima Grigoriev, Alexandru Iosif, Hamid Rahkooy, Thomas Sturm 외

We consider the problem of testing whether the points in a complex or real variety with non-zero coordinates form a multiplicative group or, more generally, a coset of a multiplicative group. For the coset case, we study…

Analysing Features Learned Using Unsupervised Models on Program Embeddings

2021-01-01 · Martina Saletta, Claudio Ferretti

In this paper, we propose a novel approach for analyzing and evaluating how a deep neural network is autonomously learning different features related to programs on different input representations. We trained a simple au…

BenchmarkingBinary Classification