18 citations · 31 across the 3 of their papers we have counts for
5 papers
OCoR: An Overlapping-Aware Code Retriever
Qihao Zhu, Zeyu Sun, Xiran Liang +2
Code retrieval helps developers reuse the code snippet in the open-source projects. Given a natural language description, code retrieval aims to search for the most relevant code a…
NLocalSAT: Boosting Local Search with Solution Prediction
Wenjie Zhang, Zeyu Sun, Qihao Zhu +4
The Boolean satisfiability problem (SAT) is a famous NP-complete problem in computer science. An effective way for solving a satisfiable SAT problem is the stochastic local search…
TreeGen: A Tree-Based Transformer Architecture for Code Generation
Zeyu Sun, Qihao Zhu, Yingfei Xiong +3
A code generation system generates programming language code based on an input natural language description. State-of-the-art approaches rely on neural networks for code generation…
Automatic Testing and Improvement of Machine Translation
Zeyu Sun, Jie M. Zhang, Mark Harman +2
This paper presents TransRepair, a fully automatic approach for testing and repairing the consistency of machine translation systems. TransRepair combines mutation with metamorphic…
A Grammar-Based Structural CNN Decoder for Code Generation
Zeyu Sun, Qihao Zhu, Lili Mou +3
Code generation maps a program description to executable source code in a programming language. Existing approaches mainly rely on a recurrent neural network (RNN) as the decoder.…