paper-with-me

Papers

Drift: Decoding-time Personalized Alignments with Implicit User Preferences

2025-02-20 · Minbeom Kim, Kang-il Lee, Seongho Joo, Hwaran Lee, Thibaut Thonet, Kyomin Jung

Personalized alignments for individual users have been a long-standing goal in large language models (LLMs). We introduce Drift, a novel framework that personalizes LLMs at decoding time with implicit user preferences. Traditional Reinforcement Learning from Human Feedback (RLHF) requires thousands of annotated examples and expensive gradient updates. In contrast, Drift personalizes LLMs in a training-free manner, using only a few dozen examples to steer a frozen model through efficient preference modeling. Our approach models user preferences as a composition of predefined, interpretable attributes and aligns them at decoding time to enable personalized generation. Experiments on both a synthetic persona dataset (Perspective) and a real human-annotated dataset (PRISM) demonstrate that Drift significantly outperforms RLHF baselines while using only 50-100 examples. Our results and analysis show that Drift is both computationally efficient and interpretable.

📄 PDF Abstract BibTeX arXiv:2502.14289

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Speeding Up Neural Machine Translation Decoding by Shrinking Run-time Vocabulary

2017-07-01 · ACL 2017 7 · Xing Shi, Kevin Knight

We speed up Neural Machine Translation (NMT) decoding by shrinking run-time target vocabulary. We experiment with two shrinking approaches: Locality Sensitive Hashing (LSH) and word alignments. Using the latter method, w…

GPUMachine TranslationNMTTranslation

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 large…

Alignment Entropy Regularization

2022-12-22 · Ehsan Variani, Ke wu, David Rybach, Cyril Allauzen 외

Existing training criteria in automatic speech recognition(ASR) permit the model to freely explore more than one time alignments between the feature and label sequences. In this paper, we use entropy to measure a model's…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Saliency-driven Word Alignment Interpretation for Neural Machine Translation

2019-06-25 · WS 2019 8 · Shuoyang Ding, Hainan Xu, Philipp Koehn

Despite their original goal to jointly learn to align and translate, Neural Machine Translation (NMT) models, especially Transformer, are often perceived as not learning interpretable word alignments. In this paper, we s…

Machine TranslationNMTTranslationWord Alignment

Efficient Dynamic WFST Decoding for Personalized Language Models

2019-10-23 · Jun Liu, Jiedan Zhu, Vishal Kathuria, Fuchun Peng

We propose a two-layer cache mechanism to speed up dynamic WFST decoding with personalized language models. The first layer is a public cache that stores most of the static part of the graph. This is shared globally amon…

DecoderLanguage ModelingLanguage Modellingspeech-recognition+1