9 citations · 22 across the 5 of their papers we have counts for
6 papers
Accelerating Code Search with Deep Hashing and Code Classification
Wenchao Gu, Yanlin Wang, Lun Du +4
Code search is to search reusable code snippets from source code corpus based on natural languages queries. Deep learning-based methods of code search have shown promising results.…
UniXcoder: Unified Cross-Modal Pre-training for Code Representation
Daya Guo, Shuai Lu, Nan Duan +3
Pre-trained models for programming languages have recently demonstrated great success on code intelligence. To support both code-related understanding and generation tasks, recent…
On the Evaluation of Commit Message Generation Models: An Experimental Study
Wei Tao, Yanlin Wang, Ensheng Shi +5
Commit messages are natural language descriptions of code changes, which are important for program understanding and maintenance. However, writing commit messages manually is time-…
Is a Single Model Enough? MuCoS: A Multi-Model Ensemble Learning for Semantic Code Search
Lun Du, Xiaozhou Shi, Yanlin Wang +3
Recently, deep learning methods have become mainstream in code search since they do better at capturing semantic correlations between code snippets and search queries and have prom…
CoCoSum: Contextual Code Summarization with Multi-Relational Graph Neural Network
Yanlin Wang, Ensheng Shi, Lun Du +5
Source code summaries are short natural language descriptions of code snippets that help developers better understand and maintain source code. There has been a surge of work on au…
Code Completion by Modeling Flattened Abstract Syntax Trees as Graphs
Yanlin Wang, Hui Li
Code completion has become an essential component of integrated development environments. Contemporary code completion methods rely on the abstract syntax tree (AST) to generate sy…