← Search

Zhongxin Liu

4 accepted papers

2026

Intention Chain-of-Thought Prompting with Dynamic Routing for Code Generation

AAAI 2026technical

Large language models (LLMs) exhibit strong generative capabilities and have shown great potential in code generation. Existing chain-of-thought (CoT) prompting methods enhance model reasoning by eliciting intermediate steps, but suffer from two major limitations: First, their uniform application te

Cited by 0SourcePDFScholar
2025

Parallel Scaling Law for Language Models

NeurIPS 2025poster

It is commonly believed that scaling language models should commit a significant space or time cost, by increasing the parameters (parameter scaling) or output tokens (inference-time scaling). We introduce another and more inference-efficient scaling paradigm: increasing the model's parallel computa…

Cited by 0SourcecodeScholar
2025

SEK: Self-Explained Keywords Empower Large Language Models for Code Generation

ACL 2025finding

Large language models (LLMs) have achieved impressive performance in code generation. Despite the remarkable success, we observed that LLMs often misunderstand or overlook some problem-specific undertrained keywords during code generation, compromising the accuracy of the generated code. After expli…

2024

JumpCoder: Go Beyond Autoregressive Coder via Online Modification

ACL 2024long

While existing code large language models (code LLMs) exhibit impressive capabilities in code generation, their autoregressive sequential generation inherently lacks reversibility. This limitation hinders them from timely correcting previous missing statements during coding as humans do, often leadi…