paper-with-me

Papers

Tool-Star: Empowering LLM-Brained Multi-Tool Reasoner via Reinforcement Learning

2025-05-22 · Guanting Dong, Yifei Chen, Xiaoxi Li, Jiajie Jin, Hongjin Qian, Yutao Zhu, Hangyu Mao, Guorui Zhou, Zhicheng Dou, Ji-Rong Wen

Recently, large language models (LLMs) have shown remarkable reasoning capabilities via large-scale reinforcement learning (RL). However, leveraging the RL algorithm to empower effective multi-tool collaborative reasoning in LLMs remains an open challenge. In this paper, we introduce Tool-Star, an RL-based framework designed to empower LLMs to autonomously invoke multiple external tools during stepwise reasoning. Tool-Star integrates six types of tools and incorporates systematic designs in both data synthesis and training. To address the scarcity of tool-use data, we propose a general tool-integrated reasoning data synthesis pipeline, which combines tool-integrated prompting with hint-based sampling to automatically and scalably generate tool-use trajectories. A subsequent quality normalization and difficulty-aware classification process filters out low-quality samples and organizes the dataset from easy to hard. Furthermore, we propose a two-stage training framework to enhance multi-tool collaborative reasoning by: (1) cold-start fine-tuning, which guides LLMs to explore reasoning patterns via tool-invocation feedback; and (2) a multi-tool self-critic RL algorithm with hierarchical reward design, which reinforces reward understanding and promotes effective tool collaboration. Experimental analyses on over 10 challenging reasoning benchmarks highlight the effectiveness and efficiency of Tool-Star. The code is available at https://github.com/dongguanting/Tool-Star.

📄 PDF Abstract BibTeX arXiv:2505.16410

Code (1)

dongguanting/tool-star 공식 구현 pytorch

Tasks

Reinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Scatterbrained: A flexible and expandable pattern for decentralized machine learning

2021-12-14 · Miller Wilt, Jordan K. Matelsky, Andrew S. Gearhart

Federated machine learning is a technique for training a model across multiple devices without exchanging data between them. Because data remains local to each compute node, federated learning is well-suited for use-case…

BIG-bench Machine LearningFederated Learning

Large Language Model-Brained GUI Agents: A Survey

2024-11-27 · Chaoyun Zhang, Shilin He, Jiaxu Qian, Bowen Li 외

GUIs have long been central to human-computer interaction, providing an intuitive and visually-driven way to access and interact with digital systems. The advent of LLMs, particularly multimodal models, has ushered in a …

Code GenerationLanguage ModelingLanguage ModellingLarge Language Model+3

Interpretability, Then What? Editing Machine Learning Models to Reflect Human Knowledge and Values

2022-06-30 · Zijie J. Wang, Alex Kale, Harsha Nori, Peter Stella 외

Machine learning (ML) interpretability techniques can reveal undesirable patterns in data that models exploit to make predictions--potentially causing harms once deployed. However, how to take action to address these pat…

Additive modelsBIG-bench Machine LearningModel Editing

Data analysis from empirical moments and the Christoffel function

2018-10-19 · Edouard Pauwels, Mihai Putinar, Jean-Bernard Lasserre

Spectral features of the empirical moment matrix constitute a resourceful tool for unveiling properties of a cloud of points, among which, density, support and latent structures. It is already well known that the empiric…

Agent Memory Distillation: Empowering Small LLM Agents with Hierarchical Teacher Memory

2026-08-07 · Taeil Kim, Kangsan Kim, Sung Ju Hwang hf

Memory systems have shown promise for improving agent performance, but their potential remains largely unexplored for small language models, which struggle to generate sufficient successful trajectories on their own. We …