nemotron-gym-cfbench-v2
收藏资源简介:
这是一个用于Harbor任务的数据集,包含1,105个二进制任务。它基于nvidia/Nemotron-RL-CFBench-v1转换而来,是nvidia/Nemotron-Post-Training-v3集合的一部分。数据格式包括两列:path(字符串类型)和task_binary(gzip tar压缩格式),转换过程使用了OpenThoughts-Agent的data.nemotron_gym框架。数据集的评估采用混合方式,结合了确定性的IFEval约束和大型语言模型(LLM)评判。与前一版本相比,本版本主要修复了终端代理的答案交付契约:明确指示代理通过shell heredoc将答案写入指定文件路径并验证,从而解决了之前版本因交付方式不明确导致多数试验得分为零的问题,评估逻辑的其他方面保持不变。该数据集适用于文本生成任务,尤其涉及智能体、强化学习和Harbor相关场景。
This is a Harbor task binary dataset containing 1,105 tasks. It is converted from nvidia/Nemotron-RL-CFBench-v1 and is part of the nvidia/Nemotron-Post-Training-v3 collection. The data format includes two columns: path (string type) and task_binary (gzip tar compressed format), with the conversion process using the OpenThoughts-Agents data.nemotron_gym framework. The dataset is evaluated using a hybrid approach that combines deterministic IFEval constraints and large language model (LLM) judgments. Compared to the previous version, this version primarily fixes the answer delivery contract for terminal agents: explicitly instructing agents to write answers to a specified file path via shell heredoc and verify, thereby resolving the issue in the previous version where most trials scored zero due to unclear delivery methods, while other aspects of the evaluation logic remain unchanged. The dataset is suitable for text generation tasks, particularly those involving agents, reinforcement learning, and Harbor-related scenarios.
数据集概述
数据集名称: laion/nemotron-gym-cfbench-v2
许可证: Apache-2.0
任务类型: 文本生成(text-generation)
标签: agent, harbor, reinforcement-learning, nemotron
该数据集是一个 Harbor 任务二进制数据集,包含 1,105 个任务。这些任务是从 nvidia/Nemotron-RL-CFBench-v1 转换而来,后者是 nvidia/Nemotron-Post-Training-v3 集合的一部分。
数据格式
- 数据列:
path(字符串类型)+task_binary(gzip tar 格式) - 转换工具:OpenThoughts-Agent 框架的
data.nemotron_gym模块
评分方式
混合评分:确定性 IFEval 约束 + 大语言模型(LLM)裁判。
与前一版本的差异
当前版本修复了终端智能体的 答案交付协议。旧版本只告诉智能体 生成什么,但未说明 如何提交;导致 1 轮次的 terminus-2 智能体将答案以聊天回复形式输出,而未写入评分文件,绝大多数试次因“答案文件缺失”而被判为 0 分。新版本指令明确要求:通过 shell heredoc 将答案写入评分器的文件路径(并进行验证)。评分逻辑其余部分保持不变。




