paper-with-me

홈 › Papers

ToolExpander: Extending the Frontiers of Tool-Using Reinforcement Learning to Weak LLMs

2025-10-09 · Fu Chen, Peng Wang, Xiyin Li, Wen Li, Shichi Lei, Dongdong Xiang arxiv

Training Large Language Models (LLMs) with Group Relative Policy Optimization (GRPO) encounters a significant challenge: models often fail to produce accurate responses, particularly in small-scale architectures. This limitation not only diminishes performance improvements and undermines the potential of GRPO but also frequently leads to mid-training collapse, adversely affecting stability and final efficacy. To address these issues, we propose ToolExpander, a novel framework that advances tool-oriented reinforcement learning for resource-constrained LLMs through two key innovations:(1) Dynamic Multi-Round Hard Sampling, which dynamically substitutes challenging samples(those without correct outputs over 10 rollouts) with high-quality few-shot demonstrations during training, coupled with an exponential learning rate decay strategy to mitigate oscillations;(2) Self-Exemplifying Thinking, an enhanced GRPO framework that eliminates KL divergence and incorporates adjusted clipping coefficients, encouraging models to autonomously generate and analyze few-shot examples via a minimal additional reward (0.01).Experimental results demonstrate that ToolExpander significantly enhances tool-using capabilities in LLMs, especially in weaker small-scale models, improving both training stability and overall performance.

📄 PDF Abstract BibTeX arXiv:2510.07737

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Explaining the emergence of land-use frontiers

2024-02-19 · Patrick Meyfroidt, Dilini Abeygunawardane, Matthias Baumann, Adia Bey 외

Land use expansion is linked to major sustainability concerns including climate change, food security and biodiversity loss. This expansion is largely concentrated in so-called frontiers, defined here as places experienc…

Friction

Comparing Knowledge-based Reinforcement Learning to Neural Networks in a Strategy Game

2019-01-15 · Liudmyla Nechepurenko, Viktor Voss, Vyacheslav Gritsenko

The paper reports on an experiment, in which a Knowledge-Based Reinforcement Learning (KB-RL) method was compared to a Neural Network (NN) approach in solving a classical Artificial Intelligence (AI) task. In contrast to…

Game of Goreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Divergence Frontiers for Generative Models: Sample Complexity, Quantization Effects, and Frontier Integrals

2021-06-15 · NeurIPS 2021 12 · Lang Liu, Krishna Pillutla, Sean Welleck, Sewoong Oh 외

The spectacular success of deep generative models calls for quantitative tools to measure their statistical performance. Divergence frontiers have recently been proposed as an evaluation framework for generative models, …

DiversityQuantization

Reward Modeling with Weak Supervision for Language Models

2024-10-28 · Ben Hauptvogel, Malte Ostendorff, Georg Rehm, Sebastian Möller

Recent advancements in large language models (LLMs) have led to their increased application across various tasks, with reinforcement learning from human feedback (RLHF) being a crucial part of their training to align res…

reinforcement-learningReinforcement Learning

Statistical Inference in Reinforcement Learning: A Selective Survey

2025-02-22 · Chengchun Shi

Reinforcement learning (RL) is concerned with how intelligence agents take actions in a given environment to maximize the cumulative reward they receive. In healthcare, applying RL algorithms could assist patients in imp…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Survey