paper-with-me

홈 › Papers

Reinforcing Multi-Turn Reasoning in LLM Agents via Fine-Grained Reward Structure and Credit Assignment

2025-05-17 · Quan Wei, Siliang Zeng, Chenliang Li, Zhongruo Wang, William Brown, Oana Frunza, Wei Deng, Anderson Schneider, Yuriy Nevmyvaka, Yang Katie Zhao, Alfredo Garcia, Mingyi Hong arxiv

Reinforcement Learning (RL) approaches have been wildly used to enhance the reasoning capabilities of Large Language Model (LLM) agents in long-horizon, multi-turn scenarios. Such interactions can be formalized as turn-level Markov decision processes (MDPs), where intermediate rewards are often available. However, most prior work relies on sparse trajectory-level rewards, resulting in poor credit assignment, while dense turn-level rewards remain underexplored. In this paper, we investigate how to effectively leverage dense turn-level reward structures in RL algorithms, specifically Group Relative Policy Optimization (GRPO) and Proximal Policy Optimization (PPO), to enable fine-grained credit assignment. We categorize reward structures into three types based on their granularity: (1) terminal reward; (2) delayed reward; (3) per-turn reward, each corresponding to a distinct turn-level MDP formulation, and derive GRPO and PPO algorithms tailored to each case, respectively. Experiments on multi-turn search and game agent tasks show that, for both GRPO and PPO, dense per-turn reward structures consistently outperform sparse terminal and delayed reward structures in terms of training dynamics and numerical results. Furthermore, on search tasks, PPO with dense per-turn rewards achieves greater training stability and faster convergence, and delivers the highest answer correctness among all state-of-the-art methods across diverse question-answering datasets.

📄 PDF Abstract BibTeX arXiv:2505.11821

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

VAGEN: Reinforcing World Model Reasoning for Multi-Turn VLM Agents

2025-10-19 · Kangrui Wang, Pingyue Zhang, Zihan Wang, Yaning Gao 외 arxiv

A key challenge in training Vision-Language Model (VLM) agents, compared to Language Model (LLM) agents, lies in the shift from textual states to complex visual observations. This transition introduces partial observabil…

Reinforcement Learning

Agent0: Unleashing Self-Evolving Agents from Zero Data via Tool-Integrated Reasoning

2025-11-20 · Peng Xia, Kaide Zeng, Jiaqi Liu, Can Qin 외 arxiv

Large Language Model (LLM) Agents, often trained with Reinforcement Learning (RL), are constrained by a dependency on human-curated data, limiting scalability and tethering AI to human knowledge. Existing self-evolution …

Reinforcement LearningMathematical Reasoning

Weak-Driven Learning: How Weak Agents make Strong Agents Stronger

2026-02-09 · Zehao Chen, Gongxun Li, Tianxiang Ai, Zixuan Huang 외 arxiv

As post-training optimization becomes central to improving large language models, we observe a persistent saturation bottleneck: once models grow highly confident, further training yields diminishing returns. While exist…

Mathematical ReasoningCode Generation

EvoGround: Self-Evolving Video Agents for Video Temporal Grounding

2026-05-13 · Minjoon Jung, Byoung-Tak Zhang, Lorenzo Torresani arxiv

Video temporal grounding (VTG) takes an untrimmed video and a natural-language query as input and localizes the temporal moment that best matches the query. Existing methods rely on large, task-specific datasets requirin…

MetaSpatial: Reinforcing 3D Spatial Reasoning in VLMs for the Metaverse

2025-03-24 · Zhenyu Pan, Han Liu

We present MetaSpatial, the first reinforcement learning (RL)-based framework designed to enhance 3D spatial reasoning in vision-language models (VLMs), enabling real-time 3D scene generation without the need for hard-co…

Layout GenerationReinforcement Learning (RL)Scene GenerationSpatial Reasoning