activity
20242026
most citedA Survey on Code Generation with LLM-based Agents

2 citations · 3 across the 7 of their papers we have counts for

collaborators

8 papers

cs.LG2026

Do Transformers Have the Ability for Periodicity Generalization?

Huanyu Liu, Ge Li, Yihong Dong +7

Large language models (LLMs) based on the Transformer have demonstrated strong performance across diverse tasks. However, current models still exhibit substantial limitations in ou…

cs.SE2026

IntentCoding: Amplifying User Intent in Code Generation

Zheng Fang, Yihong Dong, Lili Mou +3

Large Language Models (LLMs) have shown strong capabilities in code generation, but their adherence to fine-grained user intent with multiple constraints remains a significant chal…

cs.SE2025

AdapTrack: Constrained Decoding without Distorting LLM's Output Intent

Yongmin Li, Jia Li, Ge Li +1

Language model-based code generation and completion tools have been widely adopted, but they may sometimes produce code that does not meet necessary constraints, such as syntactic…

cs.SE20252 cited

A Survey on Code Generation with LLM-based Agents

Yihong Dong, Xue Jiang, Jiaru Qian +4

Code generation agents powered by large language models (LLMs) are revolutionizing the software development paradigm. Distinct from previous code generation techniques, code genera…

cs.SE2025

SemGuard: Real-Time Semantic Evaluator for Correcting LLM-Generated Code

Qinglin Wang, Zhihong Sun, Ruyun Wang +4

Large Language Models (LLMs) can translate natural language requirements into code, yet empirical analyses of representative models reveal that semantic errors-programs that compil…

cs.CL2025

Rethinking Repetition Problems of LLMs in Code Generation

Yihong Dong, Yuchen Liu, Xue Jiang +2

With the advent of neural language models, the performance of code generation has been significantly boosted. However, the problem of repetitions during the generation process cont…