paper-with-me

Papers

Demystifying Reinforcement Learning in Agentic Reasoning

2025-10-13 · Zhaochen Yu, Ling Yang, Jiaru Zou, Shuicheng Yan, Mengdi Wang arxiv

Recently, the emergence of agentic RL has showcased that RL could also effectively improve the agentic reasoning ability of LLMs, yet the key design principles and optimal practices remain unclear. In this work, we conduct a comprehensive and systematic investigation to demystify reinforcement learning in agentic reasoning from three key perspectives: data, algorithm, and reasoning mode. We highlight our key insights: (i) Replacing stitched synthetic trajectories with real end-to-end tool-use trajectories yields a far stronger SFT initialization; high-diversity, model-aware datasets sustain exploration and markedly improve RL performance. (ii) Exploration-friendly techniques are crucial for agentic RL, such as clip higher, overlong reward shaping, and maintaining adequate policy entropy could improve the training efficiency. (iii) A deliberative strategy with fewer tool calls outperforms frequent tool calls or verbose self-reasoning, improving tool efficiency and final accuracy. Together, these simple practices consistently enhance agentic reasoning and training efficiency, achieving strong results on challenging benchmarks with smaller models, and establishing a practical baseline for future agentic RL research. Beyond these empirical insights, we further contribute a high-quality, real end-to-end agentic SFT dataset along with a high-quality RL dataset, and demonstrate the effectiveness of our insights in boosting the agentic reasoning ability of LLMs across four challenging benchmarks, including AIME2024/AIME2025, GPQA-Diamond, and LiveCodeBench-v6. With our recipes, 4B-sized models could also achieve superior agentic reasoning performance compared to 32B-sized models. Code and models: https://github.com/Gen-Verse/Open-AgentRL

📄 PDF Abstract BibTeX arXiv:2510.11701

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Agentic Reasoning and Tool Integration for LLMs via Reinforcement Learning

2025-04-28 · Joykirat Singh, Raghav Magazine, Yash Pandya, Akshay Nambi

Large language models (LLMs) have achieved remarkable progress in complex reasoning tasks, yet they remain fundamentally limited by their reliance on static internal knowledge and text-only reasoning. Real-world problem …

Mathematical Reasoning

Beyond Correctness: Rewarding Faithful Reasoning in Retrieval-Augmented Generation

2025-10-15 · Zhichao Xu, Zongyu Wu, Yun Zhou, Aosong Feng 외 arxiv

Inspired by the success of reinforcement learning (RL) in Large Language Model (LLM) training for domains like math and code, recent work has begun training LLMs to dynamically plan, query, and reason with search engines…

Reinforcement Learning

Scaling Agentic Reinforcement Learning for Tool-Integrated Reasoning in VLMs

2025-11-24 · Meng Lu, Ran Xu, Yi Fang, Wenxuan Zhang 외 arxiv

While recent vision-language models (VLMs) demonstrate strong image understanding, their ability to "think with images", i.e., to reason through multi-step visual interactions, remains limited. We introduce VISTA-Gym, a …

Reinforcement LearningMultimodal ReasoningVisual Reasoning

Demystifying the Lifecycle of Failures in Platform-Orchestrated Agentic Workflows

2025-09-28 · Xuyan Ma, Xiaofei Xie, Yawen Wang, Junjie Wang 외 arxiv

Agentic workflows built on low-code orchestration platforms enable rapid development of multi-agent systems, but they also introduce new and poorly understood failure modes that hinder reliability and maintainability. Un…

Multimodal Reinforcement Learning with Adaptive Verifier for AI Agents

2025-12-03 · Reuben Tan, Baolin Peng, Zhengyuan Yang, Hao Cheng 외 arxiv

Agentic reasoning models trained with multimodal reinforcement learning (MMRL) have become increasingly capable, yet they are almost universally optimized using sparse, outcome-based rewards computed based on the final a…

Reinforcement LearningMultimodal ReasoningSpatial Reasoning