By Sagar Shankaran, Founder of CallSphere
NeMo Curator provides GPU-accelerated synthetic data generation pipelines for LLM training. Learn the Open QA, Writing, Math, and Coding pipelines with practical examples.
Key takeaways
Synthetic data generation addresses a fundamental challenge in LLM development: high-quality training data is expensive, time-consuming, and difficult to obtain at scale. Manually curated datasets take months to build, and publicly available data often lacks the quality, diversity, or domain specificity that production models require.
NVIDIA NeMo Curator provides tools for synthetic data generation useful in pretraining, fine-tuning, and evaluation of large language models. Synthetically generated data is particularly valuable for adapting LLMs to low-resource languages or domains, and for performing knowledge distillation from larger models into smaller, more efficient ones.
NeMo Curator supports two primary approaches for connecting to the LLM that generates synthetic data:
flowchart LR
DATA[("Curated dataset<br/>instruction or chat")]
CLEAN["Clean and dedupe<br/>PII filter"]
TOK["Tokenize and pack"]
METHOD{"Method"}
LORA["LoRA or QLoRA<br/>adapters only"]
SFT["Full SFT<br/>all params"]
DPO["DPO or RLHF<br/>preference learning"]
EVAL["Held out eval<br/>plus regression suite"]
DEPLOY[("Adapter or<br/>merged model")]
DATA --> CLEAN --> TOK --> METHOD
METHOD --> LORA --> EVAL
METHOD --> SFT --> EVAL
METHOD --> DPO --> EVAL
EVAL --> DEPLOY
style METHOD fill:#4f46e5,stroke:#4338ca,color:#fff
style EVAL fill:#f59e0b,stroke:#d97706,color:#1f2937
style DEPLOY fill:#059669,stroke:#047857,color:#fff
NeMo Curator integrates with any OpenAI API-compatible service, including NVIDIA's build.nvidia.com endpoints. You initialize an OpenAI-compatible client and query models with standard parameters like temperature, top_p, and max_tokens. This is the simplest setup for getting started.
For organizations generating large volumes of synthetic data, self-hosted deployment avoids rate limiting issues that occur with cloud APIs. Deploy models locally using NeMo's Export and Deploy module, then point NeMo Curator at your local endpoint. Self-hosted inference requires explicit conversation formatting using formatters like MixtralFormatter, whereas cloud APIs handle formatting automatically on the backend.
NeMo Curator's NemotronGenerator class encapsulates five distinct pipelines, originally developed for Nemotron-4 340B training data generation.
Generates general knowledge question-answer pairs through a four-step process:
Hear it before you finish reading
Talk to a live CallSphere AI voice agent in your browser — 60 seconds, no signup.
Step 1: Macro Topic Generation. The system generates broad topics about the world, such as "Climate Change and Sustainable Living" or "Quantum Computing Fundamentals."
Step 2: Subtopic Generation. Each macro topic is expanded into specific subtopics. "Climate Change" might produce subtopics like "Carbon Capture Technologies" or "Ocean Acidification Impacts."
Step 3: Question Creation. Questions are generated relating to each subtopic, ensuring coverage across different angles and difficulty levels.
Step 4: Question Revision. Generated questions are revised for greater detail and specificity, transforming generic questions into ones that require deeper reasoning.
The pipeline accepts parameters for n_macro_topics, n_subtopics, n_openlines, and n_revisions, giving precise control over dataset size and diversity.
Generates diverse writing prompts across formats including emails, essays, poems, technical documentation, and creative fiction. The two-step process generates writing tasks about specified topics, then revises them for greater detail and specificity. Example output: "Write a poem about the most effective sources of renewable energy, focusing on solar and wind energy adoption in developing countries."
The simplest pipeline, requiring only one step: generating questions about provided documents. This is essential for building retrieval-augmented generation (RAG) evaluation datasets. The pipeline returns tuples pairing each question with its source document index, enabling traceability from generated question back to source material.
Generates mathematical problems targeted at specific educational levels (elementary, middle school, university). The three-step process generates macro topics, subtopics, and then math problems for each combination. This produces structured datasets for mathematical reasoning evaluation and training.
Mirrors the math approach but focused on Python programming problems. The pipeline supports both beginner and advanced difficulty levels through swappable prompt templates, enabling generation of coding challenges at appropriate complexity levels.
NeMo Curator can query reward models to score the quality of generated synthetic data. The Nemotron-4 340B reward model evaluates conversations across five quality dimensions:
Still reading? Stop comparing — try CallSphere live.
CallSphere ships complete AI voice agents per industry — 14 tools for healthcare, 10 agents for real estate, 4 specialists for salons. See how it actually handles a call before you book a demo.
Reward model scoring enables automated quality filtering, keeping only synthetic samples that meet quality thresholds across all dimensions.
The generate_dialogue method enables LLMs to play both user and assistant roles in a conversation. The n_user_turns parameter specifies the number of user turns, with each followed by an assistant turn, producing conversations of length 2 times n_user_turns. A special prompt template helps the model realistically impersonate users by providing conversation history context.
Two-turn prompts generate preference data containing three turns: initial user request, assistant response, and follow-up user request. This format is essential for training models with Direct Preference Optimization (DPO) and Reinforcement Learning from Human Feedback (RLHF).
Every pipeline step uses a prompt template populated with parameters. Users can access prebuilt templates from NeMo Curator, swap templates for different difficulty levels, or supply entirely custom templates with additional placeholders. This flexibility allows adapting synthetic data generation to domain-specific requirements.
Synthetic data generation operates independently of Dask, since synthetic datasets are typically hundreds of thousands of samples versus the billions handled by NeMo Curator's other modules. Users transition between workflows using DocumentDataset.from_pandas() and DocumentDataset.to_pandas(), enabling seamless movement from generation into quality filtering, deduplication, and other NeMo Curator processing stages.
Synthetic data generation uses existing LLMs to create new training samples programmatically. Instead of manually collecting and labeling data, you use models to generate question-answer pairs, writing prompts, coding challenges, and dialogue conversations at scale. NeMo Curator provides GPU-accelerated pipelines that automate this process across five distinct data types.
NeMo Curator uses five specialized pipelines: Open QA (multi-step topic expansion to questions), Writing (writing prompts across formats), Closed QA (questions from documents), Math (educational math problems), and Coding (Python programming challenges). Each pipeline connects to an LLM service (cloud API or self-hosted) and uses customizable prompt templates to control output quality and diversity.
Yes. NeMo Curator supports any OpenAI API-compatible service and self-hosted models via NeMo Deploy. You can use NVIDIA models through build.nvidia.com, OpenAI models, or open-source models deployed locally. For large-scale generation, self-hosted deployment avoids rate limiting and reduces per-token costs.
Quality is ensured through reward model scoring. The Nemotron-4 340B reward model evaluates generated data across helpfulness, correctness, coherence, complexity, and verbosity. Samples below quality thresholds are filtered out. Additionally, generated questions go through revision steps that improve specificity and depth before inclusion in the final dataset.
Pretraining synthetic data focuses on broad coverage across topics and formats to build general knowledge. Fine-tuning synthetic data targets specific domains, task types, or instruction-following patterns. NeMo Curator's pipelines support both use cases through customizable topic selection, difficulty levels, and output formats.

