activity
20242026
collaborators

5 papers

cs.SE2026

FeatureBench: Benchmarking Agentic Coding for Complex Feature Development

Qixing Zhou, Jiacheng Zhang, Haiyang Wang +9

Agents powered by large language models (LLMs) are increasingly adopted in the software industry, contributing code as collaborators or even autonomous developers. As their presenc…

cs.SE2025

GramTrans: A Better Code Representation Approach in Code Generation

Zhao Zhang, Qingyuan Liang, Zeyu Sun +6

Code generation has shown great promise in assisting software development. A fundamental yet underexplored question is how the choice of code representation affects model performan…

cs.PL2025

Learning to Guarantee Type Correctness in Code Generation through Type-Guided Program Synthesis

Zhechong Huang, Zhao Zhang, Ruyi Ji +6

Language models have shown remarkable proficiency in code generation; nevertheless, ensuring type correctness remains a challenge. Although traditional methods, such as constrained…

cs.PL2025

Grammar-Based Code Representation: Is It a Worthy Pursuit for LLMs?

Qingyuan Liang, Zhao Zhang, Zeyu Sun +9

Grammar serves as a cornerstone in programming languages and software engineering, providing frameworks to define the syntactic space and program structure. Existing research demon…

cs.SE2024

Condor: A Code Discriminator Integrating General Semantics with Code Details

Qingyuan Liang, Zhao Zhang, Chen Liu +9

LLMs demonstrate significant potential across various software engineering tasks. However, they still face challenges in generating correct code on the first attempt when addressin…