DialogueReason: Rule-Based RL Sparks Dialogue Reasoning in LLMs
Yubo Shu, Zhewei Huang, Xin Wu, Chen Hu, Shuchang Zhou, Daxin Jiang
TL;DR
The paper addresses the limitations of monologue-style reasoning in RL-powered large language models, notably reduced diversity and coherency when solving compound problems. It introduces DialogueReason, a dialogue-based reasoning pattern trained via PPO with rule-based rewards, enabling multiple agents and environments to orchestrate diverse yet coherent reasoning. To stress-test reasoning, it defines Compound-QA, concatenating multiple solvable subproblems and evaluating performance on MATH, AIME, and GPQA, where DialogueReason consistently outperforms monologue baselines as complexity rises. The work highlights improved interpretability, controllability, and potential for scalable multi-agent training, while outlining future directions to broaden domains and disentangle evaluation metrics for reasoning diversity and coherency.
Abstract
We propose DialogueReason, a reasoning paradigm that uncovers the lost roles in monologue-style reasoning models, aiming to boost diversity and coherency of the reasoning process. Recent advances in RL-based large reasoning models have led to impressive long CoT capabilities and high performance on math and science benchmarks. However, these reasoning models rely mainly on monologue-style reasoning, which often limits reasoning diversity and coherency, frequently recycling fixed strategies or exhibiting unnecessary shifts in attention. Our work consists of an analysis of monologue reasoning patterns and the development of a dialogue-based reasoning approach. We first introduce the Compound-QA task, which concatenates multiple problems into a single prompt to assess both diversity and coherency of reasoning. Our analysis shows that Compound-QA exposes weaknesses in monologue reasoning, evidenced by both quantitative metrics and qualitative reasoning traces. Building on the analysis, we propose a dialogue-based reasoning, named DialogueReason, structured around agents, environment, and interactions. Using PPO with rule-based rewards, we train open-source LLMs (Qwen-QWQ and Qwen-Base) to adopt dialogue reasoning. We evaluate trained models on MATH, AIME, and GPQA datasets, showing that the dialogue reasoning model outperforms monologue models under more complex compound questions. Additionally, we discuss how dialogue-based reasoning helps enhance interpretability, facilitate more intuitive human interaction, and inspire advances in multi-agent system design.
