Nemotron-RL-Lightning-Training-Blend
收藏资源简介:
该数据集是用于公开的 Nemotron-3.5-Lightning 后训练配方中可验证奖励强化学习(RLVR)阶段的训练数据混合。该混合数据通过 NeMo Gym 代理框架被 NeMo RL 训练配方使用,其中每个提示都与一个返回可验证或基于裁判奖励的代理/环境配对。混合数据将 NVIDIA 发布的数据集与多个外部数据集相结合,包括 nvidia/Nemotron-RL-Agentic-Conversational-Tool-Use-v1、nebius/SWE-rebench-V2 + SWE-Gym/SWE-Gym、nvidia/Nemotron-RL-instruction_following 等(共 16 个组件)。数据集规模为 92,684 个样本,总大小约 3.9 GB,模态为文本,格式为 JSONL(NeMo Gym 提示/代理记录),包含文本和元数据。数据收集和标注方法为混合(人工、合成和自动)。该数据集适用于商业或非商业用途,旨在供研究者和开发者使用 NeMo RL 配方和 NeMo Gym 代理框架对大型语言模型进行强化学习后训练。数据混合使用课程技术进行预处理,样本按通过率从高到低(从易到难)排序,以确保平衡的学习进度。
This dataset is a training data mixture for the verifiable reward reinforcement learning (RLVR) stage in the publicly available Nemotron-3.5-Lightning post-training recipe. The mixture is used by the NeMo RL training recipe through the NeMo Gym agent framework, where each prompt is paired with an agent/environment that returns a verifiable or judge-based reward. The mixture combines datasets released by NVIDIA with several external datasets, including nvidia/Nemotron-RL-Agentic-Conversational-Tool-Use-v1, nebius/SWE-rebench-V2 + SWE-Gym/SWE-Gym, nvidia/Nemotron-RL-instruction_following, etc. (16 components in total). The dataset size is 92,684 samples, total size approximately 3.9 GB, modality is text, format is JSONL (NeMo Gym prompt/agent records), containing text and metadata. Data collection and annotation methods are mixed (human, synthetic, and automatic). The dataset is suitable for commercial or non-commercial use and is intended for researchers and developers to perform reinforcement learning post-training on large language models using NeMo RL recipes and NeMo Gym agent framework. The data mixture is preprocessed using curriculum techniques, with samples sorted by pass rate from high to low (easy to difficult) to ensure balanced learning progress.
数据集概述:Nemotron-RL-Lightning-Training-Blend
基本信息
- 数据集所有者:NVIDIA Corporation
- 创建时间:2026-08-04,最后修改于 2026-08-06
- 许可证:采用多重许可,包括 CC BY-SA 4.0、CC BY 4.0、ODC-BY 1.0、MIT 和 Apache 2.0
- 语言:英语
- 任务类型:文本生成
数据集描述
该数据集提供了公开的 Nemotron-3.5-Lightning 后训练配方中**可验证奖励强化学习(RLVR)**阶段所使用的训练数据混合集。该混合集通过 NeMo Gym 代理框架被 NeMo RL 训练配方使用,其中每个提示与一个代理/环境配对,该环境返回可验证或基于评判的奖励。该数据集可用于商业或非商业用途。
数据组成
数据集由 NVIDIA 发布的多个数据集与若干外部数据集混合而成,共包含 16 个组成成分,各成分占比如下:
| 数据集组件 | 占比 |
|---|---|
| Nemotron-RL-Agentic-Conversational-Tool-Use-v1 | 17.51% |
| nebius/SWE-rebench-V2 + SWE-Gym/SWE-Gym | 16.19% |
| Nemotron-RL-instruction_following | 11.64% |
| Nemotron-RLHF-GenRM-v1 | 10.41% |
| Nemotron-RL-coding-competitive_coding | 9.11% |
| Nemotron-RL-Math-v4 | 5.67% |
| Nemotron-RL-Safety-v1 | 5.20% |
| Nemotron-RL-Instruction-Following-MultiTurnChat-v1 | 4.48% |
| Nemotron-RL-QA-Abstention-v1 | 4.48% |
| Nemotron-SFT-Science-v2 | 2.39% |
| Nemotron-RL-knowledge-mcqa | 2.38% |
| Nemotron-RL-Instruction-Following-Structured-Outputs-v2 | 2.37% |
| Nemotron-RL-Instruction-Following-Free-Form-Formatting-v1 | 2.37% |
| Nemotron-RL-Agentic-Function-Calling-Pivot-v1 | 2.34% |
| Nemotron-RL-Instruction-Following-Citation-Formatting-v1 | 2.33% |
| Nemotron-RL-Instruction-Following-Calendar-v2 | 1.13% |
数据准备
对于混合集中的 BytedTsinghua-SIA/DAPO-Math-17k 和 Skywork/Skywork-OR1-RL-Data 数据,采用占位符引用原始数据集中的条目,使用 fill_placeholders.py 脚本可从原始数据集下载数据。用户须自行检查各数据集许可证是否符合预期用途。该混合集采用课程学习技术进行预处理,样本按通过率从高到低(易到难)排序。
数据特征
- 数据收集方法:混合方式(人工 + 合成)
- 标注方法:混合方式(人工 + 合成 + 自动化)
- 模态:文本
- 格式:JSONL(NeMo Gym 提示/代理记录),包含文本和元数据
数据规模
- 样本数:92,684 条
- 大小:约 3.9 GB
预期用途
该数据集面向使用 NeMo RL 配方和 NeMo Gym 代理框架对大型语言模型进行强化学习后训练的研究人员和开发者,具体端到端操作可参考 Nemotron-3.5-Lightning 训练指南。
参考链接
- NeMo RL:https://github.com/NVIDIA-NeMo/RL
- NeMo Gym:https://github.com/NVIDIA-NeMo/Gym
- Nemotron-3.5-Lightning 训练指南:https://docs.nvidia.com/nemo/rl/nightly/guides/models/nemotron/nemotron-3.5-lightning.html
伦理考量
NVIDIA 认为可信赖的 AI 是共同责任,并已建立相关策略和实践以支持广泛的 AI 应用开发。开发者应与内部团队合作,确保该数据集满足相关行业和用例的需求,并处理不可预见的滥用风险。质量问题、风险、安全漏洞或 NVIDIA AI 问题可通过 https://www.nvidia.com/en-us/support/submit-security-vulnerability/ 报告。




