paper-with-me

홈 › Papers

CodeCriticBench: A Holistic Code Critique Benchmark for Large Language Models

2025-02-23 · Alexander Zhang, Marcus Dong, Jiaheng Liu, Wei zhang, Yejie Wang, Jian Yang, Ge Zhang, Tianyu Liu, Zhongyuan Peng, Yingshui Tan, Yuanxing Zhang, Zhexu Wang, Weixun Wang, Yancheng He, Ken Deng, Wangchunshu Zhou, Wenhao Huang, Zhaoxiang Zhang

The critique capacity of Large Language Models (LLMs) is essential for reasoning abilities, which can provide necessary suggestions (e.g., detailed analysis and constructive feedback). Therefore, how to evaluate the critique capacity of LLMs has drawn great attention and several critique benchmarks have been proposed. However, existing critique benchmarks usually have the following limitations: (1). Focusing on diverse reasoning tasks in general domains and insufficient evaluation on code tasks (e.g., only covering code generation task), where the difficulty of queries is relatively easy (e.g., the code queries of CriticBench are from Humaneval and MBPP). (2). Lacking comprehensive evaluation from different dimensions. To address these limitations, we introduce a holistic code critique benchmark for LLMs called CodeCriticBench. Specifically, our CodeCriticBench includes two mainstream code tasks (i.e., code generation and code QA) with different difficulties. Besides, the evaluation protocols include basic critique evaluation and advanced critique evaluation for different characteristics, where fine-grained evaluation checklists are well-designed for advanced settings. Finally, we conduct extensive experimental results of existing LLMs, which show the effectiveness of CodeCriticBench.

📄 PDF Abstract BibTeX arXiv:2502.16614

Code (1)

multimodal-art-projection/CodeCriticBench

Tasks

Code GenerationHumanEvalmbpp

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

MM-CRITIC: A Holistic Evaluation of Large Multimodal Models as Multimodal Critique

2025-11-12 · Gailun Zeng, Ziyang Luo, Hongzhan Lin, Yuchen Tian 외 arxiv

The ability of critique is vital for models to self-improve and serve as reliable AI assistants. While extensively studied in language-only settings, multimodal critique of Large Multimodal Models (LMMs) remains underexp…

Visual Reasoning

OpenCodeReasoning-II: A Simple Test Time Scaling Approach via Self-Critique

2025-07-11 · Wasi Uddin Ahmad, Somshubra Majumdar, Aleksander Ficek, Sean Narenthiran 외

Recent advancements in reasoning-based Large Language Models (LLMs), particularly their potential through test-time scaling, have created significant opportunities for distillation in code generation and critique. Howeve…

Code Generation

RealCritic: Towards Effectiveness-Driven Evaluation of Language Model Critiques

2025-01-24 · Zhengyang Tang, Ziniu Li, Zhenyang Xiao, Tian Ding 외

Critiques are important for enhancing the performance of Large Language Models (LLMs), enabling both self-improvement and constructive feedback for others by identifying flaws and suggesting improvements. However, evalua…

Language ModelingLanguage Modelling

Critique-Coder: Enhancing Coder Models by Critique Reinforcement Learning

2025-09-26 · Chi Ruan, Dongfu Jiang, Yubo Wang, Wenhu Chen arxiv

Reinforcement Learning (RL) has emerged as a popular training paradigm, particularly when paired with reasoning models. While effective, it primarily focuses on generating responses and lacks mechanisms to explicitly fos…

Reinforcement LearningCode Generation

RefineCoder: Iterative Improving of Large Language Models via Adaptive Critique Refinement for Code Generation

2025-02-13 · Changzhi Zhou, Xinyu Zhang, Dandan song, Xiancai Chen 외

Code generation has attracted increasing attention with the rise of Large Language Models (LLMs). Many studies have developed powerful code LLMs by synthesizing code-related instruction data and applying supervised fine-…

Code Generation