Written by
Sagar Shankaran· Founder, CallSphere
LinkedInSagar Shankaran is the founder of CallSphere, where he builds production AI voice and chat agents deployed across healthcare, hospitality, real estate, and home services. He writes about agentic AI, LLM engineering, and shipping voice agents that handle real calls in production.
See how AI voice agents work for your industry. Live demo available -- no signup required.
This week's NVIDIA + ServiceNow Project Arc news is about desktop agents for employees. CallSphere After-Hours covers the phone line. Here is how the two fit together.
Inside the ServiceNow + NVIDIA stack unveiled at Knowledge 2026: Action Fabric as workflow context, NVIDIA-built agent skills on top, governance baked in.
Seven concrete takeaways from the joint Jensen Huang and Bill McDermott opening keynote at ServiceNow Knowledge 2026 — and what they signal for buyers.
NVIDIA and ServiceNow unveiled Project Arc at Knowledge 2026 — an autonomous desktop agent for knowledge workers. Here is what it does and who it is for.
NVIDIA's April 2026 channel checks show Blackwell shipments accelerating, with hyperscaler-to-enterprise mix shifting toward agentic AI workloads.
FP4 training was a research curiosity in 2024. By 2026 it ships in production frontier models. What changed and what tradeoffs remain.
© 2026 CallSphere Inc. All rights reserved.
Made within San Francisco
Watch how CallSphere handles real customer calls, schedules appointments, and processes payments — live.
Try Live DemoBook a DemoCalculate Your ROI