Export the evidence to review
Start from a report containing retained trials. Define acceptance instructions before collecting labels. The rubric should explain valid alternate answers, what constitutes a consequential failure, and when the reviewer must choose Unknown. This template displays text and traces; it does not display original images, PDF pages, audio or video. Review those in an appropriate media project before making a grounded verdict.review-tasks.json unchanged as the import contract. Paste
label-config.xml into a Label Studio project’s labeling configuration and
import the JSON tasks. Each task holds
one saved trial. The template hides the existing grader’s score and pass/fail
verdict, while showing the input, reference, context, output, observed trace,
and execution error. Configure the same frozen instructions for all reviewers.
A content digest detects accidental changes; it is not a signature or an access
control. Secure the original files and the Label Studio deployment according
to your organization’s data rules. Task exports contain application evidence.
Import completed reviews
Export the project in Label Studio’s full JSON format. Other export formats can omit the original data or annotation provenance. Label Studio may omit unannotated tasks by default; reconciliation retains their missing-review status using the original task list. See its export documentation.reviewer_kind must describe the actual source: human, model or synthetic.
An exported user ID does not establish independent human review. Keep the raw
Label Studio export, reviewer assignment procedure and provenance alongside
these derived artifacts. Automated fixtures must use synthetic.
- Consensus: the required number of distinct reviewer IDs all supply the same measured label.
- Disagreement: measured labels conflict; no automatic majority vote manufactures a reference answer.
- Incomplete: too few reviews, an Unknown/cancelled review, or no completed annotations. Predictions and drafts do not count.
From reviews to judge validation
A reviewer consensus is evidence about the reviewed output, not a production acceptance decision or proof of label correctness. Inspect false accepts and false rejects against those labels, including unresolved-review coverage. Keep related documents, variants and repeated trials in the same source group. Choose thresholds only on development data; freeze them before evaluating a held-out source split. Reuse scikit-learn for grouped splitting and established statistical tools for uncertainty. Do not count repeated trials as independent people or independent sources.suite.calibrate() measures agreement by running graders again; it does not
fit thresholds or preserve this annotation provenance automatically. The
saved-score threshold-fitting and held-out analysis workflow
is also available in 0.19.0, using scikit-learn and SciPy. Do not present the existing historical threshold packs as evidence
that a grader meets your task’s acceptance criteria.
The runnable checkout example supports export and import without any model API
calls:

