Skip to main content
Browse Models

Alibaba Cloud

Qwen 2.5 Math PRM 72B

Released

2025-01-13

Family

Qwen 2

Type

Fine-Tuned Model

Model Report

Overview

Qwen2.5-Math-PRM-72B is a process reward model (PRM) developed by the Qwen team at Alibaba Group, designed specifically to evaluate and supervise intermediate reasoning steps in mathematical problem solving by large language models (LLMs). Detailed in the publication “The Lessons of Developing Process Reward Models in Mathematical Reasoning,” released on January 14, 2025, the model is part of the Qwen2.5-Math model family, which includes smaller variants and alternative reward modeling approaches. Qwen2.5-Math-PRM-72B targets the identification and mitigation of errors throughout the stepwise reasoning process, distinguishing it from outcome-focused models that assess only the final answer.

Bar chart of Qwen2.5-Math-PRM-72B and related models showing Best-of-8 Accuracy and ProcessBench Mean F1 metrics.

Figure 1. Performance comparison of Qwen2.5-Math-PRM-72B with other process reward models on Best-of-8 accuracy and ProcessBench Mean F1, illustrating its step-level evaluation strengths.

Model Architecture and Training

Qwen2.5-Math-PRM-72B is initialized from the supervised fine-tuned Qwen2.5-Math-72B-Instruct model. Unlike traditional language models with a next-token prediction head, this PRM replaces the language modeling head with a scalar-value head composed of two linear layers. This architectural adjustment allows the model to assign a correctness score to each intermediate step within a mathematical solution. The model comprises approximately 72.8 billion parameters, making it the largest member of its PRM family.

A novel aspect of the training regimen is the introduction of the “consensus filtering” mechanism. The training data, initially synthesized through Monte Carlo (MC) estimation, is subsequently filtered using both LLM-as-a-judge and MC-estimated process label agreement. This two-phase approach first expands the data set using MC estimation with approximately 500,000 gold-standard queries, generating diverse solution paths, segmenting them into steps, and estimating step correctness as an empirical probability of leading to a correct answer. In the filtering phase, the Qwen-2_5-72b is deployed to review and cross-validate the error assignment at each reasoning step, retaining only those samples with clear consensus between the MC and LLM evaluator. This process ultimately refines the training data size from three million to 1.5 million high-quality samples.

The model is trained using cross-entropy loss applied at the end of each solution step for binary correctness classification. Training with “hard labels”—explicitly marking MC estimation values of 0 as negatives—was found to be optimal.

Process Reward Supervision and Error Identification

A key distinction of Qwen2.5-Math-PRM-72B is its focus on process-level supervision, as opposed to outcome reward models (ORMs) that only score the final outcome. The model evaluates each intermediate step, enabling more granular feedback and the identification of errors that might otherwise go undetected if only the final answer is considered. This functionality is particularly relevant in educational and automated tutoring contexts, where the path to a solution is as important as the answer.

Qwen2.5-Math-PRM-72B employs a consensus filtering process that improves the quality of its supervision signals. By reconciling MC estimation and LLM-as-a-judge voting, the model addresses label noise and ambiguity in identifying flawed reasoning within solutions. The effectiveness of process supervision for isolating errors has been demonstrated across a variety of mathematical reasoning tasks.

Benchmark Evaluation and Performance

Qwen2.5-Math-PRM-72B was rigorously evaluated on two principal benchmarks. The first, Best-of-N (BoN) at the response level, selects the highest-scoring solution from a sample set, using metrics such as GSM8K, MATH, Minerva Math, GaoKao 2023 En, OlympiadBench, College Math, and MMLU STEM. The aggregate solution score is computed as the product of stepwise scores. The second, PROCESSBENCH, directly assesses the ability to identify the specific step where erroneous reasoning first occurs or to verify full correctness.

In these evaluations, Qwen2.5-Math-PRM-72B achieved a Best-of-8 average accuracy of 69.3% using the Qwen-2_5-Math-7b policy model, and 70.7% with the 72B policy variant. These figures are competitive with, and in some cases outperform, other open-source PRMs and even proprietary models. On PROCESSBENCH, the model attained a mean F1 score of 78.3%, demonstrating strong proficiency in step-level error detection. Its performance extended to nuanced scenarios, such as identifying mistakes in answers that were ultimately correct but rooted in flawed reasoning, with an average accuracy of 58.1% across several challenging mathematical benchmarks.

