NeFut Logo NeFut
Admin Login

[CS.AI] Safe Inference-Time Alignment via Lagrangian Reward Augmentation

Published at: 2026-07-08 22:00 Last updated: 2026-07-09 03:23
#AI #Machine Learning #optimization

Inference-time alignment steers a frozen language model during decoding using auxiliary reward signals, avoiding the cost of repeated weight updates. However, existing inference-time alignment methods typically optimize a single scalar score, necessitating the neglect or manual tuning of explicit safety constraints. We propose Lagrangian Reward Augmentation (LARA), a general inference-time alignment framework under safety constraints.

Starting from a KL-regularized constrained objective with a reward model and a cost model, LARA dualizes the constraint and reduces the optimization problem to a one-dimensional convex problem over a nonnegative dual variable. Estimated on a small calibration set, this dual variable defines an augmented reward that can be used as a drop-in scoring signal within existing inference-time alignment methods. For sequence-level sampling methods, such as Best-of-N reranking, the calibrated dual variable corresponds to the solution of the expected-cost constrained problem. For token-level reward-guided decoding methods, the same construction yields a principled dual-calibrated heuristic rather than an exact constrained-policy guarantee.

We evaluate LARA on both sequence-level and token-level inference-time alignment methods and find that LARA improves the helpfulness-harmlessness tradeoff, with Best-of-N achieving the best performance among inference-time methods, approaching finetuning-based direct alignment baselines.

Original Source: https://arxiv.org/abs/2607.02781

[h] Back to Home