paper-with-me

Papers

Nemotron-Research-Tool-N1: Exploring Tool-Using Language Models with Reinforced Reasoning

2025-04-25 · Shaokun Zhang, Yi Dong, Jieyu Zhang, Jan Kautz, Bryan Catanzaro, Andrew Tao, Qingyun Wu, Zhiding Yu, Guilin Liu

Enabling large language models with external tools has become a pivotal strategy for extending their functionality beyond text space. To enhance LLMs' tool-calling abilities, previous approaches primarily rely on supervised fine-tuning (SFT) with trajectories distilled from stronger models, often resulting in imitative reasoning that limits generalization. In this work, we explore rule-based reinforcement learning to enhance tool-calling in LLMs, resulting in Nemotron-Research-Tool-N1, a series of tool-calling reasoning models. Rather than enforcing supervision over intermediate distilled reasoning traces, Tool-N1 is trained with a binary RL reward that assesses only the format validity and functional correctness of tool invocations. This lightweight supervision allows the model to develop reasoning strategies independently, without relying on annotated trajectories. Experiments on several major benchmarks show that Tool-N1-7B/14B clearly outperform GPT-4o. We conduct a systematic study on the design of rule-based reinforcement learning strategies for training tool-calling models. Using 5,518 distilled reasoning trajectories, we compare SFT, RL, and the SFT-then-RL pipeline, finding that the widely adopted SFT-then-RL paradigm does not necessarily outperform pure RL.

📄 PDF Abstract BibTeX arXiv:2505.00024

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…

Similar Papers 제목 키워드 기반

An Open Recipe for IMO Gold: Training Nemotron for Olympiad Mathematics

2026-09-09 · Ivan Moshkov, Stephen Ge, George Armstrong, Wei Du 외 hf

We study how model post-training and test-time inference design affect natural-language proof generation for hard olympiad mathematics. Starting from Nemotron 3 Ultra, we train two specialist checkpoints using supervised…

Reinforcement Learning

Nemotron-Math: Efficient Long-Context Distillation of Mathematical Reasoning from Multi-Mode Supervision

2025-12-17 · Wei Du, Shubham Toshniwal, Branislav Kisacanin, Sadegh Mahdavi 외 arxiv

High-quality mathematical reasoning supervision requires diverse reasoning styles, long-form traces, and effective tool integration, capabilities that existing datasets provide only in limited form. Leveraging the multi-…

Mathematical Reasoning

Nemotron-4 340B Technical Report

2024-06-17 · Nvidia, :, Bo Adler, Niket Agarwal 외

We release the Nemotron-4 340B model family, including Nemotron-4-340B-Base, Nemotron-4-340B-Instruct, and Nemotron-4-340B-Reward. Our models are open access under the NVIDIA Open Model License Agreement, a permissive mo…

Synthetic Data Generation

NVIDIA Nemotron 3: Efficient and Open Intelligence

2025-12-24 · NVIDIA, :, Aaron Blakeman, Aaron Grattafiori 외 arxiv

We introduce the Nemotron 3 family of models - Nano, Super, and Ultra. These models deliver strong agentic, reasoning, and conversational capabilities. The Nemotron 3 family uses a Mixture-of-Experts hybrid Mamba-Transfo…

Reinforcement LearningText Generation

NeMo-Aligner: Scalable Toolkit for Efficient Model Alignment

2024-05-02 · Gerald Shen, Zhilin Wang, Olivier Delalleau, Jiaqi Zeng 외

Aligning Large Language Models (LLMs) with human values and preferences is essential for making them helpful and safe. However, building efficient tools to perform alignment can be challenging, especially for the largest…

modelparameter-efficient fine-tuning