The accompanying performance chart illustrates these results in relation to peer models, highlighting consistent gains in both overall accuracy and process-level evaluation.

Comparison with Related Models

Within the Qwen2.5-Math model family, Qwen2.5-Math-PRM-72B stands as the largest process reward model, generally offering improved performance over its smaller sibling, Qwen2.5-Math-PRM-7b. In contrast to the alternative Qwen-2_5-Math-72b outcome reward model, which produces a single global score per solution, the process-oriented PRM offers greater sensitivity to intermediate reasoning errors. While both model types show proficiency in error identification, the PRM’s stepwise evaluation confers an advantage in process verification and instructional feedback contexts. However, the outcome reward model maintains competitive accuracy at the solution level, at times matching or even surpassing some existing open-source PRMs.

Limitations and Considerations

Despite its strengths, there remains a considerable gap between the current PRM results and theoretical upper bounds, such as pass@8. The model’s reliance on BoN strategies introduces evaluation bias, particularly in cases where correct answers may emerge from fundamentally flawed processes. Furthermore, greater integration of high-quality human annotation and more robust policy search strategies are necessary to further close this gap and to fully realize the benefits of process-level supervision. The efficient optimization of process reward models continues to be an area of active investigation.

Licensing and Availability

The license for Qwen2.5-Math-PRM-72B is not explicitly specified in the available documentation. For information on weights, datasets, and further technical details, reference should be made to model documentation and release notes on Hugging Face and arXiv.

Helpful Links

About Qwen 2: Qwen 2 (and 2.5) is a family of advanced AI models developed by Alibaba, designed to excel in various tasks including general language understanding, coding, and mathematics.

More in the Qwen 2 Family

Alibaba Cloud /

Qwen2.5 VL 3B

A 3B-parameter multimodal language model that processes images, videos, and text with capabilities for visual reasoning, document analysis, and computer interface interaction.
Alibaba Cloud /

Qwen2.5 VL 7B

A 7-billion parameter multimodal model capable of processing images, documents, and videos with native dynamic resolution support and structured output capabilities.
Alibaba Cloud /

Qwen2.5 VL 72B

A 72-billion parameter multimodal model that processes images, videos, and text for document analysis, object detection, and visual agent tasks.
Alibaba Cloud /

QwQ 32B Preview

Experimental research model focused on advancing AI reasoning capabilities by thinking through problems step by step, continuously questioning assumptions, and exploring different paths of thought. Impressive benchmark scores in math and coding tasks.
Alibaba Cloud /

QwQ 32B

A 32.5-billion parameter transformer model optimized for mathematical reasoning, coding, and complex problem-solving through reinforcement learning training.
Alibaba Cloud /

Qwen 2.5 Math 1.5B

A 1.5 billion parameter specialized model focused on mathematical reasoning and problem-solving capabilities in English and Chinese.
Deepseek AI /

DeepSeek R1 Distill Qwen 1.5B

A 1.5 billion parameter language model created through distillation techniques, focusing on mathematical reasoning and chain-of-thought problem-solving capabilities.
Agentica /

DeepCoder 1.5B Preview

A 1.5B parameter code generation model fine-tuned with reinforcement learning and iterative context lengthening for long-context reasoning tasks.
Alibaba Cloud /

Qwen 2.5 Math 7B

A 7.62-billion parameter mathematical reasoning model supporting English and Chinese with chain-of-thought and tool-integrated reasoning capabilities.
Alibaba Cloud /

Qwen 2.5 Math PRM 7B

A 7B parameter process reward model that evaluates mathematical reasoning steps individually rather than just final answers, achieving 67.6% accuracy on mathematical benchmarks.
Deepseek AI /

DeepSeek R1 Distill Qwen 7B

A 7.62B parameter distilled language model based on Qwen2.5-Math-7B, trained via knowledge distillation for mathematical and logical reasoning tasks.
Alibaba Cloud /

Qwen 2.5 Math 72B

A 72.7 billion parameter language model specialized for solving mathematical problems in English and Chinese using chain-of-thought and tool-integrated reasoning.
Alibaba Cloud /

Qwen 2.5 Coder 7B

A 7.61 billion parameter transformer model designed for code generation and reasoning across 92 programming languages with a 128,000-token context window.
Alibaba Cloud /

Qwen 2.5 Coder 32B

Qwen2.5-Coder builds on Qwen2.5 by training on 5.5 trillion additional tokens of code data including source code, text-code grounding data, and synthetic data. This leads to significant improvements in code-related tasks.
Alibaba Cloud /

