Multi-turn Training with Basic Human Feedback Helps Little on LLM Reasoning
Qiang Liu, Wuganjing Song, Zhenzhou Lin, Feifan Chen, Qiaolong Cai, Chen Li, Yongduo Sui
TL;DR
The paper investigates whether multi-turn training with basic human feedback improves LLM reasoning, focusing on complete-information tasks such as GSM8K. It defines three multi-turn training strategies (UACR, ULCR, UADR) and evaluates them against single-turn training using $K$-turn and Pass@$K$ assessments with GRPO-based RL. The main finding is that single-turn training generalizes well to both single- and multi-turn inference, while multi-turn training provides little to no benefit and can degrade single-turn reasoning. A key contribution is arguing that for complete-information tasks, robust single-turn training is preferable, and multi-turn feedback offers limited practical gains.
Abstract
The reasoning capabilities of Large Language Models (LLMs) are typically developed through the single-turn reinforcement learning, whereas real-world applications often involve multi-turn interactions with human feedback, leading to a potential mismatch between training and deployment conditions. In this work, we study whether multi-turn training with human feedback is necessary for reasoning tasks. We compare conventional single-turn training with three multi-turn strategies and reach contrary conclusions to previous research. We find that models trained in a single-turn setting generalize effectively to both single- and multi-turn evaluations, while models trained with multi-turn strategies exhibit a significant degradation in single-turn reasoning performance. These results suggest that for tasks with complete information, robust single-turn training remains more effective and reliable, as multi-turn training with basic feedback provides limited benefits and can even degrade reasoning capabilities.
