What is Extend?
Extend adds more test cases to a dataset that Galtea generated. It re-runs the same generator that created the dataset and appends the new cases to it. The test cases it already has are kept. This is the right way to grow a generated dataset — for example an onboarding dataset that started with only a few cases. The new cases are produced the same way the original ones were, so they stay consistent with the dataset’s purpose.Extend keeps your existing cases and adds new ones. It never replaces them. While it runs, the dataset is in the
EXTENDING status; when it finishes, the dataset returns to SUCCESS.Extend vs. Data Augmentation
Both add more cases to a dataset, but they work differently:- Extend re-runs the dataset’s original generator (for Behavior, Security & Safety, or Accuracy). It is available only for datasets Galtea generated.
- Data Augmentation creates new cases by learning from the dataset’s existing cases. It works on any dataset that has cases, including ones you uploaded.
When Extend is available
A dataset can be extended when Galtea generated it and it still has the input its generator needs:- Behavior datasets need a scenario style (strategy).
- Security & Safety datasets need at least one threat (variant).
- Accuracy datasets need the ground-truth document they were generated from.
How to Use Extend
You can extend a generated dataset directly from the Galtea dashboard:1
Open a generated dataset
Go to the Datasets section and open a dataset that Galtea generated.
2
Click Extend Test Cases
Use the Extend Test Cases button and choose how many cases to add.
3
Wait for generation
The dataset enters the
EXTENDING status while the generator runs. When it finishes, the new cases are added alongside the existing ones and the dataset returns to SUCCESS.Related
Data Augmentation
Expand any dataset from its existing cases.
Datasets
Learn about datasets and dataset types in Galtea.