paper-with-me

홈 › Papers

Exploring the Potential of Large Language Models in Fine-Grained Review Comment Classification

2025-08-13 · Linh Nguyen, Chunhua Liu, Hong Yi Lin, Patanamon Thongtanunam arxiv

Code review is a crucial practice in software development. As code review nowadays is lightweight, various issues can be identified, and sometimes, they can be trivial. Research has investigated automated approaches to classify review comments to gauge the effectiveness of code reviews. However, previous studies have primarily relied on supervised machine learning, which requires extensive manual annotation to train the models effectively. To address this limitation, we explore the potential of using Large Language Models (LLMs) to classify code review comments. We assess the performance of LLMs to classify 17 categories of code review comments. Our results show that LLMs can classify code review comments, outperforming the state-of-the-art approach using a trained deep learning model. In particular, LLMs achieve better accuracy in classifying the five most useful categories, which the state-of-the-art approach struggles with due to low training examples. Rather than relying solely on a specific small training data distribution, our results show that LLMs provide balanced performance across high- and low-frequency categories. These results suggest that the LLMs could offer a scalable solution for code review analytics to improve the effectiveness of the code review process.

📄 PDF Abstract BibTeX arXiv:2508.09832

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Exploring Multi-Grained Concept Annotations for Multimodal Large Language Models

2024-12-08 · Xiao Xu, Tianhao Niu, Yuxi Xie, Libo Qin 외

Multimodal Large Language Models (MLLMs) excel in vision--language tasks by pre-training solely on coarse-grained concept annotations (e.g., image captions). We hypothesize that integrating fine-grained concept annotatio…

Image Captioning

FineRec:Exploring Fine-grained Sequential Recommendation

2024-04-19 · Xiaokun Zhang, Bo Xu, Youlin Wu, Yuan Zhong 외

Sequential recommendation is dedicated to offering items of interest for users based on their history behaviors. The attribute-opinion pairs, expressed by users in their reviews for items, provide the potentials to captu…

AttributeDiversityLanguage ModelingLanguage Modelling+4

Exploring Multi-Modal Large Language Models and Two-Stage Fine-Tuning for Fashion Image Retrieval

2026-06-18 · Nguyen Cao Hoang, Hoang Bui Le, Nam Vo Hoang, Trung-Nghia Le arxiv

Composed image retrieval retrieves a target image using a composed query of a reference image and a modified text description. In the fashion domain, this task requires understanding subtle attribute variations such as c…

Contrastive LearningImage Retrieval

Exploring Localization for Self-supervised Fine-grained Contrastive Learning

2021-06-30 · Di wu, Siyuan Li, Zelin Zang, Stan Z. Li

Self-supervised contrastive learning has demonstrated great potential in learning visual representations. Despite their success in various downstream tasks such as image classification and object detection, self-supervis…

Contrastive LearningFine-Grained Image ClassificationFine-Grained Image Recognitionimage-classification+2

Exploring Part-Informed Visual-Language Learning for Person Re-Identification

2023-08-04 · Yin Lin, Cong Liu, Yehansen Chen, Jinshui Hu 외

Recently, visual-language learning has shown great potential in enhancing visual-based person re-identification (ReID). Existing visual-language learning-based ReID methods often focus on whole-body scale image-text feat…

Human ParsingPerson Re-Identification