NVIDIA Shows Task-Seeded Synthetic Data Boosts Nemotron-3 Nano by +11.1 on GPQA
NVIDIA demonstrated that task-seeded synthetic Q&A data improves model performance across multiple benchmarks in a 100B-token continuation experiment on Nemotron-3 Nano. The approach improved GPQA scores by +11.1 points, MMLU-Pro by +1.8, average code by +1.9, and commonsense understanding by +1.6.
NVIDIA Shows Task-Seeded Synthetic Data Boosts Nemotron-3 Nano by +11.1 on GPQA
NVIDIA researchers published results showing that task-seeded synthetic Q&A generation improved Nemotron-3 Nano performance across multiple benchmarks in a 100B-token continuation experiment. According to NVIDIA, the approach delivered an +11.1 point improvement on GPQA, +1.8 on MMLU-Pro, +1.9 on average code tasks, and +1.6 on commonsense understanding, while maintaining stable average math performance.
The Approach
The pipeline uses training splits from approximately 70 public task datasets covering roughly 700 subtasks from lm-eval-harness as "capability seeds." NVIDIA emphasized that held-out evaluation and test data were excluded from generation.
The seed pool comprised two groups:
- Knowledge-intensive tasks: 39 tasks, approximately 300 subtasks, roughly 3M seed samples covering factual, scientific, multilingual, and domain-specific Q&A
- Reasoning-intensive tasks: 34 tasks, approximately 400 subtasks, roughly 1.5M seed samples covering analytical reasoning, logic, math, code, and commonsense reasoning
The five-stage process:
- Collect seed tasks with suitable training splits
- Normalize heterogeneous task records into unified JSONL schema
- Generate similar examples that preserve underlying capabilities while changing content
- Enrich answers with reasoning, knowledge, or context
- Filter through schema checks, format validation, deduplication, and task-specific answer verification
Technical Details
NVIDIA stores semantic answer text rather than only option labels. For example, the system records "dirt trapped under the fingernails" instead of just "B" to provide clearer training signals.
Multiple-choice tasks are easier to verify directly, while generation-style tasks require more cautious task-specific handling, according to the researchers.
For Nemotron Ultra and Super pretraining runs, NVIDIA used a license-compatible subset of the generated data suitable for commercial model training.
The Transfer Learning Rationale
NVIDIA frames the approach through transfer learning across task families. The researchers argue that models can learn reusable behaviors from broad seed tasks and apply them to related applications and evaluations.
According to NVIDIA, the pipeline strengthens behaviors that appear across many tasks: identifying information needs, applying domain knowledge, separating plausible alternatives, following response constraints, executing multi-step reasoning, and grounding answers in context.
The researchers cite earlier evidence from Nemotron Nano pretraining, where AGIEval training data improved MMLU-Pro performance, suggesting that structured Q&A data from one task family can improve behavior outside the original task scope.
What This Means
This research demonstrates measurable gains from structured synthetic data generation during pretraining, not just post-training. The +11.1 point GPQA improvement is particularly notable for a 100B-token continuation experiment. The approach addresses a specific data quality problem: models may see abundant raw text during pretraining but still lack explicit examples of how information requests are structured and resolved. NVIDIA's results suggest that task-seeded synthetic data can fill this gap without requiring models to memorize evaluation datasets directly, though the technique requires careful filtering and verification infrastructure.
Related Articles
NVIDIA Releases Nemotron VoiceChat 11B, an Open Full-Duplex Speech Model with Live Tool Calling
NVIDIA has released NemotronLabs VoiceChat 11B, an 11-billion-parameter end-to-end full-duplex speech model that unifies streaming speech understanding and generation in one architecture. The model claims to be the first open full-duplex system to support live tool calling during natural conversation, with ~450ms turn-taking latency.
Meta AI Pairs a Second 'Memory Agent' With Coding Agents, Lifts Terminal-Bench Score From 38% to 46%
Meta AI researchers describe a plug-in 'memory agent' that runs alongside an unmodified 'action agent,' deciding when to inject reminders about past constraints and failures. The system lifted Terminal-Bench 2.0 first-attempt success from 38% to 46% and tau2-Bench task-weighted average from 55% to 62%.
OpenAI Model Disproves 78-Year-Old Erdos Conjecture, Triggering Mixed Reaction From Mathematicians
OpenAI published a counterexample disproving the Unit Distance Conjecture, a geometric graph theory problem open since 1946, in what many mathematicians call the most significant AI math result yet. Reactions range from Terence Tao's cautious optimism to Timothy Gowers describing 'mixed feelings' about having the rug pulled out from under him.
METR Proposes 'Expenditure Horizon' Metric to Price AI Agents Against Human Labor
Research organization METR has introduced the 'expenditure horizon,' a metric that pinpoints the exact budget at which an AI agent becomes cheaper than a human at solving the same problem. Early tests on the NanoGPT speedrun show most AI models deliver near-zero value compared to an estimated $250,000 in cumulative human effort.
Comments
Loading...