activity
20182022
most citedTreeGen: A Tree-Based Transformer Architecture for Code Generation

18 citations · 39 across the 5 of their papers we have counts for

collaborators

7 papers

cs.CL20222 cited

Generative Transformers for Design Concept Generation

Qihao Zhu, Jianxi Luo

Generating novel and useful concepts is essential during the early design stage to explore a large variety of design opportunities, which usually requires advanced design thinking…

cs.CL2022

Generative Pre-Trained Transformers for Biologically Inspired Design

Qihao Zhu, Xinyu Zhang, Jianxi Luo

Biological systems in nature have evolved for millions of years to adapt and survive the environment. Many features they developed can be inspirational and beneficial for solving t…

cs.CL202210 cited

Generative Design Ideation: A Natural Language Generation Approach

Qihao Zhu, Jianxi Luo

This paper aims to explore a generative approach for knowledge-based design ideation by applying the latest pre-trained language models in artificial intelligence (AI). Specificall…

cs.CL20209 cited

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…

cs.AI2020

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…

cs.LG201918 cited

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…