paper-with-me

Papers

Multi-turn Training with Basic Human Feedback Helps Little on LLM Reasoning

2025-10-24 · Qiang Liu, Wuganjing Song, Zhenzhou Lin, Feifan Chen, Qiaolong Cai, Chen Li, Yongduo Sui arxiv

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.

📄 PDF Abstract BibTeX arXiv:2510.21339

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

DRESS: Instructing Large Vision-Language Models to Align and Interact with Humans via Natural Language Feedback

2023-11-16 · CVPR 2024 1 · Yangyi Chen, Karan Sikka, Michael Cogswell, Heng Ji 외

We present DRESS, a large vision language model (LVLM) that innovatively exploits Natural Language feedback (NLF) from Large Language Models to enhance its alignment and interactions by addressing two key limitations in …

Language Modelling

MURPHY: Feedback-Aware GRPO with Retrospective Credit Assignment for Multi-Turn Code Generation

2025-11-11 · Chanakya Ekbote, Vijay Lingam, Sujay Sanghavi, Jun Huan 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has become a standard recipe for post-training LLMs on reasoning tasks, with Group Relative Policy Optimization (GRPO) emerging as a leading approach. However, GRPO a…

Reinforcement LearningCode Generation

HRLAIF: Improvements in Helpfulness and Harmlessness in Open-domain Reinforcement Learning From AI Feedback

2024-03-13 · Ang Li, Qiugen Xiao, Peng Cao, Jian Tang 외

Reinforcement Learning from AI Feedback (RLAIF) has the advantages of shorter annotation cycles and lower costs over Reinforcement Learning from Human Feedback (RLHF), making it highly efficient during the rapid strategy…

Language ModellingLarge Language ModelRed Teamingreinforcement-learning+2

A Simple "Try Again" Can Elicit Multi-Turn LLM Reasoning

2025-07-18 · Licheng Liu, Zihan Wang, Linjie Li, Chenwei Xu 외 arxiv

Multi-turn problem solving is critical yet challenging for Large Reasoning Models (LRMs) to reflect on their reasoning and revise from feedback. Existing Reinforcement Learning (RL) methods train large reasoning models o…

Reinforcement Learning

MINT: Evaluating LLMs in Multi-turn Interaction with Tools and Language Feedback

2023-09-19 · Xingyao Wang, Zihan Wang, Jiateng Liu, Yangyi Chen 외

To solve complex tasks, large language models (LLMs) often require multiple rounds of interactions with the user, sometimes assisted by external tools. However, current evaluation protocols often emphasize benchmark perf…

Decision Making