AIAny
Icon for item

Nemotron-RL-Agentic-Terminal-Pivot-v1

Provides per-decision training samples for RL-driven command-line LLM agents: each record pairs a task prompt plus terminal history with a teacher's next-action in Terminus-2 JSON. Around 31k verifier-passing samples from 630 ATCB tasks, formatted for NeMo Gym's terminus_judge and licensed CC-BY-4.0.

Introduction

Most terminal-agent datasets are either short-form command mappings or synthetic single-step examples; this dataset captures long-horizon, verifier-passing agent trajectories and exposes each assistant decision as a training sample, making it directly usable for RL from verifiable reward and for supervised fine-tuning of terminal agents.

What Sets It Apart
  • Per-decision samples extracted from successful multi-step trajectories: each record contains the full natural-language task instruction plus the full terminal interaction history up to the decision point, and an expected next action encoded as a Terminus-2 JSON object (analysis, plan, commands[], task_complete). This preserves long-context, multi-turn decision structure rather than isolated input–output pairs.
  • Realistic, verifier-validated tasks: samples derive exclusively from 630 ATCB seed tasks (containerized Linux scenarios) emphasizing operational, safety, and long-horizon workflows (debugging, recovery, security audits, data-pipeline fixes). Only trajectories that passed each task's automated verifier were retained.
  • RL-ready judge integration: records are shaped to work with NeMo Gym's terminus_judge resources server — during post-training RL, a policy's generated action is scored against the teacher reference to produce verifiable rewards, avoiding subjective human reward labels.
  • Traceable collection pipeline and teacher model: trajectories were generated by the Terminus-2 agent using GLM-5.1 as the teacher; degenerate turns and internal provenance metadata were filtered out to produce compact, usable samples.
Key dataset facts
  • Record count: 31,111 training samples; 630 unique seed tasks; 2,716 distinct source trajectories; median 45 samples per task.
  • Average prompt length ≈ 39,900 characters; average reference action ≈ 970 characters; total uncompressed storage ≈ 1.4 GB. Format: JSONL compatible with NeMo Gym terminus_judge.
  • License: Creative Commons Attribution 4.0 (CC-BY-4.0). Trajectories collected 05/2026; release prepared 2026-07-21.
Who it's for and trade-offs

Great fit if you need to fine-tune or RL-post-train an LLM to perform multi-step terminal workflows under an automated verifier, or if you need offline analysis of agent decision behavior across long contexts. It is also directly consumable by NeMo Gym/terminus_judge workflows. Look elsewhere if you need human-labeled intent classifications, large-scale diverse natural dialogs, or lightweight single-command datasets: average prompt sizes and verifier integration make training resource-intensive and require infrastructure (terminus_judge) to realize RL-from-verifiable-reward. The dataset reflects teacher-model behaviors (GLM-5.1) rather than human annotations, which is efficient but inherits teacher biases and failure modes.

Information

  • Websitehuggingface.co
  • OrganizationsNVIDIA Corporation
  • Published date2026/08/06

Categories

More Items

Provides WROP: a 1.5M-sample synthetic video corpus and a 300-question exam for training and evaluating object permanence and solidity in video world models. Includes 150 Blender task generators, a human Elo benchmark across 14 models, and a fine-tuned 16B continuation model (PWM-WROP).

Hugging Face

Provides 1,800+ hours of synchronized egocentric multi-view recordings with 3D hand reconstructions, wide‑FOV depth, and hierarchical task/subtask annotations for embodied AI and robot learning. Includes six fisheye views, hand meshes, and per-episode temporal labels across 44k+ episodes.

Hugging Face

Provides 10,000 agentic multi-turn coding and reasoning traces from Fable 5.1 with step-by-step chain-of-thought and tool-use, heavily deduplicated and filtered; totals ~500M tokens (1.97 GB). Suited for SFT, distillation, and training long-horizon reasoning and code-generation models.