English

Code Needs Comments: Enhancing Code LLMs with Comment Augmentation

Computation and Language 2024-02-21 v1

Abstract

The programming skill is one crucial ability for Large Language Models (LLMs), necessitating a deep understanding of programming languages (PLs) and their correlation with natural languages (NLs). We examine the impact of pre-training data on code-focused LLMs' performance by assessing the comment density as a measure of PL-NL alignment. Given the scarcity of code-comment aligned data in pre-training corpora, we introduce a novel data augmentation method that generates comments for existing code, coupled with a data filtering strategy that filters out code data poorly correlated with natural language. We conducted experiments on three code-focused LLMs and observed consistent improvements in performance on two widely-used programming skill benchmarks. Notably, the model trained on the augmented data outperformed both the model used for generating comments and the model further trained on the data without augmentation.

Keywords

Cite

@article{arxiv.2402.13013,
  title  = {Code Needs Comments: Enhancing Code LLMs with Comment Augmentation},
  author = {Demin Song and Honglin Guo and Yunhua Zhou and Shuhao Xing and Yudong Wang and Zifan Song and Wenwei Zhang and Qipeng Guo and Hang Yan and Xipeng Qiu and Dahua Lin},
  journal= {arXiv preprint arXiv:2402.13013},
  year   = {2024}
}