paper-with-me

홈 › Papers

Critique Fine-Tuning: Learning to Critique is More Effective than Learning to Imitate

2025-01-29 · YuBo Wang, Xiang Yue, Wenhu Chen

Supervised Fine-Tuning (SFT) is commonly used to train language models to imitate annotated responses for given instructions. In this paper, we propose Critique Fine-Tuning (CFT), a method more effective than SFT for reasoning tasks. Instead of simply imitating correct responses, CFT trains models to critique noisy responses, inspired by human learning processes that emphasize critical thinking, deeper analysis, and nuanced understanding - traits often overlooked by standard SFT. To validate the effectiveness of CFT, we construct multiple critique datasets (e.g., WebInstruct, MetaMath, NuminaMath), where GPT-4o serves as the teacher to generate critiques in the form of ([query; noisy response], critique). Experiments on these datasets demonstrate that CFT consistently outperforms SFT by 4-10% across six mathematical reasoning benchmarks, and is effective across different base models including Qwen2.5, Qwen2.5-Math, and DeepSeek-Math. Notably, our model Qwen2.5-Math-CFT only requires 1 hour of training on 8 x H100 over the 50K examples, yet matches or outperforms strong competitors like Qwen2.5-Math-Instruct on most benchmarks, which use over 2M samples. Moreover, it matches the performance of SimpleRL, which is a DeepSeek-r1 replication trained with 140 x more compute. Experiments on IF_Eval and MT-Bench further demonstrate that CFT can significantly enhance the model's general generation and instruction-following capabilities, outperforming the Qwen2.5-Math-Instruct by a large margin. Ablation studies show that CFT is robust to noisy response sources and teacher critique models. These findings highlight that CFT offers a more effective alternative to advance the reasoning of language models.

📄 PDF Abstract BibTeX arXiv:2501.17703

Code (1)

TIGER-AI-Lab/CritiqueFineTuning pytorch

Tasks

Instruction FollowingMathMathematical Reasoning

Methods 이 논문이 사용한 방법론

BASE 설명 없음
SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…

Similar Papers 제목 키워드 기반

Training Language Models to Critique With Multi-agent Feedback

2024-10-20 · Tian Lan, Wenwei Zhang, Chengqi Lyu, Shuaibin Li 외

Critique ability, a meta-cognitive capability of humans, presents significant challenges for LLMs to improve. Recent works primarily rely on supervised fine-tuning (SFT) using critiques generated by a single LLM like GPT…

Reinforcement Learning (RL)

DeepCritic: Deliberate Critique with Large Language Models

2025-05-01 · Wenkai Yang, Jingwen Chen, Yankai Lin, Ji-Rong Wen

As Large Language Models (LLMs) are rapidly evolving, providing accurate feedback and scalable oversight on their outputs becomes an urgent and critical problem. Leveraging LLMs as critique models to achieve automated su…

Math

Double-Checker: Enhancing Reasoning of Slow-Thinking LLMs via Self-Critical Fine-Tuning

2025-06-26 · Xin Xu, Tianhao Chen, Fan Zhang, Wanlong Liu 외

While slow-thinking large language models (LLMs) exhibit reflection-like reasoning, commonly referred to as the "aha moment:, their ability to generate informative critiques and refine prior solutions remains limited. In…

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

Critique-GRPO: Advancing LLM Reasoning with Natural Language and Numerical Feedback

2025-06-03 · Xiaoying Zhang, Hao Sun, YiPeng Zhang, Kaituo Feng 외

Recent advances in reinforcement learning (RL) with numerical feedback, such as scalar rewards, have significantly enhanced the complex reasoning capabilities of large language models (LLMs). Despite this success, we ide…

Reinforcement Learning (RL)