paper-with-me

홈 › Papers

Coarse-to-Fine Process Reward Modeling for Enhanced Mathematical Reasoning

2025-01-23 · Yulan Hu, Sheng Ouyang, Yong liu

Process reward model (PRM) is critical for mathematical reasoning tasks to assign rewards for each intermediate steps. The PRM requires constructing process-wise supervision data for training, which rely on chain-of-thought (CoT) or tree-based methods to construct the reasoning steps, however, the individual reasoning steps may be redundant or containing nuanced errors that difficult to detect. We attribute these to the issue of the overlook of granularity division during process data collection. In this paper, we propose a coarse-to-fine framework to tackle this issue. Specifically, while gathering the process supervision data, we collect the coarse reasoning steps by merging adjacent steps according to preset merging granularity, then we sequentially reduce the merging granularity to collect fine-grained reasoning steps. For each synthesized new step, we relabel according to the label of last step. During training, we also traverse the collected training corpus in a coarse-to-fine manner. We conduct extensive experiments on popular mathematical reasoning datasets across diverse loss criterions, the proposed framework can consistently boost the reasoning performance.

📄 PDF Abstract BibTeX arXiv:2501.13622

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeMathematical Reasoning

Similar Papers 제목 키워드 기반

From Coarse to Fine: Benchmarking and Reward Modeling for Writing-Centric Generation Tasks

2026-04-30 · Qingyu Ren, Tianjun Pan, Xingzhou Chen, Xuhong Wang arxiv

Large language models have achieved remarkable progress in text generation but still struggle with generative writing tasks. In terms of evaluation, existing benchmarks evaluate writing reward models coarsely and fail to…

Reinforcement LearningText Generation

Towards Hierarchical Multi-Step Reward Models for Enhanced Reasoning in Large Language Models

2025-03-16 · Teng Wang, Zhangyi Jiang, Zhenqi He, Shenyang Tong 외

Recent studies show that Large Language Models (LLMs) achieve strong reasoning capabilities through supervised fine-tuning or reinforcement learning. However, a key approach, the Process Reward Model (PRM), suffers from …

Data AugmentationGSM8K

Dynamic and Generalizable Process Reward Modeling

2025-07-23 · Zhangyue Yin, Qiushi Sun, Zhiyuan Zeng, Qinyuan Cheng 외 arxiv

Process Reward Models (PRMs) are crucial for guiding Large Language Models (LLMs) in complex scenarios by providing dense reward signals. However, existing PRMs primarily rely on heuristic approaches, which struggle with…

Domain Generalization

Uncertainty-Guided Coarse-to-Fine Tumor Segmentation with Anatomy-Aware Post-Processing

2025-04-16 · Ilkin Sevgi Isler, David Mohaisen, Curtis Lisle, Damla Turgut 외

Reliable tumor segmentation in thoracic computed tomography (CT) remains challenging due to boundary ambiguity, class imbalance, and anatomical variability. We propose an uncertainty-guided, coarse-to-fine segmentation f…

AnatomyComputed Tomography (CT)SegmentationTumor Segmentation

RFG: Test-Time Scaling for Diffusion Large Language Model Reasoning with Reward-Free Guidance

2025-09-29 · Tianlang Chen, Minkai Xu, Jure Leskovec, Stefano Ermon arxiv

Diffusion large language models (dLLMs) have shown great potential in large-scale language modeling, and there is an increasing interest in further improving the capacity to solve complex problems by guiding the reasonin…

Reinforcement LearningMathematical ReasoningCode Generation