paper-with-me

홈 › Papers

Program Classification Using Gated Graph Attention Neural Network for Online Programming Service

2019-03-09 · Mingming Lu, Dingwu Tan, Naixue Xiong, Zailiang Chen, Haifeng Li

The online programing services, such as Github,TopCoder, and EduCoder, have promoted a lot of social interactions among the service users. However, the existing social interactions is rather limited and inefficient due to the rapid increasing of source-code repositories, which is difficult to explore manually. The emergence of source-code mining provides a promising way to analyze those source codes, so that those source codes can be relatively easy to understand and share among those service users. Among all the source-code mining attempts,program classification lays a foundation for various tasks related to source-code understanding, because it is impossible for a machine to understand a computer program if it cannot classify the program correctly. Although numerous machine learning models, such as the Natural Language Processing (NLP) based models and the Abstract Syntax Tree (AST) based models, have been proposed to classify computer programs based on their corresponding source codes, the existing works cannot fully characterize the source codes from the perspective of both the syntax and semantic information. To address this problem, we proposed a Graph Neural Network (GNN) based model, which integrates data flow and function call information to the AST,and applies an improved GNN model to the integrated graph, so as to achieve the state-of-art program classification accuracy. The experiment results have shown that the proposed work can classify programs with accuracy over 97%.

📄 PDF Abstract BibTeX arXiv:1903.03804

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationGraph AttentionGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

GaAN: Gated Attention Networks for Learning on Large and Spatiotemporal Graphs

2018-03-20 · Jiani Zhang, Xingjian Shi, Junyuan Xie, Hao Ma 외

We propose a new network architecture, Gated Attention Networks (GaAN), for learning on graphs. Unlike the traditional multi-head attention mechanism, which equally consumes all attention heads, GaAN uses a convolutional…

General ClassificationNode Classification

Querying in the Age of Graph Databases and Knowledge Graphs

2021-06-22 · Marcelo Arenas, Claudio Gutierrez, Juan F. Sequeda

Graphs have become the best way we know of representing knowledge. The computing community has investigated and developed the support for managing graphs by means of digital technology. Graph databases and knowledge grap…

Knowledge GraphsManagement

Attentional Heterogeneous Graph Neural Network: Application to Program Reidentification

2018-12-10 · Shen Wang, Zhengzhang Chen, Ding Li, Lu-An Tang 외

Program or process is an integral part of almost every IT/OT system. Can we trust the identity/ID (e.g., executable name) of the program? To avoid detection, malware may disguise itself using the ID of a legitimate progr…

Graph ClassificationGraph EmbeddingGraph Neural NetworkIntrusion Detection+1

Auditory Attention Decoding from EEG using Convolutional Recurrent Neural Network

2021-03-03 · Zhen Fu, Bo wang, Xihong Wu, Jing Chen

The auditory attention decoding (AAD) approach was proposed to determine the identity of the attended talker in a multi-talker scenario by analyzing electroencephalography (EEG) data. Although the linear model-based meth…

ClassificationEEGElectroencephalogram (EEG)General Classification+1

Learning to Solve an Order Fulfillment Problem in Milliseconds with Edge-Feature-Embedded Graph Attention

2021-09-29 · Jingwei Yang, Qingchun Hou, Xiaoqing Wang, Yang Wei 외

The order fulfillment problem is one of the fundamental combinatorial optimization problems in supply chain management and it is required to be solved in real-time for modern online retailing. Such a problem is computa…

Combinatorial OptimizationGraph AttentionManagement