AI Navigate

Critique-Coder: Enhancing Coder Models by Critique Reinforcement Learning

arXiv cs.CL / 3/13/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • Critique Reinforcement Learning (CRL) is proposed to explicitly train LLMs to generate critiques of a given (question, solution) pair, with rewards based on alignment of the model's final judgment with the ground truth.
  • The paper introduces Critique-Coder, a hybrid RL/CRL approach that substitutes 20% of standard RL data with CRL data and fine-tunes models, achieving improvements over RL-only baselines.
  • Experiments show Critique-Coder-8B reaches over 60% on LiveCodeBench (v5), outperforming models like DeepCoder-14B and GPT-o1, and also improves logical reasoning on the BBEH dataset.
  • The authors claim that applying CRL to coding datasets enhances general reasoning and critique abilities, suggesting broader transferability beyond code generation and framing CRL as a complement to standard RL for LLM reasoning.

Abstract

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 foster critique or reflection. Several recent studies, like Critique-Fine-Tuning (CFT) and Critique-Guided-Distillation (CGD) have shown the benefits of explicitly teaching LLMs how to critique. Motivated by them, we propose Critique Reinforcement Learning (CRL), where the model is tasked with generating a critique for a given (question, solution) pair. The reward is determined solely by whether the final judgment label c \in \{\texttt{True}, \texttt{False}\} of the generated critique aligns with the ground-truth judgment c^*. Building on this point, we introduce Critique-Coder, which is trained on a hybrid of RL and CRL by substituting 20% of the standard RL data with CRL data. We fine-tune multiple models (Critique-Coder) and evaluate them on different benchmarks to show their advantages over RL-only models. We show that Critique-Coder consistently outperforms RL-only baselines on all the evaluated benchmarks. Notably, our Critique-Coder-8B can reach over 60% on LiveCodeBench (v5), outperforming other reasoning models like DeepCoder-14B and GPT-o1. Beyond code generation, Critique-Coder also demonstrates enhanced general reasoning abilities, as evidenced by its better performance on logic reasoning tasks from the BBEH dataset. This indicates that the application of CRL on coding datasets enhances general reasoning and critique abilities, which are transferable across a broad range of tasks. Hence, we believe that CRL works as a great complement to standard RL for LLM reasoning.