paper-with-me

홈 › Papers

CodeReviewQA: The Code Review Comprehension Assessment for Large Language Models

2025-03-20 · Hong Yi Lin, Chunhua Liu, Haoyu Gao, Patanamon Thongtanunam, Christoph Treude

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.

📄 PDF Abstract BibTeX arXiv:2503.16167

Code (0)

등록된 구현이 없습니다.

Tasks

Code GenerationMultiple-choiceText Matching

Similar Papers 제목 키워드 기반

Evaluating Cognitive and Neuropsychological Assessments -- A Comprehensive Review

2024-02-22 · Chuang Li, Rubing Lin, Yantong Liu, Yichen Wei

Cognitive impairments in older adults represent a significant public health concern, necessitating accurate diagnostic and monitoring strategies. In this study, the principal cognitive and neuropsychological evaluations …

DiagnosticManagement

PERSA: Reinforcement Learning for Professor-Style Personalized Feedback with LLMs

2026-05-01 · Ravi Ranjan, Utkarsh Grover, Xiaomin Lin, Agoritsa Polyzou arxiv

Large language models (LLMs) can provide automated feedback in educational settings, but aligning an LLMs style with a specific instructors tone while maintaining diagnostic correctness remains challenging. We ask how ca…

Reinforcement LearningStyle Transfer

BERT Post-Training for Review Reading Comprehension and Aspect-based Sentiment Analysis

2019-04-03 · NAACL 2019 6 · Hu Xu, Bing Liu, Lei Shu, Philip S. Yu

Question-answering plays an important role in e-commerce as it allows potential customers to actively seek crucial information about products or services to help their purchase decision making. Inspired by the recent suc…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Aspect ExtractionReading Comprehension+1

Enhancing Review Comprehension with Domain-Specific Commonsense

2020-04-06 · Aaron Traylor, Chen Chen, Behzad Golshan, Xiaolan Wang 외

Review comprehension has played an increasingly important role in improving the quality of online services and products and commonsense knowledge can further enhance review comprehension. However, existing general-purpos…

Aspect ExtractionKnowledge DistillationQuestion AnsweringSentiment Analysis+1

HalluJudge: A Reference-Free Hallucination Detection for Context Misalignment in Code Review Automation

2026-01-27 · Kla Tantithamthavorn, Hong Yi Lin, Patanamon Thongtanunam, Wachiraphan Charoenwet 외 arxiv

Large Language models (LLMs) have shown strong capabilities in code review automation, such as review comment generation, yet they suffer from hallucinations -- where the generated review comments are ungrounded in the a…