paper-with-me

홈 › Papers

RealCritic: Towards Effectiveness-Driven Evaluation of Language Model Critiques

2025-01-24 · Zhengyang Tang, Ziniu Li, Zhenyang Xiao, Tian Ding, Ruoyu Sun, Benyou Wang, Dayiheng Liu, Fei Huang, Tianyu Liu, Bowen Yu, Junyang Lin

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, evaluating the critique capabilities of LLMs presents a significant challenge due to the open-ended nature of the task. In this work, we introduce a new benchmark designed to assess the critique capabilities of LLMs. Unlike existing benchmarks, which typically function in an open-loop fashion, our approach employs a closed-loop methodology that evaluates the quality of corrections generated from critiques. Moreover, the benchmark incorporates features such as self-critique, cross-critique, and iterative critique, which are crucial for distinguishing the abilities of advanced reasoning models from more classical ones. We implement this benchmark using eight challenging reasoning tasks. We have several interesting findings. First, despite demonstrating comparable performance in direct chain-of-thought generation, classical LLMs significantly lag behind the advanced reasoning-based model o1-mini across all critique scenarios. Second, in self-critique and iterative critique settings, classical LLMs may even underperform relative to their baseline capabilities. We hope that this benchmark will serve as a valuable resource to guide future advancements. The code and data are available at \url{https://github.com/tangzhy/RealCritic}.

📄 PDF Abstract BibTeX arXiv:2501.14492

Code (1)

tangzhy/realcritic 공식 구현

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Self-Generated Critiques Boost Reward Modeling for Language Models

2024-11-25 · Yue Yu, Zhengxing Chen, Aston Zhang, Liang Tan 외

Reward modeling is crucial for aligning large language models (LLMs) with human preferences, especially in reinforcement learning from human feedback (RLHF). However, current reward models mainly produce scalar scores an…

CritiqueLLM: Towards an Informative Critique Generation Model for Evaluation of Large Language Model Generation

2023-11-30 · Pei Ke, Bosi Wen, Zhuoer Feng, Xiao Liu 외

Since the natural language processing (NLP) community started to make large language models (LLMs) act as a critic to evaluate the quality of generated texts, most of the existing works train a critique generation model …

Language ModelingLanguage ModellingLarge Language Modelmodel

CriticEval: Evaluating Large Language Model as Critic

2024-02-21 · Tian Lan, Wenwei Zhang, Chen Xu, Heyan Huang 외

Critique ability, i.e., the capability of Large Language Models (LLMs) to identify and rectify flaws in responses, is crucial for their applications in self-improvement and scalable oversight. While numerous studies have…

Language ModelingLanguage ModellingLarge Language Modelmodel

Counsel: A Meta-Evaluation Dataset for Agentic Tasks

2026-06-19 · Sashank Pisupati, Henry Broomfield, Eujeong Choi, Antonia Calvi 외 arxiv

As agentic systems tackle increasingly complex multi-step tasks, evaluating their trajectories presents a major bottleneck - human annotation of a single trajectory on popular agentic benchmarks can take hours, making it…

Reward Modeling from Natural Language Human Feedback

2026-01-12 · Zongqi Wang, Rui Wang, Yuchuan Wu, Yiyao Yu 외 arxiv

Reinforcement Learning with Verifiable reward (RLVR) on preference data has become the mainstream approach for training Generative Reward Models (GRMs). Typically in pairwise rewarding tasks, GRMs generate reasoning chai…

Reinforcement LearningBinary Classification