nemotron-gym-instruction-following-multiturnchat-v2
收藏资源简介:
该数据集是从nvidia/Nemotron-RL-Instruction-Following-MultiTurnChat-v1转换而来的Harbor任务二进制数据集,包含2,011个任务,属于nvidia/Nemotron-Post-Training-v3集合的一部分。数据集包含两列:path(字符串类型)和task_binary(gzip压缩包格式),使用OpenThoughts-Agent的data.nemotron_gym框架进行转换。数据适用于多轮对话指令遵循任务,评估采用多轮次标准LLM评判器(覆盖所有标准),运行需要OPENAI_API_KEY。v2版本相比前一版本主要修复了终端代理的答案交付契约问题:现在明确指示代理通过shell heredoc将答案写入评分器指定的文件路径并验证,而之前版本仅说明生成内容但未说明提交方式,导致多数试验因缺少答案文件而得分为0。
This dataset is a Harbor task binary dataset converted from nvidia/Nemotron-RL-Instruction-Following-MultiTurnChat-v1, containing 2,011 tasks and part of the nvidia/Nemotron-Post-Training-v3 collection. The dataset includes two columns: path (string type) and task_binary (gzip compressed format), converted using the data.nemotron_gym framework of OpenThoughts-Agent. It is suitable for multi-turn dialogue instruction-following tasks, evaluated using a multi-turn standard LLM judge (covering all standards), and requires an OPENAI_API_KEY to run. The v2 version primarily fixes the answer delivery contract issue for terminal agents: it now explicitly instructs agents to write answers to the file path specified by the scorer via shell heredoc and verify, whereas the previous version only described content generation without specifying the submission method, leading to most trials scoring 0 due to missing answer files.
数据集概述
- 名称: laion/nemotron-gym-instruction-following-multiturnchat-v2
- 许可协议: Apache-2.0
- 任务类别: 文本生成(text-generation)
- 标签: agent, harbor, reinforcement-learning, nemotron
数据集来源与转换
- 原始来源: 该数据集源自 nvidia/Nemotron-RL-Instruction-Following-MultiTurnChat-v1,是 nvidia/Nemotron-Post-Training-v3 集合的一部分。
- 转换框架: 使用 OpenThoughts-Agent 数据框架中的
data.nemotron_gym进行转换,得到包含列path(字符串)和task_binary(gzip tar 格式)的 Harbor 任务二进制数据集,共计 2,011 个任务。
评估机制
- 评分方式: 基于多轮对话的 LLM 判断(涵盖所有标准),执行评估时需要设置
OPENAI_API_KEY。
版本更新说明(v2 vs v1)
- 主要改进: 修复了终端 agent 的 答案提交约定。
- 问题背景: 旧版本仅告知 agent 要生成什么,但未说明 如何提交;导致单轮
terminus-2agent 将答案以聊天回复形式输出,而非写入评分文件,多数测试因“答案文件缺失”而得 0 分。 - 修复内容: 新版指令明确要求通过 shell heredoc 方式将答案写入评分器的文件路径,并执行验证操作。评分逻辑本身未作更改。




