SEAIMay 6

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

arXiv:2605.0526795.1h-index: 4Has Code
Predicted impact top 4% in SE · last 90 daysOriginality Synthesis-oriented
AI Analysis

For researchers and practitioners building reliable LLMs for code, this review provides a structured understanding of data-to-code quality propagation, though it is a literature synthesis rather than a novel empirical contribution.

This systematic review of 114 studies maps how training data quality issues propagate into code generation failures in LLMs, establishing a taxonomy of 9 code quality and 2 data quality dimensions with 18 causal mechanisms. It reveals a shift from reactive filtering to proactive data-centric governance.

Large language models (LLMs) frequently generate defective outputs in code generation tasks, ranging from logical bugs to security vulnerabilities. While these generation failures are often treated as model-level limitations, empirical evidence increasingly traces their root causes to imperfections within the training corpora. Yet, the specific mechanisms linking training data quality issues to generated code quality issues remain largely unmapped. This paper presents a systematic literature review of 114 primary studies to investigate how training data quality issues propagate into code generation. We establish a unified taxonomy that categorizes generated code quality issues across nine dimensions and training data quality issues into code and non-code attributes. Based on this taxonomy, we formalize a causal framework detailing 18 typical propagation mapping mechanisms. Furthermore, we synthesize state-of-the-art detection and mitigation techniques across the data, model, and generation lifecycles. The reviewed literature reveals a clear methodological shift: quality assurance is transitioning from reactive, heuristic-based post-generation filtering toward proactive, data-centric governance and closed-loop repair. Finally, we identify open challenges and outline research directions for developing reliable LLMs for code through integrated data curation and continuous evaluation. Our repository is available at https://github.com/SYSUSELab/From-Data-to-Code.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes