SECLMar 20, 2025

CodeReviewQA: The Code Review Comprehension Assessment for Large Language Models

arXiv:2503.16167v27 citationsh-index: 22ACL
Originality Incremental advance
AI Analysis

This work addresses the challenge of assessing LLMs for practical software engineering tasks like code review, providing a fine-grained evaluation method to mitigate data contamination and expose model limitations, though it is incremental as it builds on existing automated code refinement tasks.

The paper tackles the problem of evaluating large language models (LLMs) on code review comprehension, where models struggle with implicit and ambiguous comments, by introducing CodeReviewQA, a benchmark that decomposes code refinement into three reasoning steps assessed via multiple-choice questions on 900 examples across nine languages, revealing specific model weaknesses.

State-of-the-art large language models (LLMs) have demonstrated impressive code generation capabilities but struggle with real-world software engineering tasks, such as revising source code to address code reviews, hindering their practical use. Code review comments are often implicit, ambiguous, and colloquial, requiring models to grasp both code and human intent. This challenge calls for evaluating large language models' ability to bridge both technical and conversational contexts. While existing work has employed the automated code refinement (ACR) task to resolve these comments, current evaluation methods fall short, relying on text matching metrics that provide limited insight into model failures and remain susceptible to training data contamination. To address these limitations, we introduce a novel evaluation benchmark, $\textbf{CodeReviewQA}$ that enables us to conduct fine-grained assessment of model capabilities and mitigate data contamination risks. In CodeReviewQA, we decompose the generation task of code refinement into $\textbf{three essential reasoning steps}$: $\textit{change type recognition}$ (CTR), $\textit{change localisation}$ (CL), and $\textit{solution identification}$ (SI). Each step is reformulated as multiple-choice questions with varied difficulty levels, enabling precise assessment of model capabilities, while mitigating data contamination risks. Our comprehensive evaluation spans 72 recently released large language models on $\textbf{900 manually curated, high-quality examples}$ across nine programming languages. Our results show that CodeReviewQA is able to expose specific model weaknesses in code review comprehension, disentangled from their generative automated code refinement results.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes