Scholay

学术搜索 · AI 审稿 · LaTeX 协作

Convolutional Neural Networks over Tree Structures for Programming Language Processing

作者:Lili Mou, Ge Li, Lu Zhang, Tao Wang, Zhi Jin · 发表于:AAAI Conference on Artificial Intelligence · 年份:2014 · DOI:10.1609/aaai.v30i1.10139 · 被引用次数:853 · 研究领域:Computer Science、Mathematics

Programming language processing (similar to natural language processing) is a hot research topic in the field of software engineering; it has also aroused growing interest in the artificial intelligence community. However, different from a natural language sentence, a program contains rich, explicit, and complicated structural information. Hence, traditional NLP models may be inappropriate for programs. In this paper, we propose a novel tree-based convolutional neural network (TBCNN) for programming language processing, in which a convolution kernel is designed over programs' abstract syntax trees to capture structural information. TBCNN is a generic architecture for programming language processing; our experiments show its effectiveness in two different program analysis tasks: classifying programs according to functionality, and detecting code snippets of certain patterns. TBCNN outperforms baseline methods, including several neural models for NLP.