paper-with-me

홈 › Papers

Correct Answers from Sound Reasoning: Verifiable Process Supervision for Language Models

2026-04-03 · Kyuyoung Kim, Kevin Wang, Yunfei Xie, Peiyang Xu, Peiyao Sheng, Chen Wei, Zhangyang Wang, Jinwoo Shin, Pramod Viswanath, Sewoong Oh arxiv

Training language models to produce both correct answers and sound reasoning remains an open challenge. Reinforcement learning with verifiable rewards typically optimizes only final outcomes, which can lead to a failure mode where task accuracy improves while reasoning becomes less accurate, less complete, or even internally inconsistent. We propose verifiable process supervision (VPS), a post-training framework for verifiable domains that jointly optimizes prediction accuracy and reasoning quality. We first apply supervised fine-tuning to induce a structured reasoning format, enabling syntactic extraction of intermediate claims that are evaluated against ground-truth signals to form process-level rewards. To address the heterogeneous difficulty of reasoning subtasks, we introduce adaptive reward weighting that prioritizes components with the largest remaining errors, creating an implicit curriculum. We evaluate VPS on chess, a controlled testbed where reasoning steps can be deterministically verified against engine signals. While accuracy-only RL improves move accuracy, it sharply degrades reasoning quality, increasing win-rate error by up to 112% and reducing internal consistency by up to 69%. In contrast, VPS preserves accuracy while significantly improving reasoning quality, reducing win-rate error by up to 30% and restoring consistency to near saturation. At matched accuracy, judge evaluation also prefers the process-supervised models. A reasoning-space analysis further shows that, without a structured prior, accuracy-only RL converges to budget-dependent shortcuts rather than sound multi-step reasoning. These results show that VPS enables language models to reason both accurately and reliably in verifiable domains.

📄 PDF Abstract BibTeX arXiv:2605.12519

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

From Answers to States: Verifiable Process-Level Evaluation of Chemical Reasoning in Large Language Models

2026-06-02 · Hongyu Guo, Hao Li, He Cao, Gongbo Zhang 외 arxiv

Large language models are increasingly used as chemistry assistants, yet most chemistry benchmarks still score only final answers. This masks a critical failure mode: a model may output the correct molecule, product, or …

Self-Aligned Reward: Towards Effective and Efficient Reasoners

2025-09-05 · Peixuan Han, Adit Krishnan, Gerald Friedland, Jiaxuan You 외 arxiv

Reinforcement learning with verifiable rewards has significantly advanced reasoning in large language models (LLMs), but such signals remain coarse, offering only binary correctness feedback. This limitation often result…

Reinforcement Learning

Know What You Know: Metacognitive Entropy Calibration for Verifiable RL Reasoning

2026-02-26 · Qiannian Zhao, Chen Yang, Jinhao Jing, Yunke Zhang 외 arxiv

Large reasoning models (LRMs) have emerged as a powerful paradigm for solving complex real-world tasks. In practice, these models are predominantly trained via Reinforcement Learning with Verifiable Rewards (RLVR), yet m…

Reinforcement LearningQuestion Answering

Look as You Think: Unifying Reasoning and Visual Evidence Attribution for Verifiable Document RAG via Reinforcement Learning

2025-11-15 · Shuochen Liu, Pengfei Luo, Chao Zhang, Yuhao Chen 외 arxiv

Aiming to identify precise evidence sources from visual documents, visual evidence attribution for visual document retrieval-augmented generation (VD-RAG) ensures reliable and verifiable predictions from vision-language …

Reinforcement LearningQuestion Answering

Knowledge-to-Verification: Exploring RLVR for LLMs in Knowledge-Intensive Domains

2026-05-18 · Zhonghang Yuan, Zhefan Wang, Fang Hu, Zihong Chen 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) has demonstrated promising potential to enhance the reasoning capabilities of large language models (LLMs) in domains such as mathematics and coding. However, its app…

Reinforcement Learning