Efficient Paths and Dense Rewards: Probabilistic Flow Reasoning for Large Language Models
Yan Liu, Feng Zhang, Zhanyu Ma, Jun Xu, Jiuchong Gao, Jinghua Hao, Renqing He, Han Liu, Yangdong Deng
TL;DR
CoT-Flow reframes chain-of-thought reasoning as a continuous probabilistic flow, introducing Probabilistic Flow Progress to quantify step-level information gain. It enables train-free greedy flow decoding and flow-based reinforcement learning with dense, verifier-free rewards, achieving a favorable balance between accuracy and inference efficiency on challenging math and general reasoning benchmarks. The approach couples principled velocity signals with a stop-gradient mechanism and a time-weighted flow objective, yielding more concise and informative reasoning trajectories and robust optimization. Empirical results show substantial improvements in difficult tasks (e.g., AIME 2024) and a Pareto-frontier advancement in efficiency, suggesting practical impact for scalable reasoning with large language models.
Abstract
High-quality chain-of-thought has demonstrated strong potential for unlocking the reasoning capabilities of large language models. However, current paradigms typically treat the reasoning process as an indivisible sequence, lacking an intrinsic mechanism to quantify step-wise information gain. This granularity gap manifests in two limitations: inference inefficiency from redundant exploration without explicit guidance, and optimization difficulty due to sparse outcome supervision or costly external verifiers. In this work, we propose CoT-Flow, a framework that reconceptualizes discrete reasoning steps as a continuous probabilistic flow, quantifying the contribution of each step toward the ground-truth answer. Built on this formulation, CoT-Flow enables two complementary methodologies: flow-guided decoding, which employs a greedy flow-based decoding strategy to extract information-efficient reasoning paths, and flow-based reinforcement learning, which constructs a verifier-free dense reward function. Experiments on challenging benchmarks demonstrate that CoT-Flow achieves a superior balance between inference efficiency and reasoning performance.
