paper-with-me

Papers

Multi-Path Collaborative Reasoning via Reinforcement Learning

2025-12-01 · Jindi Lv, Yuhao Zhou, Zheng Zhu, Xiaofeng Wang, Guan Huang, Jiancheng Lv arxiv

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.

📄 PDF Abstract BibTeX arXiv:2512.01485

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Learning to Walk with Dual Agents for Knowledge Graph Reasoning

2021-12-23 · Denghui Zhang, Zixuan Yuan, Hao liu, Xiaodong Lin 외

Graph walking based on reinforcement learning (RL) has shown great success in navigating an agent to automatically complete various reasoning tasks over an incomplete knowledge graph (KG) by exploring multi-hop relationa…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Collaborative Policy Learning for Open Knowledge Graph Reasoning

2019-08-31 · IJCNLP 2019 11 · Cong Fu, Tong Chen, Meng Qu, Woojeong Jin 외

In recent years, there has been a surge of interests in interpretable graph reasoning methods. However, these models often suffer from limited performance when working on sparse and incomplete graphs, due to the lack of …

Reinforcement Learning

CoMM: Collaborative Multi-Agent, Multi-Reasoning-Path Prompting for Complex Problem Solving

2024-04-26 · Pei Chen, Boran Han, Shuai Zhang

Large Language Models (LLMs) have shown great ability in solving traditional natural language tasks and elementary reasoning tasks with appropriate prompting techniques. However, their ability is still limited in solving…

Collaborative Reasoning on Multi-Modal Semantic Graphs for Video-Grounded Dialogue Generation

2022-10-22 · Xueliang Zhao, Yuxuan Wang, Chongyang Tao, Chenshuo Wang 외

We study video-grounded dialogue generation, where a response is generated based on the dialogue context and the associated video. The primary challenges of this task lie in (1) the difficulty of integrating video data i…

Dialogue GenerationMulti-agent Reinforcement Learning

Learning from Self-Debate: Preparing Reasoning Models for Multi-Agent Debate

2026-01-29 · Chenxi Liu, Yanshuo Chen, Ruibo Chen, Tianyi Xiong 외 arxiv

The reasoning abilities of large language models (LLMs) have been substantially improved by reinforcement learning with verifiable rewards (RLVR). At test time, collaborative reasoning through Multi-Agent Debate (MAD) ha…

Reinforcement Learning