paper-with-me

홈 › Papers

CORE: Automating Review Recommendation for Code Changes

2019-12-20 · JingKai Siow, Cuiyun Gao, Lingling Fan, Sen Chen, Yang Liu

Code review is a common process that is used by developers, in which a reviewer provides useful comments or points out defects in the submitted source code changes via pull request. Code review has been widely used for both industry and open-source projects due to its capacity in early defect identification, project maintenance, and code improvement. With rapid updates on project developments, code review becomes a non-trivial and labor-intensive task for reviewers. Thus, an automated code review engine can be beneficial and useful for project development in practice. Although there exist prior studies on automating the code review process by adopting static analysis tools or deep learning techniques, they often require external sources such as partial or full source code for accurate review suggestion. In this paper, we aim at automating the code review process only based on code changes and the corresponding reviews but with better performance. The hinge of accurate code review suggestion is to learn good representations for both code changes and reviews. To achieve this with limited source, we design a multi-level embedding (i.e., word embedding and character embedding) approach to represent the semantics provided by code changes and reviews. The embeddings are then well trained through a proposed attentional deep learning model, as a whole named CORE. We evaluate the effectiveness of CORE on code changes and reviews collected from 19 popular Java projects hosted on Github. Experimental results show that our model CORE can achieve significantly better performance than the state-of-the-art model (DeepMem), with an increase of 131.03% in terms of Recall@10 and 150.69% in terms of Mean Reciprocal Rank. Qualitative general word analysis among project developers also demonstrates the performance of CORE in automating code review.

📄 PDF Abstract BibTeX arXiv:1912.09652

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Code Review Without Borders: Evaluating Synthetic vs. Real Data for Review Recommendation

2025-09-05 · Yogev Cohen, Dudi Ohayon, Romy Somkin, Yehudit Aperstein 외 arxiv

Automating the decision of whether a code change requires manual review is vital for maintaining software quality in modern development workflows. However, the emergence of new programming languages and frameworks create…

Recommendation Systems

Previously on... Automating Code Review

2025-08-25 · Robert Heumüller, Frank Ortmeier arxiv

Modern Code Review (MCR) is a standard practice in software engineering, yet it demands substantial time and resource investments. Recent research has increasingly explored automating core review tasks using machine lear…

Automating Low-Risk Code Review at Meta: RADAR, Risk Calibration, and Review Efficiency

2026-05-28 · Chris Adams, Arjun Singh Banga, Parveen Bansal, Souvik Bhattacharya 외 arxiv

AI-assisted coding tools have altered software production. At Meta, significant lines of code per human-landed diff grew by 105.9% year over year and per-developer diff volume rose 51%, with agentic AI responsible for ov…

Leveraging Reward Models for Guiding Code Review Comment Generation

2025-06-04 · Oussama Ben Sghaier, Rosalia Tufano, Gabriele Bavota, Houari Sahraoui

Code review is a crucial component of modern software development, involving the evaluation of code quality, providing feedback on potential issues, and refining the code to address identified problems. Despite these ben…

Comment Generation

Fine-Tuning Multilingual Language Models for Code Review: An Empirical Study on Industrial C# Projects

2025-07-25 · Igli Begolli, Meltem Aksoy, Daniel Neider arxiv

Code review is essential for maintaining software quality but often time-consuming and cognitively demanding, especially in industrial environments. Recent advancements in language models (LMs) have opened new avenues fo…