SchemaStress Field Dictionary
This document defines the row-level fields used in the generated JSONL artifacts under data/release/.
Core Identity and Routing
id: unique row id (schemastress_<config>_<task>_<index>)benchmark_family: constant family label (schemastress)config: benchmark config (form_easy,workflow_hard)task: task type (generation,repair)split: data split (train,validation,test_in_domain,test_ood)seed: generation seed for reproducibility
Scenario and Difficulty Metadata
domain: domain label (reimbursement_request,approval_workflow)difficulty: coarse difficulty bucket for config (easy,hard)grammar_depth: approximate structural depth indicatornum_fields: number of top-level fields intarget_objectnum_required_fields: number of required fields inschema_jsonnum_constraints: number of semantic constraints for the configobject_token_length: tokenized length proxy fortarget_objectinstruction_token_length: tokenized length proxy forinstruction
Task Inputs
instruction: natural language request to satisfyschema_id: schema registry id for the rowschema_json: JSON Schema-like object used for structural validationsemantic_constraints: benchmark-side semantic predicates
Task Targets and Candidates
target_object: valid gold object for the instruction and schemacandidate_object: candidate object (present forrepair, null forgeneration)validity_label: validity label forcandidate_object(invalidin current repair generation)
Error and Repair Annotations
error_tags: set of validator error categories forcandidate_objecterror_paths: failing field paths (JSONPath-like)repair_distance: proxy for number of failing paths
Notes
- For
generationrows,candidate_objectandvalidity_labelarenull. - For
repairrows,candidate_objectis intentionally corrupted and expected to be invalid before repair.