Data Format¶
Every finalized Trace training instance records:
instance_id: content-derived stable identifiertask,domain,scene_id, andquery_id: public taxonomy identitypromptandprompt_variants: active and alternate output contractsimages: image ids, formats, hashes, and dataset-relative pathsanswer_gt: typed final answerannotation_gt: typed image-space evidencereward_contract: deterministic scoring contracttrace_ref: sidecar shard, line index, and trace-record hashversions: generator, prompt, renderer, and contract versions
The sidecar trace contains the scene specification, query specification, render specification, execution trace, symbolic witness, and projected annotation used to construct the instance. Verifiers consume these metadata contracts rather than treating rendered pixels as ground truth.
JSONL is the default portable export format. Optional Parquet export can retain relative image paths or embed encoded image bytes.