XERON-0.4 🎯

XERON-0.4 is the fourth release of the XERON family: a typed-decision (System 1) model forked from XERON-0.2 (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.2: 0.4 is a short, stabilized refinement pass on the 0.2 checkpoint, not a bigger-data run. The family's 0.3 attempt (2 epochs on a 62k mixed corpus) came out overconfident β€” its fitted calibration temperatures blew up to [3.14, 5.41, 5.12] and its soft-probability metrics collapsed. Diagnosis: the RLCD policy-gradient term scales as 1/(2σ²), so annealing Οƒ to 0.1 amplified the gradient ~50Γ— and pushed the logits scale upward; epoch-2 loss also rose (1.075 β†’ 1.289 = overfitting).

0.4 therefore trains 1 epoch with a tamed objective: rl_weight 0.5, Οƒ 0.3β†’0.2, lr_head 5e-5 (was 1e-4), weight_decay 0.02. That recovers accuracy to a new family best while pulling calibration back most of the way.

Training: 1 epoch Β· 61,876 sequences Β· ~2.8 h Β· 2Γ—T4 (fp16) Β· post-hoc temperature calibration [2.254, 1.810, 3.188].

πŸ“ˆ 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.4 (ours) 0.958 0.611 0.351 0.558 36.0
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.3 (ours, overconfident) 0.938 0.569 0.324 0.528 β€”
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.2 β†’ XERON-0.4

ν•­λͺ© 0.2 0.3 0.4
JevBench overall (231) 0.541 0.528 0.558 βœ…
standard tier 0.583 0.569 0.611 βœ…
hard tier 0.324 0.324 0.351 βœ…
hard-tier ECE 0.187 0.129 0.106 βœ…
typed-decisions acc 0.7133 0.7117 0.7217 βœ…
typed-decisions soft acc 0.5353 0.3504 0.4084
typed-decisions Brier 0.4242 0.5835 0.5152
fitted temperature [0.96, 1.10, 0.57] [3.14, 5.41, 5.12] [2.25, 1.81, 3.19]
  • XERON-0.4 sets a new family best on overall JevBench accuracy (0.558 vs 0.541) and improves the standard tier, hard tier, hard-tier ECE and typed-decisions accuracy.
  • Trade-off: calibration did not fully return to 0.2 levels. If you need the softest, best-calibrated probability distributions, prefer XERON-0.2; if you want the highest decision accuracy, use XERON-0.4.

typed-decisions benchmark

LocalLLaMA/typed-decisions test split, 400 cases / 1,400 decisions:

λͺ¨λΈ choice acc soft acc Brier ECE
XERON-0.4 0.7217 0.4084 0.5152 0.2525
XERON-0.2 0.7133 0.5353 0.4242 0.2104
XERON-0.1 0.7000 0.5171 0.4493 0.2143
laya-typed-decisions 0.7333 0.4460 0.4669 0.2380

πŸš€ μ‚¬μš©λ²•

pip install laya
import laya

agent = laya.load("PIXELZX/XERON-0.4")

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.4 XERON-0.4 /tmp/jb04
python results/jevbench-public/score_public_jevbench.py /tmp/jb04 XERON-0.4
# typed-decisions
python scripts/evaluate.py --model PIXELZX/XERON-0.4 --split test --device cuda --output eval.json

⚠️ ν•œκ³„

  • μΊ˜λ¦¬λΈŒλ ˆμ΄μ…˜μ΄ 0.2만큼 μ’‹μ§€ μ•Šλ‹€ (temperature 2.25/1.81/3.19 vs 0.2의 ~1.0). 0.2Β·0.4 λͺ¨λ‘ A100이 μ•„λ‹Œ ν•˜λ“œμ›¨μ–΄(fp16)μ—μ„œ 돌린 영ν–₯일 수 있으며, bf16 μž¬ν•™μŠ΅μœΌλ‘œ 검증할 κ°€μΉ˜κ°€ μžˆλ‹€.
  • 4,096 토큰 ν•™μŠ΅ β€” 초μž₯문은 CTX_CAP ν™•μž₯ ν›„ μž¬ν•™μŠ΅ ν•„μš”.
  • 선택지 개수 μƒν•œ: Laya 계열 ν—€λ“œλŠ” head_max_len=256이라 선택지가 λ§Žμ€ νƒœμŠ€ν¬(예: 77/151개 intent)λŠ” μ˜΅μ…˜ ν…μŠ€νŠΈκ°€ 잘렀 μ„±λŠ₯이 κΈ‰λ½ν•œλ‹€. ν•™μŠ΅ λ°μ΄ν„°μ—μ„œλ„ 그런 configλŠ” μ œμ™Έν–ˆλ‹€.
  • JevBench hard tier(0.351)와 Jev(0.730)의 κ²©μ°¨λŠ” μ—¬μ „νžˆ 크닀 β€” hard tierλŠ” μž₯λ¬Έ μ •μ±… λ¬Έμ„œΒ·λͺ¨ν˜Έν•œ νŠΈλ ˆμ΄λ“œμ˜€ν”„Β·ν•¨μ • λ¬Έν•­ μœ„μ£Όλ‘œ, 우리 ν•™μŠ΅ 데이터에 그런 μ €μž‘(authored) 루브릭 데이터가 거의 μ—†λ‹€.
  • ν•™μŠ΅ λ°μ΄ν„°λŠ” λŒ€λΆ€λΆ„ 단일 라벨 μ½”νΌμŠ€λΌ ν™•λ₯  좩싀도(TVD)에 λΆˆλ¦¬ν•˜λ‹€. 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).

Downloads last month

-

Downloads are not tracked for this model. How to track
Safetensors
Model size
0.3B params
Tensor type
F16
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for PIXELZX/XERON-0.4

Finetuned
(1)
this model