paper-with-me

홈 › Papers

Adaptive Tool Generation with Models as Tools and Reinforcement Learning

2025-10-08 · Chenpeng Wang, Xiaojie Cheng, Chunye Wang, Linfeng Yang, Lei Zhang arxiv

Tool-augmented language models have demonstrated strong capabilities, but their reliance on live API access creates scalability and reliability challenges during training and deployment. We propose MTR, a simulation-first training framework for tool-augmented reasoning. Instead of relying on live APIs, MTR learns from complete ReAct traces with schema-validated, simulated observations. Our approach operates through a multi-agent architecture where a ToolMaker generates task-specific, OpenAI-compatible tool interfaces, an AutoAgent produces structured think-act-observe sequences, and a ToolActor simulates realistic responses. Training proceeds in two stages: Stage-1 Supervised Fine-Tuning (SFT) teaches 'trace grammar' from complete reasoning sequences; Stage-2 Group Relative Policy Optimization (GRPO) optimizes strategy with a composite trace reward that balances answer correctness and internal consistency. Across four multi-hop QA benchmarks (HotpotQA, MuSiQue, 2WikiMultiHopQA, Bamboogle), MTR attains competitive Exact Match (EM) scores to live-API systems and excels on reasoning-intensive tasks, suggesting that effective tool reasoning can be learned from structured traces without live interactions.

📄 PDF Abstract BibTeX arXiv:2510.06825

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

OpenThinkIMG: Learning to Think with Images via Visual Tool Reinforcement Learning

2025-05-13 · Zhaochen Su, Linjie Li, Mingyang Song, Yunzhuo Hao 외

While humans can flexibly leverage interactive visual cognition for complex problem-solving, enabling Large Vision-Language Models (LVLMs) to learn similarly adaptive behaviors with visual tools remains challenging. A si…

Reinforcement Learning (RL)Visual Reasoning

PEARL: Plan Exploration and Adaptive Reinforcement Learning for Multihop Tool Use

2026-01-28 · Qihao Wang, Mingzhe Lu, Jiayue Wu, Yue Hu 외 arxiv

Large Language Models show great potential with external tools, but face significant challenges in complex, multi-turn tool invocation. They often exhibit weak planning, tool hallucination, erroneous parameter generation…

Reinforcement Learning

Learning Tool-Aware Adaptive Compliant Control for Autonomous Regolith Excavation

2025-09-05 · Andrej Orsula, Matthieu Geist, Miguel Olivares-Mendez, Carol Martinez arxiv

Autonomous regolith excavation is a cornerstone of in-situ resource utilization for a sustained human presence beyond Earth. However, this task is fundamentally hindered by the complex interaction dynamics of granular me…

Reinforcement Learning

VideoGen-Agent: Reinforcing Video Generation Agents

2026-09-21 · Binxu Li, Haoyi Duan, Yuhui Zhang, Yaohui Zhang 외 hf

Recent advances in video generative models have enabled high-fidelity, temporally coherent video generation. However, these models often struggle to satisfy prompts requiring specialized knowledge, specific identities, p…

Reinforcement LearningVideo Generation

GATE: Graph-based Adaptive Tool Evolution Across Diverse Tasks

2025-02-20 · Jianwen Luo, Yiming Huang, Jinxiang Meng, Fangyu Lei 외

Large Language Models (LLMs) have shown great promise in tool-making, yet existing frameworks often struggle to efficiently construct reliable toolsets and are limited to single-task settings. To address these challenges…

Code GenerationMathMinecraft