Nemotron-RL-Multichallenge-v1
收藏资源简介:
Nemotron-RL-Multichallenge-v1是一个用于强化学习的数据集,旨在提升大型语言模型在多轮对话中的质量,特别是在推理记忆、指令保持、可靠版本编辑和自我一致性等方面。该数据集包含手动收集和合成增强的多挑战任务,采用VerifIF Gym环境格式。数据通过模型破坏工作流程构建:首先创建复杂的多轮任务,然后为每个任务生成四个候选响应,其中约60%使用NVIDIA-Nemotron-3-Nano-30B-A3B-BF16/Nemotron-Nano-V2模型生成,约40%使用Qwen/Qwen3-235B-A22B-Thinking-2507模型生成。每个任务经过人类评估员和GPT-5评估,筛选标准是任务足够困难,使得四个响应中最多只有一个能通过所有检查,同时在通过/失败结果中显示出非主观差异。数据集包含两个变体:advanced版本(1,068个样本)包含系统消息,输入长度范围为10-32条消息;vanilla版本(1,050个样本)仅包含用户/助手对话输入,输入长度范围为9-19条消息。总计2,118个样本,文件大小217MB。数据采用Ultra格式的JSONL文件,包含agent_ref、id、instructions、language、llm_judge和responses_create_params等顶层字段。该数据集适用于:LLM在困难多轮指令跟随任务上的强化学习;在VerifIF Gym环境中使用基于规则的验证进行可验证奖励强化学习实验;训练和评估推理记忆、指令保持、版本编辑和自我一致性;测量模型在跨多轮出现约束并可能需要编辑先前答案时的鲁棒性;构建与NeMo Gym兼容的多轮对话环境。数据集采用CC BY 4.0许可证,可用于商业或非商业用途。
Nemotron-RL-Multichallenge-v1 is a dataset for reinforcement learning aimed at improving the quality of large language models in multi-turn dialogues, particularly in areas such as reasoning memory, instruction adherence, reliable version editing, and self-consistency. The dataset includes manually collected and synthetically augmented multi-challenge tasks, formatted in the VerifIF Gym environment. It is designed using a model corruption workflow: first constructing complex multi-turn tasks, then generating four candidate responses for each task. Approximately 60% of the data is generated using NVIDIA-Nemotron-3-Nano-30B-A3B-BF16 / Nemotron-Nano-V2 models, and about 40% using Qwen/Qwen3-235B-A22B-Thinking-2507 models. Each task is evaluated by human assessors and GPT-5, with selection criteria ensuring the task is sufficiently difficult so that at most one of the four responses passes all checks, while showing non-subjective differences in pass/fail outcomes. The dataset includes two variants: an advanced version (1,068 samples) containing system messages with input lengths ranging from 10 to 32 messages, and a vanilla version (1,050 samples) containing only user/assistant dialogue input with input lengths ranging from 9 to 19 messages. In total, there are 2,118 samples, with a file size of 217MB. The data is in Ultra-format JSONL files, with top-level fields including agent_ref (agent metadata for VerifIF Gym environment), id (numeric example identifier), instructions (array of instruction metadata, empty in multi-challenge files), language (language code, all en), llm_judge (rule checks containing uid, source, content, pass_criteria, and is_misalignment_check), and responses_create_params (response API-style input payload with an array of messages containing role and content). The dataset is suitable for: reinforcement learning for LLMs on difficult multi-turn instruction-following tasks; verifiable reward reinforcement learning experiments using rule-based verification in the VerifIF Gym environment; training and evaluating reasoning memory, instruction adherence, version editing, and self-consistency; measuring model robustness when constraints appear across multiple turns and may require editing previous answers; building multi-turn dialogue environments compatible with NeMo Gym. The dataset is licensed under CC BY 4.0 and can be used for commercial or non-commercial purposes.
数据集名称
Nemotron-RL-Multichallenge-v1
基本信息
- 许可协议: Creative Commons Attribution 4.0 International (CC BY 4.0)
- 语言: 英语 (en)
- 任务类别: 强化学习 (reinforcement-learning)、文本生成 (text-generation)
- 标签: 指令跟随 (instruction-following)、多轮对话 (multi-turn)、可验证奖励强化学习 (rlvr)、NeMo Gym (nemo-gym)
- 领域: 指令跟随、多轮对话
- 模态: 文本 (text)
- 能力构成: 多轮指令跟随 [100%]
- 数据来源: 混合型:人工收集 + 合成数据
- 数据规模: < 10,000 条
- 关联模型: Nemotron Ultra
- 所有者: NVIDIA Corporation
- 创建日期: 2026年3月11日
数据集描述
Nemotron-RL-Multichallenge-v1 是一个用于强化学习的数据集,旨在提升多轮对话质量,具体涵盖以下方面:
- 推理记忆 (inference memory)
- 指令保持 (instruction retention)
- 可靠版本编辑 (reliable version editing)
- 自我一致性 (self-coherence)
该数据集包含人工收集和合成增强的 MultiChallenge 任务,并按照 VerifIF Gym 环境格式进行整理。
数据生成与筛选
- 任务设计: 采用“模型破解”工作流,设计复杂的多轮任务。
- 候选回复生成: 每个任务生成 4 个候选回复。约 60% 的数据使用 NVIDIA-Nemotron-3-Nano-30B-A3B-BF16 / Nemotron-Nano-V2 生成,约 40% 使用 Qwen/Qwen3-235B-A22B-Thinking-2507 生成。
- 筛选标准: 由人类评估者和 GPT-5 联合评估。只有当 4 个回复中最多有 1 个通过所有检查,且通过/失败结果存在有意义的差异时,该任务才被保留。
数据字段
数据集采用 Ultra 格式的 JSONL 文件,包含以下顶级字段:
agent_ref: VerifIF Gym 环境的代理元数据,记录使用responses_api_agents/verifif_simple_agent。id: 数字示例 ID。instructions: 指令元数据数组,在本数据集中为空。language: 语言代码,全部为en。llm_judge: 评分规则检查项,包含uid、source、content、pass_criteria和is_misalignment_check。responses_create_params: Responses API 风格的输入负载,包含input数组,数组元素有role和content消息。
数据集子集
| 子集 | 样本数 | 文件大小 | 说明 |
|---|---|---|---|
| advanced | 1,068 | 179MB | 包含系统消息;输入消息长度范围 10 到 32 条 |
| vanilla | 1,050 | 38MB | 用户/助手对话输入;输入消息长度范围 9 到 19 条 |
| 总计 | 2,118 | 217MB | advanced + vanilla |
预期用途
- 对大型语言模型进行困难多轮指令跟随任务的强化学习。
- 在 VerifIF Gym 环境中使用基于评分规则的验证进行可验证奖励强化学习 (RLVR) 实验。
- 训练和评估模型的推理记忆、指令保持、版本编辑和自我一致性能力。
- 衡量模型在跨多轮出现约束且可能需要修改早期答案时的鲁棒性。
- 构建兼容 NeMo Gym 的多轮对话环境。
伦理考量
NVIDIA 认为值得信赖的 AI 是一项共同责任,已建立相关政策和实践以支持广泛 AI 应用的开发。开发者应与内部开发团队协作,确保数据集满足相关行业和用例的要求,并解决潜在的误用问题。质量问题、风险、安全漏洞或 NVIDIA AI 相关问题可提交至 NVIDIA 安全漏洞提交页面。




