XERON-0.2 π―
XERON-0.2 is the second release of the XERON family: a typed-decision (System 1) model forked from
XERON-0.1 (itself a fine-tune of
convaiinnovations/laya's multilingual checkpoint,
backbone jhu-clsp/mmBERT-base, 322M params).
It answers typed questions over a state β choice / score / noul (boolean) β in a single forward pass,
returning calibrated probabilities. It never generates text, so it cannot hallucinate and cannot emit malformed schemas.
What changed vs 0.1: XERON-0.2 adds a fine-tuning pass over JevBench-style decision data β
54,000 sequences from the Jevify jev-bench corpus
(22 public datasets reformatted into System One questions: emotion, NLI, MCQ, sentiment/rating rubrics,
grounded yes/no, paraphrase, toxicity, spam, implicit reasoning) plus the English typed-decisions set.
Training: 2 epochs Β· ~0.7 h Β· 1ΓA100 40GB (bf16) Β· post-hoc temperature calibration [0.96, 1.098, 0.569].
π Results
JevBench v1.3 (public items only, matched subset)
JevBench's frozen set has 534 decisions; only 231 are public (the judge tier is entirely held out), so these are
not directly comparable to the published board ranks. Every system below ran the same 231 items with the
official harness (fstandhartinger/jevbench, laya_local adapter);
Jev/Laya rows come from the benchmark's own per-task artifact.
| μμ€ν | easy (48) | standard (72) | hard (111) | μ 체 (231) | Intelligence |
|---|---|---|---|---|---|
| Jev 1.13.0 (TypeSafe, API) | 1.000 | 0.986 | 0.730 | 0.866 | 82.2 |
| XERON-0.2 (ours) | 0.979 | 0.583 | 0.324 | 0.541 | 34.1 |
| laya-typed-decisions (Convai, 421M, tuned) | 0.979 | 0.653 | 0.270 | 0.537 | 38.0 |
| XERON-0.1 (ours) | 0.875 | 0.444 | 0.306 | 0.468 | 23.3 |
| laya-multilingual (base, untuned) | 0.896 | 0.403 | 0.324 | 0.468 | 21.5 |
XERON-0.1 β XERON-0.2
| νλͺ© | 0.1 | 0.2 | Ξ |
|---|---|---|---|
| JevBench overall (231) | 0.468 | 0.541 | +7.3 %p |
| standard tier | 0.444 | 0.583 | +13.9 %p |
| easy tier | 0.875 | 0.979 | +10.4 %p |
| hard tier | 0.306 | 0.324 | +1.8 %p |
| typed-decisions test (400 cases) | 0.700 | 0.713 | +1.3 %p |
| Brier (typed-decisions) | 0.449 | 0.424 | β0.025 |
| score MAE (typed-decisions) | 0.421 | 0.373 | β0.049 |
| hard-tier ECE | 0.211 | 0.187 | β0.024 |
| hard-tier prob. fidelity (TVD) | 0.389 | 0.465 | +0.076 (μ ν) |
- XERON-0.2 now edges out the vendor's tuned Laya checkpoint on overall JevBench accuracy (0.541 vs 0.537) and beats it on the hard tier (0.324 vs 0.270), while remaining 322M multilingual rather than 421M English-only.
- Trade-off: training on largely single-label corpora sharpens the model, which improves ECE but worsens fidelity to exact gold distributions (TVD 0.389 β 0.465). If you need soft, human-disagreement-shaped distributions, prefer XERON-0.1 or add soft-label data.
typedd-decisions benchmark
LocalLLaMA/typed-decisions test split, 400 cases / 1,400 decisions, GPU:
| λͺ¨λΈ | choice acc | soft acc | Brier | ECE | score MAE |
|---|---|---|---|---|---|
| XERON-0.2 | 0.7133 | 0.5353 | 0.4242 | 0.2104 | 0.3725 |
| XERON-0.1 | 0.7000 | 0.5171 | 0.4493 | 0.2143 | 0.4213 |
| laya-typed-decisions | 0.7333 | 0.4460 | 0.4669 | 0.2380 | 0.2963 |
π μ¬μ©λ²
pip install laya
import laya
agent = laya.load("PIXELZX/XERON-0.2")
state = "Policy: refunds require a receipt and purchase within 30 days. A customer bought 12 days ago but has no receipt."
questions = {
"permitted": {"type": "noul", "instructions": "Under the stated policy, is the requested action permitted?"},
"urgency": {"type": "score", "levels": ["0 β no pressure", "1 β routine", "2 β elevated", "3 β critical"]},
}
print(agent.predict(state, questions)["answers"])
π μ¬ν
git clone https://github.com/PIXELZX0/XERON && cd XERON
# JevBench κ³΅κ° 231건 (λμΌ νλ€μ€Β·μ΄λν°)
git clone --depth 1 https://github.com/fstandhartinger/jevbench /tmp/jevbench
python results/jevbench-public/run_public_jevbench.py PIXELZX/XERON-0.2 XERON-0.2 /tmp/jb02
python results/jevbench-public/score_public_jevbench.py /tmp/jb02 XERON-0.2
# typed-decisions
python scripts/evaluate.py --model PIXELZX/XERON-0.2 --split test --device cuda --output eval.json
β οΈ νκ³
- 4,096 ν ν° νμ΅ β μ΄μ₯λ¬Έμ
CTX_CAPνμ₯ ν μ¬νμ΅ νμ. - μ νμ§ κ°μ μν: Laya κ³μ΄ ν€λλ
head_max_len=256μ΄λΌ μ νμ§κ° λ§μ νμ€ν¬(μ: 77/151κ° intent)λ μ΅μ ν μ€νΈκ° μλ € μ±λ₯μ΄ κΈλ½νλ€. νμ΅ λ°μ΄ν°μμλ κ·Έλ° configλ μ μΈνλ€. - JevBench hard tier(0.324)μ Jev(0.730)μ 격차λ μ¬μ ν ν¬λ€. hard tierλ μ₯λ¬Έ μ μ± λ¬ΈμΒ·λͺ¨νΈν νΈλ μ΄λμ€νΒ· ν¨μ λ¬Έν μμ£Όλ‘, μ°λ¦¬ νμ΅ λ°μ΄ν°μ κ·Έλ° μ μ(authored) 루λΈλ¦ λ°μ΄ν°κ° κ±°μ μλ€.
- νλ₯ μΆ©μ€λ(TVD)κ° 0.1λ³΄λ€ λλΉ μ‘λ€ β soft label λ°μ΄ν°λ₯Ό μμΌλ©΄ κ°μ μ¬μ§κ° μλ€.
Built on Laya by Convai Innovations (Apache-2.0) and jhu-clsp/mmBERT-base.
Data: Jevify jev-bench (mixed licenses, see its manifest).