33 citations · 48 across the 4 of their papers we have counts for
Showing cs.SEShow all
3 papers · 1 filter
cs.SE2021
Modular Tree Network for Source Code Representation Learning
Wenhan Wang, Ge Li, Sijie Shen +2
Learning representation for source code is a foundation of many program analysis tasks. In recent years, neural networks have already shown success in this area, but most existing…
cs.SE2020★ 8 cited
Towards Full-line Code Completion with Neural Language Models
Wenhan Wang, Sijie Shen, Ge Li +1
A code completion system suggests future code elements to developers given a partially-complete code snippet. Code completion is one of the most useful features in Integrated Devel…
cs.SE2020★ 33 cited
Detecting Code Clones with Graph Neural Networkand Flow-Augmented Abstract Syntax Tree
Wenhan Wang, Ge Li, Bo Ma +2
Code clones are semantically similar code fragments pairs that are syntactically similar or different. Detection of code clones can help to reduce the cost of software maintenance…