paper-with-me

Papers

Enhancing LLM Reasoning via Critique Models with Test-Time and Training-Time Supervision

2024-11-25 · Zhiheng Xi, Dingwen Yang, Jixuan Huang, Jiafu Tang, Guanyu Li, Yiwen Ding, wei he, Boyang Hong, Shihan Do, WenYu Zhan, Xiao Wang, Rui Zheng, Tao Ji, Xiaowei Shi, Yitao Zhai, Rongxiang Weng, Jingang Wang, Xunliang Cai, Tao Gui, Zuxuan Wu, Qi Zhang, Xipeng Qiu, Xuanjing Huang, Yu-Gang Jiang

Training large language models (LLMs) to spend more time thinking and reflection before responding is crucial for effectively solving complex reasoning tasks in fields such as science, coding, and mathematics. However, the effectiveness of mechanisms like self-reflection and self-correction depends on the model's capacity to accurately assess its own performance, which can be limited by factors such as initial accuracy, question difficulty, and the lack of external feedback. In this paper, we delve into a two-player paradigm that separates the roles of reasoning and critique models, where the critique model provides step-level feedback to supervise the reasoning (actor) model during both test-time and train-time. We first propose AutoMathCritique, an automated and scalable framework for collecting critique data, resulting in a dataset of $76,321$ responses paired with step-level feedback. Fine-tuning language models with this dataset enables them to generate natural language feedback for mathematical reasoning. We demonstrate that the critique models consistently improve the actor's performance on difficult queries at test-time, especially when scaling up inference-time computation. Motivated by these findings, we introduce the critique-based supervision to the actor's self-training process, and propose a critique-in-the-loop self-improvement method. Experiments show that the method improves the actor's exploration efficiency and solution diversity, especially on challenging queries, leading to a stronger reasoning model. Lastly, we take the preliminary step to explore training self-talk reasoning models via critique supervision and showcase its potential. Our code and datasets are at \href{https://mathcritique.github.io/}{https://mathcritique.github.io/}.

📄 PDF Abstract BibTeX arXiv:2411.16579

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

Dancing with Critiques: Enhancing LLM Reasoning with Stepwise Natural Language Self-Critique

2025-03-21 · Yansi Li, Jiahao Xu, Tian Liang, Xingyu Chen 외

Enhancing the reasoning capabilities of large language models (LLMs), particularly for complex tasks requiring multi-step logical deductions, remains a significant challenge. Traditional inference time scaling methods ut…

Decision Making

CriticBench: Benchmarking LLMs for Critique-Correct Reasoning

2024-02-22 · Zicheng Lin, Zhibin Gou, Tian Liang, Ruilin Luo 외

The ability of Large Language Models (LLMs) to critique and refine their reasoning is crucial for their application in evaluation, feedback provision, and self-improvement. This paper introduces CriticBench, a comprehens…

Benchmarking

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

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

RationalRewards: Reasoning Rewards Scale Visual Generation Both Training and Test Time

2026-04-13 · Haozhe Wang, Cong Wei, Weiming Ren, Jiaming Liu 외 arxiv

Most reward models for visual generation reduce rich human judgments to a single unexplained score, discarding the reasoning that underlies preference. We show that teaching reward models to produce explicit, multi-dimen…

Reinforcement Learning