nemotron-gym-qa-abstention-v2
收藏资源简介:
Harbor任务二进制数据集是一个包含3,150个任务的数据集,由nvidia/Nemotron-RL-QA-Abstention-v1转换而来,属于nvidia/Nemotron-Post-Training-v3集合的一部分。数据格式包括两列:path(字符串类型)和task_binary(gzip压缩的tar格式),转换过程使用了OpenThoughts-Agent的data.nemotron_gym框架。评估方式基于标准化oxed{}文本匹配与黄金标准进行评分。v2版本主要修复了终端代理的答案交付契约问题,通过明确指示代理使用shell heredoc将答案写入评分文件路径并验证,解决了之前版本因答案文件缺失导致的评分问题,评分逻辑保持不变。该数据集适用于文本生成任务,特别涉及智能体、强化学习等场景,采用Apache 2.0许可证。
The Harbor Task Binary dataset contains 3,150 tasks, converted from nvidia/Nemotron-RL-QA-Abstention-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-compressed tar format), with the conversion process using the OpenThoughts-Agent data.nemotron_gym framework. Evaluation is based on standardized oxed{} text matching with a gold standard for scoring. Version 2 primarily fixes the terminal agents answer delivery contract issue by explicitly instructing the agent to use a shell heredoc to write answers to the scoring file path and verify, resolving previous scoring problems due to missing answer files, while keeping the scoring logic unchanged. The dataset is suitable for text generation tasks, particularly involving agents and reinforcement learning scenarios, and uses the Apache 2.0 license.
- 数据集名称:
laion/nemotron-gym-qa-abstention-v2 - 许可证: Apache-2.0
- 任务类别: 文本生成
- 标签: agent, harbor, reinforcement-learning, nemotron
数据集概述
该数据集来源于 nvidia/Nemotron-RL-QA-Abstention-v1,是 nvidia/Nemotron-Post-Training-v3 系列的一部分。转换后的数据集包含 3,150 个任务,以二元任务(Harbor task-binary)格式呈现。
- 数据列:
path(字符串)和task_binary(gzip tar 格式) - 转换框架: OpenThoughts-Agent 的
data.nemotron_gym框架 - 评分方式: 使用标准化的
oxed{}文本匹配与黄金答案进行比对
版本变更说明(v2 相较于 v1)
- 修复问题: 先前版本中,终端智能体(terminal agent)的答案交付协议存在缺陷。旧版本仅告知智能体“生成什么”,而未明确“如何提交”。例如,
terminus-2智能体在单轮对话中将答案以聊天回复形式输出,而非写入评分文件,导致大部分试炼因“答案文件缺失”而得分为 0。 - 改进措施: 新版本指令明确要求智能体通过 shell heredoc 将答案写入评分器的文件路径,并加以验证。
- 评分逻辑: 评分逻辑本身保持不变。




