Nemotron-RL-Science-v1
收藏资源简介:
Nemotron-RL-Science-v1 是一个用于科学推理的强化学习(RL)数据集,由 NVIDIA Corporation 创建并发布。该数据集旨在支持训练具有可验证奖励的策略模型,特别适用于提升大语言模型在科学领域的推理和问题解决能力。内容涵盖物理学、生物学和化学三个核心 STEM 领域,问题形式为开放式问答。每个样本不仅包含问题文本和参考答案,还提供了完整的可验证 RL 环境配置,包括智能体提示词、工具定义、智能体/验证器参考以及用于从模型响应中提取最终答案的正则表达式模板。数据集包含两种推理生成设置:一是无需外部工具的链式推理,二是允许使用 Python 工具进行问题求解。答案的正确性通过一个等效的 LLM 评判器来验证,该评判器会比较策略模型提取的答案与参考答案。数据集包含一个名为 SO OpenQ 的子集,该子集包含 150,644 条数据记录(总计约 0.25 GB),这些开放式问题衍生自 Stack Exchange 平台。数据以 JSONL 格式存储,每条记录包含唯一标识符、问题、预期答案、RL rollout 参数、智能体引用、答案提取模板、验证器类型、问题类型、元数据(如主题、子主题及 Stack Exchange 的归属信息)和许可证等字段。根据统计,数据在领域上以物理学为主,在生成方式上,使用 Python 工具和纯链式推理的样本数量大致相当。数据集采用 CC BY-SA 4.0 许可证,允许商业和非商业用途,主要面向从事强化学习与大语言模型结合研究的工程师和团队。
Nemotron-RL-Science-v1 is a reinforcement learning (RL) dataset for scientific reasoning, created and released by NVIDIA Corporation. It is designed to support training policy models with verifiable rewards, particularly for enhancing the reasoning and problem-solving abilities of large language models in scientific domains. The dataset covers three core STEM fields: physics, biology, and chemistry, with questions in an open-ended Q&A format. Each sample includes not only the question text and reference answer but also a complete verifiable RL environment configuration, including agent prompts, tool definitions, agent/validator references, and regex templates for extracting final answers from model responses. The dataset features two different reasoning generation settings: one is chain-of-thought reasoning without external tools, and the other allows problem-solving using Python tools. Answer correctness is verified by an equivalent LLM judge that compares the policy models extracted answer with the reference answer. The dataset includes a subset named SO OpenQ, which contains 150,644 data records (approximately 0.25 GB in total), derived from open-ended questions on the Stack Exchange platform. Data is stored in JSONL format, with each record containing fields such as a unique identifier, question, expected answer, RL rollout parameters, agent reference, answer extraction template, validator type, question type, metadata (e.g., topic, subtopic, and Stack Exchange attribution), and license. According to statistics, the data is predominantly in the physics domain, and the number of samples using Python tools versus pure chain-of-thought reasoning is roughly balanced. The dataset uses the CC BY-SA 4.0 license, permitting both commercial and non-commercial use, and is primarily targeted at engineers and teams engaged in research combining reinforcement learning with large language models.
数据集概述
名称: Nemotron-RL-Science-v1
发布方: NVIDIA Corporation
创建日期: 2026年5月13日
许可证: CC BY-SA 4.0
语言: 英语
任务类别: 文本生成
标签: physics, biology, chemistry, STEM, science, reinforcement-learning, RL, text, Nemotron_3_Ultra, blend
数据集描述
Nemotron-RL-Science-v1 是一个面向科学推理的强化学习(RL)数据集。每个样本包含一个问题、一个参考答案以及一个可验证的RL环境配置(包括智能体提示、智能体/验证器参考、答案提取模板),支持使用可验证奖励训练策略模型。数据集覆盖三个领域(物理、生物、化学)、开放问题(OpenQ)格式,以及两种生成方式:无工具的思维链推理和Python工具使用。答案通过等价性LLM裁判将策略模型的提取答案与参考答案进行比对来验证。
数据子集
本数据集包含一个子集:
- SO OpenQ: 源自Stack Exchange的开放问题,涵盖物理、生物和化学领域。
预期用途
本数据集适用于从事大型语言模型RL训练和开发的工程师与研究人员,旨在提升模型的科学推理和问题解决能力。适合在基于科学模型的开发流程中,结合可验证奖励进行RL训练。
数据特征
- 数据收集方法: 混合(合成 + 自动化)
- 标注方法: 自动化
- 模态: 文本
- 格式: JSONL
- 结构: 文本 + 元数据
每条记录字段
| 字段 | 说明 |
|---|---|
uuid |
唯一样本标识符 |
problem |
问题文本 |
expected_answer |
验证器使用的参考答案 |
responses_create_params |
RL roll-out 的智能体提示(input)和工具(tools) |
agent_ref |
示例路由到的智能体/验证器(CoT使用equivalence_llm_judge_simple_agent,工具使用使用ns_tools_simple_agent) |
template_metadata.output_regex |
用于从策略模型输出中提取最终答案的正则表达式 |
verifier_type |
用于奖励计算的验证器类型 |
question_type |
固定为 open |
metadata |
包含领域(topic)、子领域(subtopic)及Stack Exchange归属信息(QuestionLink, QuestionOwnerLink, QuestionOwnerName, AnswerOwnerLink, AnswerOwnerName) |
license |
内容许可证(CC BY-SA 4.0) |
数据量化
| 子集 | 行数 | 大小 |
|---|---|---|
| SO OpenQ | 150,644 | 0.25 GB |
| 总计 | 150,644 | 0.25 GB |
领域分布:
| 领域 | 行数 |
|---|---|
| 物理 | 121,216 |
| 化学 | 18,852 |
| 生物 | 10,576 |
生成方式分布:
| 方式 | 智能体 | 行数 |
|---|---|---|
| Python工具使用 | ns_tools_simple_agent |
90,566 |
| 思维链(无工具) | equivalence_llm_judge_simple_agent |
60,078 |
伦理考量
NVIDIA 认为可信AI是共同责任,已建立相关政策和实践以支持各类AI应用的开发。开发者应与内部团队协作,确保数据集满足特定行业与用例的需求,并防范产品误用。如发现质量、风险、安全漏洞或AI相关顾虑,请通过NVIDIA官方渠道报告。




