Skip to content

Commit be91adc

Browse files
authored
docs: rename structured outputs dev note for Nemotron (#368)
Align the dev note path/nav with the Nemotron-specific title and add a blog excerpt marker for cleaner post previews.
1 parent 3fa8eb7 commit be91adc

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

docs/devnotes/posts/structured-outputs.md renamed to docs/devnotes/posts/structured-outputs-from-nemotron.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ authors:
88

99
Using [NeMo Data Designer](https://github.com/NVIDIA-NeMo/DataDesigner), an orchestration framework for generating high-quality synthetic data at scale, we built an iterative pipeline that generates diverse, schema-constrained structured outputs across JSON, YAML, and XML. Through multiple rounds of prompt refinement, rejection sampling, and programmatic validation, we produced a 9,949-sample dataset of verified structured output training data.
1010

11+
<!-- more -->
12+
1113
The dataset is publicly available: **[Download it on HuggingFace](https://huggingface.co/datasets/nvidia/Nemotron-RL-instruction_following-structured_outputs)** (CC BY 4.0).
1214

1315
This post walks through the full SDG pipeline: schema generation, multi-format rollouts, rejection sampling, and the caveats we discovered along the way.

mkdocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,10 @@ nav:
6666
- analysis: code_reference/analysis.md
6767
- Dev Notes:
6868
- devnotes/index.md
69-
- Design Principles: devnotes/posts/design-principles.md
70-
- RQA Dataset: devnotes/posts/rqa.md
69+
- Structured Outputs from Nemotron: devnotes/posts/structured-outputs-from-nemotron.md
7170
- Deep Research Trajectories: devnotes/posts/deep-research-trajectories.md
71+
- RQA Dataset: devnotes/posts/rqa.md
72+
- Design Principles: devnotes/posts/design-principles.md
7273

7374
theme:
7475
name: material

0 commit comments

Comments
 (0)