paper-with-me

Papers

EXACT: Explicit Attribute-Guided Decoding-Time Personalization

2026-02-06 · Xin Yu, Hanwen Xing, Lingzhou Xue arxiv

Achieving personalized alignment requires adapting large language models to each user's evolving context. While decoding-time personalization offers a scalable alternative to training-time methods, existing methods largely rely on implicit, less interpretable preference representations and impose a rigid, context-agnostic user representation, failing to account for how preferences shift across prompts. We introduce EXACT, a new decoding-time personalization that aligns generation with limited pairwise preference feedback using a predefined set of interpretable attributes. EXACT first identifies user-specific attribute subsets by maximizing the likelihood of preferred responses in the offline stage. Then, for online inference, EXACT retrieves the most semantically relevant attributes for an incoming prompt and injects them into the context to steer generation. We establish theoretical approximation guarantees for the proposed algorithm under mild assumptions, and provably show that our similarity-based retrieval mechanism effectively mitigates contextual preference shifts, adapting to disparate tasks without pooling conflicting preferences. Extensive experiments on human-annotated preference datasets demonstrate that EXACT consistently outperforms strong baselines, including preference modeling accuracy and personalized generation quality.

📄 PDF Abstract BibTeX arXiv:2602.17695

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MAP's not dead yet: Uncovering true language model modes by conditioning away degeneracy

2023-11-15 · Davis Yoshida, Kartik Goyal, Kevin Gimpel

It has been widely observed that exact or approximate MAP (mode-seeking) decoding from natural language generation (NLG) models consistently leads to degenerate outputs (Holtzman et al., 2019; Stahlberg and Byrne, 2019).…

Instruction FollowingLanguage ModelingLanguage ModellingMachine Translation+1

Verifier-Guided Code Translation via Meta-Step Decoding

2026-05-17 · Tianyang Zhou, Somesh Jha, Mihai Christodorescu, Kirill Levchenko 외 arxiv

Test-time scaling is an important mechanism for improving large language models, especially on tasks with deterministic verifiers. Code translation is a canonical example: the source program constrains valid outputs, whi…

Code Translation

If beam search is the answer, what was the question?

2020-10-06 · EMNLP 2020 11 · Clara Meister, Tim Vieira, Ryan Cotterell

Quite surprisingly, exact maximum a posteriori (MAP) decoding of neural language generators frequently leads to low-quality results. Rather, most state-of-the-art results on language generation tasks are attained using b…

Machine TranslationText GenerationTranslation

Safe Inference-Time Alignment via Lagrangian Reward Augmentation

2026-07-02 · Yaswanth Chittepu, Ativ Joshi, Sohini Chintala, Scott Niekum arxiv

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 …

Air-Decoding: Attribute Distribution Reconstruction for Decoding-Time Controllable Text Generation

2023-10-23 · Tianqi Zhong, Quan Wang, Jingxuan Han, Yongdong Zhang 외

Controllable text generation (CTG) aims to generate text with desired attributes, and decoding-time-based methods have shown promising performance on this task. However, in this paper, we identify the phenomenon of Attri…

AttributeText Generation