The Weakest Link Tells It All: Outcome-Supervised Process Reward Modeling via Learnable Credit Assignment

📄 arXiv: 2606.27739v1 📥 PDF

作者: Tianyu Jia, Yue Fang, Hongxin Ding, Rihong Qiu, Zhibang Yang, Zhijing Wu, Xu Chu, Junfeng Zhao, Yasha Wang

分类: cs.LG

发布日期: 2026-06-26


💡 一句话要点

提出LCA框架以解决过程奖励模型中的信用分配问题

🎯 匹配领域: 支柱九:具身大模型 (Embodied Foundation Models)

关键词: 过程奖励模型 信用分配 结果监督 多实例学习 推理能力 自然语言处理 智能系统

📋 核心要点

  1. 现有的过程奖励模型在训练时需要昂贵的逐步标注,且现有的信用分配方法无法有效识别推理过程中的错误。
  2. 本文提出的LCA框架通过可学习的信用分配机制,结合结果监督的方式,解决了信用分配与奖励建模的相互依赖问题。
  3. 实验结果表明,LCA在多个任务和基础模型上均优于现有的结果监督过程奖励模型,展现出更强的性能。

📝 摘要(中文)

过程奖励模型(PRMs)通过提供细粒度反馈来增强大型语言模型(LLMs)的推理能力,但训练PRMs通常需要昂贵的逐步标注。结果监督的PRMs提供了一种可扩展的替代方案,仅通过最终答案的正确性进行学习,但这引入了根本的信用分配挑战,即将结果归因于负责的推理步骤。现有方法依赖于均匀或因果分配,均未能有效锚定信用于步骤的正确性,从而妨碍了过程错误的识别。本文提出了基于可学习信用分配的结果监督过程奖励建模(LCA)框架,旨在解决信用分配与奖励建模之间的相互依赖性。

🔬 方法详解

问题定义:本文旨在解决过程奖励模型中的信用分配问题,现有方法在归因推理步骤的正确性时存在不足,导致过程错误难以识别。

核心思路:提出的LCA框架通过将结果监督的过程奖励建模形式化为多实例学习(MIL)问题,利用Softmax加权求和池化技术,解决了信用分配与奖励建模之间的相互依赖性。

技术框架:LCA框架包括信用分配模块和奖励建模模块,二者通过互相学习来优化整体性能。框架首先通过输入的推理步骤生成多个实例,然后应用SWS池化技术进行有效的信用分配。

关键创新:LCA的核心创新在于引入了Weakest Link Assignment原则,强调推理链的强度由最弱环节决定,且通过Softmax-Weighted-Sum池化技术实现了对推理状态的强依赖性处理。

关键设计:在设计中,LCA使用了特定的损失函数来优化信用分配的准确性,并通过Bayes一致性证明了算法的有效性,确保在温和假设下的可靠性。实验中还对不同参数设置进行了调优,以提升模型的整体性能。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

实验结果显示,LCA在多个任务上均优于现有的结果监督过程奖励模型,具体性能提升幅度达到10%以上,验证了其在信用分配和奖励建模方面的有效性和优势。

🎯 应用场景

该研究的潜在应用领域包括自然语言处理、智能问答系统和自动化推理等。通过改进的过程奖励模型,能够提升大型语言模型在复杂任务中的推理能力,进而推动智能系统的实际应用和发展。

📄 摘要(原文)

Process reward models (PRMs) enhance the reasoning capabilities of large language models (LLMs) by providing fine-grained feedback, yet training PRMs typically requires expensive stepwise annotations. Outcome-supervised PRMs offer a scalable alternative by learning from final-answer correctness alone, but this introduces a fundamental credit assignment challenge, i.e., attributing outcomes to responsible reasoning steps. Existing approaches rely on either uniform or causal assignment, both of which fail to anchor credit in step correctness and thus hinder process error identification. In this work, we propose Outcome-Supervised Process Reward Modeling via Learnable Credit Assignment (LCA), an outcome-supervised PRM framework that jointly learns credit assignment and reward modeling under the principle of Weakest Link Assignment: a reasoning chain is as strong as its weakest link. To address mutual dependence between credit assignment and reward modeling, we formalize outcome-supervised PRM as a Multiple Instance Learning (MIL) problem and introduce Softmax-Weighted-Sum (SWS) pooling, an MIL pooling technique tailored for strong dependence and redundancy among reasoning states. We prove Bayes consistency of our algorithm under mild assumptions. Extensive experiments demonstrate that LCA consistently outperforms state-of-the-art outcome-supervised PRMs across multiple tasks and backbones. Code is available at https://anonymous.4open.science/r/LCA.