CoolFace
Modelpublic

MARS-Retokenization/olmo2-7b-instruct-inv-reference-mixed-ce-exposure

sourceHugging Faceapache-2.0updated 13d agoView on Hugging Face
0likes76downloads
Model Card

invreferencemixedceexposure

Research checkpoint from a study of tokenization (reader) invariance and its effect on robustness to adversarial re-tokenization. Fine-tuned from allenai/OLMo-2-1124-7B-Instruct.

These are research artifacts, not products. Numbers below are measured on a 200-prompt AdvBench holdout that was excluded from training by construction.

Measured

metricvalue
AdvTok ASR (t=1)0.314
AdvTok canonical ASR (t=1)0.194
AdvTok ASR (greedy)0.17
AdvTok canonical ASR (greedy)0.045
XSTest over-refusal (safe)0.081
XSTest refusal (unsafe)0.818
margin_spread0.843
Alpaca token F10.418

AdvTok ASR is attack success rate under adversarial tokenization (Geh et al., arXiv:2503.02174), Llama-Guard-3-8B judged, greedy decoding. XSTest over-refusal is the refusal rate on safe prompts — the cost side.

Training configuration

fieldvalue
modereference
objectivece_exposure
ce_weightinguniform
ema_betaNone
harmful_mixmixed
harmful_fraction0.286
num_encodings8
cvar_quantile0.25
max_steps700
learning_rate1e-05
grad_accum8
seed42
reference_modelallenai/OLMo-2-1124-7B-Instruct
max_new_tokens128
prefix_tokens8

Parameter drift from base (training-happened guard)

grouprelative L2
attn0.01197
embed_tokens0.00098
lm_head0.00928
mlp0.01291
norm0.00099

Caveats

  • Single seed. No claim of significance across seeds.
  • Evaluated on English AdvBench/XSTest/Alpaca only.
  • The safety numbers are for the specific attack studied; they do not imply robustness to other jailbreaks.