collaborators

32 papers

cs.SE2026

WebDesignIter: Co-Evolving Design Knowledge for Repository-Level Front-End Code Generation

Zheng Pei, Mingwei Liu, Zhenxi Chen +2

Front-end development accumulates change after change at the repository level, weaving complex cross-file dependencies that current LLM coding agents tuned for single-shot tasks ca…

cs.SE2026

His2Trans: A Knowledge-Guided Agentic Framework for Project-Level C-to-Rust Migration

Shengbo Wang, Mingwei Liu, Guangsheng Ou +3

C remains a major implementation language for operating systems, embedded platforms, and infrastructure software, but manual memory management continues to create security and main…

cs.SE2026

Code Benchmarks Should Prioritize Rigor, Reliability, and Reproducibility

Jialun Cao, Yuk-Kit Chan, Zixuan Ling +12

Code-related benchmarks play a critical role in evaluating large language models (LLMs), yet their quality fundamentally shapes how the community interprets model capabilities. In…

cs.SE2026

Dynamic analysis enhances issue resolution

Mingwei Liu, Zihao Wang, Zhenxi Chen +3

Resolving complex code defects from natural language descriptions remains a fundamental software engineering challenge. Recently, large language models (LLMs) have driven the creat…

cs.SE2026

Knowledge Matters: Injecting Project and Testing Knowledge into LLM-based Unit Test Generation

Anji Li, Mingwei Liu, Zhenxi Chen +5

Automated unit test generation using large language models (LLMs) holds great promise but often struggles with generating tests that are both correct and maintainable in real-world…

cs.SE2026

Bridging Generation and Training: A Systematic Review of Quality Issues in LLMs for Code

Kaifeng He, Xiaojun Zhang, Peiliang Cai +7

Large language models (LLMs) frequently generate defective outputs in code generation tasks, ranging from logical bugs to security vulnerabilities. While these generation failures…