A 740,957-row calibrated typed-decision corpus in the TypeSafe System One schema
(noul / choice / score). Built for training small local "System One" judges
(fine-tuned BERT-class encoders or small Qwens) that read a state and a typed
question and return a calibrated probability distribution in one forward pass.
| stream | rows | origin |
|---|---|---|
yuri_v3 | 498,010 | Synthetic operational scenarios across 53 domains (business, technical, agent, knowledge, spatial, structured, medical, biology, genomics, physics, chemistry, theology, science), 3 primitives per domain. Labels distilled from Jev 1.13 (TypeSafe) via OpenRouter. |
yuri_v1 | 148,154 | Memory-relevance noul pairs distilled from a 32B teacher over 18 open-domain QA datasets (HotpotQA, PubMedQA, MLQA, QASports, NarrativeQA, LSAT, TyDi, etc.). Query embedded in the question text. |
openjev_v2 | 94,801 | Rows from ZefanCai/Open-Jev release-v2-redistributable (CC0), reschema'd to the unified format. Its ood rows are preserved in the ood split. |
| split | rows | notes |
|---|---|---|
train | 655,806 | training pool |
validation | 14,111 | |
calibration | 13,766 | reserved for temperature fitting / calibration |
test | 14,261 | original random test slice |
ood | 13,058 | Open-Jev OOD rows |
test_set_30k | 29,955 | held-out evaluation set — stratified across every domain family and all 3 primitives, leakage-checked against the earlier 10k benchmark |
test_set_30k was carved out of train/validation/calibration after splitting, so
those splits no longer contain it. If you train on train, evaluate on test_set_30k.
{
"id": "v3_ab12cd34_c",
"kind": "noul | choice | score",
"options": ["false", "true"],
"target": [0.11, 0.89],
"state": "scenario text",
"question": "typed question about the state",
"domain": "incident_triage",
"family": "technical",
"source": "yuri_v3 | yuri_v1 | openjev_v2"
}
noul: 2-way distribution [P(false), P(true)]choice: distribution aligned with optionsscore: distribution over ordered levels 0..5 (labels distilled from Jev's
expected-score distribution)All targets are normalized probability distributions (sum to 1).
Train a small judge (e.g. fine-tuned encoder or 0.5B–4B LM) to mirror System One
typed decisions locally. Example: noul head = P(true) from the target's second
element; choice/score train against the full distribution (KL/RPS losses).
Apache-2.0. The openjev_v2 stream is additionally CC0 at its source.
10 commits
A 740,957-row calibrated typed-decision corpus in the TypeSafe System One schema
(noul / choice / score). Built for training small local "System One" judges
(fine-tuned BERT-class encoders or small Qwens) that read a state and a typed
question and return a calibrated probability distribution in one forward pass.
| stream | rows | origin |
|---|---|---|
yuri_v3 | 498,010 | Synthetic operational scenarios across 53 domains (business, technical, agent, knowledge, spatial, structured, medical, biology, genomics, physics, chemistry, theology, science), 3 primitives per domain. Labels distilled from Jev 1.13 (TypeSafe) via OpenRouter. |
yuri_v1 | 148,154 | Memory-relevance noul pairs distilled from a 32B teacher over 18 open-domain QA datasets (HotpotQA, PubMedQA, MLQA, QASports, NarrativeQA, LSAT, TyDi, etc.). Query embedded in the question text. |
openjev_v2 | 94,801 | Rows from ZefanCai/Open-Jev release-v2-redistributable (CC0), reschema'd to the unified format. Its ood rows are preserved in the ood split. |
| split | rows | notes |
|---|---|---|
train | 655,806 | training pool |
validation | 14,111 | |
calibration | 13,766 | reserved for temperature fitting / calibration |
test | 14,261 | original random test slice |
ood | 13,058 | Open-Jev OOD rows |
test_set_30k | 29,955 | held-out evaluation set — stratified across every domain family and all 3 primitives, leakage-checked against the earlier 10k benchmark |
test_set_30k was carved out of train/validation/calibration after splitting, so
those splits no longer contain it. If you train on train, evaluate on test_set_30k.
{
"id": "v3_ab12cd34_c",
"kind": "noul | choice | score",
"options": ["false", "true"],
"target": [0.11, 0.89],
"state": "scenario text",
"question": "typed question about the state",
"domain": "incident_triage",
"family": "technical",
"source": "yuri_v3 | yuri_v1 | openjev_v2"
}
noul: 2-way distribution [P(false), P(true)]choice: distribution aligned with optionsscore: distribution over ordered levels 0..5 (labels distilled from Jev's
expected-score distribution)All targets are normalized probability distributions (sum to 1).
Train a small judge (e.g. fine-tuned encoder or 0.5B–4B LM) to mirror System One
typed decisions locally. Example: noul head = P(true) from the target's second
element; choice/score train against the full distribution (KL/RPS losses).
Apache-2.0. The openjev_v2 stream is additionally CC0 at its source.
10 commits