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

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

collaborators
Showing cs.SEShow all

11 papers · 1 filter

cs.SE2026

PRAXIS: Graph-Grounded Tacit Knowledge for Domain Code Generation

Xue Jiang, Tianyu Zhang, Lingwei Wu +7

LLM agents have achieved strong performance on general software engineering tasks, yet struggle with domain-specific code generation. We identify the root cause as the agent's lack…

cs.SE2026

Where Is the Tradeoff in Using Third-Party API Routers for Agentic Software Development?

Donghao Fu, Jingxin Li, Xue Jiang +1

Third-party API routers have become a common layer that unifies access across increasingly diverse LLM providers. In coding-agent workflows, high-autonomy operation is widely adopt…

cs.SE2026

Think Anywhere in Code Generation

Xue Jiang, Tianyu Zhang, Ge Li +8

Recent advances in reasoning Large Language Models (LLMs) have primarily relied on upfront thinking, where reasoning occurs before final answer. However, this approach suffers from…

cs.SE2026

KOCO-BENCH: Can Large Language Models Leverage Domain Knowledge in Software Development?

Xue Jiang, Ge Li, Jiaru Qian +12

Large language models (LLMs) excel at general programming but struggle with domain-specific software development, necessitating domain specialization methods for LLMs to learn and…

cs.SE2025

CodeRL+: Improving Code Generation via Reinforcement with Execution Semantics Alignment

Xue Jiang, Yihong Dong, Mengyang Liu +10

While Large Language Models (LLMs) excel at code generation by learning from vast code corpora, a fundamental semantic gap remains between their training on textual patterns and th…

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…