What is a data synthesis recipe?
A data synthesis recipe is effectively a synthesis configuration for generating data. Rather than writing static examples by hand, you define structured rules that describe:- What should vary across samples
- How examples should be generated
- Which model should perform generation
- How many samples to create
- Generate large, diverse datasets from compact specifications
- Systematically target failure modes identified during evaluation
- Maintain consistency across generated examples
- Iterate quickly by adjusting attributes instead of rewriting data
Accessing & executing data synthesis recipes
You can access and manage all your data synthesis recipes in one location:- Go to the Recipes page.
- Filter on data synthesis recipes by selecting
Synthesisin theTypedrop-down menu. - Click the recipe name to open it in the Builder.
- Click the
Executebutton to run the recipe and start the synthesis job.