English

ETS: Energy-Guided Test-Time Scaling for Training-Free RL Alignment

Machine Learning 2026-05-20 v3

Abstract

Reinforcement Learning (RL) post-training alignment for language models is effective, but also costly and unstable in practice, owing to its complicated training process. To address this, we propose a training-free inference method to sample directly from the optimal RL policy. The transition probability applied to Masked Language Modeling (MLM) consists of a reference policy model and an energy term. Based on this, our algorithm, Energy-Guided Test-Time Scaling (ETS), estimates the key energy term via online Monte Carlo, with a provable convergence rate. Moreover, to ensure practical efficiency, ETS leverages modern acceleration frameworks alongside tailored importance sampling estimators, substantially reducing inference latency while provably preserving sampling quality. Experiments on MLM (including autoregressive models and diffusion language models) across reasoning, coding, and science benchmarks show that our ETS consistently improves generation quality, validating its effectiveness and design. The code is available at https://github.com/sheriyuo/ETS.

Keywords

Cite

@article{arxiv.2601.21484,
  title  = {ETS: Energy-Guided Test-Time Scaling for Training-Free RL Alignment},
  author = {Xiuyu Li and Jinkai Zhang and Mingyang Yi and Yu Li and Longqiang Wang and Yue Wang and Ju Fan},
  journal= {arXiv preprint arXiv:2601.21484},
  year   = {2026}
}

Comments

Accepted by ICML 2026

R2 v1 2026-07-01T09:25:23.172Z