paper-with-me

홈 › Papers

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

2025-10-13 · Beining Wang, Weihang Su, Hongtao Tian, Tao Yang, Yujia Zhou, Ting Yao, Qingyao Ai, Yiqun Liu 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, often propagating flawed reasoning and suffering from sparse reward signals. While process-level reward models (PRMs) provide denser, step-by-step feedback, they lack generalizability and interpretability, requiring task-specific segmentation of the reasoning process. To this end, we propose the Dimension-level Reward Model (DRM), a new supervision framework that bridges the gap between these two approaches. DRM evaluates the quality of a reasoning process along three fundamental, complementary, and interpretable dimensions: Confidence for uncertainty calibration, Relevance for semantic alignment, and Coherence for logical consistency. Together, these dimensions capture aspects beyond final answer correctness and enable interpretable assessment without requiring ground truth answers. Experimental results show that DRM provides effective supervision signals, guides the optimization of LLMs and enhances their reasoning ability. In particular, DRM-supervised training achieves consistent gains on both in-distribution and out-of-distribution open-domain tasks, including mathematics, question answering, code execution, and puzzles. Our findings demonstrate that multidimensional supervision of the reasoning process can improve the generalized reasoning ability of LLMs beyond the training distribution.

📄 PDF Abstract BibTeX arXiv:2510.11457

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningQuestion Answering

Similar Papers 제목 키워드 기반

HCNQA: Enhancing 3D VQA with Hierarchical Concentration Narrowing Supervision

2025-07-02 · Shengli Zhou, Jianuo Zhu, Qilin Huang, Fangjing Wang 외 arxiv

3D Visual Question-Answering (3D VQA) is pivotal for models to perceive the physical world and perform spatial reasoning. Answer-centric supervision is a commonly used training method for 3D VQA models. Many models that …

Spatial Reasoning

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…

ProcessThinker: Enhancing Multi-modal Large Language Models Reasoning via Rollout-based Process Reward

2026-04-23 · Jingpei Wu, Xiao Han, Weixiang Shen, Boer Zhang 외 arxiv

Visual question answering increasingly requires multi-step reasoning. Recent post-training with reinforcement learning under verifiable rewards (RLVR) and Group Relative Policy Optimization (GRPO) can improve multimodal …

Visual Question AnsweringReinforcement LearningMultimodal ReasoningLogical Reasoning

Balanced Thinking: Improving Chain of Thought Training in Vision Language Models

2026-03-19 · Shaked Perek, Ben Wiesel, Avihu Dekel, Nimrod Shabtay 외 arxiv

Multimodal reasoning in vision-language models (VLMs) typically relies on a two-stage process: supervised fine-tuning (SFT) and reinforcement learning (RL). In standard SFT, all tokens contribute equally to the loss, eve…

Reinforcement LearningMultimodal Reasoning

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