English

Inference-time Alignment in Continuous Space

Computation and Language 2026-03-17 v5 Artificial Intelligence

Abstract

Aligning large language models with human feedback at inference time has received increasing attention due to its flexibility. Existing methods rely on generating multiple responses from the base policy for search using a reward model, which can be considered as searching in a discrete response space. However, these methods struggle to explore informative candidates when the base policy is weak or the candidate set is small, resulting in limited effectiveness. In this paper, to address this problem, we propose Simple Energy Adaptation (SEA\textbf{SEA}), a simple yet effective algorithm for inference-time alignment. In contrast to expensive search over the discrete space, SEA directly adapts original responses from the base policy toward the optimal one via gradient-based sampling in continuous latent space. Specifically, SEA formulates inference as an iterative optimization procedure on an energy function over actions in the continuous space defined by the optimal policy, enabling simple and effective alignment. For instance, despite its simplicity, SEA outperforms the second-best baseline with a relative improvement of up to \textbf{77.51%} on AdvBench and \textbf{16.36%} on MATH. Our code is publicly available at https://github.com/yuanyige/sea

Keywords

Cite

@article{arxiv.2505.20081,
  title  = {Inference-time Alignment in Continuous Space},
  author = {Yige Yuan and Teng Xiao and Li Yunfan and Bingbing Xu and Shuchang Tao and Yunqi Qiu and Huawei Shen and Xueqi Cheng},
  journal= {arXiv preprint arXiv:2505.20081},
  year   = {2026}
}

Comments

Accepted at NeurIPS 2025

R2 v1 2026-07-01T02:39:52.629Z