Qwen 2.5 7B

A 7.61-billion parameter transformer-based language model with 128K token context length, trained on 18 trillion tokens supporting 29+ languages.
Alibaba Cloud /

Qwen2.5 7B 1M

A 7-billion parameter transformer model with 1-million token context capacity utilizing Dual Chunk Attention for long-range text processing.
Alibaba Cloud /

Qwen 2.5 14B

A 14.7 billion parameter transformer model supporting 29 languages with 128K context window, designed as foundation for fine-tuning applications.
Alibaba Cloud /

Qwen2.5 14B 1M

A 14.7B parameter transformer model with 1-million token context capacity, utilizing dual chunk attention and progressive training for extended sequence processing.
Deepseek AI /

DeepSeek R1 Distill Qwen 14B

A 14B dense language model distilled from a mixture-of-experts architecture, optimized for mathematical reasoning and code generation tasks.
Agentica /

DeepCoder 14B Preview

A 14-billion parameter code reasoning model fine-tuned using distributed reinforcement learning with long-context capabilities up to 64,000 tokens.
Deep Cogito /

Cogito V1 Preview 14B

A 14.8 billion parameter instruction-tuned language model trained using Iterated Distillation and Amplification with hybrid reasoning capabilities across 30+ languages.
Alibaba Cloud /

Qwen 2.5 32B

A 32.5 billion parameter multilingual transformer model trained on 18 trillion tokens with 128K context length supporting text generation, coding, and mathematical reasoning.
Deepseek AI /

DeepSeek R1 Distill Qwen 32B

A 32B parameter language model created through knowledge distillation, optimized for mathematical reasoning, code generation, and complex problem-solving tasks.
Deep Cogito /

Cogito V1 Preview 32B

A 32-billion parameter instruction-tuned model based on Qwen2.5 architecture featuring dual operational modes and iterated distillation alignment methodology.
Alibaba Cloud /

Qwen 2.5 72B

This update to Qwen 2, pretrained on 18 trillion tokens, shows impressive performance in benchmarks (MMLU 85+, HumanEval 85+, MATH 80+), outperforming models of similar size. Qwen 2.5 has multilingual support for over 29 languages and can understand and generate structured data.
Alibaba Cloud /

Qwen 2 7B

A 7.6 billion parameter multilingual decoder-only Transformer model designed for further post-training with 32,000-token context and strong coding capabilities.
Alibaba Cloud /

Qwen 2 72B

A 72-billion parameter transformer model supporting extended context lengths up to 128K tokens and demonstrating strong multilingual capabilities across diverse benchmarks.

More from Alibaba Cloud

Alibaba Cloud /

Qwen3 0.6B

A 0.6B parameter language model featuring dual thinking modes, multilingual capabilities, and 32K context length through strong-to-weak distillation training.
Alibaba Cloud /

Qwen3 1.7B

A 1.7 billion parameter multilingual transformer supporting dual-mode reasoning with step-by-step "thinking" and rapid "non-thinking" response capabilities.
Alibaba Cloud /

Qwen3 4B

A 4-billion parameter transformer model featuring dual reasoning modes, extensive multilingual training, and competitive performance across mathematical, coding, and logical reasoning benchmarks.
Alibaba Cloud /

Qwen3 8B

Dense 8.2 billion parameter transformer model featuring hybrid thinking capabilities with 32K token context and multilingual support across 119 languages.
Alibaba Cloud /

Qwen3 14B

A 14.8 billion parameter transformer model featuring hybrid thinking/non-thinking reasoning modes, 32K context length, and multilingual capabilities across 119 languages.
Alibaba Cloud /

Qwen3 32B

A 32.8 billion parameter language model featuring hybrid thinking modes for both rapid responses and step-by-step reasoning across multilingual tasks.
Alibaba Cloud /

Qwen3 30B A3B

Mixture-of-experts model with 30.5B total parameters, 3.3B activated per token, featuring hybrid reasoning modes and multilingual support across 119 languages.
Alibaba Cloud /

Qwen3 235B A22B

Large language model with Mixture-of-Experts architecture featuring dual operational modes for both rapid inference and complex reasoning tasks.
Alibaba Cloud /

Qwen 1.5 32B

Foundation 32B Qwen 1.5 model from Alibaba Cloud.
Alibaba Cloud /

Qwen 1.5 72B

Foundation 72B Qwen 1.5 model from Alibaba Cloud.