nemotron-gym-agentic-conversational-tool-use-pivot-v2
收藏资源简介:
该数据集是从nvidia/Nemotron-RL-Agentic-Conversational-Tool-Use-Pivot-v1转换而来的Harbor任务二进制数据集,包含96,965个任务,属于nvidia/Nemotron-Post-Training-v3集合的一部分。数据集包含两列:path(字符串类型)和task_binary(gzip tar格式),使用OpenThoughts-Agent的data.nemotron_gym框架进行转换。该数据集主要用于评估代理在对话式工具使用场景下的表现,采用单步评估机制,结合工具调用匹配(function_call)和大型语言模型(LLM)消息评判。与前一版本相比,本版本修复了终端代理的答案交付契约问题,明确指示代理通过shell heredoc将答案写入指定的评分器文件路径并验证写入操作,从而解决了之前版本中因答案提交方式不明确导致的评分问题。该数据集适用于强化学习、代理系统开发和对话式工具使用等研究任务。
This dataset is a Harbor task binary dataset converted from nvidia/Nemotron-RL-Agentic-Conversational-Tool-Use-Pivot-v1, comprising 96,965 tasks and part of the nvidia/Nemotron-Post-Training-v3 collection. The dataset contains two columns: path (string type) and task_binary (gzip tar format), transformed using the data.nemotron_gym framework from OpenThoughts-Agent. It is primarily used to evaluate agent performance in conversational tool usage scenarios, employing a single-step evaluation mechanism that combines tool call matching (function_call) and large language model (LLM) message judgment. Compared to the previous version, this version fixes the terminal agents answer delivery contract issue by explicitly instructing the agent to write answers to a specified scorer file path via shell heredoc and verifying the write operation, thereby resolving scoring problems caused by unclear answer submission methods in earlier versions. The dataset is suitable for research tasks such as reinforcement learning, agent system development, and conversational tool usage.
数据集概述
数据集名称:laion/nemotron-gym-agentic-conversational-tool-use-pivot-v2
许可证:Apache-2.0
任务类别:文本生成(text-generation)
标签:agent、harbor、reinforcement-learning、nemotron
数据规模:96,965 个任务(Harbor task-binary 格式)
数据来源:基于 nvidia/Nemotron-RL-Agentic-Conversational-Tool-Use-Pivot-v1 转换而来,该数据集是 nvidia/Nemotron-Post-Training-v3 集合的一部分。
数据列:
path(字符串)task_binary(gzip tar 压缩包)
转换框架:使用 OpenThoughts-Agent 的 data.nemotron_gym 框架进行转换。
评分机制:
- 单步评分(Single-step)
- 工具调用匹配(function_call)
- LLM 评判(message)
版本更新说明
与前一版本(v1)相比,本版本(v2)主要解决了终端智能体的答案交付契约问题。
- 问题描述:旧版本仅告知智能体需要生成什么,但未说明如何提交;导致 1 轮
terminus-2智能体将答案以聊天回复形式输出,而非写入评分文件,使得大多数试验因“答案文件缺失”而得零分。 - 解决方案:新版本明确要求智能体通过 shell heredoc 方式将答案写入评分器的文件路径,并进行验证。评分逻辑本身未作变更。




