Skip to main content

Synthetic dataset generation

Generate, filter, deduplicate, review, and publish synthetic records.

Synthetic dataset generation

Activity responsibilities

ActivityResponsibility
define-schema-and-policyExecute the define schema and policy stage and publish its declared outputs for downstream activities.
generate-batch-aExecute the generate batch A stage and publish its declared outputs for downstream activities.
generate-batch-bExecute the generate batch B stage and publish its declared outputs for downstream activities.
generate-batch-nExecute the generate batch N stage and publish its declared outputs for downstream activities.
filterExecute the filter stage and publish its declared outputs for downstream activities.
deduplicateExecute the deduplicate stage and publish its declared outputs for downstream activities.
quality-reviewExecute the quality review stage and publish its declared outputs for downstream activities.
publish-datasetExecute the publish dataset stage and publish its declared outputs for downstream activities.

Inputs

  • Schema and policy
  • Source examples
  • Generator model

Outputs

  • Raw batches
  • Validated dataset
  • Quality report

Provenance to preserve

  • Prompt and model
  • Filter reasons
  • Review decisions

Runnable example

This is the complete checked-in bundle for this pattern. Download the environment, scope, topology, workflow, input, container recipe, runner, and validation contract from this page before executing it.

Verified local execution

These captures and the output manifest were produced by the fixture's local Docker run and validator. They are published with the same bundle as the runnable files.

Synthetic dataset generation workflow execution evidence
Workflow evidence
Synthetic dataset generation execution evidence
Execution evidence
Synthetic dataset generation output evidence
Output evidence
Open verified output manifest ↓

Execution considerations

Use queued external jobs for rate-limited generation. Stable record identities prevent duplicates after retries.

AkôFlow boundary: the engine schedules, deploys, executes, transfers data, and records evidence. The ML or agent framework remains an implementation choice inside each activity.