Evaluating Generated Commit Messages with Large Language Models
By: Qunhong Zeng , Yuxia Zhang , Zexiong Ma and more
Potential Business Impact:
Computers now judge code notes as well as people.
Commit messages are essential in software development as they serve to document and explain code changes. Yet, their quality often falls short in practice, with studies showing significant proportions of empty or inadequate messages. While automated commit message generation has advanced significantly, particularly with Large Language Models (LLMs), the evaluation of generated messages remains challenging. Traditional reference-based automatic metrics like BLEU, ROUGE-L, and METEOR have notable limitations in assessing commit message quality, as they assume a one-to-one mapping between code changes and commit messages, leading researchers to rely on resource-intensive human evaluation. This study investigates the potential of LLMs as automated evaluators for commit message quality. Through systematic experimentation with various prompt strategies and state-of-the-art LLMs, we demonstrate that LLMs combining Chain-of-Thought reasoning with few-shot demonstrations achieve near human-level evaluation proficiency. Our LLM-based evaluator significantly outperforms traditional metrics while maintaining acceptable reproducibility, robustness, and fairness levels despite some inherent variability. This work conducts a comprehensive preliminary study on using LLMs for commit message evaluation, offering a scalable alternative to human assessment while maintaining high-quality evaluation.
Similar Papers
Automated Generation of Commit Messages in Software Repositories
Software Engineering
Writes helpful notes for computer code automatically.
Assisting Research Proposal Writing with Large Language Models: Evaluation and Refinement
Computation and Language
Makes AI writing more honest and accurate.
Optimization is Better than Generation: Optimizing Commit Message Leveraging Human-written Commit Message
Software Engineering
Improves computer code explanations for better teamwork.