paper-with-me

홈 › Papers

P2S: Probabilistic Process Supervision for General-Domain Reasoning Question Answering

2026-01-28 · Wenlin Zhong, Chengyuan Liu, Yiquan Wu, Bovin Tan, Changlong Sun, Yi Wang, Xiaozhong Liu, Kun Kuang arxiv

While reinforcement learning with verifiable rewards (RLVR) has advanced LLM reasoning in structured domains like mathematics and programming, its application to general-domain reasoning tasks remains challenging due to the absence of verifiable reward signals. To this end, methods like Reinforcement Learning with Reference Probability Reward (RLPR) have emerged, leveraging the probability of generating the final answer as a reward signal. However, these outcome-focused approaches neglect crucial step-by-step supervision of the reasoning process itself. To address this gap, we introduce Probabilistic Process Supervision (P2S), a novel self-supervision framework that provides fine-grained process rewards without requiring a separate reward model or human-annotated reasoning steps. During reinforcement learning, P2S synthesizes and filters a high-quality reference reasoning chain (gold-CoT). The core of our method is to calculate a Path Faithfulness Reward (PFR) for each reasoning step, which is derived from the conditional probability of generating the gold-CoT's suffix, given the model's current reasoning prefix. Crucially, this PFR can be flexibly integrated with any outcome-based reward, directly tackling the reward sparsity problem by providing dense guidance. Extensive experiments on reading comprehension and medical Question Answering benchmarks show that P2S significantly outperforms strong baselines.

📄 PDF Abstract BibTeX arXiv:2601.20649

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningReading ComprehensionQuestion Answering

Similar Papers 제목 키워드 기반

Weakly Supervised Knowledge Transfer with Probabilistic Logical Reasoning for Object Detection

2023-03-09 · Martijn Oldenhof, Adam Arany, Yves Moreau, Edward De Brouwer

Training object detection models usually requires instance-level annotations, such as the positions and labels of all objects present in each image. Such supervision is unfortunately not always available and, more often,…

AllLogical Reasoningobject-detectionObject Detection+1

Latent Thinking Optimization: Your Latent Reasoning Language Model Secretly Encodes Reward Signals in Its Latent Thoughts

2025-09-30 · Hanwen Du, Yuxin Dong, Xia Ning arxiv

Large Language Models (LLMs) excel at problem solving by generating chain of thoughts in natural language, but such verbal thinking is computationally costly and prone to overthinking. A recent work instead proposes a la…

Interpretable Visual Reasoning via Probabilistic Formulation under Natural Supervision

2020-08-01 · ECCV 2020 8 · Xinzhe Han, Shuhui Wang, Chi Su, Weigang Zhang 외

Visual reasoning is crucial for visual question answering (VQA). However, without labelled programs, implicit reasoning under natural supervision is still quite challenging and previous models are hard to interpret. In t…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)Visual Reasoning

From <Answer> to <Think>: Multidimensional Supervision of Reasoning Process for LLM Optimization

2025-10-13 · Beining Wang, Weihang Su, Hongtao Tian, Tao Yang 외 arxiv

Improving the multi-step reasoning ability of Large Language Models (LLMs) is a critical yet challenging task. The dominant paradigm, outcome-supervised reinforcement learning (RLVR), rewards only correct final answers, …

Reinforcement LearningQuestion Answering

GRPO-VPS: Enhancing Group Relative Policy Optimization with Verifiable Process Supervision for Effective Reasoning

2026-04-22 · Jingyi Wang, Lei Zhu, Tengjin Weng, Song-Li Wu 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has advanced the reasoning capabilities of Large Language Models (LLMs) by leveraging direct outcome verification instead of learned reward models. Building on this p…

Reinforcement Learning