Nemotron-RL-CFBench-v1
收藏资源简介:
Nemotron-RL-CFBench-v1是一个用于指令遵循问题的强化学习数据集,重点关注大型语言模型能否满足显式约束。该数据集采用手动收集和合成增强的方式构建,并格式化为VerifIF Gym环境兼容的结构。数据集支持英语、阿拉伯语、印地语、中文、日语和韩语六种语言,模态为纯文本,格式为JSONL。数据集包含1,121个训练样本,文件大小为25MB。每个样本的输入消息长度范围为2到20条,指令检查数量为每记录3到16个,LLM-judge检查数量为每记录1到7个。数据集的种子数据来自手动收集的指令遵循来源,使用NVIDIA-Nemotron-3-Nano-30B-A3B-BF16和Qwen/Qwen3-235B-A22B-Thinking-2507作为SDG模型,并采用GPT-5进行过滤和标注。数据集采用VerifIF Gym模式,包含以下顶级字段:agent_ref(VerifIF Gym环境的智能体元数据)、id(数字示例标识符)、instructions(结构化指令元数据,包含uid、source、instruction_id、is_misalignment_check以及任务特定的约束参数如关键词等)、llm_judge(法官检查,包含uid、source、content和is_misalignment_check)、responses_create_params(包含系统/用户消息及可选助手历史记录的Responses API风格输入负载)。该数据集适用于:LLM在复杂约束遵循提示上的强化学习、具有可验证奖励的强化学习实验、训练和评估模型对多个同时用户约束的鲁棒性、研究模型在具有格式、关键词、场景等约束类型提示上的行为,以及构建NeMo Gym兼容的约束遵循环境。数据集采用Creative Commons Attribution 4.0 International许可证,允许商业和非商业使用。
Nemotron-RL-CFBench-v1 is a reinforcement learning dataset designed for instruction-following tasks, focusing on the ability of large language models (LLMs) to comply with explicit constraints. This dataset is constructed through manual collection and synthetic augmentation, and formatted to be compatible with the VerifIF Gym environment. It supports six languages: English, Arabic, Hindi, Chinese, Japanese, and Korean, with pure text modality and stored in JSONL format. The dataset contains 1,121 training samples with a total file size of 25 MB. For each sample, the length of input messages ranges from 2 to 20, with 3 to 16 instruction checks and 1 to 7 LLM-judge checks per record. The seed data of the dataset originates from manually collected instruction-following sources. We employ NVIDIA-Nemotron-3-Nano-30B-A3B-BF16 and Qwen/Qwen3-235B-A22B-Thinking-2507 as SDG models, and use GPT-5 for filtering and annotation. Following the VerifIF Gym schema, the dataset includes the following top-level fields: agent_ref (agent metadata for the VerifIF Gym environment), id (numeric example identifier), instructions (structured instruction metadata containing uid, source, instruction_id, is_misalignment_check, and task-specific constraint parameters such as keywords), llm_judge (judge checks containing uid, source, content and is_misalignment_check), and responses_create_params (Responses API-style input payload containing system/user messages and optional assistant history records). This dataset is applicable to reinforcement learning of LLMs on complex constraint-following prompts, reinforcement learning experiments with verifiable rewards, training and evaluating model robustness against multiple simultaneous user constraints, investigating model behaviors on prompts with constraints such as format, keywords and scenarios, and building constraint-following environments compatible with NeMo Gym. The dataset is released under the Creative Commons Attribution 4.0 International license, permitting both commercial and non-commercial use.
数据集概述:Nemotron-RL-CFBench-v1
- 发布方:NVIDIA Corporation
- 许可证:Creative Commons Attribution 4.0 International (CC BY 4.0)
- 创建日期:2026年4月28日
- 最后修改日期:2026年5月21日
- 版本:Nemotron-RL-CFBench-v1(无先前版本)
- 语言:英语(en)、阿拉伯语(ar)、印地语(hi)、中文(zh)、日语(ja)、韩语(ko)
- 模态:文本
- 领域:指令遵循、约束遵循
- 能力分布:约束遵循 100%
- 数据来源:混合(人工收集 + 合成扩充)
- 规模:<10K 样本
数据集描述
Nemotron-RL-CFBench-v1 是一个面向强化学习的指令遵循数据集,核心关注大语言模型(LLM)是否能够满足显式约束条件。种子数据来自人工收集的指令遵循来源,并使用 NVIDIA-Nemotron-3-Nano-30B-A3B-BF16 和 Qwen/Qwen3-235B-A22B-Thinking-2507 作为合成数据生成(SDG)模型,GPT-5 用于过滤。数据集格式化为 VerifIF Gym 环境,适用于商业或非商业用途。
预期用途
- 在复杂约束遵循提示上对 LLM 进行强化学习
- 使用可验证奖励(RLVR)进行实验,奖励衡量对细粒度指令条件的满足程度
- 训练和评估模型对多个同时存在的用户约束的鲁棒性
- 研究模型在包含格式、关键词、场景等约束类型提示上的行为
- 构建兼容 NeMo Gym 的约束遵循环境
数据集构成与生成
- 问题来源:人工收集 + 合成扩充,任务聚焦于约束满足
- 策展与过滤:使用 GPT-5 进行策展和过滤
- 数据收集方法:混合(人工收集、合成)
- 标注方法:混合(人工标注、自动化,GPT-5 用于过滤)
数据集字段
采用 Ultra-format JSONL 格式,每条记录包含以下顶层字段:
agent_ref:VerifIF Gym 环境的智能体元数据,记录使用responses_api_agents/verifif_simple_agentid:数字样例标识符instructions:结构化指令元数据,包含uid、source、instruction_id、is_misalignment_check以及任务特定的约束参数(如关键词)llm_judge:评判检查项,包含uid、source、content和is_misalignment_checkresponses_create_params:类 Responses API 的输入负载,包含系统/用户消息以及可选的助手历史消息
数据集量化
| 子集 | 样本数 | 文件大小 | 备注 |
|---|---|---|---|
| train | 1,121 | 25MB | 输入长度范围为 2 到 20 条消息;指令检查项每条记录 3 到 16 个;LLM 评判检查项每条记录 1 到 7 个 |
数据集格式
- 格式:JSONL
- 结构:VerifIF Gym 记录,包含智能体元数据、Responses API 风格的系统/用户消息(可选助手历史)、结构化指令元数据和 LLM 评判检查项
伦理考量
NVIDIA 倡导可信赖的 AI,并已建立政策和实践以支持广泛 AI 应用的开发。开发者应与其内部团队协作,确保该数据集满足相关行业和用例的要求,并应对潜在的误用风险。质量问题、安全漏洞或 NVIDIA AI 相关问题可向 NVIDIA 提交报告。




