nemotron-gym-agentic-swe-pivot-v2
收藏资源简介:
该数据集是从nvidia/Nemotron-RL-Agentic-SWE-Pivot-v1转换而来的Harbor任务二进制数据集,属于nvidia/Nemotron-Post-Training-v3系列的一部分。它包含3,978个任务,采用两列格式:path(字符串类型)和task_binary(gzip压缩的tar格式)。转换过程使用了OpenThoughts-Agent的data.nemotron_gym框架。该数据集适用于文本生成任务,特别关注代理、Harbor、强化学习和Nemotron等相关应用场景。评估标准基于单步SWE工具调用匹配,要求区分大小写且进行空格标准化。与前一版本相比,此版本修复了终端代理的答案交付契约问题:通过明确指示代理使用shell heredoc将答案写入评分者指定的文件路径并验证,解决了之前版本中代理错误地将答案作为聊天回复发送而导致评分失败的问题,评分逻辑本身保持不变。
This dataset is a Harbor task binary dataset converted from nvidia/Nemotron-RL-Agentic-SWE-Pivot-v1 and is part of the nvidia/Nemotron-Post-Training-v3 series. It contains 3,978 tasks in a two-column format: path (string type) and task_binary (gzip-compressed tar format). The conversion process uses the OpenThoughts-Agents data.nemotron_gym framework. The dataset is suitable for text generation tasks, with a particular focus on applications related to agents, Harbor, reinforcement learning, and Nemotron. The evaluation criteria are based on single-step SWE tool call matching, requiring case sensitivity and space normalization. Compared to the previous version, this version fixes the terminal agents answer delivery contract issue: by explicitly instructing the agent to use shell heredoc to write the answer to the evaluator-specified file path and verify it, it resolves the problem in the previous version where the agent incorrectly sent answers as chat replies, leading to scoring failures, while the scoring logic itself remains unchanged.
数据集概述
laion/nemotron-gym-agentic-swe-pivot-v2 是一个基于 nvidia/Nemotron-RL-Agentic-SWE-Pivot-v1 转换的 Harbor 任务二进制数据集,包含 3,978 个任务,属于 nvidia/Nemotron-Post-Training-v3 系列的一部分。
数据集结构与内容
- 列字段:
path(字符串) +task_binary(gzip tar 格式) - 转换框架:使用 OpenThoughts-Agent 的
data.nemotron_gym框架进行转换 - 许可证:Apache-2.0
- 任务类别:文本生成
- 标签:agent、harbor、reinforcement-learning、nemotron
评分机制
采用 单步 SWE 工具调用匹配 评分方式,具体规则为:
- 区分大小写
- 忽略空白符差异
版本变更说明(v1 → v2)
v2 版本修复了终端代理的 答案交付协议 问题:
- v1 版本问题:v1 版本仅告知代理需要生成什么内容,但未说明如何提交。当 1 回合的
terminus-2代理将其答案以聊天回复形式输出,而非写入评分文件时,大多数试炼因“答案文件缺失”而得到 0 分。 - v2 版本修复:指令现在明确要求通过 shell heredoc 方式将答案写入评分文件的路径(并进行验证)。评分逻辑本身未作其他改动。




