Generate synthetic task data (user queries) for the Workplace Assistant environment using NeMo Data Designer.
This pipeline focuses on generating tasks for use with the environment. It also simulates agent trajectories, but these are used for quality filtering and validation — the environment itself produces the actual model responses during rollout collection. The Workplace Assistant uses 27 tools across 6 databases, and NeMo Data Designer can produce realistic multi-step user queries at scale.
← Back to Workplace AssistantThe data generation pipeline:
The tutorial is provided as a Jupyter notebook. See the notebook README for prerequisites and setup instructions.
After generating your task data, use it with the Workplace Assistant resources server to collect rollouts (where the environment produces model responses) and then proceed to GRPO training.
Continue to Resources Server Implementation →