When relabeling helps
Relabel when the production model output is not the behavior you want the student to learn, for example:- a stronger model can correct weak or inconsistent answers;
- instructions or structured-output requirements changed;
- production data contains acceptable inputs but noisy labels;
- you want to compare two teachers before training.
Run a relabel
Open the task’s Datasets page and select a ready dataset. Select Relabel, choose a model under Relabel with…, then select Relabel dataset. The background job processes entries concurrently and reports queued, running, completed, failed, or stale state. After completion:- inspect original and relabeled outputs side by side;
- filter unchanged or errored rows;
- select the relabel run as the training output when creating a fine-tune;
- use it as the primary reference in a head-to-head evaluation.
API: Relabel a dataset (POST /tasks/{alias}/datasets/{datasetId}/relabels)
API: Relabel a dataset (POST /tasks/{alias}/datasets/{datasetId}/relabels)
Replace the dataset ID and choose any registered provider model:The response contains the relabel run ID and status. See Start a relabel run.