English

On the Quality of AI-Generated Source Code Comments: A Comprehensive Evaluation

Software Engineering 2025-12-02 v3

Abstract

This paper investigates the quality of source code comments automatically generated by Large Language Models (LLMs). While AI-based comment generation has emerged as a promising solution to reduce developers' documentation effort, prior studies have been limited by small datasets or by relying solely on traditional Information Retrieval (IR) metrics, which are insufficient to capture documentation quality. To address these limitations, we conducted a large-scale empirical study on 142 classes and 273 methods created after the training cut-off of the evaluated models. For each code element, we generated Javadoc comments using three LLMs (GPT-3.5 Turbo, GPT-4o, and DeepSeek-V3). A qualitative assessment of the comments-performed independently by two experts-showed that 58.8% were equivalent to, and 27.7% superior to, the original comments. A quantitative analysis using BLEU, ROUGE-L, and METEOR confirmed that IR-based metrics do not reliably reflect human evaluations, revealing the need for new documentation-specific metrics. Finally, correlation analyses indicated slightly positive relationships between code properties (size, complexity, coupling) and comment quality, confirming that LLMs benefit from richer contextual information.

Keywords

Cite

@article{arxiv.2408.14007,
  title  = {On the Quality of AI-Generated Source Code Comments: A Comprehensive Evaluation},
  author = {Ian Guelman and Arthur Gregório Leal and Laerte Xavier and Marco Tulio Valente},
  journal= {arXiv preprint arXiv:2408.14007},
  year   = {2025}
}
R2 v1 2026-06-28T18:23:33.970Z