CoolFace
Modelpublic

MARS-Retokenization/olmo2-7b-instruct-inv-reference-mixed-self-sft

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

invreferencemixedselfsft

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.656
AdvTok canonical ASR (t=1)0.249
AdvTok ASR (greedy)0.555
AdvTok canonical ASR (greedy)0.055

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
objectiveself_sft
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.01194
embed_tokens0.00091
lm_head0.00890
mlp0.01287
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.