|国家预印本平台
首页|Code Copycat Conundrum: Demystifying Repetition in LLM-based Code Generation

Code Copycat Conundrum: Demystifying Repetition in LLM-based Code Generation

Code Copycat Conundrum: Demystifying Repetition in LLM-based Code Generation

来源:Arxiv_logoArxiv
英文摘要

Despite recent advances in Large Language Models (LLMs) for code generation, the quality of LLM-generated code still faces significant challenges. One significant issue is code repetition, which refers to the model's tendency to generate structurally redundant code, resulting in inefficiencies and reduced readability. To address this, we conduct the first empirical study to investigate the prevalence and nature of repetition across 19 state-of-the-art code LLMs using three widely-used benchmarks. Our study includes both quantitative and qualitative analyses, revealing that repetition is pervasive and manifests at various granularities and extents, including character, statement, and block levels. We further summarize a taxonomy of 20 repetition patterns. Building on our findings, we propose DeRep, a rule-based technique designed to detect and mitigate repetition in generated code. We evaluate DeRep using both open-source benchmarks and in an industrial setting. Our results demonstrate that DeRep significantly outperforms baselines in reducing repetition (with an average improvements of 91.3%, 93.5%, and 79.9% in rep-3, rep-line, and sim-line metrics) and enhancing code quality (with a Pass@1 increase of 208.3% over greedy search). Furthermore, integrating DeRep improves the performance of existing repetition mitigation methods, with Pass@1 improvements ranging from 53.7% to 215.7%.

Mingwei Liu、Juntao Li、Ying Wang、Xueying Du、Zuoyu Ou、Qiuyuan Chen、Bingxu An、Zhao Wei、Yong Xu、Fangming Zou、Xin Peng、Yiling Lou

计算技术、计算机技术

Mingwei Liu,Juntao Li,Ying Wang,Xueying Du,Zuoyu Ou,Qiuyuan Chen,Bingxu An,Zhao Wei,Yong Xu,Fangming Zou,Xin Peng,Yiling Lou.Code Copycat Conundrum: Demystifying Repetition in LLM-based Code Generation[EB/OL].(2025-04-16)[2025-05-21].https://arxiv.org/abs/2504.12608.点此复制

评论