Multi-Path Collaborative Reasoning via Reinforcement Learning
Jindi Lv, Yuhao Zhou, Zheng Zhu, Xiaofeng Wang, Guan Huang, Jiancheng Lv
TL;DR
The paper addresses the deterministic nature of traditional Chain-of-Thought decoding by introducing M3PO, a multi-path collaborative reinforcement learning framework that runs parallel reasoning trajectories and lets them inform each other via a light-weight gating mechanism. By integrating cross-path insights during thinking steps and optimizing with a group-relative objective, M3PO achieves state-of-the-art performance on both knowledge-intensive and STEM reasoning benchmarks using compact models, while preserving efficiency and interpretability. Ablation studies confirm the importance of cross-path fusion and the need to balance intrinsic and peer-derived signals, with lambda and temperature acting as critical knobs. The work demonstrates that multi-path collaborative reasoning can robustly improve complex problem solving without adding parameter overhead, suggesting a practical path toward more reliable LLM reasoning systems.
Abstract
Chain-of-Thought (CoT) reasoning has significantly advanced the problem-solving capabilities of Large Language Models (LLMs), yet conventional CoT often exhibits internal determinism during decoding, limiting exploration of plausible alternatives. Recent methods attempt to address this by generating soft abstract tokens to enable reasoning in a continuous semantic space. However, we find that such approaches remain constrained by the greedy nature of autoregressive decoding, which fundamentally isolates the model from alternative reasoning possibilities. In this work, we propose Multi-Path Perception Policy Optimization (M3PO), a novel reinforcement learning framework that explicitly injects collective insights into the reasoning process. M3PO leverages parallel policy rollouts as naturally diverse reasoning sources and integrates cross-path interactions into policy updates through a lightweight collaborative mechanism. This design allows each trajectory to refine its reasoning with peer feedback, thereby cultivating more reliable multi-step reasoning patterns. Empirical results show that M3PO achieves state-of-the-art performance on both knowledge- and reasoning-intensive benchmarks. Models trained with M3PO maintain interpretability and inference efficiency, underscoring the promise of multi-path collaborative learning for robust reasoning.
