CLOct 30, 2025

Kad: A Framework for Proxy-based Test-time Alignment with Knapsack Approximation Deferral

arXiv:2510.27017v11 citationsh-index: 3
Originality Incremental advance
AI Analysis

This work addresses the computational bottleneck in aligning large language models, offering a practical solution for efficient deployment, though it is incremental as it builds on existing proxy and cascading methods.

The paper tackles the high computational cost of aligning large language models (LLMs) by proposing a proxy-based test-time alignment method using a small aligned model, which improves both task performance and speculative decoding speed.

Several previous works concluded that the largest part of generation capabilities of large language models (LLM) are learned (early) during pre-training. However, LLMs still require further alignment to adhere to downstream task requirements and stylistic preferences, among other desired properties. As LLMs continue to scale in terms of size, the computational cost of alignment procedures increase prohibitively. In this work, we propose a novel approach to circumvent these costs via proxy-based test-time alignment, i.e. using guidance from a small aligned model. Our approach can be described as token-specific cascading method, where the token-specific deferral rule is reduced to 0-1 knapsack problem. In this setting, we derive primal and dual approximations of the optimal deferral decision. We experimentally show the benefits of our method both in task performance and speculative decoding speed.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes