paper-with-me

Papers

InfAlign: Inference-aware language model alignment

2024-12-27 · Ananth Balashankar, Ziteng Sun, Jonathan Berant, Jacob Eisenstein, Michael Collins, Adrian Hutter, Jong Lee, Chirag Nagpal, Flavien Prost, Aradhana Sinha, Ananda Theertha Suresh, Ahmad Beirami

Language model alignment is a critical step in training modern generative language models. Alignment targets to improve win rate of a sample from the aligned model against the base model. Today, we are increasingly using inference-time algorithms (e.g., Best-of-N, controlled decoding, tree search) to decode from language models rather than standard sampling. We show that this train/test mismatch makes standard RLHF framework sub-optimal in view of such inference-time methods. To this end, we propose a framework for inference-aware alignment (InfAlign), which aims to optimize inference-time win rate of the aligned policy against the base model. We prove that for any inference-time decoding procedure, the optimal aligned policy is the solution to the standard RLHF problem with a transformation of the reward. This motivates us to provide the calibrate-and-transform RL (InfAlign-CTRL) algorithm to solve this problem, which involves a reward calibration step and a KL-regularized reward maximization step with a transformation of the calibrated reward. For best-of-N sampling and best-of-N jailbreaking, we propose specific transformations offering up to 3-8% improvement on inference-time win rates. Finally, we also show that our proposed reward calibration method is a strong baseline for optimizing standard win rate.

📄 PDF Abstract BibTeX arXiv:2412.19792

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingmodelModels Alignment

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Inference-Aware Meta-Alignment of LLMs via Non-Linear GRPO

2026-02-02 · Shokichi Takakura, Akifumi Wachi, Rei Higuchi, Kohei Miyaguchi 외 arxiv

Aligning large language models (LLMs) to diverse human preferences is fundamentally challenging since criteria can often conflict with each other. Inference-time alignment methods have recently gained popularity as they …

Chunk-aware Alignment and Lexical Constraint for Visual Entailment with Natural Language Explanations

2022-07-23 · Qian Yang, Yunxin Li, Baotian Hu, Lin Ma 외

Visual Entailment with natural language explanations aims to infer the relationship between a text-image pair and generate a sentence to explain the decision-making process. Previous methods rely mainly on a pre-trained …

Decision MakingExplanation GenerationInformativenessLanguage Modeling+4

Alignment-Aware Decoding

2025-09-30 · Frédéric Berdoz, Luca A. Lanzendörfer, René Caky, Roger Wattenhofer arxiv

Alignment of large language models remains a central challenge in natural language processing. Preference optimization has emerged as a popular and effective method for improving alignment, typically through training-tim…

Persona-Aware Alignment Framework for Personalized Dialogue Generation

2025-11-13 · Guanrong Li, Xinyu Liu, Zhen Wu, Xinyu Dai arxiv

Personalized dialogue generation aims to leverage persona profiles and dialogue history to generate persona-relevant and consistent responses. Mainstream models typically rely on token-level language model training with …

Dialogue Generation

Alignment-Constrained Dynamic Pruning for LLMs: Identifying and Preserving Alignment-Critical Circuits

2025-11-09 · Dev Patel, Gabrielle Gervacio, Diekola Raimi, Kevin Zhu 외 arxiv

Large Language Models require substantial computational resources for inference, posing deployment challenges. While dynamic pruning offers superior efficiency over static methods through adaptive circuit selection, it e…